Jump to content

New site; Cannot comment, locked topic? Imageshare problem too


KDStudios

Recommended Posts

Ok I've fixed the comment bug in IE8 (at least I think I have...it works for me!). Really dumb reason why it wasn't working. I hate IE.

 

The "need to login" even though you're logged in issue is because IE8 is caching the "not logged in" page. So if you go to a file without being logged in, try to download it, get the "need to login" page, login, go to download again, you'll see a cache page rather than the proper page. Not sure about a fix for that.

 

I'm an ASP guy, but I rooted around for a PHP equivalent of some code I use, and found this:

 

<?

//Set no caching

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

header("Cache-Control: no-store, no-cache, must-revalidate");

header("Cache-Control: post-check=0, pre-check=0", false);

header("Pragma: no-cache");

?>

 

Placed at the top of a page, it's supposed to prevent caching - for what it's worth. From what I gather from my admittedly minimal research, PHP is supposed to send a "no cache" command to the browser automatically, but it couldn't hurt to specify. I guess I should break out a PHP for Dummies book and edumacate myself some more.

Link to comment
Share on other sites

  • Replies 40
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Easier to get the problem fixed, I think.

 

But the uploader would have to report the file in case he disabled them intentionally.

 

Buddah

Link to comment
Share on other sites

This has probably already been mentioned. For me on IE the TESNEXUS is the only one that seems to have major problems the other four Nexus look and seem to be working fine. I must admit that I haven’t tried to download anything from them as I am not playing these games at the moment.

 

Vista using IE9

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...