Jump to content
MakeWebGames

Raptor_Jesus

Members
  • Posts

    143
  • Joined

  • Last visited

    Never

Raptor_Jesus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [mccode v2] Steal (Money / Crystals) [$10.00] Zero im just ashamed
  2. Re: Advanced Tax Mod [$5] Really cool idea ill need one query before ill consider it though. Just any example will do!
  3. Re: [mc-codes ] 5 card draw [$5.00] lol
  4. Re: [$5] Advanced Shops 2 bucks just give it away or code something worth the cash. The paypal fee alone makes this worthless!
  5. Re: [mccodes v2] Casino Mod Package [$75] Looks really good and seany is a good guy, I have bought things in the past but alas to many exploits.
  6. Re: flash slot machine & texas hold 'em seats 10 per table limitless tables Haha you go cronus lol, good job on calling this one out
  7. Re: Flash Slot Machine [$50] Designed to fit your game! Just a question, why do you need so many files? Also why flash? It looks good really it does and I wont take that away. Still I have to say 50 bucks to fit my game seems abit high for 5 files. Its easily possible to use yui animation with less files. You will edit the the flash file to have my site name on it, neat but I wanna know this for 50 bucks what makes this better than yui animation? No pun to this query at all I just wanna know for the money why I would want to buy this?
  8. Re: Ideas/Requests [Free Mod 4 U] Cheese wheel of death. with yui animation when the cheese wheel is spun
  9. Re: [V2]Coin Toss Modification I'll give the docs on it a read then
  10. Re: [V2]Coin Toss Modification Anyone here using 6.0?
  11. Re: [V2]Coin Toss Modification if(eregi("[^0-9]", $_POST['money'])) { echo"You tool"; return; }
  12. Re: [mccodes V2] Drag n Drop User Menu + Staff Menus [WORKING COPY] Nice idea, I have something simalure via yui
  13. Re: [V2]Coin Toss Modification One more little thing I never messed with is_numeric before I prefer other methods but looking into it on php.net I saw the following   ////////////the following is not mine but from php.net Some examples. Note that leading white space is OK, but not trailing white space, and there can't be white space between the "-" and the number. is_numeric("1,000") = F is_numeric("1e2") = T is_numeric("-1e-2") = T is_numeric("1e2.3") = F is_numeric("1.") = T is_numeric("1.2") = T is_numeric("1.2.3") = F is_numeric("-1") = T is_numeric("- 1") = F is_numeric("--1") = F is_numeric("1-") = F is_numeric("1A") = F is_numeric(" 1") = T is_numeric("1 ") = F
  14. Re: [V2]Coin Toss Modification I just skimmed this so Im not 100% sure but are you missing a and if here if the user doesnt have enough money?
  15. Re: Easy Help Tutorial With Admin Feature   Though that is a better way, it's hard to do that most of the time with MCC, because most users end their HTML, and other various things in the endpage function...   Ive never found any issues using it with Mc
×
×
  • Create New...