Jump to content
MakeWebGames

Miniman

Members
  • Posts

    431
  • Joined

  • Last visited

    Never

Everything posted by Miniman

  1. Re: [mc code V2]Updated Lottery   Wtf? You don't need that bit in cron weekly....
  2. Re: [mccodes V2]Personal Status Mod[mccodes V2] There are a few of these about.... :|
  3. Re: [V2] Revamped Index Page. Ya, I didn't like them bars :| Plus you'd need Zero's attack stats with this aswell If you wanted the exact page you made :lol:
  4. Re: Spam filter New- Ok, So maybe I assumed that you were putting across that you made it. But I don't think this is very effective.
  5. Re: Spam filter New-   I've seen this before, and it wasn't done by you. Your mailbox.php probaly shows the When you use a new line. And this is a dumb idea: Player 1: Hey, what's your Email? Player 2: [email protected] Player 2 now has a mail ban. Or if someone was trying to link you to a page on your site...BAM, Mailban!
  6. Re: [V2] Revamped Index Page. That's not actually a bad looking index :lol: Good job.
  7. Re: Admin Hack Prevention The most common ones are forums.php and the FF addon, fixes fr both of these can be found on CE :)
  8. Re: Staff application   It wasn't a point as no-one was questioning your way of doing thing's, it was just simply that. Your way of doing it. :-)
  9. Re: Advertising BadGirl made a very good one in free Mod's section....That should work.
  10. Re: Staff application   Yours   if you look carefully at the original he didnt miss the " he added it on the 2nd line <tr><td> [url='staff.php?action=announce']Add Announcement[/url]</td></tr>" so all you needed to do was move the " to before the ; Yes, but now he is using echo instead of print, this is more effective :) It works doesn't it? So there is no problem...
  11. Re: Secure 50/50? Check the RAW logs, I'm betting it was done via the forums and they are trying to misslead you :-) Or if not the forums there is a popular FF addon that can gain you these types of privileges in a game.
  12. Re: [mccodes v2]Attack Hospital Recode   Can you not see? It's secured, It looks nothing like the Mccodes one ;) It's faster as not everything is being selected. It looks tidier :) Good job AlabamaHit :wink:
  13. Re: Crimes too hard.   That's what he said. I couldn't resist
  14. Re: [MCCODES V2] Millionare game $15.00   Ok, and what's the link? :lol:
  15. Re: [MCCODES V2] Millionare game $20.00 Maybe you should provide some screenshots? It sounds good, But how does it look? ;) Maybe that will help.
  16. Re: V2 help http://criminalexistence.com/ceforums/i ... ic=27041.0 There is something Illusions made :) That only finds NPC's.   Why are you selecting everything from the User's Table? And you really don't need to use sprintf() here. $db->query("SELECT `userid`,`username`,`user_level` FROM users WHERE user_level=0");
  17. Re: [V2] Disturbed City I must admit, I do like the Login. But in-game is just like every other game out there :|
  18. Re: [mccode] Steal Crystals when you Mug someone...   $stole=round($r['money']/(rand(200,5000)/10)); $Crystals=round($r['crystals']/(mt_rand(200,5000)/10)); print "You beat {$r['username']}!! You knock {$r['username']} on the floor a few times to make sure he is unconscious, then open his wallet, snatch \$$stole and $Crystals Crystals, then run home happily."; $hosptime=rand(20,40)+floor($ir['level']/8); $expgain=0; $db->query("UPDATE users SET exp=exp+$expgain,money=money+$stole,crystals=crystals+$Crystals WHERE userid=$userid"); $db->query("UPDATE users SET hp=1,money=money-$stole,crystals=crystals-$Crystals,hospital=$hosptime,hospreason='Mugged by <a href=\'viewuser.php?u={$userid}\'>{$ir['username']}</a>' WHERE userid={$r['userid']}");   For V2. Quickly looking at the attackmug option, I've come up witht that. I done it very quickly and it hasn't been tested or secured (It's just the Mccode V2 attack mug feature). I just added in the bits that needed doing :)
  19. Miniman

    New Game Out

    Re: New Game Out it is tru my gam is da best on da netz
  20. Miniman

    New Game Out

    Re: New Game Out Cronus u n00bz na i cnt get ma mods to run de b3st game evr my gam ws guna b beta dan TC m8 i swer it wus guna haz evry1 inda wurld playin
  21. Re: Help with auto ipn Crazy-T, what colour knickers are you wearing? :wink: Doesn't it hurt when you "tuck the sack back" so much?
  22. Re: Help with auto ipn Marked, that makes 11.
  23. Re: Help with auto ipn Actually, if I'm grown up then I can't say thing's like poopy head or refer to my penis as my weewee. I'm out
  24. Re: Help with auto ipn   It's called growing up. Teach me
  25. Re: Help with auto ipn   To be completely honest, I don't care. I was just pointing out what people have asked me :) Again, not flaming.....pointing out :)
×
×
  • Create New...