Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. What does that have to do with anything :-s
  2. Go3.net bought my old game i dealt with Sohaib so... Raven is insecure Old MC is insecure New MC is insecure So... lol
  3. If Dabs and CB think Ravenscript is secure im very shocked with there standards of security, I found a exploit on Mafia Corruption last week so it shows it ain't so easy to patch all the holes in MCC scripts. I though Sohaib was the owner of Mafia Corruption not Dave (thought Dave was the coder)...
  4. So this changes the resolutions on a computer which doesn't allow it, does it let you change them to anything? because my computer only allows two different resolutions lol
  5. BTW $page isn't defined... $_SERVER['PHP_SELF'] alternative/vulnerability This reminds me a little of something i did ages ago... [mccodes]Secure demo account
  6. ah i didn't notice the prefix on the subject my bad.
  7. The v1 references are related to the file version or version of MC?
  8. is it defined in another file like globals mainmenu smenu sglobals header global_func something like that?
  9. I kind of said it wasn't a function above Kyle.  (source: http://uk.php.net/manual/en/function.delete.php)
  10. Actually if your repeating yourself just with different words i would say it would be classed as spam. @ the free mods, paid mods are passed around disguised as free mods so i would be sure and i believe MWG would have all the free mods on here anyway.
  11. Trust me if you were to spam my game i would signup 2 thousand bots called crimgame.com# lol
  12. if the function defined before hand? for example i can't use the function index in a sub file index.php?page=index&cmd=index (i might be wrong lol i just seem to remember having a issue with index). So if your using sub files like i do on CrimGame.com so index (in the page GET super global) is linked from like /modifications/files/index_page.php and the cmd=index is in there then that would be your issue. of if you define delete in some global file or header that could also be it. Considering delete() is shown as a function but actually isn't i wouldn't be worried about that.
  13. Yeah i wasn't doing the obvious ones lol
  14. They do have other boxes also you know... [c]--code--[/c][js]--code--[/js][java]--code--[/java] [redbox]noobles![/redbox][infobox]noobles![/infobox]...
  15. If you try not to clone other games why use a engine which is based on cloning TornCity (if you have limited skills i can understand). Thugbattle.com User: demo Pass: demo Also your website is exploitable maybe you could do with a hand[mp]118[/mp]
  16. Seems more like flaming than constructive criticism IMO. DevonNice i signed up with Username: demo Password: demo so people can take a quick look but it does remind me of Torn City. Also if you want security give me a shout[mp]118[/mp]
  17. So without looking lol you did add/make the preview post/edit function right? like on here we have post | preview | reset.
  18. LOL what Alan means to say is "where would be the fun in that" :P
  19. Looks good, self written engines are always interesting to me.
  20. I thought you wasn't making mods anymore lol
  21. This isn't a conversion of a MC mod right?
  22. Ah yeah i didn't explain it properly if ( $_GET['type'] == 'hospital' { if($ir['crystals'] <2) { die("You don't have enough credits!"); } else { # remove /* && */ from below /*if ( $ir['hospital'] ) { $hosp_rem = ( $ir['hospital'] >= 10 ) ? 10 : $ir['hospital'] ; mysql_query("UPDATE `users` SET `crystals` = `crystals`-2, `hospital` = `hospital` - $hosp_rem WHERE `userid` = $userid", $c); } else { die('You\'re not in hospital.'.$h->endpage()); }*/ } } should work perfectly
  23. This exists i think it's like 30 seconds...
  24. So like the old CE Karma system but a good idea would be to only allow the people who have verified their purchase to rate you therefore no newbies just negativing everyone.
  25. also Agon IF() is a MySQL function also.
×
×
  • Create New...