Fiesta Register Script

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    Valued Member ReDoc is offline
    MemberRank
    Aug 2010 Join Date
    United StatesLocation
    134Posts

    Re: Fiesta Register Script

    oh nice release

  2. #17
    Novice shawtieexbby is offline
    MemberRank
    Jul 2010 Join Date
    1Posts

    Re: Fiesta Register Script

    Hey, i did this and it says theres a error:

    Fatal error: Call to undefined function odbc_connect() in /fiesta/index.php on line 104

    any ideas? D: i changed the pw and user ithink the problem is in index.php ?

  3. #18
    Proficient Member Canic is offline
    MemberRank
    Feb 2010 Join Date
    159Posts

    Re: Fiesta Register Script

    i have sis problem

    $_POST[username], "Password"=>$_POST[password], ); for($i=0;$iis_valid_string($_POST[username]) && !$func->is_valid_string($_POST[password])) { $usernameP=$_POST[username]; $query = "SELECT * FROM [Account].[dbo].[tUser] WHERE [sUserID]='$usernameP'"; $q = odbc_exec($connection, $query); $qt = odbc_do($connection, $query); $i = 0; while(odbc_fetch_row($qt)) $i++; if($i>0) echo"$_POST[username], is already taken!"; else { $query = "INSERT INTO [Account].[dbo].[tUser] ([sUserID],[sUserPW],[sUsername]) VALUES('$_POST[username]','$_POST[password]','$_POST[username]')"; $q = odbc_exec($connection, $query); if($q) echo"Username, $_POST[username] has been registered!"; } } else echo"Please re-enter username and password, remove all special characters!"; } echo "

  4. #19
    Apprentice Langenscheidt is offline
    MemberRank
    Dec 2008 Join Date
    15Posts

    Re: Fiesta Register Script

    nice! thx for post

  5. #20
    Apprentice p1rat3 is offline
    MemberRank
    Sep 2010 Join Date
    10Posts

    Re: Fiesta Register Script

    i did everything exactly as said and i get these two errors

    Any ideas on how to fix this

  6. #21
    Apprentice nemboy88 is offline
    MemberRank
    Jan 2011 Join Date
    20Posts

    Re: Fiesta Register Script

    Nice.

  7. #22
    Novice evildarkangel is offline
    MemberRank
    Sep 2010 Join Date
    2Posts

    Re: Fiesta Register Script

    Quote Originally Posted by p1rat3 View Post
    i did everything exactly as said and i get these two errors

    Any ideas on how to fix this
    i've been having the same problem with the error line number 56 :/ kinda getting on my nerves

  8. #23
    Member Rutgertje is offline
    MemberRank
    May 2007 Join Date
    Holland.datLocation
    66Posts

    Re: Fiesta Register Script

    Hey guys, I decided to update this script look in the main post for new instructions and download.

    This should fix your issues.

  9. #24
    Apprentice kirayamatoss is offline
    MemberRank
    Jun 2011 Join Date
    8Posts

    Re: Fiesta Register Script

    thanks a lot sir...this is what i need...

  10. #25

    Re: Fiesta Register Script

    Hey thanks a lot :D

    But is there any possibility to make this script public? ´cause I wont run it with hamachi.
    thanks :D

  11. #26
    Electro, dude. Bakey is offline
    MemberRank
    Oct 2010 Join Date
    403Posts

    Re: Fiesta Register Script

    Run Web Server on port 80.
    Port forward port 80.
    Rocket science.

  12. #27
    Banned Moshi is offline
    BannedRank
    Dec 2011 Join Date
    ValhallaLocation
    175Posts

    Re: Fiesta Register Script

    Found this helpful. Thank you ;*

  13. #28
    Valued Member blacksystem is offline
    MemberRank
    Oct 2011 Join Date
    119Posts

    Re: Fiesta Register Script

    problem here..

    when i try to register it returns a white value, i mean, it write nothing, just "return" link.

    and registration not work..

    how fix?

  14. #29
    Apprentice KoreSound is offline
    MemberRank
    Aug 2012 Join Date
    23Posts

    angry Re: Fiesta Register Script

    Quote Originally Posted by blacksystem View Post
    problem here..

    when i try to register it returns a white value, i mean, it write nothing, just "return" link.

    and registration not work..

    how fix?
    Same problem, that is probably an older post, not sure if you fixed yours but if you did, mind sharing?
    Last edited by KoreSound; 21-08-12 at 02:02 AM.

  15. #30
    I can has title? hamisgood87 is offline
    MemberRank
    Feb 2012 Join Date
    GoogleLocation
    447Posts

    Re: Fiesta Register Script

    I was linking people here, but there is a better one. Fixed the link in the sticky. Need help with that make your on thread please.



Page 2 of 3 FirstFirst 123 LastLast

Advertisement