Jump to content
MakeWebGames

Wprincess

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Wprincess's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i want it that when someone looses a fight that they dont loose all there exp after clicking the continue button
  2. Sorry If this has ben asked before but the thread i found was about 500+ days out of date and no outcome ok the problem is if someone attacks and looses the fight they click on continue and they loose there exp and some times it comes up and says you can not attack someone without 50% energy after the 2nd hit..     can anyone help please
  3. with the code in and sql in i am still getting errors You begin mining in the level 20 mine and found 9 crystal(s). QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '+'228' WHERE userid=1' at line 1 Query was UPDATE users SET crystals=crystals+'9',mine_exp+'228' WHERE userid=1 wats all that mean please help :love:
  4. and how did you get it fixed
  5. <?php $macropage="criminal.php"; include "globals.php"; if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital."); } $q2=$db->query("SELECT * FROM crimes ORDER BY crimeBRAVE ASC"); while ($r2=$db->fetch_row($q2)) { $crimes[]=$r2; } $q=$db->query("SELECT * FROM crimegroups ORDER by cgORDER ASC"); print "[img=http://www.warriorsreign.com/handcuff.jpg] [b]Criminal Centre[/b] <table width='75%' cellspacing=1 class='table'><tr><th>Crime</th><th>Cost</th><th>Money PayOut</th><th>Crystal PayOut</th><th>Do</th></tr>"; while($r=$db->fetch_row($q)) { print "<tr><td colspan='5' class='h'>{$r['cgNAME']}</td></tr>"; foreach($crimes as $v) { if($v['crimeGROUP'] == $r['cgID']) { print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td>{$v['crimeSUCCESSMUNY']}</td><td>{$v['crimeSUCCESSCRYS']}</td><td>[url='docrime.php?c={$v[']Do[/url]</td></tr>"; } } } print "</table>"; $h->endpage(); ?>   def not the image i removed it from the script and same thing happened
  6. I'll second that. If you have [/img], then the browser actually attempts to load the current page as the image. Therefore, if you have three of these on a page, you get four page loads total. If you aren't sure what image you want in there, just put anything, even it it's not a real image. That way, the browser attempts to load a nonexisting page instead of the current page. Hope that helps. ok so i got to look for an image source in the script because there is only one image on the crimes page and mining page and those two pics load in fine it worked fine until my brothers server went down and when everything was uploaded to new server that wat happened
  7. dont know if i got this in the right place but here goes ok my crimes and my mining script seem to be running two times for example it says it takes 1 brave but it takes 2 ?( i also took the scripts out and put in a fresh one and still the same i dont think the problem lies with the script tho not sure can anyone help me
  8. Re: Voting For Crystas How do I get it to show up on site that I have already voted Sites Reward Voted Today? Cast Vote vote link 12 crystals yes/no vote always says no even if I have voted
×
×
  • Create New...