
dementor
Members-
Posts
484 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by dementor
-
Re: Updated Mailbox [v1] Was the URL The game looks preety good It looks better than TC
-
Re: Updated Mailbox [v1] I want the URL so i can play it :-)
-
Re: Donator only crystal temple (if $ir['donatordays']==0) { Print"Not Welcome Here Buy A DP"; } Stick that on any page you want only donators to have access to ;) Is simple really :P or (if $ir['donatordays']>0) { Print" input code here "; } else { print"Not Welcome Here Buy A DP"; } Or that Is really just simple things really why that shit up there has so many line only god knows xD
-
Re: Updated Mailbox [v1] was the URL for that game ?
-
Re: crimes means } or { is missing somewhere I presume xD
-
Re: reisterphp What can you do If they use a proxy ?
-
Re: Searching I like is just to much like RVs searching system :D
-
Re: crimes Sorry about double post
-
Re: crimes there a else missing from what I can see But ill wait for someone more qualified to speak up :)
-
Re: crimes We need to see the docrime.php file ?
-
Re: Can Someone help me please? yes :| It did it for a month and a bit once
-
Re: Can Someone help me please? x 10 lol But i lost so more players because of the damned server
-
Re: Can Someone help me please? x 10 sucks for one ;) Number 2 open your heading.php file and add [url='voting.php']Vote for prizes[/url] Underneath [url='donate.php']Donate to the Game[/url]
-
Re: [mccode] [TGM] Delete Gang Option [TGM] You have to tweak it a bit ;)
-
Re: Clean up cron Nice mod
-
Re: [mccode] mailbox with smilies Anyone got the rar file avaible with ths smilies seems I cant download it
-
Re: OC Crimes lol is just something randomn thing there is no actual thing needed to suceeded :s
-
Can anyone tell me the file where the formula is for OC Crimes As in whther fail or pass
-
[mccode v1] Paper Boy Panel With New User Level
dementor replied to Klikoka's topic in Free Modifications
Re: [V1]Paper Boy Panel With New User Level[V1] Spooky lol This was 2 months ago :s -
Re: problem ive fixed it i was just inputing to many values
-
Re: problem nope but i see where your going
-
i got something wrong with my create gang .php i mean the gangs dont even come up in the DB when made <?php /*----------------------------------------------------- -- Mono Country v1.0 BETA -- A product of DBS-entertainment -- Copyright held 2005 by Dabomstew -- INDEX.php -----------------------------------------------------*/ 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(); $gangs=mysql_num_rows(mysql_query("SELECT gangID FROM gangs",$c)); $gangprice=$gangs*5000; mysql_query("UPDATE users SET gang=$i,money=money-$gangs*5000 where userid=$userid",$c); if($ir['money'] < $gangs*5000) { die("You don't have enough money gangster. You need \$$gangprice so get hustling."); } if($ir['gang']) { die ("You're already in a gang you aint loyal!"); } if($_POST['submit']) { $name=htmlspecialchars($_POST['name']); $desc=htmlspecialchars($_POST['desc']); mysql_query("INSERT INTO gangs VALUES('','$name','$desc','','',0,0,100,$userid,$userid,5,0,0,'', '',0,0)",$c); $i=mysql_insert_id($c); mysql_query("UPDATE users SET gang=$i,money=money-$gangs*5000 where userid=$userid",$c); print "Gang created!"; } else { print "<h3> Create A Gang </h3><form action='creategang.php' method='post'><input type='hidden' name='submit' value='1' />Name:<input type='text' name='name' /> Description: <textarea name='desc' cols='40' rows='7'></textarea> <input type='submit' value='Create Gang for \$$gangprice ' /></form>"; } $h->endpage(); ?> see anything wrong ?
-
Re: [mccode] Ajax chat script brainstrom :-D