Can Any One Help

Results 1 to 7 of 7
  1. #1
    Enthusiast makong is offline
    MemberRank
    Dec 2007 Join Date
    40Posts

    Can Any One Help

    i can't make an accout plsss help, i always pront with a error plss help
    Attached Thumbnails Attached Thumbnails 11.jpg  


  2. #2
    Valued Member jeane_vellix is offline
    MemberRank
    Jun 2005 Join Date
    SemarangLocation
    108Posts

    Re: Can Any One Help

    Have you change the top line your register.php ?
    <?php
    require_once './inc/class.captcha.php';
    $accdir="J:\\Tantra Server\\DBSRV\\run\\account";
    ?>
    <html>
    Change that I bold with your server directory...( i.e C:\\TantraSvr )

  3. #3
    Novice an0nymous is offline
    MemberRank
    Mar 2008 Join Date
    4Posts

    Re: Can Any One Help

    @makong how did you get it working? I had that error at first, and now the code error is the problem.
    I did this more than once but I still get "check code is wrong".
    Last edited by an0nymous; 03-03-08 at 06:04 PM. Reason: added s/s

  4. #4
    Member BrutalBlade is offline
    MemberRank
    Feb 2008 Join Date
    92Posts

    Re: Can Any One Help

    I'm getting that same error as well, hope someone can give assistance.

  5. #5
    Apprentice Dorga is offline
    MemberRank
    Sep 2007 Join Date
    7Posts

    Re: Can Any One Help

    i dont know if this is the problem but did u check that DBsrv is up?

  6. #6
    space omen is offline
    MemberRank
    Aug 2003 Join Date
    LondonLocation
    1,088Posts

    Re: Can Any One Help

    YOU DONT NEED THE DB SERVER for this to work
    accounts are created by the php script

    read the bleeding guide 100 more times check your configuration of the php script, otherwise learn to read english and then read the guide again

  7. #7
    Valued Member jeane_vellix is offline
    MemberRank
    Jun 2005 Join Date
    SemarangLocation
    108Posts

    Re: Can Any One Help

    Here, maybe you can use mine.
    put that in your web directory
    If you use xampp
    Code:
    C:\xampp\htdocs\???

    Change the bold line to your server directory
    Code:
    <?php
    require_once './inc/class.captcha.php';
    $accdir="J:\\Tantra Server\\DBSRV\\run\\account";
    ?>
    Attached Files Attached Files



Advertisement