#######################################
# phpMyLinks v2.1.0 - 19 Apr 2005 #
#######################################
phpMyLinks is a php script which allows you to manage your http urls.
It is very easy to install, and keeps all operations fast and thin.
You can quickly add, delete or modify your http links and follow any link
in the alphabetical list to reach your destination.
### Changelog ###
v1.0.0
first release
v2.0.0
source rewrited from scratch to conform to Object Oriented design
adding alphabetical feature
v2.1.0
function mysql_create_db is now obsolete with Mysql 4.x servers, changing to mysql_query("CREATE DATABASE...
### Requirements ###
Php 4.2.0 or greater (or lower, but not tested)
grab it from http://www.php.net .
Mysql 3.23.49 or greater (or lower, but not tested)
get it from http://www.mysql.com .
Any browser (Lynx should fit).
### Install ###
untar | ungzip the tarball in any directory of your local or remote www site.
edit secret/config.php and change several nifty variables.
if you are using the Apache Web server, DON'T DELETE .htaccess (for your security)
point your browser to the main script (e.g. index.php).
### Todo ###
alphabetical list -- DONE -- (thanks to Dick)
should check for duplicate links
### Contact ###
The phpMyLinks home page is at http://etilem.free.fr/phpmylinks/ .
### Copying ###
phpMyLinks comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
the conditions of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA