Jump to content
MakeWebGames

DELETE ME NOW!

Members
  • Posts

    346
  • Joined

  • Last visited

    Never

Everything posted by DELETE ME NOW!

  1. Re: [mccode] Mod Sale [$10.00 - $110.00]   Left the arena logs table empty, inserted a row. Fixed. Ahh ok :)
  2. Re: Injection attempt. Ip: 127.0.0.1 is default, like localhost
  3. Re: [mccode] Mod Sale [$10.00 - $110.00] Also another :) Page: http://isomerizer.com/demo/arena.php?act=results Error: Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/gaphu/public_html/demo/arena.php
  4. Re: [mccode] Mod Sale [$10.00 - $110.00]   Nice im looking found an error. Parse error: syntax error, unexpected '{' in /home/gaphu/public_html/demo/breakin.php on line 9 Thanks, didn't spot that. Fixed.. Np :)
  5. Re: [mccode] Mod Sale [$10.00 - $110.00]   Nice im looking found an error. Parse error: syntax error, unexpected '{' in /home/gaphu/public_html/demo/breakin.php on line 9
  6. Re: 2 questions - please help Yar or like   if($_GET['ID'] == 1) { echo 'Dude what are you smoking?'; $h->endpage(); exit; }
  7. Re: Wanted-criminals.net   How does it :)
  8. Re: Wanted-criminals.net This "username" dude spammed my mates game lol, but then i done the same back to this game, you might want to check userlist :) lol
  9. Re: [mccode v1] Mccodes V1 Jail   I havent looked at the code, you may edit this to fix it in.   else if($_GET['ID'] == $ir['userid']) { echo 'Dude you cant\'t bust your self!'; $h->endpage(); exit; }
  10. Re: [mccodes] Board Game [$15]   lol. Yeah would be 10x better :)
  11. Re: [mccodes] Board Game [$15]   Allways get that one idiot, demo account updated. Should be able to login now. :) Lol yeah i tryed getting back in to play it again i couldnt get back on. lol Just stop people changing the pass ;)
  12. Re: I need help with a Mod i made   print "<center> <u>Street Levels</u> [[url='streets.php?action=street1']Level 1 streets[/url]] [[url='streets.php?action=street2']Level 10 streets[/url]] [[url='streets.php?action=street3']Level 20 streets[/url]] [[url='streets.php?action=street4']Level 30 streets[/url]] [[url='streets.php?action=street5']Level 40 streets[/url]] [[url='streets.php?action=street6']Level 50 streets[/url]]   You didnt end the print.... end it with ";
  13. Re: [mccodes] Board Game [$15] Yes mod is nice, just been playing it :), also you know the board thing where all the numbers are is there anyway you can put like a dot/little image to show where the player is?, i know it says it under it but would be better, just an idea.
  14. Re: Preferences Add On I just think its just a waste of time. lol
  15. Re: crons not working So you know how to code like the mod (you) made, but dont know how too do crons? rofl.
  16. Re: [All] Remove Items from Shops   Of course it will work with v2 why wouldn't it?
  17. Re: Quick question about Staff Functions V2   Yes, i have made one so you can edit the shop name.
  18. Re: [MCCODES V2[ Announcements mod only visible to staff   Lol :P
  19. Re: [mccodes v2]New and improved inventory code sources for free!   O.o you should have the normal MCCODES V2 "inventory" sql if you brought mc codes...
  20. Re: [MCCODES V2[ Announcements mod only visible to staff Or even better dont store it in users table? Make new sql for staff put the staff userids in there. Make a thing for mainmenu.php for staff done:P And just edit the sql in the php files. done :P
  21. Re: Alternate Table Rows   Ya or like my way but diff. same css^^^ $style = ($style == "row-even") ? "row-odd" : "row-even"; <tr class="'. $style .'"> lol
  22. Re: New! Player report [FREE]   lol ty.
  23. Re: cmarket.php HELP Search the forum you might find one if not i think someone has posted diffrent versons like ddmarket,pmarket just edit them you done. lol
  24. Re: [McCodes V2] Private Helth Care (Donator Only) i forgot to say the $mysql_fetch_row should be mysql_fetch_array
  25. Re: [McCodes V2] Private Helth Care (Donator Only)   Line 80 you have $mysql_query should be mysql_query
×
×
  • Create New...