Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Good point Spud, but most of the normal used web proxies i had at one point blocked.
  2. i did it manually lol went through them all removed duplicates, took me 2 days so... lol should of really coded something...
  3. damn that is the best template i've ever seen :o love it!, welcome back
  4. CS5... lol wow im still using CS3...
  5. I Prevented a lot of proxies simply by going to proxy.org grabbing the ips of the proxies (all of them) then banning them via a simple script.
  6. [mccode 1.x & 2.x] [REQUEST] Rating Modification There you go mate, good luck next time i recommend you maybe use the search option.
  7. Haha, Exactly what I'm thinking :P @Dom; Locking it with IPS isn't always a great idea, Hence if I needed to ban someone but was at a friends house then I wouldn't be able too, so the spammer would be able to keep going :P lol, jump into cPanel, allow the IP your at, and your good.. :)   Now on topic. If your adding in the header, there is no need for 'placing in fed jail'...that is just pointless SQL that have to run. Your already in the header, just send a die() or exit()...that is all..The efffect is the exact same as if in fed jail right??   if($ir['user_level'] > 1 && !in_array($userid, array('1','2','3'))) { echo 'Just type some crap here......'; exit($h->endpage()); }   That shouold give the same result without having to run sqls. Didn't i post that somewhere (bad memory in my old age).
  8. $_GET['action'] = isset($_GET['action']) && ctype_alpha($_GET['action']) ? trim($_GET['action']) : 'index'; why? is this even needed? maybe since your doing this why not do something more like $_GET['action'] = isset($_GET['action']) && in_array($_GET['action'], array('add','remove','comment')) ? $_GET['action'] : 'index'; # Trim wouldn't be needed because it's already got to be a set value...
  9. I never payed much attention to Group stages it is the top 3 which go through right? can we still be knocked out? bloody hope so would show us to get a English Manager instead of all these mugs we get these days... How about old Ferguson.. he does well with ManU ( i know he's not English but still... Alex Ferguson rocks :)
  10. ".abs(intval($_GET['price']))." Jordan i do like how you do it but maybe for the inexperienced people do it at the top of the file...
  11. just if they knew how to spell test instead of "terst" i'd be insulted by the "noob result" I better go waste my life on halo i guess... lol i maybe popular for it...
  12. It can't not exist or your wouldn't be posting on here... // lol how do you like it you did that to Faz` What if the sky turned red?
  13. I'd be worried because i don't use a laptop they are overrated pieces of junk which break more times than Liza Minnelli's face.. What if Santa actually killed you rather than giving you presents?
  14. I'd laugh... What if i programmed a AI robot and it took over the world?
  15. You'd still be attracted to her/him... What is Ask was more popular than Google (IMHO f Google...)?
  16. Do a typical man beat it with a stick and act like a Ape till the wife comes in and plugs it in... Duh... What if Aliens invaded?
  17. We could go live in Red Dwarf land and have a smegging good time... What if they made more red dwarf and didn't copy of a horrible old movie called blade runner?
  18. i'd praise them... What if hitler was never born?
  19. how about contacting via pm Jordan because basically your just adding to the off topic discussions now...
  20. You'd be banned most likely for being a cunt :) What if we all sweared because the staff seem to?
  21. We'd get unbanned and you'd get banned... What if the world was going to blow up in the next 7 days?
  22. Nothing would change... What if i owned MWG?
  23. You wouldn't of made this thread... What if i never joined CE/MWG?
  24. Zero-Affect

    Layout

    I suggested perfectly good links, if your all too tight to go with them then shut up and accept amateur horrid work...
  25. focusing on captcha rather than fixing some of the security holes is a big mistake IMHO.
×
×
  • Create New...