linklist is an easy to use PHP script that allows you to create a list of links using a MySQL database. It includes a simple administration interface to add and delete link entries.
TotalChatrooms v1.0 is an online live chatting system for your website. TotalChatrooms features management and creation of multiple chat rooms that are database driven using MySQL. The chat program uses a very stylish Flash interface and use PHP for a backend system to read and write to the database. The chat application can optionally keep log files of users and conversations for the administrator to keep track of the system. The administrator can create and add chat rooms easily to the system that can be accessed by the general public, or specifically to chat members only.
From 4.2.0 version of PHP, as default setting they have turned register_globals variable to ON. This script solves the register_globars without having to change php.ini file.
Just include the getget.php and getpost.php at the beginning of your php code in order to get all your query string and/or POST vars with same names.
vBulletin Users module allows to share users table between Esvon Classifieds and popular vBulletin community software. User has to register only once in Esvon Classifieds and account is created in vBulletin for him.
Users can login with the same login as the classifieds when they are using the vBulletin forum. Login/logout procedures are shared between Esvon Classifieds and vBulletin.
phpMyPhilter is a plugin aimed at blocking bad words on your scripts such as forums/bulletin boards, contact forms, shoutboxes, guestbooks, chat rooms, webmails. In one word Everything you can see on the web where a visitor can type in.
This simple php script is a function that takes a list of stop words (commnly occuring words that are of no use to a search engine) and strips them out of a variable term. This is similar to google removal of common words.