-
Posts
986 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Cronus
-
mccode-v2 CSS Administration System [$10]
Cronus replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] *hands MTG some monopoly money* I can haz now? -
mccode-v2 8 Lines to secure your site from known sql injections.
Cronus replied to Haunted Dawg's topic in Free Modifications
Re: [mccode] 8 Lines to secure your site from known sql injections. Why are people who threaten to hack and have hacked games still allowed here? -
Re: Cronus - Titan Gaming Media I have them all listed for sale at www.cronwerks.com/forum now.
-
Re: [mccode V2] Ajax Shoutbox. [$12.00] Very nice wicked, if you can create an open ajax client that connects to irc, ill pay big for it. Something along the lines of mibbit.com, however i could have the code so i could customize it to my liking.
-
Re: LOGH - Legend of the Green Hydra Perhaps if they will go into negatives, say "you didn't have enough money but the innkeeper let you stay anyways". Obviously not that exact wording as it sucks, but then you could just set their money to 0. So as long as they have $1, they could be let in.
-
Re: LOGH - Legend of the Green Hydra I died. D-: But, it is interesting. Very fluid and works well. Although, it could definitely use some more content. In order to make a profit from it, you would need many more things added.
-
Re: Block multiple logins One table, two fields i believe.
-
Re: Block multiple logins Yes, it does.
-
Re: Thank a CE mccode Mod Developer Day Finally the arguments are picking up. I was beginning to think this wasn't ce anymore.
-
Re: Block multiple logins I now have this mod for sale here with a full support system. Killah has already purchased, although I'm not sure he has installed it yet.
-
Re: Block multiple logins I'll have a mod up for sale on this for like $5 in a few hours. I made this about a week ago or so.
-
Re: Question for all game owners Its best to put it in footer, you get more complete results as it goes on every page.
-
Re: One Big Code! if($r['username'] == 'Joel') { print"Douchebag"; } else { print"Joel is a douchebag"; }
-
Re: Thank a CE mccode Mod Developer Day I prefer teh paypalz. kthxbai
-
Re: Mod Ideas I never said anyone was good or bad. I just think its bad when people sit around here and toot their own horns, so to speak. Everyone has their own flaws, I don't think I could pinpoint anyone here that I think is better than anyone else. Just sick of certain game owners thinking they are above and beyond.
-
Re: Mod Ideas Oh yuri, your just such a great coder. I mean, you even made blackjack, that can only count the Aces as 11s. I'm jealous! :lol: :roll: :lol:
-
Re: Vote Mod? You have to set this up custom for each individual voting site.
-
Re: Dogdy bussines I think anyone who programs in any language is considered a geek in most peoples eyes. We are all geeks, get over it.
-
Re: Dogdy bussines Pokemon never goes out of fashion.
-
Re: One Big Code! if($username == 'Cronus') { print"You are teh pwnz"; } else { print"You are fail."; }
-
mccode-v2 8 Lines to secure your site from known sql injections.
Cronus replied to Haunted Dawg's topic in Free Modifications
Re: [mccode] 8 Lines to secure your site from known sql injections. I'm thinking that after a while, after you have so many variables listed on the query, it might slow down page loading for members. A while query loading numerous things tends to hinder page load times. So, I have created this next line of code, which while very simple, may help those of you securing large amounts of $_GET's and $_POST's, also note, what killah has listed is only for $_GET's, $_POST's need their own line too. if($_POST['crystals'] || $_POST['somethingelse']) { $count = 1; $x = -1; while($x < $count) { $places_to_be_secured = array("crystals","somethingelse"); $x++; $_POST[$places_to_be_secured[$x]] = abs(@intval($_POST[$places_to_be_secured[$x]])); } } if($_GET['ID'] || $_GET['somethingelse']) { $count = 1; $x = -1; while($x < $count) { $places_to_be_secured = array("ID","somethingelse"); $x++; $_GET[$places_to_be_secured[$x]] = abs(@intval($_GET[$places_to_be_secured[$x]])); } } Obviously in the instance I just posted, you wouldn't need it. But for future reference it may help. All you need to do is add the variables to the if statement when you add them to the array, simple. -
Re: MyIsam or InnoDB or ? I've looked into innodb a few times myself. Every time I see the differences the flaws outweigh the good. I have not tested it as you have, but I came up with the same conclusion.
-
Re: Weird Situation He is obviously a god!
-
Re: Hosting for Mccodes Killah, I'm wondering why you think what nameservers a host users matters at all? Even big companies use the same nameservers(theplanet uses ns1+ns2.theplanet.com, and I have a dedicated box with tons of sites) If you have the cash, use theplanet, they are relatively cheap, support is awesome, and they don't limit cron use.