<html>
<head>
<title>
Scripts
</title>
</head>
<body>
<?php
$name = " PHP Protect Plus " ;
$version = " 1 " ;
$size = " 8739 Bytes " ;
$download = " Here " ;
echo (" PHP Protect Plus : ") ;
echo (" To protect your html and php files with ") ;
echo (" username and password . ") ;
echo (" A single php file. Needs MySQL database . ") ;
?>
<?php
$name = " Simple Simple Chat " ;
$version = " 1 " ;
$size = " 2626 Bytes " ;
$download = " Here " ;
echo (" Simple Simple Chat : ") ;
echo (" A very simple PHP chat script, which uses ") ;
echo (" flat txt file. No database is needed . ") ;
echo (" One single php file with 72 lines of code . ") ;
echo (" See the file for more info . ") ;
?>
<?php
$name = " Simple Manager " ;
$version = " 1 " ;
$size = " 2727 Bytes " ;
$download = " Here " ;
echo (" Simple Manager : ") ;
echo (" A simple PHP manager, which can run PHP ") ;
echo (" codes, upload files and make files . ") ;
echo (" It can be usefull if you are going to ") ;
echo (" learn PHP but you dont have PHP in your ") ;
echo (" computer, and you want to run PHP codes ") ;
echo (" in a remote free host . ") ;
echo (" Also can be usefull for PHP programmers ") ;
echo (" to manage their sites remotely . ") ;
echo (" Default password is 'phpclub' . ") ;
?>
<?php
echo (" Home ") ;
?>
</body>
</html>