Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Omnistar Tell-A-Friend Script 1.0
AlphaTrade E-Trax c
NICE PHP FAQ Script 1.0
miOOt Live chat 3.2.0
GS Real Estate Portal 2.0
Paypal Pro php Site Intergration 8.2a
Hab.la 1
HYIP Scripts 1.0
Classifieds Ads 2008
Auction Scripts - AJSI 2008
Mimesis 2.0
Chat247 2
CCS Directory Script 1.0
AvisMap GIS Engine 5.0.1
CCS Classifides 1.0
Top Code
Adirex 3D Chess Client 1.0
JiLMaiL 2.0
P2P .htManager 0.2
XPPubWiz.php
.Net (dotnet) Tips and Tutorials
Arbitrary-shape Popup Box 1.0
encbtn32.zip 1.00.00b
Joomla! 1.5
Libstocks 0.5.0
Webstores 2000 Portal 6.0
activeWatermark 1.0
Dialog Workshop for VCL.NET
HTMLPad 2007 Pro 8.3
XLSReadWriteII.NET 2.00
KGrid 1.1
Code Listing by Francisco Charrua

Code 1-10 of 25   Pages: Go to  1  2  3  Next >>  page  


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.