New Excelent Registration Script

Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 93
  1. #51
    Sorcerer Supreme ivanaivana is offline
    Member +Rank
    Oct 2010 Join Date
    RussiaLocation
    323Posts

    Re: New Excelent Registration Script

    up again
    still need table.xml and database sql dump from some1, who made this script work

  2. #52
    Genesis?Is it a new drug? renan7899 is offline
    Grand MasterRank
    Apr 2010 Join Date
    BrazilLocation
    519Posts

    Re: New Excelent Registration Script

    Did you tried to login?

    Well, that kind of "alien" password is the byte form of the md5 hash... read about md5's raw output: PHP: md5 - Manual

    Open your table.xml and change all passwd and passwd2 inside to varchar(64). Use CTRL + W to search in nano.

    After that, check your mysql tables and change to varchar 64 the passwd and passwd2 if it isn't...

    Then you can use these procedures: procedures.sql

  3. #53
    Sorcerer Supreme ivanaivana is offline
    Member +Rank
    Oct 2010 Join Date
    RussiaLocation
    323Posts

    Re: New Excelent Registration Script

    Ok, thanks for procedures.sql alot.
    My table.xml and sql base was var64 and i thought it mus' be changed to bin16. Don' ask me why :D
    So i changed passwd and passwd2 in table.xml, procedures and users to bin 16... So thats why i coudnt log in and got strange alien pass in passwd string in database.
    Ill try your way, thx again.

  4. #54
    Genesis?Is it a new drug? renan7899 is offline
    Grand MasterRank
    Apr 2010 Join Date
    BrazilLocation
    519Posts

    Re: New Excelent Registration Script

    Quote Originally Posted by ivanaivana View Post
    Ok, thanks for procedures.sql alot.
    My table.xml and sql base was var64 and i thought it mus' be changed to bin16. Don' ask me why :D
    So i changed passwd and passwd2 in table.xml, procedures and users to bin 16... So thats why i coudnt log in and got strange alien pass in passwd string in database.
    Ill try your way, thx again.
    Bin would never recognize some of the byte caracters, that's why you couldn't login.

  5. #55
    PW Dev <3 Ozuru is offline
    Grand MasterRank
    Feb 2011 Join Date
    737Posts

    Re: New Excelent Registration Script

    It overall is a good script, I just can't figure out how to allow email verification >.<. Adding more information about it would be extremely helpful.

  6. #56
    Genesis?Is it a new drug? renan7899 is offline
    Grand MasterRank
    Apr 2010 Join Date
    BrazilLocation
    519Posts

    Re: New Excelent Registration Script

    You need an e-mail server in your machine (SMTP).

    I never installed something like that before, I asked for my friend to test the e-mail confirmation of the registration, so google it xD

    And don't forget to change to true in the e-mail confirmation in configurar.php:

    Code:
    $conf_email = false; -> $conf_email = true;

  7. #57
    PW Dev <3 Ozuru is offline
    Grand MasterRank
    Feb 2011 Join Date
    737Posts

    Re: New Excelent Registration Script

    Ohhhh, I wanted to use a STMP mail server, I was looking where to change the settings for the STMP server. That would be a great add on in the future.

  8. #58
    Sorcerer Supreme 88supra86 is offline
    Member +Rank
    Feb 2011 Join Date
    CanadaLocation
    388Posts

    Re: New Excelent Registration Script

    the script works REALLY well have created a script to work with it on password recovery with calling for secret answer and pin 5/5 man good work.

    once i have worked out the bugs i will release it to the public as for registration.
    flawless and strait to the point.

  9. #59
    Newbie iuly69 is offline
    MemberRank
    Jan 2011 Join Date
    7Posts

    Re: New Excelent Registration Script

    Anyone can reupload the script pls ?

  10. #60
    Newbie mrainor is offline
    MemberRank
    Mar 2011 Join Date
    UkraineLocation
    7Posts

    Re: New Excelent Registration Script

    anyone can reupload the script pls ?
    +100500

  11. #61
    Newbie StrongASB is offline
    MemberRank
    Dec 2011 Join Date
    1Posts

    Re: New Excelent Registration Script

    Reupload...

  12. #62
    Member aarran is offline
    MemberRank
    Sep 2011 Join Date
    30Posts

    Re: New Excelent Registration Script

    Last edited by aarran; 15-04-12 at 12:19 PM. Reason: updated link with newer version

  13. #63
    Member dj1818 is offline
    MemberRank
    Mar 2011 Join Date
    72Posts

    Re: New Excelent Registration Script

    why whan i register password in db - ~¡x-"»2ûR³#KíZL?

    not 0xMd5..

  14. #64
    PW Dev <3 Ozuru is offline
    Grand MasterRank
    Feb 2011 Join Date
    737Posts

    Re: New Excelent Registration Script

    Quote Originally Posted by aarran View Post
    He took it off for a reason i think

  15. #65
    Member ReFFeX is offline
    MemberRank
    Jul 2006 Join Date
    XXXLocation
    27Posts

    Re: New Excelent Registration Script

    password not md5...maby someone fix?

  16. #66
    Newbie xxndxx is offline
    MemberRank
    Feb 2012 Join Date
    5Posts

    Re: New Excelent Registration Script

    im useing this register script some ppl get this error try to register "error querying database"


    any way to fix?

  17. #67
    Grand Master Jacknife is offline
    Grand MasterRank
    Nov 2011 Join Date
    1.3.6 LandLocation
    718Posts

    Re: New Excelent Registration Script



    How to use:
    There's a README.txt file in the .rar ... read it! xP


  18. #68
    RaGEZONER fgru is offline
    Grand MasterRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    Re: New Excelent Registration Script

    ... where is the README.txt ?

  19. #69
    Grand Master Jacknife is offline
    Grand MasterRank
    Nov 2011 Join Date
    1.3.6 LandLocation
    718Posts

    Re: New Excelent Registration Script


  20. #70
    RaGEZONER fgru is offline
    Grand MasterRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    Re: New Excelent Registration Script

    /OT
    dolkeboy !!! it was a joke ...

  21. #71
    Grand Master Jacknife is offline
    Grand MasterRank
    Nov 2011 Join Date
    1.3.6 LandLocation
    718Posts

    Re: New Excelent Registration Script


  22. #72
    Member ohyeah is offline
    MemberRank
    Mar 2012 Join Date
    30Posts

    Re: New Excelent Registration Script

    dont works with 1.4.4 :/

    its ok, i fixed it

    @ReFFeX : what realease do you use ?
    Last edited by ohyeah; 12-04-12 at 11:34 AM.

  23. #73
    Genesis?Is it a new drug? renan7899 is offline
    Grand MasterRank
    Apr 2010 Join Date
    BrazilLocation
    519Posts

    Re: New Excelent Registration Script

    Up...

    New Update! V1.2 ... check the first post.

  24. #74
    RaGEZONER fgru is offline
    Grand MasterRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    Re: New Excelent Registration Script

    ... good job but " There's a README.txt file in the .rar ... read it! " i cant read ...


    btw > readme

    " Then, go to "registro.php" and change the e-mail confirmation in line 113 (Only if e-mail confirmation is set to true in configurar.php) "

    .. wrong lang for changes :D

  25. #75
    Genesis?Is it a new drug? renan7899 is offline
    Grand MasterRank
    Apr 2010 Join Date
    BrazilLocation
    519Posts

    Re: New Excelent Registration Script

    Quote Originally Posted by fgru View Post
    ... good job but " There's a README.txt file in the .rar ... read it! " i cant read ...


    btw > readme

    " Then, go to "registro.php" and change the e-mail confirmation in line 113 (Only if e-mail confirmation is set to true in configurar.php) "

    .. wrong lang for changes :D
    I couldn't understand what you meant...

    But line 113 in registro.php contains the e-mail texts, headers, informations, etc...

    Also, the README.txt file is working fine for me xD

    If you mean the language of the files names... just rename it... then use dreamweaver or notepad++ or any text editor to find the included files and change their names. Example: include_once "configurar.php"; You can change it to include_once "config.php";



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement