Jump to content
MakeWebGames

dementor

Members
  • Posts

    484
  • Joined

  • Last visited

Everything posted by dementor

  1. Re: Updated Mailbox [v1] Was the URL The game looks preety good It looks better than TC
  2. Re: Updated Mailbox [v1] I want the URL so i can play it :-)
  3. 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
  4. Re: Updated Mailbox [v1] was the URL for that game ?
  5. Re: crimes means } or { is missing somewhere I presume xD
  6. Re: reisterphp What can you do If they use a proxy ?
  7. Re: Searching I like is just to much like RVs searching system :D
  8. Re: crimes Sorry about double post
  9. Re: crimes there a else missing from what I can see But ill wait for someone more qualified to speak up :)
  10. Re: crimes We need to see the docrime.php file ?
  11. Re: Can Someone help me please? yes :| It did it for a month and a bit once
  12. Re: Can Someone help me please? x 10 lol But i lost so more players because of the damned server
  13. 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]
  14. Re: [mccode] [TGM] Delete Gang Option [TGM] You have to tweak it a bit ;)
  15. Re: Clean up cron Nice mod
  16. Re: [mccode] mailbox with smilies Anyone got the rar file avaible with ths smilies seems I cant download it
  17. Re: OC Crimes lol is just something randomn thing there is no actual thing needed to suceeded :s
  18. Can anyone tell me the file where the formula is for OC Crimes As in whther fail or pass
  19. Re: [V1]Paper Boy Panel With New User Level[V1] Spooky lol This was 2 months ago :s
  20. Re: Please Can Someone Give Me A Kill Mod - Where Users Can Kill Each Other Destory cant do that :wink:
  21. Re: problem ive fixed it i was just inputing to many values
  22. Re: problem nope but i see where your going
  23. 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 ?
  24. Re: Please Can Someone Give Me A Kill Mod - Where Users Can Kill Each Other aint it just a blank screen saying u r dead when u login :? and what happened when u the owner r attacked your players can lock u out your game :evil:
  25. Re: [mccode] Ajax chat script brainstrom :-D
×
×
  • Create New...