Jump to content
MakeWebGames

POG1

Members
  • Posts

    1,419
  • Joined

  • Last visited

Everything posted by POG1

  1. Re: Hospital/Jail Count stuck lithium has the upper hand on this 1..
  2. Re: Shooting Stars there is to much going on..
  3. POG1

    WWII

    Re: WWII Italy - 13 Japan - 21 Great Britain - 53 United States - 17 Soviet Union - 18 France - 18
  4. Re: [MCCodes V2] Maximum Money - Please help!   phpMyAdmin will compensate for it :D
  5. Re: Developing a game - Is an engine better then simply coding it yourself? get a bare bone engine, for example; horizons game engine would be the best way to start.
  6. Re: [mccode v2] Simple Login,Register,etc. (Validated.....) looks good! why have you used text areas on the privacy and tos pages? Also, it wouldn't take long to create this into an in game template
  7. Re: [MCCodes V2] Maximum Money - Please help! go into PHPMyAdmin and go to SQL and paste this.. TRUNCATE TABLE `users`
  8. Re: New Mod idea haha
  9. Re: No attacking level 1 some people would stay level 1 on purpose tough, the 3 day idea is better. Or a better idea; You can not be attacked for 7 days (safety) and if you attack someone before 7 days you loose safety..
  10. Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed]   250 summin posts and nobody knows about you or seen anything designed/programmed. Luke (formely lost1) knows a lot more than you...
  11. Re: Hospital/Jail Count stuck use SELECT count()
  12. Re: [Review] Death-Wars 6 Members out of 711 are Online. why are there IDs 2500+? you should reset the key
  13. Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed]   Maybe they don't know any better? if they read your post on query optimization it would make sense to add an additional table. (http://criminalexistence.com/ceforums/i ... .msg120707)
  14. Re: [REVIEW] Anime warz divs + tables for the layout is very bad practice  
  15. Re: [Review] Death-Wars nice game!   thats the demo lol
  16. Re: [mccode] Cityname in Mainmenu   whatever mate!
  17. Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed] die_n is a pretty much pointless function
  18. POG1

    One Big Code!

    Re: One Big Code! $r = mt_rand(1,1000000); echo($r==1)?'WINNER!':'looser!';
  19. Re: Hospital/Jail Count stuck its a simple query as lithium said
  20. Re: if you have a game or have a game in the maiking read on who cares..
  21. Re: No attacking level 1   yeah they are, somewhere there will a query that selects the record of the player your attacking and turns into an array.
  22. Re: [mccode] Cityname in Mainmenu its all good using sprintf though, but its pointless if there is no message in the case of an errror.
  23. Re: Is this worth it? with that mysql class i posted a link to there is a problem with a loop. Using the FetchArray it will just look forever, i tried it on a normal working loop so it is the code. It looks to me like it runs a new query every repetition.. any ideas? while($r = $mysql->Connect()->Query($SQL)->FetchArray($result)->Close()) {
  24. Re: [mccode V2] bank interest CAP its saying there is an error because DIE() is not closed, try adding ; after it
  25. Re: Quick coding question the default value would be null though...
×
×
  • Create New...