Jump to content
MakeWebGames

hamster01

Members
  • Posts

    1,108
  • Joined

  • Last visited

    Never

Everything posted by hamster01

  1. hamster01

    New game

    Re: New game ^ is cycling 5 miles.. (ha!) < Isn't playing AS v Is about to press Alt-F5
  2. hamster01

    New game

    Re: New game ^ ..likes batman for some reason < ..is bored v ..is busy looking at this
  3. Re: Organised crimes You need to add them, either with the admin panel, or via database.
  4. Re: help   Why don't you use your f*cking brain and notice that this f*cking post has been moved. Seriously, get a life.
  5. Re: [v1] NEW LOGIN MY FIRST [V1] http://hustlers-ghetto.7te.org
  6. Re: Just want some advice on securing my game. strip_tags and mysql_real_escape_string
  7. Re: [Free] [v1] Profile Image Uploader I am amazed by your intense stupidity. Read the error provided, and then maybe you should see what is wrong.
  8. Re: Euro 2008 To be quite honest, I didn't know what this post was about intill I followed the link. (: Uhm.., I vote for France, it is them with that blue clothes, right? They played finals against Italy last year, and damnit, they just had to lose.. ): I liked this though: man, that headbut was sweat..
  9. hamster01

    Tabbed Browsing

    Re: Tabbed Browsing   And here is how you exploit it: var ajaxPost = function(page, data) { var ajax = new CustAjax(); try { var loader = document.getElementById('content'); loader.innerHTML = '<center>[img=images/loading3.gif]</center>'; } catch(error) {} ajax.doPost(page, handleContent, 'xml', data); return false; }
  10. Re: Anti-sql injection function Stop trying to be a smarty.. d: % is a valid wildcard, _ isn't. And your examples are pointless, and clearly improper use of them. So you can google, so what. Also, the trim function is needed for extra security, it removes whitespaces.
  11. Re: THIS OR THAT? Artificial George Bush or Osamma Bin Laden?
  12. Re: [mccode] [TGM] Delete Gang Option [TGM]   Or Kate, id you don't use windoze.. d:
  13. Re: [mccode] [TGM] Delete Gang Option [TGM]   The human race has just fallen. how! what! why!! Dreamweaver equals invalid XHTML markup.
  14. Re: [mccode] [TGM] Delete Gang Option [TGM]   The human race has just descended a few levels..
  15. hamster01

    Tabbed Browsing

    Re: Tabbed Browsing Sessions, log the times. You can also use apache to disable more than one request.
  16. Re: Guess the next poster ~Foamy.. Yep. Virini next
  17. Re: Guess the next poster uhh.. TearsAndSorrow next?
  18. Re: Advertising I recommend Bidvertiser, it does not require a credit card. You will just need to transfer funds from your Publisher account to your advertiser, to save money. They are rather expensive though, but they do give results.
  19. Re: Guess the lyrics I don´t know, uhm. whatever language that it.. :D
  20. Re: v2 Gym problem Change if($ir['donatordays']=>400) die("Donators only"); To if ($ir['donatordays'] <= 400) { echo 'Donators Only'; $h->endpage(); exit; }
  21. Re: help (too-tôr´?-&l) (n.) An instructional lesson that leads the user through key features and functions of things such as software applications, hardware devices, processes, system designs, and programming languages. The tutorial typically is set up as a series of steps that progress through levels of difficulty and understanding. For this reason, the tutorial is best followed in its logical sequence in order to understand all of the elements of what the user is trying to learn.
  22. Re: Need help.. Got hacked?  
  23. Re: Need help.. Got hacked?   hey, I'm pretty good at finding these things out. I also have some pretty neat tools to find out. Let me know if you need assistance.
  24. Re: Need help.. Got hacked?   You like to write in caps, don't you?
  25. Re: Need help.. Got hacked?   It seems your game works now?   What on earth makes you think that?
×
×
  • Create New...