Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
Don't lose your website visitors when they link out of your website!!
A short frame with "Back To My Site" and "Remove Frame" will be added to the top of any external URL link.
|
|
This script allows you to send SMS (also long SMS), EMS, RTTTL-Ringtones, Logos (GIF, JPG, PNG) with automatic image resizing, EMS Pictures with copy protection and autosave feature, Nokia Operator Logos, Nokia Multipart messages and so on. Pictures and Ringtones can be HEX-included or specified to be downloaded from a HTTP-source. You can setup the 2-way service within minutes on TrueSenses.com. Requires NO additional libraries programs or databases.
|
|
Allows guests to rate something 1 to 5 stars, then takes the results and returns a number of stars based on the average rating. If you try the script and get an error regarding the file 'ratings.php', try downloading the zipped file at http://habitat675.port5.com/rate/ratings.zip and chmod ratings.php 666. File also includes star images which you are free to use if you like, or you can use your own.
|
|
A clean way to add a header and/or footer to pages automatically.
|
|
Works by fetching the whois server from whois.crsnic.net if com,net,org,edu address, sets the whois server it to countrycode.whois-servers.net for au,uk,etc. and sets the whois server to whois.arin.net for ips. Then it queries the aproprite whois server.
|
|
Works with the new registry system. Fetches whois server for the domain then queries that server for the registration data.
|
|
Add "Go Back" Frame to external links
|
|
Tired of tiping backslashes into the HTML-Code inside of PHP-code? Just drag and drop it into the Textbox and click. Ready.
|
|
This is a simple class that just alternates between values given to it, good for tables which alternating cell backgrounds.
|
|
use print_array($variable) to dump the contents of a variable of any type including objects or arrays into any easy to read html format.. It supports recursive object and arrays
|
|
Function that appends a string to a specified log file.
|
|
This is a function I wrote that runs through a single dimensional array and assigns variables based on the key names.
|
|
Takes an array and assigns it to the global space.
|
|
header and footer in php4
|
|
Tests bandwidth with a random string.
The size of the random string can be altered.
Warning: when the script is set up to generate a large amount of data, your server may crash.
|
|
Simple bbcode validating function
|
|
Utility Class with some useful functions to populate and retrieve values of JavaBean-like objects.
Inspired be Jakarta Commons BeanUtils (http://jakarta.apache.org)
|
|
A function that check best before dates on links to local files.
Add new's flash or mark the link red on new files.
Send a mail to the creator if the file are old.
Check updates on your webcam and display a messgage if you are out of office.
|
|
A function that check best before dates on links to local files. Add new's flash or mark the link red on new files. Send a mail to the creator if the file are old.
Check updates on your webcam and display a messgage if you are out of office.
|
|
A News-Frontend for the news-section of the german TV reality show "BigBrother". At this time the script is only in german. if someone from outside of germany is interested in an english version, please contact me!!
|
|
If you need to keep track of a lot of on/off toggles, like user settings etc. There is only one easy way to store and manipulate these values: <B>Bitfields</B>. With these functions manipulating bitfields becomes easy. Everything you need is included below.
|
|
Maniac's bit manipulation routines, wrapped into a simple class object.<p>Newbies, think of this class as a kind of array of up to 32 true or false values, squished into a tiny amount of space.
|
|
This function will count number of bit who are set to 1 in a integer.
|
|
Blogsoft is a free blog script that allows you to retrieve your web-log from any web page on the Web with 1 line of javascript.
|
|
This code takes in a string of keywords and evaluates the string, turning it into three collections of strings based on the boolean operators in the string. Please send comments on how I can improve the code. I'd love to get some feedback.
|
|
Cacher allows you to cache variables (anything that can be put into a variable) for later use. This speeds up loading time, and reduces load on the data source.
|
|
Totally useless script to caesar shift a given message.
|
|
classKurs is a PHP class that lets you grab Bank Indonesia's content of kurs, then put the content on a single file. The grabber can be set as cron job. There is also the function to show the grabbed file in formated html tags, ready to go.
|
|
Show everyone how many times you've been hit by the CodeRed Virus
|
|
ContentBuilder is a powerfull news- and article-management
system for smaller sites. We call it pluggable CMS, because
its possible to add own Modules without changing the running
system. The system uses PHP and MySQL for data-processing.
It allows you to easily add, delete and modify articles,
users and headlines. It features multi-user access levels
and multiple file upload. All settings can easily be
configured via a web interface.
|
|
This is a down and dirty COPPA age verifier. This function takes 3 args. A birthday, a birthmonth and a birthyear and returns the users actual age if it's good and false if it's non-compliant. Throw this into a general include file and slap it in your library and you won't have to worry if you're letting any kids in. This is an important issue since it's illegal to gather user data if the person is under 13 years old.
|
|
A class for doing serverstatus-queries against Halflife/Counterstrike servers
|
|
I snagged the US State array posted here, but I needed countries as well. I snagged it as a CSV list at http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/db_en.html and wrote a little function to print out the list in array format ;-]
|
|
$argv handling function
|
|
a few simple functions to check the validity of internet hostnames, IP addresses etc.
|
|
If you have been looking for a databasesolution using locking of the session for the duration of the script, and couldn't find any, here is one.
|