Jump to content
MakeWebGames

hamster01

Members
  • Posts

    1,108
  • Joined

  • Last visited

    Never

Everything posted by hamster01

  1. Re: Making A template Making templates, is basic html, css. Installing need's a bit more(understanding). Mccodes is just one template: |-------------------| |_________________|   |--- |---------------| Thats how it is layed out.
  2. Re: THIS OR THAT? *hehe..* london blue or red?
  3. Re: i nd help with my item market Can you please post the whole script?
  4. Re: i nd help with my item market thne try:   321. } 322. function item_remove($userid, $itemid, $qty) 323. { 324. global $db; 325. $q=$db->query("SELECT * FROM inventory WHERE inv_userid='$userid' AND inv_itmid='$itemid'");  
  5. Re: i nd help with my item market try: 321. } 322. function item_remove($user, $itemid, $qty) 323. { 324. global $db; 325. $q=$db->query("SELECT * FROM inventory WHERE inv_userid='$user' AND inv_itmid='$itmid'");
  6. Re: Counting (nr game) 1316
  7. Re: FIRST THOUGH! test
  8. Re: Right I got -11 rep overnight :|
  9. Re: [TGM] Custom Hospital Message [TGM] It was only an example. ;)
  10. Re: SQL Injections No program can, period. It has to bypass the .httaccess file to be able to do that. Unless you show me some proof that you actually did it, its BS!
  11. Re: FIRST THOUGH! regedit
  12. Re: Counting (nr game) 1313
  13. Re: FIRST THOUGH! door
  14. Re: Game Completely Hacked/SQL Injection? Why not just make the owner panel more secure.   So if something doesn't work, you trough it away?
  15. Re: SQL Injections It will only give the html output, not the php script itself.
  16. Re: [TGM] Custom Hospital Message [TGM]   There is >.> make a mini censor system. [code] $phrase = 'hello this contains a zero'; $look[0] = 'zero'; $look[1] = 'one'; $look[2] = 'two'; $look[3] = 'three'; $i = 0; while($i < 3){ if ($phrase = $look[$i]){ echo 'The phrase contains a number.'; exit; } } [/code] That should work.  
  17. Re: code not optimized? This happens when your crons malfunction, like an error message. It causes the system to send out emails that takes up allot of cpu usage.
  18. Re: Right If someone is having a bad mood they just give you - rep :|
  19. Re: New!! Staff can change any users back ground please use [ code ][ /code ]. and use this piece of code on the mainmenu: if ($ir['user_level'] == 2){ echo "[url='changeuserbg.php']Change User BackGround[/url]"; }
  20. Re: Right *geese* Look at me..
  21. Re: FIRST THOUGH! eternity
  22. Re: [TGM] Custom Hospital Message [TGM] But this takes like 2 minutes to make. I do not want this modification in my game, but others do. Even putting an price up is to much :lol:
  23. Re: Best Freebies Thats also why i'm against it! Free = low quality. Why else is it free? ['quote author=Silver link=topic=6780.msg37292#msg37292 date=1181057040] True... if rep means nothing, why give away free mods? like UCC said, its only good for giving away stuff to people who run low quality games. However, some features are quite interesting and would like decent on any game.
  24. Re: [TGM] Custom Hospital Message [TGM] With Cronus permission, i will make this free?
  25. Re: [TGM] Custom Hospital Message [TGM] 5USd, if that.
×
×
  • Create New...