OpenLD 1.1.3rc2 Released

Discussion in 'Directories' started by latehorn, Jan 23, 2007.

  1. #1
    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
     
    latehorn, Jan 23, 2007 IP
  2. wwws

    wwws Notable Member

    Messages:
    3,385
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    225
    #2
    You're just a hard working guy aren't you.
    That's a nice feature:)
     
    wwws, Jan 23, 2007 IP
  3. xc06

    xc06 Notable Member

    Messages:
    3,498
    Likes Received:
    332
    Best Answers:
    0
    Trophy Points:
    203
    #3
    May I see an exam or demo? Thanks for hard work.
     
    xc06, Jan 23, 2007 IP
  4. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    paidhosting, Jan 23, 2007 IP
  5. qwerty88

    qwerty88 Peon

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I ereally like the new "Paypal account" option , Is there a Demo.

    Thanks,
    BSB
     
    qwerty88, Jan 23, 2007 IP
  6. latehorn

    latehorn Guest

    Messages:
    4,676
    Likes Received:
    238
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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.
     
    latehorn, Jan 24, 2007 IP
  7. xc06

    xc06 Notable Member

    Messages:
    3,498
    Likes Received:
    332
    Best Answers:
    0
    Trophy Points:
    203
    #7
    Man, your demo full of google ads and be sure it is not against TOS!
     
    xc06, Jan 24, 2007 IP
  8. latehorn

    latehorn Guest

    Messages:
    4,676
    Likes Received:
    238
    Best Answers:
    0
    Trophy Points:
    0
    #8
    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.
     
    latehorn, Jan 24, 2007 IP