Jump to content
MakeWebGames

stryker

Members
  • Posts

    146
  • Joined

  • Last visited

    Never

Everything posted by stryker

  1. Re: [mccode] Date Mod i am going to make this more complex, ad coonvert it too v2
  2. Re: Date Mod   of course it doesn't, it's ver1
  3. Re: Does anyone know....? i wouldn't worry i got the same exact message sent to me on my game just with the name changed. and i have an auto creditor
  4. Re: URGENT HELP CONVERTING RAR TO PHP LMMFAO!!! ..........yeah
  5. Re: it's been long enough i think....... ty
  6. Re: Randomizing users sometimes the best way to go about doing things is to simplify your code. i say this because a function should not be 300 lines of code maybe 5 or 10 lines.
  7. Re: MENU MAKING HELP!!! try Sothink DHTML Menu maker
  8. Re: 1h work to solve the dumbest error there is i agree
  9. Re: Phaos Game Engine phaos is like really old school is was the first engine i tried when it was released back in the day. was good then but way before it's time.
  10. Re: MY version... <meta http-equiv="pragma" content="no-cache" /> doesn't work anymore, used to work in ie4 but was discontinued in ie 5+ this is one way to do it. found it works well. <HTML> <HEAD> <TITLE>---</TITLE> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> </HEAD> <BODY> Text in the Browser Window </BODY> <HEAD> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> </HEAD> </HTML>   shouldn't work but it does........ SYMPTOMS When you use the <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> metatag in the header section at the beginning of an HTML Web page, the Web page may still be cached in the Temporary Internet Files folder.   CAUSE A page that Internet Explorer is browsing is not cached until half of the 64 KB buffer is filled. Usually, metatags are inserted in the header section of an HTML document, which appears at the beginning of the document. When the HTML code is parsed, it is read from top to bottom. When the <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> metatag is read, Internet Explorer looks for the existence of the page in cache at that exact moment. If it is there, it is removed.   RESOLUTION To properly prevent the Web page from appearing in the cache, place another header section at the end of the HTML document. For example: <HTML> <HEAD> <META HTTP-EQUIV="REFRESH" CONTENT="5"> <TITLE> Pragma No-cache </TITLE> </HEAD> <BODY> This is an example of where to place the second header section so that the "Pragama, No-Cache" metatag will work as it is supposed to.   </BODY> <HEAD> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> </HEAD> </HTML> this was taken from: http://support.microsoft.com/kb/222064
  11. Re: Explore help and what exactly do you want it too look like?
  12. Re: additional table help who you calling a n00b?! i am not showing support for what he has done, but i am not going to stop being who i am because someone made a mistake, i will help anyone if i can. no matter who they are. or what they did.
  13. stryker

    Java

    Re: Java i use notepad++
  14. Re: More fun ty deathstar that will help alot for ver2.0 of my game thx again +1
  15. Re: How to fix "Cannot Connect to Socket mysql.lib" Errors! i use both types of servers, windows servers are not good with web sites unless using .Net technology. instead i use windows servers to host private gaming servers, teamspeak, shoutcast, ect.ect..., and linux for websites
  16. Re: Awesome 1st step to email validation. and space
  17. Re: Mini Coding Contests i agree with death, don't have time to f**k around.
  18. hi this is Stryker aka Twysted i deletd my previous account due to the childern on this forum that have no clue of maturity and started a new.
  19. stryker

    Paypal

    Re: Paypal i use one account regardless, hpow many ppl have more than one bank account?
  20. Re: Users stats reset to 2,147,483,647 cause thats the max int 11 will output so you need like int 15 or higher or switch to another table type
  21. Re: additional table help zaver STFU!!! your being as immature gary i will help you just pm me
  22. Re: Item Market Problem yes that helped nicely ty
  23. Re: Users stats reset to 2,147,483,647 thats also what i use
  24. Re: I am having a huge problem with my fed jail yes that it is, but i think some where in the coding it joins them together, but do not quote me on this
  25. Re: PHPBB mod RPG game - ADR + Rabitoshi news to me
×
×
  • Create New...