Jump to content
MakeWebGames

AlabamaHit

Members
  • Posts

    1,308
  • Joined

  • Last visited

Everything posted by AlabamaHit

  1. Re: Tables ID ok...my last last city ID was 15 so i racn ALTER TABLE `cities` AUTO_INCREMENT = 15; now its working right Thank you so much, the next city i made was 16.. :-D
  2. Re: Tables ID I have made lots of changes to my DB.......... I can recreate it if thats my only option....So ther is no way to tell it to just start listing IDs from the last one?
  3. I have a table in this case its my citys....the ID went from 9 to 100 so in order its like 1 2 3 4 5 6 7 8 9 100 101 102 103 Ok...now i have went back and changed everything to get the back in order...9, 10, 11, 12..... But when I make a new on in the table it goes to exp....104 Is there a way tio make it pick up from where it left off? I hope you understand what i mean I suck at explaing, lol...I jjust want to get the table back in the right order.
  4. Re: Attack And Lose No Hosp They don't lose all exp for losing a fight.....THey only lose it all when they Run from a fight. (don't end the fight proparly.)
  5. Re: New Crime.... No Problem, sorry I didn't get to respond to the query. but You got it :-D
  6. Re: New Crime.... Sounds like you didn't make that table. crimeSUCCESSRUBY You need to add that to your crimes table, in your database.
  7. Re: Houses Parse error: syntax error, unexpected T_STRING, expecting ']' in /home/hoopitne/public_html/estate.php on line 23 thats is on the   $price = $np['hPRICE'] - $ch->hPRICE;   I have tried a number of things and can't get that error gone....Man I must be getting worst at the coding, lol
  8. Re: Houses i still cant get it, :x
  9. Re: Houses Dang....I can't believe I missed that...Your right, lol...I have to come up with another forumla to call the price of the house they are buying minus the price of the house they have already.
  10. Re: Need help quickly Please background-image=url(here.jpg) Maybe??? Not sure. Just something you can try.
  11. Ok. Let me start by saying what I'm trying to do. I am trying to make it where a users when they are buying a house they do not have to sell there old one. I have a forumla but it don't seem to work.   $pr=(int) ($np['hPRICE']); $price=(int) ($np['hPRCE'] - $pr);   I have also tried.   $pr=$mp['hPRICE']; $price=$mp['hPRCE'] - $pr;   Also have tried   $pr=($mp['hPRICE']); $price=($mp['hPRCE'] - $pr);   The query before this to call the houses is.   $mpq=mysql_query("SELECT * FROM houses WHERE hWILL={$ir['maxwill']}",$c); $mp=mysql_fetch_array($mpq);   There are more querys. As if you have v1 you can look in your estate page and see. But they don't have anything to do with what I'm trying to do, lol. This is the query I am running to buy the house.   mysql_query("UPDATE users SET money=money-$price, will=0, maxwill={$np['hWILL']}, WHERE userid=$userid",$c);   What it is not doing is it's not taking the money from the user for the house. Just wondering if anyone might have an idea what I'm doing wrong. I really don't see what I'm doing wrong, lol. Thanks for the help.
  12. Re: FREE V2 NEW GAME STATS PAGE Looks nice. Great work
  13. Re: Secure Your Crons. Make since :-D
  14. Re: Secure Your Crons. Would not just changing your folder names not be secure. so instead on crons/are/not/4u/ make something like change/to/what/the/heck/ever/ make up a bunch of useless crap for a name...dont think anyone would guess if you was to just change the folders to differnet names that made no since at all.
  15. Re: crimes i think you just need to add else just before { print $r['crimeFTEXT'];
  16. Re: Transfer current v1 game to v2??? Possible? just download your database might take you a while i dont know the tables on v1 dont know if they are the same as v2 but if they are the same its simple just download them and run the sql file you downloaded and the poeople will be there. good luck :-D
  17. Re: Attack And Lose No Hosp lol i was talkning to gurpreet he said its not working for him. also thats v2....not v1
  18. Re: Need some help well the thing is if you put it in your market if someone tries to buy crystals thats not there your going to fed someoen for the wrong reason. you should come up with something other than that...And it would go in your header.php...sorry on the lack of description but if everyone knew the security they could beat it....not saying its not beatable now, lol..anything is able to be uncoded
  19. Re: Cyber Bank Problem i think its global $ir,$c,$userid,$h; But I'm not 100% sure im thinking thats for v1 and global db,$ir,$c,$userid,$h; thats what v2 should be...
  20. Re: going to hospital sounds like something is wrong with the query above that. the line its trying to call.
  21. Re: Clean up cron cool thanks i was just nervous about the end of the query mail_time < (unix_timestamp() -2592000 was wonderin if that was only on v1..Thanks again
  22. Re: Ideas... i like that Thanks :-D
  23. Re: Need some help yeah just add a query for it...my game puts people in federal jail for certain things....
  24. Re: Attack And Lose No Hosp You didnt take out the \ did you?
  25. Re: Voting For Crystas LMAO
×
×
  • Create New...