Quote:
Originally Posted by rjordan
Although purely cosmetic, I noticed that when you add a new link (and/or file) and you get the redirect page, at the top you see EXT: followed by the extension uploaded. It seems that it might have beem used as a troubleshooting line. If anyone wants to get rid of that, I believe the line to comment out or remove is in dl_add.php at about line 50. The line to remove is:
|
Yes, that is for debugging.
Quote:
Originally Posted by memobug
Did someone already point out a problem with the date formatting? on the Stats page I get Date showing up as
987654321
Regards,
Matt
|
I dont get that... i just send it to the vB date formatter, so I dont see why you get a timestamp instead of a date. Point me to your download section.
Quote:
Originally Posted by memobug
I found it!!! There is a single space after the closing ?>
in dl_category.php!!
:banana:
|
Glad you fixed it, but that 1 space is not a problem. If it were, that would mean your webserver doesnt support integrating php into regular html pages, which is probably not the case. If it is, it means that something on your server is VERY strange.
Quote:
Originally Posted by memobug
It's not purely cosmetic on my server/browser combo. With this "echo" line in place I will get blank pages if the upload file or link extension are unsupported types. I believe this happens because once something is printed to an output device it can mess up the headers that are sent subsequently.
|
Your server is messed up... wow.