Jump to content
MakeWebGames

weewooz

Members
  • Posts

    258
  • Joined

  • Last visited

    Never

Everything posted by weewooz

  1. Re: Free Jail feature Bribe The guard vr shud be if($ir['jail'] > 0)
  2. Re: Free Jail feature Bribe The guard if($ir['jail']==0)   is it some thing to do that wot needs changing
  3. Re: guess the 4 digit coed script lol yep but vr 1 would be mysql_query("UPDATE users SET gess=0"); :)
  4. Re: Free Jail feature Bribe The guard im using vr1 and it keeps saying you aint in jail when i am lol any ideas guys thanks alot
  5. Re: guess the 4 digit coed script mysql_query("UPDATE users SET daysold=daysold+1, gess=0",$c);   no luck still dont run it mate ???
  6. Re: guess the 4 digit coed script and the vr1 cron aint rite implaying with that now and will post but i love the mod mate nice work
  7. Re: guess the 4 digit coed script no sorry the gess1.php is wrong as to start   <?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();   great mod tho only missing a few lines nice work
  8. Re: guess the 4 digit coed script NIce mod tho the gess1.php looks rite but the gess.php should start like this mate but great mod <?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();
  9. Re: guess the 4 digit coed script dont work for vr 1 just way you try get on gess.php or gess.php just says you ouy and takes you back to the login page
  10. Re: Hoes and Drugs cron mysql_query("UPDATE users SET dailyturns=100",$c);   add that to your days old aor use the cron on its own
  11. Re: SQL INJEC i mean to block i keep getting new users siging up then in a few secs they have like loads of cash and loads od donator days thanks
  12. Im newish here and i can code but if anyone could help me here with these sqls inje would be a great help im using vr1 and i need donator days market and money block for this as players keep sigimg up and getting loads of cash and donaotr days thanks alot sorry for speeling had a few drinks
  13. Re: Help With level cap vr1 there stuck on 356 with 99exp so what do i have to change on what page thanks again in advance
  14. Re: Help With level cap vr1 in admin pan i can set to any level i want but the players playing not go past lvl 356 they cant go up no more werid or what
  15. Re: Help With level cap vr1 were what page would i change that never had these problems before
  16. Re: Help With level cap vr1 i have searched mate i cant find anything at all just getting my players mad lol any help please
  17. Hi does anyone kow anything bout a level cap on vr1 i have been talking with lostone and he knows nothing about a level cap the thing is my players are stuck on level 356 and they not go any higher any help on what and where to change would be a great help thank you in advance
  18. Hi maybe easy but i have many players stuck on level 356 and it wont let them level up no higher so if any one would be so nice as to share how do i remove the lvl cap for vr 1 thanks alot in advance
×
×
  • Create New...