J-SESSIONS is a session package designed to protect pages with a very small footprint. The bulk of the code is less than 176 lines. A live demo can be seen at: http://www.jeremybrand.com/admin.
This is a handy script that provides a quick query-based interface to your MySQL database. Whilst PhpMyAdmin may be the best solution for managing mysql databases, there are cases, when for a simple peek into your mysql database, you need for wait for long for the entire PhpMyAdmin page to execute and download. In those cases, this WebSQL can come in handly. There is another nice advantage for users who would like to type in their queries against the normal trend of click and pick.
phpInstantGallery is a tool for posting customizable, template based galleries, by simply uploading images to the server the script is running on. The script scans the directory you point it to (via a query string), then it stores the list of images it retreives in an array that is POSTED from page to page as the user moves through the gallery. This method of file-list-passing makes phpInstantGallery significantly more efficient than gallery tools that scan image directories each time they generate a page. Version 1.1 is updated to work with register_globals=off. A zip file also available from the site.
This module allows members to bid on ad placement position to appear higher in search results.
Members setup their ads on the site and then buy a credit balance of funds (called a reserve). The advertiser then assigns a
Multi-Forums is a modification for Invision Power Board it will allow you to host unlimited forums from just one installation of Invision Power Board, allowing you to give an Invision Power Board to the public or privately making it easier to update the forum software
Standard Features:
- Limited to 30 forums
- Automatic Setup (just asks for database connection details)
- Full admin control panel (showing Forum Name, Forum Admin Email, Date Made, etc)
- Displays total database size and database size for each forum
- Add your site to the Top 10 host list
- Admins can Mass email all the forum admins (eg forum updates etc)
- Admins can delete old forums that have been posted on for x number of days
- Admins can delete old forums that have not be logged in by forum admin for x no of days
- Automatic user sign-up
- Spam setup check (checks email and cookie to stop users from making loads of forums)
- Sends out a random password to check users email address
Pro Host Features:
- All the features from the standard version
- Host unlimited forums
- Set a global template for all forums (for example to put adverts on forums)
- Able to remove the copyright from the bottom of each page
- Board Directory (with sorting by Board Created Date, Post Count, etc)
- Users can view more than one forum at a time (limited to 1 forum per view normally)
- Able to turn all the forums offline (for upgrades etc)
- Able to turn a single forum offline
- Able to take admin control of a forum for support need and then return control after
- Sort by forum number, name, email, date created, and number of posts
- Searching by access name, forum name and email
- Able to change how many forums are displayed per page and quick jump to page number
- Online settings editor
- Category Editor
- System Caching Service (for increased speed)
- Email support
- Free upgrades to future versions for one year
- Installation Service (if needed)
The simpleauth package is a scheme for allowing users to register a new account on a website. The package uses PHP sessions and a single MySQL table to track users. The system is very, very simple and aimed at beginning PHP users who wish to learn how to allow multiple users to login on their own site. As such the scripts are documented clearly with many comments so you can learn from the scripts.