Re: [mccode] Mods 4 Sale
Yeah, still cheap :P $50 - $60 for something simple would be more worth it
Everyone just wants to sell and goes lower and lower :(
Re: [Free v1] Advanced Warning System
kraig
--
-- Dumping data for table `warnings`
--
Anything with '--' before it in an sql query is just a comment, you can run it fine and it wont affect anything
Re: Username under Married instead of UserID
just quickly
$query = mysql_query('select `name` from `users` where `id` = "'.$theirid.'");
$array = mysql_fetch_assoc($query);
echo "Marriage: ".$array['name'];
just replace it with what everything's actually called
Re: Bars over 100% ????
$cdone = $rr[crimesdone];
$cfailed = $rr[crimesfailed];
$ciperc= ($cdone / ($cdone + $cfailed) * 100);
// $ciperc = 15 etc
Try that, dunno what the one after it is for
Re: Free Multiple Event Deleter - FREE!
So?
Unlimited bandwidth, apart from not existing, will mean jackshit when you kill your server from overloading it
Plus, who's gonna wait for (at most) 1000 events to load?
Re: Free Multiple Event Deleter - FREE!
Bandwidth isn't a problem, but loading up 1000 rows puts strain on your server, and will take a hell of a long time to load, especially since you output it each iteration
Re: About Javascript
wait, grant access? like enable it? because probably about 95% of users on anything will have javascript enabled
and firefox comes with a built-in popup blocker