Jameoo
Members-
Posts
160 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Jameoo
-
Re: V2 Staff Applications! all works but this $db->query("INSERT INTO mail VALUES('', '0', 'System', '{$_GET['user']}', unix_timestamp(),'Your Staff Application' ,'Congratulations, your application has been reviwed and you are now a staff member. Please view our rules so you do not loose this job.')",$c); still gets sent out BUT Mail (0) Dosnt Update To Mail (1) Just Stays As Mail (0)
-
Re: V2 cars mod if u just coded it why have i had it for the past 7 months
-
Re: [V2] Staff_cities Help do it in phpmyadmin takees 20 seconds if that
-
Re: Basic Stock Market [V2] erm no offence richard has put alot into this mod been o my site for days now and no complaints about it Richard Keep Ur Your F****** Great Work Mate :-)
-
Re: Basic Stock Market [V2] ok thanks for this mod richard works 100% Just One More Thing How Would I Get It To Run In cron_fivemins
-
Re: Basic Stock Market [V2] Ok Ermm Insted Of It Being Blan Can Some One Make IT Say 'Amount:' Please <tr><th class='h'>Amount: </th><td width=20%> <select name='amount'> <option value='5'>5</option> <option value='10'>10</option> <option value='25'>25</option> <option value='50'>50</option> <option value='100'>100</option> <option value='250'>250</option> <option value='500'>500</option> <option value='1000'>1000</option> </select></td><td><input type='radio' name='setting' value='1' checked /></td></tr> <tr><th class='h'> </th><td width=20%><input type='text' name='amount2' size='6' value='0'></td><td><input type='radio' name='setting' value='0' /></td></tr> <tr class='h'><th colspan='3' align='center' class='h'><input type='submit' value='Purchase'></th></tr></table></form> <hr width=75%>> [url='stockmarket.php']Back[/url]<hr width=75%>";
-
Re: Basic Stock Market [V2] ok ill install now test it out for the 2nd time EDITT This Is Viewing The Stock And Can You Tell ME What The Last Thing Is For With The Clickable Dot Thanks O And Fatal error: Call to undefined function stock_dropdown() in /home/kennncom/public_html/criminalcenter.com/staff_stocks.php on line 74 When I Try To Edit A Share And Fatal error: Call to undefined function stock_dropdown() in /home/kennncom/public_html/criminalcenter.com/staff_stocks.php on line 93 When I Try To Delete A Share But I Can Make Stocks Thanks Loving Your Mod Thoo
-
Re: Login & Register {V2} $20 well dont know what your talking about mate but i dont work with FREE templates !! Made Is Custome
-
Hi This Is The First Thing Im Posting And Dont Say I Didnt Make It And All That Please Simple Made Login And Register Took Me sumin like 1 day an a half to make here is a screen shots LOGIN REGISTER Includes 8 Images 2 Php Files If Your Going To Post Negitive Dont Post Please :-)
-
Re: Simple Job Specials [V2] umm u havnt done 3 cases where u create a new job with a rank u get an error because ders nothing extra and in the main tables its requesting 1 more colloum
-
Re: Simple Marriage [V2] Nice Mod Richard I Will Use Soon As I Have Already Got The 1st One That Came Out SO Ill Stick With That For A Bit Ill Listen Out For Any Troubles If Their IS Nice Mod Tho Richard
-
Re: Religions Mod This post was removed due to violations... Some consider this very offensive
-
Re: House Tax [$5] * Topic Moved * Should be in the announcements board. :P Haha Is Ritee Sum 1 Who Follows Me On This 1 :evil:
-
Re: House Tax [$5] No Offence Im Bored So ............................................... ANNOUNCEMENT MATT IS THE ONLY GAY ON CE
-
Hi I Was In The Middle Of Installing The Raffle Cron But Dont Know The Numbers Of The Cron To Run Can You Help Please :-)
-
Re: How To Install Pirjc how do i do y own chat out of it
-
Hi Can Some One Tell Me Like A Walk Though To Install PJIRC Please As I Downloaded It And It Dosnt Tell You That Much To Install It And A Code To Include It In A Mccode V2 Game Thanks
-
Hi I Got Hacked Yesterday Some One Made Them Selves Staff And Put Me As A Member And Wass Messing Up My Site Can Any 1 Help Me Please
-
Re: Multiple Houses [V2] Sick Mate Thanks Alot
-
Re: V2 Staff Applications! just like i thaught m8 u get sent the message but it dusnt update (0) to (1)
-
Re: [V2] Numbers Game Ill Post It :? run sql data -- -------------------------------------------------------- -- -- Table structure for table `numbergame` -- CREATE TABLE `numbergame` ( `number` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', PRIMARY KEY (`number`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `numbergame` -- INSERT INTO `numbergame` (`number`, `userid`) VALUES (1, 0), (2, 0), (3, 0), (4, 0), (5, 0), (6, 0), (7, 0), (8, 0), (9, 0), (10, 0), (11, 0), (12, 0), (13, 0), (14, 0), (15, 0), (16, 0), (17, 0), (18, 0), (19, 0), (20, 0), (21, 0), (22, 0), (23, 0), (24, 0), (25, 0), (26, 0), (27, 0), (28, 0), (29, 0), (30, 0), (31, 0), (32, 0), (33, 0), (34, 0), (35, 0), (36, 0), (37, 0), (38, 0), (39, 0), (40, 0), (41, 0), (42, 0), (43, 0), (44, 0), (45, 0), (46, 0), (47, 0), (48, 0), (49, 0), (50, 0); create file numbergame.php <?php include "globals.php"; print "<center><font size='4' face='Arial, Helvetica, sans-serif'>Number's Game</font><hr width=80%>"; if($ir['jailtime'] or $ir['hospital']) { die(" This page is unavailable while in Hospital or Jail. <hr width=80%>> [url='index.php']Home[/url]<hr width=80%>"); } $_GET['take'] = abs((int) $_GET['take']); $getid=$_GET['take']; if(!$getid) { print "[b]Mini Competition! Current Prize: 5 Points Guess a number from 1 to 50 If you see <span style='color:red'>(new)</span> next to the numbers game link in town this means you haven't guessed in the current game.[/b] <table width='30%' cellspacing=1><tr bgcolor=#500001><th width=20%><font color=white>Number</th><th><font color=white>Player</th> </tr>"; $q=$db->query("SELECT * FROM numbergame ORDER BY number ASC",$c); while($r=$db->fetch_row($q)) { $usersid=($r['userid']); $user=$db->query("SELECT * FROM users WHERE userid=$usersid",$c); $u=$db->fetch_row($user); if($r['userid'] == 0) { $u['username'] = "[[url='numbergame.php?take={$r[']select[/url]]"; } print "\n<tr class='row$current_row' bgcolor=#EFEFEF><td align='center'>{$r['number']}</td><td align='center'>{$u['username']}</td></tr>"; $current_row = 1 - $current_row; } print "</table><hr width=80%>> [url='index.php']Home[/url]<hr width=80%>"; } else { $nogame=$db->query("SELECT * FROM numbergame WHERE number=$getid",$c); $no=$db->fetch_row($nogame); if($no['userid'] > 0) { die(" This number is already Taken. <hr width=80%>> [url='numbergame.php']Number Game[/url]<hr width=80%>"); } $nogame2=$db->query("SELECT * FROM numbergame WHERE userid=$userid",$c); $no2=$db->num_rows($nogame2); if($no2 > 0) { die(" You have already chosen a number. <hr width=80%>> [url='numbergame.php']Number Game[/url]<hr width=80%>"); } $db->query("UPDATE numbergame SET userid=$userid WHERE number=$getid",$c); print " You have taken the number $getid <hr width=80%>> [url='numbergame.php']Number Game[/url]<hr width=80%>"; } $h->endpage(); ?> add in cron_hour.php $randno=rand(1,50); $no=$db->query("SELECT * FROM numbergame WHERE number=$randno",$c); $n=$db->fetch_row($no); $user=($n['userid']); $db->query("UPDATE users SET crystals=crystals+5 WHERE userid=$user",$c); event_add($n['userid'],"You won 5 Points in the number game by picking number {$n['number']}",$c); add into explore.php $no=$db->query("SELECT * FROM numbergame WHERE userid=$userid",$c); $n=$db->num_rows($no); if(!$n) { $new="[b]<font color=red>(new)</font>[/b]"; } print "[url='numbergame.php']Number's Game[/url] $new ";
-
Re: Merge Item's [V2] What Do You Mean Nyna
-
Hey Im Posting This Cause All The Item Mergers Dont Work On Here So Here It Is <?php include( "globals.php" ); $used=array(); $q=$db->query("SELECT * FROM inventory WHERE inv_userid=$userid"); while ( $r=mysql_fetch_array($q) ) { if ( ! in_array ( $r['inv_id'], $used ) ) { $currdel=array(); $used[] =$r['inv_id']; $currdel[]=$r['inv_id']; $amount=$r['inv_qty']; //grab sellers others $q2=$db->query("SELECT * FROM inventory WHERE inv_userid=$userid AND inv_itemid = {$r['inv_itemid']} AND inv_id != {$r['inv_id']}"); while ( $r2 = mysql_fetch_array($q2) ) { $used[]=$r2['inv_id']; $currdel[]=$r2['inv_id']; $amount+=$r2['inv_qty']; } //if($userid == 1) //print "DEBUG: DELETE FROM inventory WHERE inv_id IN(".implode(",",$currdel).") "; $db->query("DELETE FROM inventory WHERE inv_id IN(".implode(",",$currdel).")"); //if($userid == 1) //print "DEBUG: INSERT INTO inventory VALUES('', {$r['inv_itemid']}, $userid, $amount) "; $db->query("INSERT INTO inventory VALUES('', {$r['inv_itemid']}, $userid, $amount)"); print "$amount of item id {$r['inv_itemid']} Merged... "; } } print "[b]<font color='red'>Merging Done</font>[/b] <center><a href=inventory.php>>Back to your Items</a> "; $h->endpage(); ?>
-
Re: Top Site Script :( No I Baught It And Then It E-maild Me A Download Link And Its Buggy
-
I Baught This Top Site Script http://www.sojdesign.com/products/004 And Its Buggy As Hell When The Email Got Automaticly Send To Me To Download It Then I Set It Up say if i vote in that day no one else is allowed to vote in that day the site i done it on is http://www.toprpgonlinegames.com/ and i asked them for a fix and havnt got back to me within a week with a fix can some one who has got this script can you provide me with a fix please it would help very much thanks