Jump to content
MakeWebGames

Karlos

Members
  • Posts

    951
  • Joined

  • Last visited

    Never

Everything posted by Karlos

  1. Re: Food Shop [Mccode V2] Yea... Hmm.. Great... Try doing it all..
  2. Re: Newspaper Upgrade [Mccodes V2] Welcome Back Sniks As like ever still not sure on how you layout your code but oh well. It looks alright tho.. Well done.
  3. Re: Food Shop [Mccode V2]   Maybe $_SERVER['PHP_SELF'] would be sufficient :wink:
  4. Re: problem Because he most likely has.
  5. Re: New explore city (HTML)   Well CSS i'm not great at it, far from it but i know some bits. If you check my mods i've used a few bits of CSS in them :wink: but not alot, mainly text-align really tho.
  6. Re: An introduction to security Or simply go into loggedin.php and set attacking to: $_SESSION['attacking'] = '0';
  7. Re: Problem with instaling V2 McCodes Of course he isn't... Ask Dabs at http://www.mccodes.com for the fix.
  8. Re: [mccode V2] Chat Mod NEW above that add   EOF;   after all the header edit add   echo <<<EOF   Should Work... Untested..
  9. Re: New explore city (HTML) As for: <td style="text-align: center;"> All The Time why not use <tr style="text-align: center;"> Just a tip.
  10. Re: 2 images I created Any chance of a few lessons? xD
  11. Re: New explore city (HTML) Woahhh! Where's the links? What's with all the unnessecary code?
  12. Karlos

    What is Suhosin?

    Re: What is Suhosin? Okay i got the idea that it secure's some PHP aspects but appenertly it disables quite a few PHP functions, is this true?
  13. Karlos

    What is Suhosin?

    I was on PHP Freaks and i was browsing around and i saw something about PHP being hardened and more secure by using something called Sushosin, does anyone know what it is or if it's useful?
  14. Re: [McCodes] Duplicate IP block I got bored... :-)
  15. Re: [McCodes] Duplicate IP block   $user_ip = $_SERVER['REMOTE_ADDR']; $_GET['ID'] = abs(@intval($_GET['ID'])); $select = sprintf("SELECT lastip FROM users WHERE ((lastip = '%s') OR (lastip_login = '%s') OR (lastip_signup = '%s') AND (userid = %u))", $user_ip, $user_ip, $user_ip, $_GET['ID'], $c); $query = mysql_query($select); if(mysql_num_rows($query) > 1) //Only one user should be found - you! { echo 'Another account has been detected on your IP. As a result, sending to this person is prohibited'; $h->endpage(); exit; }
  16. Re: Guess the next poster Don't think so, iamwicked?
  17. Re: What's your motivation? Myself personally I do it because in the end I personally feel like I have achieved something and I enjoyed myself while doing it because I learnt more stuff along the way. Then money is a factor.... Yea I need money to get advertising but that not the point i'd rather have an slightly inactive game which people enjoy than an active game that no-one enjoys.
  18. Karlos

    Debate

    Re: Debate Speedwise on my viewuser.php http://cursed-islands.com/Karlos/Files/echo sprintf() vs printf().php
  19. Re: [mccodes] 5 Card Draw [10$] I wasn't actually.. i was going back as the link wasn't working for me.
  20. Re: Serious Help [Mccodes V2] Info in config is still wrong
  21. Re: [mccodes] 5 Card Draw [10$] I always win.... maybe a bug?
  22. Re: [MC Code V2] Custom Error Pages Well i also agree with Magic, post something good or stop spamming my thread.
  23. Re: [MC Code V2] Custom Error Pages I don't use it all the time, it's not bad.
  24. Re: Serious Help [Mccodes V2] 1. Either config settings are incorrect. 2. The info you enter is wrong.
  25. Re: [MC Code V2] Custom Error Pages Use Killah's way, i like mine how it is :wink:
×
×
  • Create New...