Changes from 1.1.2 to 1.1.3rc1: *Much smaller css files(Nearly 1000 codelines less totally) *More readable html files in the default theme(hopefully) *New option: Paypal account. You can now set two Paypal accounts(one for paid links and one for sponsor links) that differs from your admin email. *Fixing a few sponsor-field bugs. You can now see edit/delete/move links for sponsored links in the admin panel. *A few IE related bugs have been fixed Changes from 1.1.3rc1 to 1.1.3rc2: *A lot of bugfixes.. mostly in the template Changes from 1.1.2 to 1.1.3rc2: *Fixed an old variable overwriting bug in links.php *Fixed abillity to change maximum and minimum link descriptions in Admin -> Options *Fixed reciprocal error that occured when you submitted regular links while reciprocal links was disabled. *Fixing a language bug in admin_information.php How to upgrade from 1.1.2? create a file called upgrade.php put it in your script directory and run it. This is the content it should have: <? define("OPENLD_ROOT", "./"); require OPENLD_ROOT. 'header.php'; $db->query('INSERT INTO '. $db->prefix. 'settings (title, value) VALUES ("paid_account_option", "' .$settings['email']. '")') or error('', __FILE__, __LINE__, $db->error()); $db->query('INSERT INTO '. $db->prefix. 'settings (title, value) VALUES ("sponsor_account_option", "' .$settings['email']. '")') or error('', __FILE__, __LINE__, $db->error()); generate_settings_cache(); ?> Code (markup): ___________________ Download
I really like your attitude dude you will do real good with the script, if you need some templates made let me know will try to help, i like people who listen to others and try to put their ideas into action (would try the admin payment email different from paypal thing, cause for any directory to suceed it must have solid payment system). Regards
There's an old demo here for use of the admin section.. username: admin password: password paidhosting: You might wait the templates until 1.1.3 is finally released. If anyone finds any bug or suspicious behavior in this release, please report it.
Well that's because it's on a free host on http://phpnet.us/ Works sometimes.. other times, it displays ads.. There's also another demo but without access to the admin panel. Also an old outdated version, but looks pretty similar.