
oxidati0n
Members-
Posts
564 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by oxidati0n
-
Re: Counting (nr game) 1305
-
Re: Why you code? Yes coding does relax your mind, But it hurts my neck and fingers sometimes :wink: But the majority of the time coding is my addiction. You just GOTTA test out those new ideas :P
-
Re: SPECIAL ATTACK buggy 8-)
-
PLEASE TELL ME IF THIS SERVER WILL...................
oxidati0n replied to -CrAzY-'s topic in General Discussion
Re: So , What Do I Do Now???????????????????????????????????????????? darn you beat me to it: Warning: a new reply has just been posted - -
PLEASE TELL ME IF THIS SERVER WILL...................
oxidati0n replied to -CrAzY-'s topic in General Discussion
Re: So , What Do I Do Now???????????????????????????????????????????? nothing. because 1) JustFreeSpace doesn't allow games to be hosted 2) If you still hosted one, The crons don't work either. 3) You need a coder to modify this script You'd need paypal if you are "planning" on recieving donations. ;) -
Re: SPECIAL ATTACK illegal
-
Re: [TGM] Referal System [TGM] I made a copy of this mod, It's really efficient. :) Stops multis. I'm not selling mine cause cronus is one of my mates. He got the idea so he gets the money! :-D
-
[mccode v2] Crystal Reserve Mod FREE VERSION [/mccode v2]
oxidati0n replied to stryker's topic in Free Modifications
Re: [mccode v2] Crystal Reserve Mod FREE VERSION [/mccode v2] LOL the title has been BB encoded :P Re: [mccode v2] Crystal Reserve Mod FREE VERSION [/mccode v2] :mrgreen: nice. -
Re: [TGM] Delete Gang - Admin Function [TGM] lol hes right. DROP is to remove a row/table like ALTER TABLE `users` DROP `bankmoney`; DELETE is to delete one row :P
-
mccode-v1 FREE Criminal Record (advanced)
oxidati0n replied to oxidati0n's topic in Free Modifications
Re: [mccode] FREE Criminal Record (advanced) What do you call efficent then :| A script's a script. -
This is a advanced criminal record. Works like a charm and is very useful. :) 1) Execute Query CREATE TABLE `criminalrecord` ( `crime` INT( 11 ) NOT NULL auto_increment, `user` INT( 11 ) NOT NULL, `succeeded` INT( 11 ) NOT NULL, PRIMARY KEY (`crime`) ) TYPE=MYISAM ; 2) Create file "criminalrecord.php" <?php /*** oxidati0n's CRIMINAL RECORD FREE @ CRIMINALEXISTENCE ***/ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); print "Criminal Record [url='criminal.php']Crimes[/url] "; $q=mysql_query("SELECT * FROM crimes ORDER BY crimeNAME DESC",$c); print "</pre> <table width="90%" border="1">Crime NameSucceededFailedTotalYou have no crimes logged ".$r['crimeNAME']." ".mysql_num_rows($q2)." [size="1"]$perc1%[/size] ".mysql_num_rows($q3)." $perc2% ".$RES." </table>";<br>$h->endpage();<br>?&g 3) replace docrime.php with this <?php //oxidati0n's criminal record mod. session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm); $h->menuarea(); $_GET['c']=abs((int) $_GET['c']); if(!$_GET['c']) { print "Invalid crime"; } else { $q=mysql_query("SELECT * FROM crimes WHERE crimeID={$_GET['c']}",$c); $r=mysql_fetch_array($q); if($ir['brave'] < $r['crimeBRAVE']) { print "You do not have enough Brave to perform this crime."; } else { $ec="\$sucrate=".str_replace(array("LEVEL","EXP","WILL","IQ"), array($ir['level'], $ir['exp'], $ir['will'], $ir['IQ']),$r['crimePERCFORM']).";"; eval($ec); print $r['crimeITEXT']; $ir['brave']-=$r['crimeBRAVE']; mysql_query("UPDATE users SET brave={$ir['brave']} WHERE userid=$userid",$c); if(rand(1,100) <= $sucrate) { print "".str_replace("{money}",$r['crimeSUCCESSMUNY'],$r['crimeSTEXT']).""; $ir['money']+=$r['crimeSUCCESSMUNY']; $ir['exp']+=$r['crimeEXP']; mysql_query("UPDATE users SET money={$ir['money']},exp={$ir['exp']} WHERE userid=$userid",$c); $succ=1; } else { print "".$r['crimeFTEXT'].""; $succ="0"; } print " [url='criminal.php']>Crimes[/url]"; } mysql_query("INSERT INTO `criminalrecord` (`crime`, `user`, `succeeded`) VALUES ('$_GET[c]', '$userid', '$succ');",$c); } $h->endpage(); ?> 4) open criminal.php and find where it says print "Crimes"; add below print "[url='criminalrecord.php']Criminal Record[/url] "; There you go, your done! :) Works 100% Guaranteed!
-
Re: Guess the next poster TearsAndSorrow ;P
-
Re: SPECIAL ATTACK achievement :-D
-
Re: Counting (nr game) 1285 :-D :-D
-
Re: SPECIAL ATTACK cheap
-
Ok lets explain this I make up a word (to start off with) Such as run you've gotta make a word which includes at least ONE letters from that word thats related or something to do with that word such as jump If you ever fail to do this, You have to start the word off again and you are formerly known as "not brainy" So lets see who that person will BE... :-D :-D :-D :-D :-D :-D :-D :-D :-D :-D :-D :-D May the best person win, and the worst person lose! Commence!
-
Re: FIRST THOUGH! special (like me)
-
Re: Copy for Sale :-D Enough said.
-
Re: Copy for Sale PMed You.
-
Re: !FREE ****Buy Items with Crystals****** FREE! LOL the difference between itembuy.php and itemcbuy.php that you've posted is and in itemcbuy.php you can just do if($r['itm_place'] == "cash") { $lang="money" } else { $lang="crystals"; } mysql_query("UPDATE `users` SET `$lang` = `$lang` - '$price' WHERE `userid` = '$userid'",$c); i dont get the need in a whole new script for a few lines of code :|
-
Re: Arsons City Owning Mod Arson? I thought Ghetto posted one for sale? :| :|
-
Re: NEAB Demo Site I was interested in buying miniNEAB. But i don't know what's exactly in it so now i'm unsure. I totally don't get this topic. Is it buggy? Is it not out yet? Explain ... please :|
-
Re: Gang Managers Nice and a very convincing mod to purchase. :)
-
Mod Theives :O Read For Your Own Protection!!
oxidati0n replied to -Genocide-'s topic in General Discussion
Re: Mod Theives :O Read For Your Own Protection!! Well either SilverWolf's trying to sell all his illegal stuff and get lost so they get a fine in court and get scammed $400.