|
|
 |
This issue started as an experiment to make my 1st own web site to communicate with my relatives in the Netherlands.
I started building on an ordinary free hotel like Yahoo, but needed more possibilities rather some.
When the dutch community in Stockholm, Sweden needed a new webmaster the decision was easily made.
I started to migrate my own site to a dynamic database driven site using PHP and MySQL. The site from the dutch community migrated also with the experience I gained building my own site.
If You follow this link You will see some examples of my work.
|
|
 |
|
|
 |
This is a PHP, Sessions and MySQL based system to protect Your site from unwanted visitors.
The system is special because of the access method uses hash to send the password encrypted from the client to the server. The server send only a cookie containing a Session ID back to the client. All other information is stored in a session file on the server. So, no authetification information but the session id is send over Internet.
Due to the structure used to protect Your pages are these pages also save for robots. The only thing they get is a text saying they have to log in and are redirected to the log in page.
Current release 1.1
|
|
 |
This is a Hit counter to keep track on Your visitors.
The script counts every visit for each page Your call the script from.
The information is stored into a MySQL database.
From this database You can create statistics. I created this script because
My service provider doesn't provide me with the tools to check the number of visitor per sub domain
Current release 1.0
|
|
 |