I wrote this game after My Little Word Puzzles, which due to its complexity contained quite a few bugs. After downloading the scripts, you'll have to edit db.php and create the table using the sql statement inside the text box.
Web Hosting Client Manager allows you to see the clients that signed up on a month by month basis. Say goodbye to renewing domains for no reason, and forgetting about faithful clients.
Verifies that a string looks like a real email address. It may return false for some valid exotic email addresses. To correct this you may want to edit the valid_chars string in the Validate_String function.
The Users Counter is a PHP based counter script that can be used to count and display the number of users who are browsing through your websites pages online. The script can be easily integrated with your existing website. There are two options avail
Include this script in the PHP pages of your web site in order to display the number of people that are viewing them. Before using this script remember to create a MySQL database for it (if you don't already have one), and to assign that name to $Dat
Add Spam Arrest affiliate banners to your website with ease. Randomly selects a banner of the appropriate size. Dont forget to assign values to $spam_arrest_affiliate_id and $banner_format. $banner_format determines the size of the banner.
The ASP version of server-side-clock.php, this recursive function tells the date on the server that it is being served from. On loading, it calculates the difference between the client and server times. It then uses that difference to keep itself tic
Just like countdown-clock.js, this script allows you to place countdown clocks on your web site. Unlike that one, whose computed time period depends on the settings of the visitor's computer, this script counts down to the server's date. It is very s
This JavaScript function allows you to set the value of a select tag without having to know its position in the list. In the sample above, type in a letter of the alphabet and then click on the find button. In this particular case, the function call
I find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the values assigned to them. Realizing this, I wrote this function to facilitate things. |