Projects tagged ‘dump’ and ‘php’


[10 total ]

9 Users
   

To put it simply, Krumo is a replacement for print_r(); and var_dump();. By definition Krumo is a debugging tool (PHP4/PHP5), which displays structured information about any PHP variable. A lot of ... [More] developers use print_r() and var_dump() in the means of debugging tools. Although they were intended to present human readable information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML. [Less]
Created over 3 years ago.

0 Users

This script is used to transform a phpBB forum into static files, that might very useful if you want to read the whole forum offline. By doing so, you can also easily distribute the forum to people ... [More] and read it everywhere without need to have internet connection. The current script is only compatible with phpBB 2.0.x releases. Feel free to modify the code so it also works with phpBB 3. Script that supports phpBB 3 now in the Subversion! Check the phpbb3-static branch. [Less]
Created 12 months ago.

0 Users

phpMyDumperphpMyDumper is a php class, that can be used for exporting databases and tables from MySQL. This is useful if you want to do automatic backup of your database using a cronjob and you for ... [More] any reason do not have access to the mysqldump command. TodoVersion History1.10: (2009-10-28) Support for UTF-8 connections New option to dump AUTO_INCREMENT in table structure when used with older MySQL versions Reports progress information when creating sql file New example of how to use the stream feature Dumps MySQL server version 1.00: (2009-03-13) Based on MySQLDump 2.0 by Daniele Viganò, creativefactory.it Based on Thors code changes in MySQLDump 2.01 at coders4fun.com Uses SHOW CREATE TABLES to get table structures Adds AUTO_INCREMENT in table structures Adds option to format dump file like phpMyAdmin export Adds options to dump DROP TABLE and CREATE TABLE statements Adds options to dump data and expanded INSERT statements Optimized the code for dumping INSERT statements [Less]
Created 8 months ago.

0 Users

Created 12 months ago.

0 Users

phpMyImporterphpMyImporter is a php class, that can be used to import database tables into a MySQL database from a sql file. This is useful if filesize of the sql file is too large to be imported with ... [More] phpMyAdmin. TodoVersion History1.00: (2009-10-26) Initial release Support for compressed sql files Support for UTF-8 connections Progress information [Less]
Created about 1 month ago.

0 Users

show mysql dump in browser text result base64 encoded
Created 12 months ago.

0 Users

Database MySQLDumpA MySQL to PHP Dump Class and Control script.. Database MySQLDump is a script written in PHP for dumping entire database's into a MySQL import friendly format. This script is based ... [More] off my own ideas as well as looking at others scripts that do similar tasks. The generalized aim of this project is to create an all in one light-weight script that does all of the tasks other scripts do plus more. To read more about the aim, read below. Project Aim:This project is aimed at developing a simple, XHTML 1.0 Strict Markup valid PHP MySQLDump Class and control page. Eventual goals are to support dumping data into a .sql and .sql.gz file, having a control script that requires user input to select the Server, Database Name, User Name, Password, and if to include DROP statements in the drop. It's aimed that the script remains XHTML 1.0 Strict friendly according to W3C (World Wide Web Consortium) Markup standards. It's also aimed that the script itself remains completely light weight as to prevent problems with the dump itself, as many databases can be quite large. Other possible additions once time goes on is on server backups to .sql or .sql.gz files, as well as the addition to creating customized cronjob backup scripts for your website automatically (user would have to direct their web server to the cronjob script). Additional goal is to maintain a relatively easy to use control file that anyone can edit. Keeping the inner workings of the script stored in the class file is the main method of ensuring this. Anyone can make their own control file, as long as they print the Copyright line for the Class Script (included in the sample Control file). [Less]
Created about 1 month ago.

0 Users

Beautify default PHP var_dump output
Created 8 months ago.

0 Users

this tool allow fast backup/restore mysql dumps
Created 11 months ago.

0 Users

HyperDump is an user-friendly MySQL dump importer. It is written in PHP5, in an object-oriented way. HyperDump is free software: you can redistribute it and/or modify it under the terms of the GNU ... [More] Affero General Public License in version 3.0 or newer. HyperDump Homepage [Less]
Created 12 months ago.