Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. I considered Noob a compliment when i started out, i believed it to be them telling me i was part of the team just a new member.   If you quit then your letting them win, i hope i wasn't rude to you but sometimes you have to be cruel to be kind if people can't hack it then that's their problem. My website was hacked within the first month of making it/joining CE/MWG why? I left install.php on - we all make newbie mistakes at the beginning but won't truly learn from them until someone says "oi noob you did this" or you get hacked, i personally would prefer the embarrassment than my game suffering. If it comes to it there are many people who offer their services Not FREE obviously because we all know what they are... They'll do it for free, yeah ok... List of people i know about who do security Myself Eternal MTG there are just the ones i trust, i recommend myself obviously but any of the others will do a satisfactory job.
  2. Stop spamming... :) G
  3. EOF; $IP = mysql_real_escape_string($_SERVER['REMOTE_ADDR']); i never put code even at the end of Heredoc... why MRES?
  4. naw simlpy drop `users` lol Naw i wouldn't redirect or drop anything :)
  5. Renaming a insecure file is not a solution. Exactly ^ finally someone with some common sense.
  6. die isn't so bad i mean if your not wanting to post anything after it then by all means use die or exit but you could also do   echo 'text here'; $function->name(); die; // could also use exit; or even alternatively exit("text here"); or die("text here");   im not so sure on register_shutdown_function so i won't try and explain that one in much detail, but i believe it's basically the above.
  7. isn't your forum down MTG, i think everyone's previous code will have bugs in it, look at Windows OS... you could strain tea with windows XP (lots of holes).
  8. it's called multitasking mate ;) AJAX chat Alain... would be great for people who don't really like IRC i mean i bet there's alot of IRC haters around, best to give the option don't you think?
  9. Friday, October 2nd 2009, 4:42am isn't actually that long ago mate.
  10. 1312
  11. oh very informative, would you care to elaborate on the "major errors"?
  12. If you need anyone in on BETA to check your security i don't mind having a go, with your permission of course :)
  13. Naw stolen CSS - Just Kidding :) if i remember correctly my CSS is perfect so it should be alright on other browsers i never considered checking the xhtml but now i did check it i noticed afew issues, it's not a issue at the moment thought.
  14. you must have special powers O.o ... Does it work for I.E? CrimGame look for yourself mate, my IE it's fine also on my FF + Safari + Google Chrome + Opera looks fine on Linux browsers/versions also and mac - looks smaller in vista due to the resolutions.
  15. Care to elaborate on the function(s) of this modification?
  16. Yeah i liked the second one, isn't this like a very old post?
  17. I have to ask MTG by complete recode you mean your own version of MC or you will personally recode their entire public_html dir? for 300 bucks i'd have you working for months like a slave lol Millions upon millions of PHP files ;)
  18. any chance in having a Screenshot / DEMO?
  19. does the married column have content or exist?
  20. i believe a support - ticket system's been made...
  21. No problem, lol
  22. if($r['married'] != 0) { $partner= "[url='viewuser.php?u={$par[']<font color=green>{$par['username']}</font>[/url]"; } else { $partner= "<font color=red>N/A</font>"; } Into=> $partner = ( $r['married'] != 0 ) ? '[url="viewuser.php?u='.$par['userid'].'"]<font color="green">'.$par['username'].'</font>[/url]' : '<font color="red">N/A</font>' ;
  23. max decimal is 64 right? so why 50? BIGINT is a solution for money/crystals, but if your users are that high in money/crystals then i'd consider a economy retrieval. Then look at what went wrong
  24. ImmortalThug i thought you was a security expert? GanjaFreak420... or a better solution would be to recode the ENTIRE staff panel so then it's more difficult for someone to access. Another solution is to add maybe referred link protection so that for example: http://www.website.com/user.php?u=234 couldn't be the referred link to => http://www.website.com/staff_function.php?action=change_status&staff=admin&id=234 Only allow the specific files to be the referring links therefore great protection. Coding your own engine and dropping MCC altogether would be the best solution to these issues, go with horizon or ZAP god even GPRG would be better than MC.
×
×
  • Create New...