Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: [MOD] UPGRADE Retrieve original Password torn city actually email your current password now that has always made me a little curious do they use a rainbow chart of md5's or do they use a txt file with like a simple encoding n grab it from there n decode it aswell has the md5 in db
  2. Re: DBS Mod Sale why was your site erroring earlier killah? seems like a ok example if you take away the mysql escape string lol
  3. Re: [V2] SafeHouse is it limited? so like only 4 hours in a day or something? make a mod so that it adds an hour for the set price ie: $time=$time+1;   like protection system lets you buy it 4 times a day only (mine does anyways) use the same kind of technique
  4. Re: [MOD] UPGRADE Retrieve original Password create you own rainbow table i mean its easy i did it on on of my sites and let people make words into md5 has like 400 md5's/words in a day
  5. Re: [V2] SafeHouse then the protection system wouldn't be worth anything illusions :-P
  6. Re: DBS Mod Sale lol i knew you would post lost one :-D
  7. Re: DBS Mod Sale yeah i noticed so like if your password was IE: toonarmyforlife! it would stick toonarmy in password file and forlife! in sql then collide them back together when ever needed. That's pretty clever mate
  8. Re: [V2] SafeHouse That's a pretty cool idea, Good job :-D
  9. Re: [V2] Youtube Mod [V2] kyle maybe his status said "Now working on youtube modification."
  10. Re: DBS Mod Sale nice job kyle
  11. Re: Most of my Mods for V2 Again nice mods mate thanks for sharing
  12. Re: DBS Mod Sale i don't get why $password=sha1($_POST['password']); $password1=sha256($password); echo "$password1";   wouldn't work i mean no disrespect but what you said didn't make sense at all
  13. Re: Copyright issues - torncity   explain it to me and ill code it lol i don't like buying things :-P -_- I'd like to see you try and code something as high quality and secure as Floydian does. Uhm, your nose is turning brown. :-D i noticed that there also lol i didn't say i was going to make it has "secure" i said "explain it to me and ill code it lol i don't like buying things" now does that say anything about security?
  14. Re: MCCode v3 none of my games ever look the same lol look at killah city for example :-D
  15. Re: EXP% Cap wow kyle that's pretty numbers lol what arrays?
  16. Re: [v1] Travel to User Location button on profiles [FREE] Never knew we had any lol just was a bit of fun before we went to bed... and no kyle not the kind your thinking of...
  17. Re: [V2] Libary Hey Sniko thats not a bad idea mate good mod
  18. Re: DBS Mod Sale Impressive, in the password mod did you mean you made your own encryption or that you encrypted md5 into md5 if its the second one... wouldn't it be easier doing something like md5 into md4 into sha1 into md5 register... $password=md5($_POST['password']); $password1=md4($password); $password2=sha1($password1); $password3=md5($password2); echo "$password3"; then the decryption to original md5 would be authenticate... $password=md5($_POST['password']); $password1=md4($password); $password2=sha1($password1); $password3=md5($password2); $ups=$db->num_rows($db->query("SELECT * FROM users WHERE login_name='{$_POST['username']}' AND userpass='$password3'"));   or something like that lol thats just a quick example
  19. Re: The Drug Deal --- Free V2 Mod Very good point Nyna
  20. Re: CSS [V2] MAYBE [V1]   lol wow you get everywhere don't ya iso :-P
  21. Re: [v1] Travel to User Location button on profiles [FREE]   lol yeah it is actually a nice mod no need to delete it i was just showing a more simple idea for those who are lazy ...
  22. Re: Maintenance daily is a good idea but i prefer weekly only have like 150 members that login daily
  23. Re: MCCode v3 oh yeah never forget the *sarcasm* lol
  24. Re: [v1] Travel to User Location button on profiles [FREE] Back on topic: good mod but worthless when the code i post (first) would work with less complication off topic: everyone has faults but not many can admit it
  25. Re: [v1] Travel to User Location button on profiles [FREE] its 6:35am i have something to blame my lack of attention on... don't i actually know you... are you done with your tantrum yet...
×
×
  • Create New...