Jump to content
MakeWebGames

POG1

Members
  • Posts

    1,419
  • Joined

  • Last visited

Everything posted by POG1

  1. Re: [mccodes v2] Free Login He should of saved his original format though in case he needed to make changes
  2. Re: [mccode] 8 Lines to secure your site from known sql injections. filtering for gold?
  3. Re: [mccodes v2] Free Login How would the second work? When you create a file in photoshop it will by default be a PSD..
  4. Re: Help with DB Class. its only a class and therefore not "pro"
  5. Re: Mod Request so like a winning streak?
  6. Re: Help with Exp on V2 needed please.   exp_needed = 2+1*2+1*2+1*2.2 without the brakets it wouldn't work properly' exp_needed = (2+1)*(2+1)*(2+1)*2.2
  7. Re: exp not working mccodes scripts for 14.99 lol
  8. Re: Images when equipping an item. Add itmpic to the items table and try this..   echo '[img=itmpics/'.(($equip) ? $id['itmpic'] : 'NOPIC').']';
  9. Re: help with php image/color code Setting the bg image isnt php its html or css. Bluedevil u didn't help much, seeing as he asked for a color not image. To do it simply just find the open <body> change it so something like this <body bgcolor="#000">
  10. Re: [mccode v2] Building - Updated!!! [$20.00]   Instead of the database class? Why not just rewrite the class..
  11. Re: Brave goes to minus yeah but, it would be foolish to work on a live website. I would fix it on LAMP and have that temporary measure in the header :)
  12. Re: [mccode v2] Scare People   Echo is marginally faster than print, but not something you should worry about when picking which one to use. Also print behaves like a function, so can be used in complex expressions, where echo, can not. ok explain the "complex expressions" part...
  13. Re: Help with DB Class. use this... http://criminalexistence.com/ceforums/i ... ic=18421.0
  14. Re: V2 Staff password with admin function   or.. VALUES ( NULL, 'game_pass', 'default' ) or just leave that field out.
  15. Re: Brave goes to minus where in that post did it say the word solution?
  16. Re: Prob with max stats   an integer would be the correct choice ;)
  17. Re: Item display if you get a license do you know a price?
  18. Re: Brave goes to minus   it seems like we are helping without spoon feeding.
  19. Re: Brave goes to minus Add this code to the header for temp while you figure out how it is going into negative.   if($ir['brave'] < 0) { mysql_query("UPDATE users SET brave = '0' WHERE userid = '".$userid."';"); }   Fix the error then take that bit of code out.
  20. Re: Item display They look sick. Also, i will probably buy the building items if you are selling. Working on a mod that would go well :)
  21. Re: [mccodes v2] Free Login waaaaaaaaaay to big images
  22. Re: All in one Cron There are some things that will need to be in separate crons. Other things don't though, like daysold,energy.brave and will for example.
  23. Re: [mccode] 8 Lines to secure your site from known sql injections.   BB code uses square brackets "[ ]" and if you look at the eregi string.. eregi("[\'|'/'\''<'>'*'~'`']",$ids_checkpost) it checks for them.
  24. Re: [REVIEW] Lost-Warzone Please Review nice ads page   Money: $-444,950
  25. POG1

    Member-list

    Re: Member-list i made a mistake i get it. The first number is the start and the second number is how many records to get, i thought it was between the numbers.
×
×
  • Create New...