Jump to content
MakeWebGames

IllegalPigeon

Members
  • Posts

    156
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by IllegalPigeon

  1. You told me in chat that the code was good?
  2. Who cares? PDO *AND* MySQLi. You'd be a fool not to buy such epic code.
  3. Ignore Robot, he's just cranky because he can't code. Good job, Jason.
  4. Ignore Robot, he can't code. Your spelling is fantastic, realhosters. Do you.
  5. Can code. <?php <b>Hi</b> ?> Get rekt.
  6. Might help if you posted what you're paying.
  7. I'm really popular within my age group but I'm not very good at sports. I try to do sports whenever I can, apart from when people in my age group are doing sports because they might see how bad I am and then I won't be as popular with people in my age group.
  8. Can't wait to see.
  9. Maybe it was a *little* harsh, the feedback that he got. He is only 12 or something. BUT, [MENTION=71662]CaptainQuack[/MENTION] is right, if you pretend you're not annoyed by someone copying exactly what you say but just changing the words in order to sound intelligent then you're a liar and a thief. Also, I'm really good at sports and popular with people in my age group.
  10. Now we're getting somewhere. An apology is a good start.
  11. It's Sunday, I'm not working. Sundays are reserved for sports and being popular with people in my age group. I'm afraid we can't be "battyboys", because [MENTION=71662]CaptainQuack[/MENTION] is my boyfriend and he doesn't like to share. I have plenty of time for petty arguments BECAUSE I'm such a good developer, technically, I'm getting paid for this. Duh! You're right, though. These petty arguments do cut into the time I have for sports and being really popular amongst my age group, which is probably why I'm not as good at sports and being popular amongst my age group as you. As for helping you when you spoke to me privately, that was before I knew how popular you were amongst your age group. Learning from me will only make you MORE popular and I'm not sure you're ready for that level of power. Abusing being good and sports and being popular amongst your age group has been the fall of many, many good website developers. I knew this guy, Garry was his name. He was like me, averagely liked amongst my age group and "okay" at sports. Then he got to your level of being popular amongst his age group and sporting ability, AND BEYOND. The power got to his head, he started posting in forums about how popular he is amongst his age group and how he plays sports, he used it as a counter argument. Then, 2 years later, he started abusing cocaine and cooking crystal. Now he's a wasteman and is not very popular amongst his age group, nor does he play sports.
  12. You do sound really cool and popular. I'm envious of all the sports you play and how popular you are amongst your age group. I wish I could play sports and ****, whilst being popular among my age group. I don't have kids, I'm a little too young for that, my age group frowns upon having kids and not focussing on sports and ****. Maybe if I master the sports industry, and the programming industry like you, then I can be really popular and have kids? Can we be friends? Introduce me to all of your friends and make me popular, you're obviously hooked up. Be a bro. Be a breadbin. Don't be a wastegash.
  13. Easy bruv, fam. You don't wanna bring arms house.
  14. I like how Jcvenom has learned all these languages in a short amount of time, also, he mastered OOP in 2 weeks. I wish I could learn things that quickly. It took me many years to get to where I am. :( Jcvenom, when you get some spare time, can you teach me how to code? I'd love to learn from a PHP guru like yourself! Cheers bud!
  15. Not bad. You should probably use more of that content area, though. Looks silly with a small bit of content in the middle.
  16. He knows all the common XSS attacks and stuff, just doesn't know how to code. Anyone can exploit a ****ty script if they search the web hard enough. Then he just copy's and pastes the exploits and see if they work.
  17. Robot can't code.
  18. Nah, can't do that. It's only BBCode, remember? You can't run inline styles OR execute javascript. Obviously his game is too secure for me. He's just too good :(
  19. Your game is prone to XSS attacks you pleb. Your script sucks and so does your coding ability. I have more experience in my big toe.
  20. Ignore Rob0t. He cannot code. Copy and pasting is how to hack.
  21. IllegalPigeon > Your level
  22. To be fair, his game is really secure. [ATTACH=CONFIG]2196[/ATTACH]
  23. CaptainQuack is right. This code: WHERE `usr_id` = '".mysql_real_escape_string($user['usr_id'])."'"; Is not only a security problem, but it's probably stopping your login script from working correctly. The "usr_id" is an important variable that you need to protect, simply using mysql_real_escape_string() will not fix the issue or secure your site. CaptainQuack's code will work.
  24. When doing strict comparisons, I like to cast the string to uppercase, then base64 encode it, then decode it and use md5(). Then I like to blowfish and salt it, store it in a database and then do another comparison and store it in a cookie, then store that cookie in the database and then do a check to see if the users cookie matches the stored cookie, then I'll destroy sessions. Duhhhh.
×
×
  • Create New...