PHP/Must Have

Aus crazylinux.de
< PHP
Zur Navigation springen Zur Suche springen

Webbased PEAR/PECL Installer

from http://blog.jldupont.com/2008/03/pear-web-installer.html
Here is a quick tutorial on how to install PEAR's WEB Frontend installer.

  • Shell command: pear install PEAR_Frontend_WEB
  • Create file index.php in the desired web directory with the following content:
<?php
$pear_user_config = "/etc/pear/pear.conf";
require 'PEAR.php';
require 'pearfrontendweb.php';
?>

Bysu

Erstellt per web ein File-Backup vom aktuellen WebAuftritt

http://www.ruinelli.ch/bysu


MySQLDumper

Erstellt SQL-Backup

http://www.mysqldumper.de