Jump to content
MakeWebGames

carlg

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by carlg

  1. how can i link my user names to my hall of fameso that u can click on there name and it will how there profile?
  2. Re: gym help please   dude i thank u very much that worked just right!
  3. Re: gym help please but that does not remove the 40,0000000000 or what ever it is
  4. Re: gym help please so u meen change   $gain=0; for($i=0; $i<$_POST['amnt']; $i++) { $gain+=rand(1,3)/rand(800,1000)*rand(800,1000)*(($ir['will']+20)/450); $ir['will']-=rand(1,3); if($ir['will'] < 0) { $ir['will']=0; }   to   $gain=0; for($i=0; $i<$_POST['amnt']; $i++) { $gain+=rand(1,3)/rand(80,10)*rand(80,10)*(($ir['will']+20)/450); $ir['will']-=rand(1,3); if($ir['will'] < 0) { $ir['will']=0; }
  5. i have tryed to add this to gym number_format($gymvalue,2);   as i am not pleased that you can gain 40.0000889968 per 1 turn but it is not working is there any clue what i am doing wrong thanks for reading and your help
  6. Re: reseting all users ok thank you
  7. Re: reseting all users i mee all there stats money level the lot in 1 go as i edit it in staffpanel and my level goes from level 1 to level 15 so i would like the reset as if they all just started!
  8. how would i reset all users back to as the started?
  9. Re: Just want some advice on securing my game. where would one put this code in the header?
  10. Re: [v2]Newspaper - I carnt Post ads [v2] NICE MOD   Kaotic on the logedin page latest news how would i get the rotating like in newspaper?
  11. Re: [MCCODE]Revamped login.php[V1] How can i change it to show the username instead of there id?
  12. Re: [v2]Newspaper - I carnt Post ads [v2] or go to the staf panel scrol down to the bottem and u can edit it from there
  13. Re: crimes working for staff Has any one played with the crimes in your staff planel ???
  14. Re: Fatal error: help please ok i hve changed it back to mysql_ now i get Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource
  15. I keep on getting Fatal error: Call to a member function query() on a non-object When i trying to convert to v2. this is what it was $q=mysql_query("SELECT * FROM validating WHERE vdID='{$_GET['token']}'", $c); and i changed to This code . $q=$db->query("SELECT * FROM validating WHERE vdID='{$_GET['token']}'", $c); What have i done wrong?
  16. Re: When is it ok to lie?   That made sense... And LOL @ the spelling of conclusion .. "concludeshon" wtf >_<   As you can tell, I can not spell very good i use spell check but my answer is not allways there.
  17. Re: [FREE] Bodyguard V2.0 I like this mod but i get a error,   Division by zero in /home/welard/public_html/attack.php on line 216 What does that meen i have never seen this before.   +1
  18. Re: When is it ok to lie? I remember i court my mum in a lie and she said "I am not lying i was not telling the whole truth!!".   So in my conclusion you should never lie !!.   Just don't tell the whole truth. :mrgreen:
  19. Re: [FREE] Bodyguard V2.0 +1 real nice mod!!
×
×
  • Create New...