
Isomerizer
Members-
Posts
1,170 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Isomerizer
-
Re: Secure your script (lock it down from outsiders) Not every bloody piece of code on this forums is made specifically for mccode.
-
New!! Free!! Staff can change any users back ground
Isomerizer replied to John99's topic in Free Modifications
Re: New!! Free!! Staff can change any users back ground The guy who posted this has missed the SQL. Plus you need to edit where your game background is determined, and maybe change it to something like <body bgcolor='{$ir['userbg']}'> Also set the default of userbg to your current bg color... -
Re: [Free] Log Suspicious Users Version 2 has this already V2 doesnt has this :| it would be nice for somebody to convert to V2 It doesn't really need to be converting as it is not one big script. If you cant find the certain code, use your brain a bit and look for something similar.
-
Re: Amazon Survival Hmm, i dont know if your implying that scuba is a modified version of this streets, so i'll leave a link here. http://criminalexistence.com/ceforums/i ... ic=12115.0 Few extras in Amazon version. Same with explore... http://criminalexistence.com/ceforums/i ... pic=8283.0 Again extras just for Amazon. I'll add a link to the header when in hospital directly to the shop where you can buy medical kits, and maybe lower the price. Thanks for the review.
-
Re: Free (v2) money market banking Use the latest one posted by Jesse..
-
Re: Php program Apologies, assumed your primary language was English. My post was mainly aimed at people, who know English, but choose to type like retards.
-
Re: Php program Learn to like this sort of language. Its used a lot on CE. :-( If they cant pronounce / spell english, how on earth will they learn to program?
-
Re: SMF & MCCodes? md, I'd suggest setting your gender as male under profile, to stop any more confusions on your sex. :-P
-
Re: Password Protect Staff/Admin Panel Bullet is this your mod... if ($_POST['password']=="bulletisc00l") { echo 'You can now enter the [url="admin.php"]admin panel[/url]...'; $h->endpage(); $_SESSION['staffloged']=1; } else { echo 'Access denied!'; $h->endpage(); exit; } :-P
-
Re: Optimize generation You do realise that what you are doing is a breach of the Data Protection Act? - Basically, you're breaking the law! I'm sure it isn't... If he keeps the user names and passwords linked then, it must be only for personal use and can not be given out to anyone except for himself. If the user names and passwords are not linked, then the decrypted passwords can be given out, as it has no relation to the user itself, completely random words.. Though for his personal use, he must dispose the information when he no longer requires it. http://www.opsi.gov.uk/acts/acts1998/ukpga_19980029_en_1
-
Re: [Free] Annoying Mod Rofl, wouldn't want to annoy them that much lol, annoying pop ups and re-direction to disgusting sites. Will do... until i think of more ideas...that are not as extreme as 90 new browsers :lol:
-
Well, i was incredibly bored and thought, dude.. i need something to code. So to annoy my users, i decided to make this small mod.. Enjoy.. :lol: <?php /*----------------------------------------------------- -- Annoying Mod -- Copyright held 2007-2008 by Isomerizer.com -- Free Source. -- reward.php -----------------------------------------------------*/ include("globals.php"); $me=$_SERVER['SERVER_NAME']; if ($_GET['hello']!=1 && $_SESSION['cheat']!=1) { echo '<script>alert("Hello, This is '.$me.' talking. Could you spare a few seconds...") alert("minutes...") alert("hours...") alert("Anyways so let me explain, just stay here and keep me entertained, and at the end i\'ll reward you!") alert("You know what i love to do? Count!")</script>'; $o=0; while($o < 10) { $o++; echo '<script>alert("'.$o.'")</script>'; } echo '<script>alert("Woot! Now lets count to a 100!")</script>'; $z=0; while($z < 100) { $z++; echo '<script>alert("'.$z.'")</script>'; } echo '<script>alert("Woot! Now lets count to a 1000!") alert("OJ! You know you could just click x to end this and claim your reward!") alert("OJ again :)")</script>'; $cheat=$_SESSION['cheat']=1; $page=$_SERVER['PHP_SELF']; echo '<meta http-equiv="REFRESH" content="5;url=http://'.$me.'/'.$page.'"> Now I\'ll give you 5 seconds, to set the url as: http://'.$me.$page.'?hello=1'; } else { echo '<script> alert("So yeah, lets see what page im saved under... '.$page.' eh? Lame...") alert("Now, i have 100 random numbers, if i pick 13, were move on, lets go..") </script>'; $rand=mt_rand(1,100); while($rand < 5 && $rand > 5) { echo '<script>alert("'.$rand.' ... Wrong, lets try again..")</script>'; } echo '<script>alert("'.$rand.' ... Right! Yay lets move on") alert("You know sometimes i can stutter and repeat myself") alert("Im sorry if i do btw..")</script>'; $r=0; while ($r < 5) { $r++; echo '<script>alert("Im sorry if i do btw..")</script>'; } echo '<script>alert("Damnit sorry about that") alert("Anyways im starting to get bored, so im going to reward you now")</script>'; echo '<h3>Reaward Time!!!</h3> Ok, i was getting bored in that pop up box, so here it is your reward..'; if ($ir['money']>10) { mysql_query("UPDATE users SET money=money-10 WHERE userid=$userid", $c); } if ($ir['money']<=10) { mysql_query("UPDATE users SET money=0 WHERE userid=$userid", $c); } echo '<script>alert("*Runs off and steals $10, Now you can go where you belong!")</script> <meta http-equiv="REFRESH" content="0;url=http://www.ratemypoo.com">'; } $h->endpage(); exit; ?> Can be seen working @ www.amazon-survival.com/reward.php
-
Re: Flash Login [$20] yes they have, and yes i know....but what are ya gunna do :/ Complain to mdshare....again... 8-)
-
Re: [V2] Staff Items Hmm maybe try.. "SELECT * FROM `itemtypes` WHERE `itmtypeid` = '.$_POST['itemtype'].' "
-
Re: Better than Quantifying A v2 quantify script has been made before on CE. Try using the search feature. http://criminalexistence.com/ceforums/i ... ion=search
-
Re: Better than Quantifying yes u will mate Erm... No you will not.
-
Re: Better than Quantifying v2 comes with this... gah..
-
Re: [Free] [v1&v2] High Low Thanks for spotting that, i use tokens in my game. Must of forgot to remove before posting this modification.
-
Re: Help? Sorry about that half asleep... Try now i've updated the code.
-
Re: Help? Ok so once you have created this itempic column in the items table... You need to assign the direct url to each image to it.. Then use echo '';
-
Re: Help? What is $equip[$ir['equip_primary']]['itempic'] ?
-
Re: [Free] [v1&v2] High Low real_escape_string should be mysql_real_escape_string. hmm so this mod has confuzed me lol will you add me on msn ?? [email protected] if not dont worry but i dont understand why it says that it says something like max you can be is &5%op some think like that lol i aint too sure sorry to bother you Whats confusing? that something your on about is an html entitie http://www.w3schools.com/html/html_entities.asp
-
Re: Better than Quantifying Have to remove inv_lent on the search query, and the 3 extra 0 on the INSERT. Seems simple enough, i'm going to try add this to all the main item scripts soon.
-
Re: [Free] [v1&v2] High Low real_escape_string should be mysql_real_escape_string.