Jump to content
MakeWebGames

Z?v??

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Everything posted by Z?v??

  1. Re: Drop Down Menu Bar At the end of.. :?
  2. Re: Drop Down Menu Bar Ok iv'e implemeted the suquence for my drop down menu list, created the files needed and what not, now i'm having problems with 1 damn error... Parse error: syntax error, unexpected T_STRING in /******/public_html/header2.php on line 119 Iv'e just cut out from "line 110/130" Can anyone see my problem i'm having?   110. print "<img src=jailbanner.jpg />"; 111. } 112. else if ($ir['hospital'] > 0) 113. { 114. print "<img src=hospitalbanner.jpg />"; 115. } 116. else 117. { 118. print "<img src=Banner.gif />"; 119. } 120. 121. $count=mysql_query("SELECT COUNT(*) as cnt FROM users WHERE 122. laston>unix_timestamp()-15*60",$c) or die(mysql_error()); 123. $num=mysql_fetch_array($count); 124. 125. print"<center> 126. <body bgcolor='000000'> 127. 128. <script type="text/javascript" language="JavaScript1.2">BuildLayer 129. ('h','','','','250','250','','','','5','0','1px Solid #000000','1px Solid #000000','1px Solid #000000','1px Solid 130. #000000','left','#FFFFFF','blacktile.gif','1','1','','Filter:none   Much help needed, thanks.
  3. Hey all, any of you guys got an idea of how to add a menu bar which took me a few hours to make into my game? The file is.. dropdownmenuebar.ump Never used this type of file before as i just started with the new program of mine :) Any help would be much apreciated, thanks.
  4. Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** I want it displayed in the header.php so it will show up next to your current level. For example..... Level: 5 [upgrade] The problem is that I dont know where to insert it into the header.php. Anyone have any ideas?
  5. Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Where exactly does this bit go...   if($ir['upgrade']>0) { print"<a href=upgrade.php>[upgrade]</a>"; }
  6. Re: BUG HELP!! Do you mind helping me then :-P
  7. I've got someone on my game exploiting a bug. Somehow they are getting as many donator packs as they want. Then they were selling them on the donator days market and a bunch of other non-sense. Does anyone know where the bug is or how to fix this?
  8. Re: Some Code Confusion??????? Ok, that worked deception, now its just not reading the outcomes like its supposed to. :?
  9. Re: Some Code Confusion??????? I've tried it with and without the space but it gives me the same error message both times.
  10. I'm having a bit of trouble with 2 of my mods. I converted these to fit with my version. This is the error message i'm getting with my battletent: Fatal error: Call to a member function on a non-object in /home2/lifecom/public_html/battletent.php on line 19 Herre are lines from my battle tent: 17 - print " Battle Tent 18 - Welcome to the battle tent! Here you can challenge NPCs for money. 19 - Bot Name Level Times Owned Ready 21 - To Be Challenged? Location Money Won Challenge   The other mod i'm having trouble with is my lucky boxes mod. I also converted this on to work with my game. This is the error message i'm getting with my lucky boxes mod: Fatal error: Call to a member function on a non-object in /home2/lifecom/public_html/lucky.php on line 31 Here are the lines from my lucky boxes mod: 31 - $number=rand(1, 5); 32 - $db->query("UPDATE users SET boxes_opened=boxes_opened+1, money=money- 33 - 1000 WHERE userid=$userid");   Any Help With Either of These Would Be Much Appreciated. :-)
  11. Re: If user in jail/hosp Does it matter where at in the file that we place that bit of code? Because I think we just have it in the wrong spot.
×
×
  • Create New...