database

reForm - The Ajax Contact+ Form

reForm - The Ajax Contact+ Form

Contact form with Ajax that can be integrated with any website very easily and could be configured in minutes, without modifying any line in the actual source code. Plenty of pre-defined examples help you integrate the script the way you want it, whether database storage, csv export or submission to Google Spreadsheet. You can enable/disable any feature like IP inclusion, auto-responder etc in configuration files. Extending the reForm could be...

MySQL Server Load Monitor

MySQL Server Load Monitor

As of January 2013, work on mySQL Monitor has been put on hold for an indefinite period of time mySQL Monitor is a basic database monitoring tool that allows you to monitor the load on your MySQL server throughout time. MySQL is undoubtedly one of the most-used relational database management systems out there, but many web developers and website owners have paid closer attention to its proper configuration, which is vital to achieving fast-...

MyJSON - Work with MySQL + JSON

MyJSON - Work with MySQL + JSON

MyJSON is a PHP5 Class, with it, you are now able to: Create JSON string from a MySQL Query Insert JSON content into a MySQL Table Create/Insert will work as export! So you is a new experience on backups: with JSON ! The JSON created can be indented or not, you choose Easy to get class-failure errors Examples of both functions are included Examples Creating JSON from MySQL query:echo $json->SQLtoJSON("SELECT * FROM your_table"); Creat...

HackerCatcher - Catch hackers w/ Admin Panel

HackerCatcher - Catch hackers w/ Admin Panel

HackerCatcher is a complete system (with admin panel) designed to catch if someone is trying to hack your page and save his data: IP, String (with the one that tried to hack), date, file, details about the hack, and more. The features are: Can catch XSS /SQLi You choose what inputs to listen and catch hacks All the hacks detected are saved into database (of course, escaped) You can receive an email if someone is trying to hack your page In ...

Database Code Generator

Database Code Generator

Database Code Generator Version 5 is here! Updated to 5.1.0 on 8/2013 Updated to 5.0.4 on 6/2013 DBCG was built to save time when working with a database. It automatically creates all kinds of outputs for you at the click of a button! Even Ajax forms!! In a cliff-notes fashion here’s what this script does. It hooks into your database and generates HTML and PHP code that you can copy and paste into your project. Instead of having to write a f...

Registration System with Invitations

Registration System with Invitations

With this system you can protect your php pages in few minutes. How to do that, it’s very simple, when a visitor wants to see your protected page, will need to login, but for registration on website, visitor need to be invited. The invite system is protected and the invitations can’t be cracked. Features Website Features: Form validation with jQuery Easy integration on your website Easy configuration and installation System for password rec...

Key Manager

Key Manager

About Key Manager is a simple application that stores all of your software keys (serials) in one central location which can be easily filtered. It provides a simple interface to add new, update existing and delete old keys. The software has options for backing up the database and restoring from older versions. The software runs off a standalone database and has no external requirements other than the .net framework. Changelog v1.2 Added ba...

PHP MySql Caching Class

PHP MySql Caching Class

MySQL caching class is a lightweight PHP 5 class that allows individual query file caching without the need of server extensions. Features: Easy to install Lightweight single file (8kb) PHP 5 OOP makes it easy to extend Only connects to the database when the cache has expired or doesn’t exist Caches query data to json encoded files Set cache lifespan and filename individually Ability to manually delete cache files Requirements Supports P...

Data Export Helper

Data Export Helper

Key Features Easily export any kind of data. Data can be exported as any of: Excel JSON XML PHP serialize CSV Robust code base. Lightweight system. Object Orientated. Well documented. With this class you can easily export any data to one of 5 popular formats. The Excel format is most noteworthy as people will appreciate being able to download a native Excel document of data from your site, it will also make you look more ...

SQLite Object Oriented Framework

SQLite Object Oriented Framework

This is a professionnal grade SQLite database framework. It enables you to avoid writing and re-writing all the repetitive SQL queries and all the fetch arrays, help protect you against SQL injections, and offer you a very robust, but simple way to interact with your SQLite2 databases. This Framework is inspired from our MySQL framework, that have been used and improved for years. You can get the MySQL framework on this page. Feature...