Jump to content
MakeWebGames

oxidati0n

Members
  • Posts

    564
  • Joined

  • Last visited

Everything posted by oxidati0n

  1. Re: Stop Attack Refreshing   lol we did it at the same time. :P
  2. Re: Stop Attack Refreshing   Well I gave you +1 force for the 10 mins :) :P
  3. Re: Stop Attack Refreshing   lol but what if they had no HP [life] and they attack. Try this   if($ir['hp'] == 0 and $_SESSION['attacking']) { mysql_query("UPDATE users SET hospital=300,hospreason='Tried to run from {$odata['username']}' where userid=$userid", $c); print "<center>No Refreshing! [url='index.php']> Back [/url]</center>"; $h->endpage(); $_SESSION['attacking']=0; exit; }
  4. Re: !!**Whore House Mod FREE**!! lol true. A script's a script for me.
  5. loll   you chat so much shit. every 5 minutes my msn was going off with you asking for help with it! Well lol give him some sense, I'd laugh if anyone used it. The worst thing i hate is when people say they make stuff when they dont. Distribution of my mods are not a problem for me, I get emailed there IP/server so they get tracked down. :) Best thing is they can't remove it because the PHP is encrypted.
  6. Re: Hi Lo Heres a fixed version of deathstar code that decepti0n wanted.   <?php session_start(); /* {o(|)o}> Made by DeathStar */ $bet = 200; $money = $_SESSION['money']; $file=str_replace("/", "", $_SERVER['PHP_SELF']); if ($_GET['money'] == "true"){ echo "Your money: $ $money ";} $numb = rand(1,10); echo "<h1>$numb</h1> next number higher or lower? <form action='$file?money=true' method=post><select name=so><option value=1>HIGH</option><option value=2>LOW</option></select> <input type=submit></form>"; if ($_POST){ $so = $_POST['so']; $nextnumb = rand(1,10); if ($nextnumb > $numb && $so==1) { $_SESSION['money']+=200; exit("Correct"); } if ($nextnumb < $numb && $so==2){ $_SESSION['money']+=200; exit("Correct <meta http-equiv='refresh' content='5;url=hilo.php' />");} else { print "Sorry :( <meta http-equiv='refresh' content='5;url=hilo.php' />";} } /* I don't know how this script works, But looks like it wont use database lol */ ?>   I fixed as much as i can because i can't never fix this script. No offense deathstar i dont know how this works lol
  7. Re: arcade mod v1   Yeah. But I'm not being harsh on a newbie.
  8. Re: arcade mod v1   well yeah obviously you should know what I mean. <?php CONTENT ?> Yeah.
  9. Re: Improved Estate Agents [free][V2] Cool. Someone should consider of adding House Tax and Multiple Houses, Thats what i've added to my own engine.
  10. Re: arcade mod v1 I'll play you all a contest. :) I can't guarantee you'll be happy with the results. I'm joking have a contest, But basicly if you can code that the "virus.php" is bugged. 1) It deducts tokens even when you don't have enough tokens 2) The PHP ?> closing bracket has not been found so it aint even a working script. Yeah by the look of spelling your just a young kid, Dude you should know PHP isnt a quick thing, It's hard to learn and by the look of it you started learning yesterday. :P
  11. Re: User Notepad I made this   <?php session_start(); print '<script language="JavaScript"> update=document.getElementById('updatenotes'); update.disable=true; update.value('Updating Notes..'); </script>'; $_GETID=$_SESSION['connected_id1']; $selectdataquery=mysql_query("SELECT * FROM `players` WHERE `ply_id` = '{$_GETID}'",$c); if(mysql_num_rowS($selectdataquery)) { $self=mysql_fetch_array($selectdataquery); } //-- space each line with words you dont want to be used. $words=" gay hate goaway"; if(!eregi($words, $_POST['ply_notes']) { $ply_notes=$_POST['ply_notes']; $q=mysql_query("UPDATE `players` SET `ply_addon_notes` = '{$ply_notes}' WHERE `ply_id` = '{$_GETID}'"); $_RESULTNOTES=$_POST['ply_notes']) } else { $_RESULTNOTES=$self['ply_addon_notes']; } print "<form action='{$_SERVER['PHP_SELF']}' method='post'> [b]Notez[/b]<textarea cols=30 rows=8 name=\"plynotes\">{$_RESULTNOTES}</textarea> <input type=submit value='Update Notes' id='updatenotes'> </form>"; ?>   Thats mine. Its got PHP 4 and JavaScript. :) My Favourite! All Regards, You may use this if you wish (it was used for my engine) oxidati0n
  12. Re: Java Oh hi, I use "java" from www.java.com lol
×
×
  • Create New...