Jump to content
MakeWebGames

POG1

Members
  • Posts

    1,419
  • Joined

  • Last visited

Everything posted by POG1

  1. Re: [mccode] Need help top2
  2. Re: Code Optimizing... all u need to do is provide the CSS
  3. Re: [mccode] Need help $sql = "SELECT * FROM newspaper tORDER BY npID DESC"); $result = mysql_query($sql); if(!$result) { echo 'SELECTION ERROR'; $h->endpage(); die(); } while($r = mysql_fetch_array($result))
  4. Re: [showcase] CriminalImpulse.com Released!   your probably jealous that you don't know how to use punctuation.
  5. Re: Code Optimizing... "http://www.cssoptimiser.com/" that was i was looking for :P   File size before optimization: 1.79 KB File size after optimization : 1.39 KB Saving: 22.37%   :evil:
  6. Re: Code Optimizing... is there a site or program that will optimize CSS? it's 2 confusing for me to do it lol
  7. Re: Code Optimizing... you on about optimizing php?
  8. POG1

    PBBG Contest

    I found a game creation competition and it seems interesting and there is a lot of prizes for the winner. I'm not gonna be entering the comp, just thought i'd show. :) http://www.bbgamezone.com/contest.php
  9. Re: My Orginization & My Production (V2)   Actually that isn't true. When using XAMPP or WAMP server you can't use <?=$hello?> and it requires <?php echo $hello; ?> .. you can't even use <? lol.   <?=$ir['blah'];?> wont work unless you take out the semi-colon and i am running XXAMP and <?=$ir['blah']?> works but not on WAMP
  10. POG1

    Chavster!

    Re: Chavster!   who says its illegal?
  11. Re: What is This I Need Help decimal integers...   lol
  12. POG1

    New MSN Virus

    Re: New MSN Virus the site has been shut down now
  13. Re: [mccode v2] My Orginization & My Production what does this do?
  14. Re: The world mite end on Wednesday 10ths september 2008... we will end before the world ends
  15. Re: [review]www.lost-warzone.net that game is a joke
  16. Re: [mccode] MD5 Generator The fastest computer as far as i know is the IBM blue genie which has been clocked at 1.5 trillion calculations per second (i think), with using that it will still take a long time.
  17. Re: [mccode v2] Another New Mailbox   why does everyone call it "coding"? you program pages/sites and you are a programmer, you just write code.
  18. Re: Forum Modifications? google it? there are probably many forum templates.
  19. Re: [mccode] MD5 Generator it may be possible with a super computer :P
  20. Re: [mccode] MD5 Generator   i could be wrong but i don't think there is a way to decrypt it, but there are sites which will check against their records and show the un-hashed string.
  21. Re: Delete My post Please!!!!!!!! the cars idea s better than planks, put it back up
  22. POG1

    where to find

    Re: where to find google search "ASCII tables" or something. Here is 1 i found - http://www.asciitable.com
  23. Re: Build Car {v2} and {v1} if(!empty($ir['hospital'] || $ir['jail']) { echo 'go away'; $h->endpage(); die() } if(!empty($ir['parts'])) { swtich($ir['parts']) { case 1: // only 1 part and do stuff here break; case 2: // 2 parts break; } } else { // buy the first part. }
  24. Re: Quick Apology gutted about that. Grats on a 2TB hard drive though :P
  25. Re: BBCode Resize yeah overflow auto, but i don't like 2 scroll bars showing, I'm not sure if auto shows both but you can hide the Y scroll bar overflow-y:hide; oxerflow-x:auto; something like that
×
×
  • Create New...