About Import large sets of data into an SQL table; ToSQL will create a suitable table structure, guessing data types, keys and more, and then proceed to inserting the data. This can be useful for those with large amounts of data stored in XML or JSON files, who want to make the transition to SQL . Usage $query = ToSQL::Import($table_name, $data, ToSQL::<type>); // mysql_query($query); </type>
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 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 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 ...
With this PHP5 Class you are now able to: Create an XML file from MySQL Query Insert all XML Content into a MySQL table Create/Insert work as Export/Import! So you have php-friendly way to backup data of a table Create sitemap from a full MySQL table or just a query Easy way to get class-failure errors Easy way to display generated xml (with or without header) and save the data into .xml file Full examples included Examples Creating XML from...
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...
This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...
ABOUT “Live Events” is a PHP, mySql, ajax(jQuery) script where you can stream events in real time. You can stream sports, concerts and any kind of events. Your visitors can add their comments (if this is enable) and you can as admin (or writer) add comments, images and videos (from Youtube.com or Vimeo.com). NOTE: This script ISN’T for audio or live video streaming! Is just for text, photos and videos from Youtube or Vimeo. To install the ...
jQuery Date Mailer works in all major browsers. The plugin gives you the abbility to mark multiple locations add memos to this location and send all as mail to your friends, business partners etc. The recipient then has the opportunity again to add new markers, memos and to answer you. Features Overview unique jQuery object, no linking to any DOM -Element css styled dragable mail menu direct inside the map language support serversided ma...
You Translate! is a PHP , MySQL & jQuery Application that let your users translate your website in any language you want. How does this work? You assign the messages that you want to be translated User signs in Then your users translate messages and can also vote them You then choose the translation for a specific message of a language and can either accept or delete it After all your messages are translated for a specific language,...