Jump to content
MakeWebGames

dementor

Members
  • Posts

    484
  • Joined

  • Last visited

Everything posted by dementor

  1. Re: [Free] [v1] Profile Image Uploader just so u know now u cant even upload a pic
  2. Re: Guess the next poster nope ferdi
  3. Re: [Free] [v1] Profile Image Uploader +1 but i dont like what ferdi just said how to stop please
  4. Re: error mine is fixed now
  5. Re: Voting Problems (Scamming) dont make the voteing money given or crstals given to much
  6. Re: Error doesnt really help but thanks for the quick reply
  7. Re: Error could u explain more lol i dont want to be copy and pasting and not know
  8. Re: Error hp /*----------------------------------------------------- -- 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(); $_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']+=(int) ($r['crimeSUCCESSMUNY']/8); mysql_query("UPDATE users SET money={$ir['money']},exp={$ir['exp']} WHERE userid=$userid",$c); } else { print $r['crimeFTEXT']; } print " Try Again Crimes"; } }   $h->endpage(); ?> thats the whole file is there anyway to do it without what was stated up above
  9. Re: HOSPITAL CRON SUDDENLY STOPS WORKING TOO by the way your fixes dont work
  10. Re: Error is there a way top the crimes without using this eval($ec);
  11. Re: HOSPITAL CRON SUDDENLY STOPS WORKING TOO dw about my 5 miute thing its just simepler for me i know what i am doing
  12. Re: Error ok thanks ill be chainging to hosts then
  13. <?php require "mysql.php"; require "../../../../global_func.php"; global $c; mysql_query("UPDATE users set hospital=hospital-5 WHERE hospital>0",$c); ?> anything wrong with it
  14. Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /docrime.php(41) : eval()'d code on line 41 any1 seen it before
  15. any clue what this is Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/ehiagwin/public_html/docrime.php(41) : eval()'d code on line 41
  16. Re: What is the greatest threat to mankind? only because of what we do to it and use it for
  17. Re: What is the greatest threat to mankind? nah are greatest threat is jealousy which most times is what leads to the action
  18. Re: [mccode] Ajax chat script nice mode anyone got it so it shows who is actullay in chat on the side if so how :-D
  19. Re: [mccode] Advanced Warning System gd mod plus 1
  20. Re: [v1] Updated Statistics Page nice mod i got 1 error but im guesing thats cause no one has a bank yet
  21. Re: Two questions regarding attacking lol 1. get a stalemate mod 2. fiddle round eith attack.php and u u will c be able to work out the exp gained and change it
  22. Re: Help with databass find it in mysquel.php first but most probaly localhost rest u should be able to figure out
  23. Re: Game owners sending out referal link. kl i might add that to my header.php
  24. Re: Game owners sending out referal link. after i logout my game then copy and paste the link (then having to log back in) vrs click city central copy and paste referall link
  25. Re: Here Some Joke lol i got better jokes but judjing by the jokes that went b4 my joke fits in just right
×
×
  • Create New...