who help me with the reg page

Results 1 to 8 of 8
  1. #1
    Enthusiast charlyne is offline
    MemberRank
    Sep 2008 Join Date
    GermanyLocation
    35Posts

    who help me with the reg page

    who can help me
    i download wizkids regpage

    and i have problem its not running


    i think i make it right
    i make step by step



    alltime
    comes



    "; die(); } else { $regdate = date("Y-m-d H:i:s"); $email = antisql($_POST['email']); $reg = "INSERT INTO Account (UserID, UGradeID, PGradeID, RegDate, Email, Age, Name) VALUES ('".antisql($_POST['username'])."', '1', '1', '$regdate', '$email', '".antisql($_POST['age'])."', '".antisql($_POST['name'])."')"; $query = odbc_exec($connect,$reg); $gebruiker1 = "SELECT AID FROM Account WHERE UserID='".antisql($_POST['username'])."'"; $gebruiker = odbc_exec($connect,$gebruiker1); $i=1; while (odbc_fetch_row($gebruiker, $i)){ $aid = odbc_result($gebruiker, 'AID'); $i++; } if (!$aid) { die ("Oeps, something's wrong with the database"); } $reg2 = "INSERT INTO Login (UserID, AID, Password) VALUES ('".antisql($_POST['username'])."', '$aid', '".antisql($_POST['password'])."')"; $query = odbc_exec($connect,$reg2); print ("
    Your account is succesfully created!
    "); } } ?>
    You can register a Gunz account right here:

    "; ?>
    Username
    Password
    E-mail
    Name
    Age





    pls help

    mfg


  2. #2
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: who help me with the reg page

    Go to your PHP.ini and do short tags on..

    Btw, wrong section.

  3. #3
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: who help me with the reg page

    Just use one Like Wizkid's

    Got it here.

    http://www.sendspace.com/file/tsfklv
    Last edited by Bartjehh; 12-12-08 at 06:08 PM.

  4. #4
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: who help me with the reg page

    Quote Originally Posted by Bartjehh View Post
    Just use one Like Wizkid's

    Got it here.

    http://www.sendspace.com/file/tsfklv
    @Bartjehh: Learn to read, he is using Wizkid's Register page.
    Look:
    Quote Originally Posted by charlyne View Post
    who can help me
    i download wizkids regpage

    and i have problem its not running


    i think i make it right
    i make step by step



    alltime
    comes



    "; die(); } else { $regdate = date("Y-m-d H:i:s"); $email = antisql($_POST['email']); $reg = "INSERT INTO Account (UserID, UGradeID, PGradeID, RegDate, Email, Age, Name) VALUES ('".antisql($_POST['username'])."', '1', '1', '$regdate', '$email', '".antisql($_POST['age'])."', '".antisql($_POST['name'])."')"; $query = odbc_exec($connect,$reg); $gebruiker1 = "SELECT AID FROM Account WHERE UserID='".antisql($_POST['username'])."'"; $gebruiker = odbc_exec($connect,$gebruiker1); $i=1; while (odbc_fetch_row($gebruiker, $i)){ $aid = odbc_result($gebruiker, 'AID'); $i++; } if (!$aid) { die ("Oeps, something's wrong with the database"); } $reg2 = "INSERT INTO Login (UserID, AID, Password) VALUES ('".antisql($_POST['username'])."', '$aid', '".antisql($_POST['password'])."')"; $query = odbc_exec($connect,$reg2); print ("
    Your account is succesfully created!
    "); } } ?>
    You can register a Gunz account right here:

    "; ?>
    Username
    Password
    E-mail
    Name
    Age





    pls help

    mfg



    And this is in the wrong section. MOVED

  5. #5
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: who help me with the reg page

    Than he f*cked up! nothing wrong with Wizkid's reg page!

  6. #6
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: who help me with the reg page

    Quote Originally Posted by Bartjehh View Post
    Than he f*cked up! nothing wrong with Wizkid's reg page!
    He didn't fck up his whole script just he need to configurate somethings,

    Go to your PHP.ini and search for

    short_open_tag =

    Is it off just make it on, by typing on.

    And you wil need a system-dns
    start-run-odbcad32 - tab to system-dns-add 1.

  7. #7
    Enthusiast charlyne is offline
    MemberRank
    Sep 2008 Join Date
    GermanyLocation
    35Posts

    Re: who help me with the reg page

    Quote Originally Posted by eele View Post
    He didn't fck up his whole script just he need to configurate somethings,

    Go to your PHP.ini and search for

    short_open_tag =

    Is it off just make it on, by typing on.

    And you wil need a system-dns
    start-run-odbcad32 - tab to system-dns-add 1.
    system-dns i make its standind in wizkids tut


  8. #8
    Enthusiast charlyne is offline
    MemberRank
    Sep 2008 Join Date
    GermanyLocation
    35Posts

    Re: who help me with the reg page

    Quote Originally Posted by eele View Post
    He didn't fck up his whole script just he need to configurate somethings,

    Go to your PHP.ini and search for

    short_open_tag =

    Is it off just make it on, by typing on.

    And you wil need a system-dns
    start-run-odbcad32 - tab to system-dns-add 1.
    system-dns i make its standind in wizkids tut









    is this right
    short tags on ?? see pict??????????






    and question the end .html is right ?????

    all time same prob.


    when ich chance the end from html in php

    regsite brings at start no probs but olnly when i press register botton

    come this
    Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Bei der Konvertierung eines char-Datentyps in einen datetime-Datentyp liegt der datetime-Wert au



Advertisement