Wizkid's Register Page FAR reworked

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Wizkid's Register Page FAR reworked

    You aren't setting the server correctly.

    For more information: PHP: odbc_connect - Manual
    Last edited by wutyes; 08-01-11 at 04:20 PM.

  2. #17
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,301Posts

    Re: Wizkid's Register Page FAR reworked

    Quote Originally Posted by zyberscape View Post
    Who made what worse?

    ssad56, what did you do.. The code works without editing. Looks like you don't have PHP installed maybe?
    I guess you're the the author and you remade it.
    Last edited by Military; 08-01-11 at 04:52 PM.

  3. #18
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Wizkid's Register Page FAR reworked

    Mind explaining what I mucked up?

    If you are talking about me removing the "nl2br()" that is because there is no need for it, we are already stripping slashes.
    Last edited by wutyes; 08-01-11 at 04:56 PM.

  4. #19
    Account Upgraded | Title Enabled! HiroSoul is offline
    MemberRank
    Feb 2009 Join Date
    236Posts

    Re: Wizkid's Register Page FAR reworked

    Works perfect for me ;) thanks
    Posted via Mobile Device

  5. #20
    Infraction Banned BGxApixen is offline
    MemberRank
    May 2009 Join Date
    939Posts

    Re: Wizkid's Register Page FAR reworked

    Meh, I guess.. It looks sorta like the register released in the flyff section; http://forum.ragezone.com/f457/v15-r...script-672042/

    But whatever. Nice job

    +1.
    Last edited by BGxApixen; 12-01-11 at 01:29 AM.

  6. #21
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Wizkid's Register Page FAR reworked

    Gone.
    Last edited by wutyes; 27-03-16 at 12:03 AM.

  7. #22
    @ your moms bed thajj is offline
    MemberRank
    Apr 2007 Join Date
    The NetherlandsLocation
    647Posts

    Re: Wizkid's Register Page FAR reworked

    Code:
    function cleanup($info){ 
        $info = stripslashes($info); 
        $info = htmlspecialchars($info); 
        return $info;
    This can never work as a good anti sql... it works better if you just make a dead end on each query... that its using...

  8. #23
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Wizkid's Register Page FAR reworked

    Far better actually.

    +1 internets to you, Aaron.

  9. #24
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Wizkid's Register Page FAR reworked

    thajj: Works good enough, no?

    Arcelor: Thanks, I always enjoy more internets :D

  10. #25
    @ your moms bed thajj is offline
    MemberRank
    Apr 2007 Join Date
    The NetherlandsLocation
    647Posts

    Re: Wizkid's Register Page FAR reworked

    Well it works... but there is a diffrence between working and making it 100% hackproof, since alot of people will use this without even noticing. there's like 70 % of the people that look at this thread are going to use/test the script with out posting anything or reading, or even understand how the anti sql is made, and this will make servers weak..

  11. #26
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Wizkid's Register Page FAR reworked

    So why don't you go post about it in every other register page topic? I know for a fact MOST of them have little to no security.

  12. #27
    Just Me iceman4154 is offline
    MemberRank
    Oct 2007 Join Date
    Columbus, OhioLocation
    217Posts

    Re: Wizkid's Register Page FAR reworked

    Well after looking over your anti-sql injection function, I have to say that it is in no way safe, striping html entities and striping slashes is not safe by any means. Also, I know for a fact you don't know PHP or any language for that matter, better than Wiz, saying he doesn't know anything only makes yourself look ignorant.

  13. #28
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Wizkid's Register Page FAR reworked

    Wanna have secure registrations?

    Manually add accounts or get an entire website.

  14. #29
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Wizkid's Register Page FAR reworked

    iceman4154, yup I don't know anything.

    Arcelor, haha yup pretty much.

  15. #30
    @ your moms bed thajj is offline
    MemberRank
    Apr 2007 Join Date
    The NetherlandsLocation
    647Posts

    Re: Wizkid's Register Page FAR reworked

    no there are ways do do it.... for instance you can make a "fake" database thats infront of the real database, then let the account info get into the "fake" database and with a auto input function you can let it go and insert the account info into the real database, its unbreakable but hard to make. But thatss the way how big company's do it.



Page 2 of 3 FirstFirst 123 LastLast

Advertisement