Jump to content
MakeWebGames

CrazyT

Members
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CrazyT

  1. No need, know more than you ^_^ Hacking No, Exploiting = Old. So go back to php.net no WAIT you only can learn from other peoples coding? ^_^ MCCODES = failire = you ;]
  2. MySQL version 5.0.89-community Umm same.... Yet failure again :)
  3. LMFAO! hacked? No - Exploiting kinda. :-D Ermm, stop that a long time ago, and oh please don't try say you haven't because we all know you have. Working on your queries, yes you've probably added, sprintf, or vsprintf, in the MC CODE DB CLASS. && Read back to my post, n00b! :D
  4. lol, because it don't work is why.. lol... Look here :D Securing.
  5. LMFAOOOO! Here from me? Why are you on theses forums then? I've been on this forum for alot longer than most people on here.   LMFAO! Wow, i think you need to go back to the manual, because mysql_query() only takes two [2] parameter's. N00B! And even if you did try it, it will error.. something like "Wrong parameter count for mysql_query()..." So, get your fact's right before you think your clever enough. I'll even be kind even linking you to the manual: http://php.net/mysql_query :D
  6. Every page? LOL Didn't know i had to secure every file :P
  7. Fail again.... And alot more.
  8.   No offense or nothing but that will not do one thing at all. lol
  9. Any need for more code? echo '[img='. ($r['laston'] >= time() - 900 ? 'on' : 'off') .'line.png]'; Would work just fine.
  10. Instead of having that mres function out side of the database class, why don't you put it inside the database class it's self?
  11. If you want to give users on sign up a lower ID, if there is one there is no need for all that for/while loops. Nyna, made a SQL on here that does it. Search the forum ;D If you don't no how to make it work, i say go back to reading the manuals.
  12. @danpaan Nice work. Keep it up. :D
  13. Yet, that still fails. Didn't read my post?
  14. You don't need in_array() for a little extra security, while using switch() there. It's not needed, when using switch if x value isn't in switch, it will just use the default value.
  15. Well if you google, you might have found your answer?... It's headers sent.. http://php.net/manual/en/function.header.php
  16. Damn. While loop and selecting and deleting all in one wow. What say if there was 100 gangs or what ever with 0 respect. Means your going to do 100 select queries and 100 delete queries. So why not just run two or three? Simple.. Select the rows put them into an array then use MySQL IN ( ) and php implode( ). And your done. :D
  17. Doesn't look like a while list array to me....
  18. If there using the same browser window, and having tabs like firefox/google chorme does then no you can't stop it. If they have two or more browsers open then yes you can stop it. There are a number of ways to.. @Immortalthug.. Depends what you mean, stop users using more than 1 browser to do it then yes you can like i said there are a number of ways to do it. I do mine from sessions because i store my sessions in the database. Once they login there session is set, everytime they go to a new page it changes, so if you login from another browser or computer you other session will die and you will be logged out.
  19. If TC had this then, there passwords are not hashed or, they have there own hashing system to encrypt, and decrypt.
  20. I would like to see you decrypt a sha1 password or even md5. :) Yeah there is rainbow tables.....
  21. Why even use the same salt for every user? Use a different salt for every user is a better option. ;) Or.. Don't use any of them hashing methods and make your own. :)
  22. CAN be done in ONE file. Really what does it matter? I give a free mod to the community... lol. - I was just replying to his post.
  23. CAN be done in ONE file.
×
×
  • Create New...