Jump to content
MakeWebGames

POG1

Members
  • Posts

    1,419
  • Joined

  • Last visited

Everything posted by POG1

  1. Re: Please review My Game "Powered by JAVA " is it?
  2. POG1

    Image Help

    Re: Image Help looks like you have a gang image mod, you will need to have a default image for it as well.
  3. Re: Getting logged out i have no idea but maybe the sessions only last for 5 minutes.
  4. Re: Anybody use lite version? yeah, I'm working on a game engine from scratch and i used divs instead of a table
  5. Re: Anybody use lite version? for someone who would want to make a very unique game they probly wont need to have gangs.
  6. POG1

    Help with OS

    Re: Help with OS I tried to change the permissions. Instead changing the owner of the dir worked for me :)
  7. POG1

    Help with OS

    Re: Help with OS yeah i found the dir, but how can i add full read/write permissions? lol
  8. Re: global_func.php just use mysql_query
  9. POG1

    Help with OS

    Re: Help with OS i know of lamp but when i searched for it i found the apache friends site and it said wampp for linux :S I have installed it but i cant find the directory that the websites will be ran from. Is it in "/usr/share"?
  10. Re: Gym Help Please $ir['will']-=rand(1,3) if($ir['will'] < 0) { $ir['will']=0; }   It will take between 1 and 3 off and if it is below 0 makes it 0 again, but it is in a loop so it will do that as many times as you train
  11. Re: FIRST THOUGH! easy!
  12. Re: Weird Problem :P
  13. Re: Weird Problem why did u cross out torn city
  14. Re: Need Help on the first line put "die;" and it will secure that page.
  15. Re: [mccodes v2]New and improved inventory what have you done? It looks standard to me
  16. Re: [sHOWCASE] Thug Ways Version 2 overkill
  17. Re: [showcase] CriminalImpulse.com Released! The game lookg good but the navigation on the left is very long, it would be cool if you could show and hide each category.
  18. POG1

    Help with OS

    I have decided to get rid of windows and use ubuntu and i have a issue installing wampp (for linux) I have downloaded the zip folder and have tried to extract it using the terminal but i dunno the correct command to do it.   "can someone move this if it is in the wrong area"
  19. Re: [REVIEW] Cursed-Islands if you use a percentage for width the page will fit for everyone
  20. Re: [REVIEW] Cursed-Islands Just from looking at the markup on your site i wouldn't sign up. Whats this about? table width="1100".!
  21. Re: Secure Your Crons. hows about for things such as energy and nerve to have no cron. With my game I'm working on i have something similar. In a file that will be used in every page (with mccodes global_func) Have it work out your new energy based on how long ago you were last updated.
  22. POG1

    Money or Hobby?

    Re: Money or Hobby? i make no money so i would have to say a hobby
  23. Re: How did your RPG gaming start? i stared by playing torn city, now i also play rogue vampires :D
  24. Re: [mccode] Need help  
  25. Re: Code Optimizing...   start looking at your mysql syntax and optimize that it will just group things together. so if you have padding:0; 10 times in your CSS it will add them into a number of classes like; #demo, #demo1, demo2 { pading:0; } Not a huge optimization but when you have slow connection every little helps :) Optimizing queries and database tables would be a much better improvement to the CSS thing.
×
×
  • Create New...