PHPAuction PRO is an advanced Web-baserd auctions software. It includes many features packed into a robust package that offers complete user interaction and admin control. Advanced configuration features include the ability to charge sellers and/or buyers the following fees: Sign up fee, Initial Value Fee, and Final Value Fee. Payment gateway supported: Paypal.
ABC MailManager is a software for creating and managing mailing lists. You may create a mailing list directly by using a "subscribe form" on your site or by importing a list from a text file. It can send both plain and html mails with the ability to attach files. A mailing list archive is created during the mailing process. For sending mail the ABC MailManager uses server programs (like sendmail, qsend), but also can work directly with SMTP-server. An admin panel for mass mailing and managing your mailing lists.
Chinese Astrology is a fun script to attract new visitors as well as return visitors to your site. With this script your visitors will be able to explore the Chinese Zodiac and see how compatible couples are in relationships. Chinese Astrology is based on PHP and MySQL.
Site Control is a range of PHP scripts accessing a MySQL backend to drive the data. A Site Control Administration Panel allows the user to manage and maintain all modules. Modules include: News Articles, Photo Gallery, HTML Control, Newsletter/Mailing List, Guestbook, Poll, FAQ and more.
Make PHP generated web content availabe only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are the same as $UserName and $PassWord, the first 2 paramters of the function. If not, it displays the content of $LogInPage, the 3rd paramenter. The main thought behind this was to display the same login for all my admin pages, without have to repeat the same HTML code. Another purpose for this code was to keep MySQL queries, and other back-end code from being executed without permission.