Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,140
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. Re: [Mccodes V2]Prayer Mod     $sql = mysql_query("SELECT `username` FROM `users` WHERE `userid` = '{$_GET['id']}'") or die(mysql_error()); $r = mysql_fetch_array($sql); if($r['username'] == "Crazy-T") { echo 'Crazy-T can\'t be attacked! :)'; mysql_query("UPDATE `users` SET `fedjail` = '10000', fedreason = 'Tryed attacking Crazy-T' WHERE `userid` = '{$userid}'") or die(mysql_error()); $h->endpage(); exit; }   Now i can't be attacked :) It is easier to go by ID, or login_name! - if you change your username, the code is unaffected. -- Which also gives me an idea..
  2. Re: [McCodes V2] Streets Mod   Both the SQL's you posted are wrong. $db->query("UPDATE users SET turns = turns + 5 WHERE (turns <= 95)");
  3. Re: [any] Kool name   "Mere", not "mear" :P
  4. Re: [any] Kool name *pokes marquee with a poo-stick*
  5. Re: V2 crystal temple..   That quote is exactly why your mods ain't got that many views... guess ill just say LOL! Lol.   Nothing is good about, sprint(); really, dont i dont like it, and also it slows down the page. Read the manual (here), you will find that sprintf() can be VERY good in certain situations. I tend to use it a lot (sometimes "over-use" it), but I'm still happy to :P
  6. Re: [Mccodes V2]Prayer Mod   Pray to be forgiven of your attacking sins? Pray that you don't get attacked today?
  7. Re: [any] Kool name You really needed to say that? lol You really needed to reply to that?
  8. Re: FIRST THOUGH!   Delegation
  9. Re: Things A Flight Attendent Would'n't Say. We are about to crash and die in a flaming ball of fire. Everyone have sex with the person sat next to you! O.o
  10. Re: Count Backwards :D Why am I even doing this? 4873
  11. Re: Guess the next poster Muahaha! :D Um... redsnake?
  12. Re: 3 Word Game I then proceeded
  13. Re: [MCCodes V2] Jail/Hosp Count   am i:O omg kill me quickly :-D *shoots Zero-Affect*
  14. Re: [REVIEW] Review my game plz. Fearless-Dojo Lol Is there any point even posting 1 word sentences :| No
  15. Re: Which File Extension are You? Now that's more like me!
  16. Re: Shops   And in English? Does this mean you want users to be able to access all shops no matter the location?
  17. Re: Userlist - Secure! Still selecting EVERYTHING instead of what's needed -.- Otherwise, good stuff :)
  18. Re: How to find cron info? In your config.php, you will find the cron code. Presuming you use cPanel; Go to your cPanel, go to Cron Jobs, click on "Advanced". Enter these in 0 0 * * * curl http://www.your-domain.com/cron_day.php ... config.php 0 * * * * curl http://www.your-domain.com/cron_hour.ph ... config.php * */5 * * * curl http://www.your-domain.com/cron_fivemin ... config.php * * * * * curl http://www.your-domain.com/cron_minute. ... config.php
  19. Re: [mccode v2]Sniper Mod[$15]   Virtually a recode of the assassinate mod. It'd be a good price for those on here that can't code. Then again, most of the people on here that can't code have no online payment system.
  20. Re: Which File Extension are You? Not quite the answer I was expecting..
  21. Re: 3 Word Game stated that I
  22. Re: [mccodes v2] Combined Gallery and Comment System [$40.00]   Lucky? By law, I am required to send it back unless refused by the buyer. As for the refund.. Due to an unexpected lack of funds, you will have to wait until Tuesday. I apologise for the delay and any inconvenience.
  23. Re: [mccodes v2] Combined Gallery and Comment System [$40.00]   I was attempting to email you concerning the status change of my mod (from paid to free), my server decided to die and hasn't come back online yet (waiting for repairs). -- Refund should be issued by midnight at the latest. -- My Gallery does work on all 4 sites I've used it on without a single error.
  24. Re: [any] Kool name Or let users choose their own name colour and display it.. echo sprintf("<span style='color:%s;'>%s</span>", show($ir['name_colour']), show($ir['username'])); function show($text) { //For the sake of saving space on CE... $text = htmlspecialchars($text); $text = stripslashes($text); return $text; }
  25. Re: [mccodes v2] Combined Gallery and Comment System [$40.00] Fix the code? I forgot to send the clean() function, that's it.. Refund will be sent ASAP :)
×
×
  • Create New...