Quote:
Originally Posted by MortysTW
Interesting find. Hopefully MrZ reads your findings.
And as for the template thingy, sounds like the error message could just be removed. Not sure where to find that message though. But don't delete the message if you do find it in the code, just block it out by putting //// infront of it on that line item.
Maybe its a line item in arcade.php, maybe tar.php.
Search your files for the phrase of: fread()
|
I'll take a look and see if I can find it, thanks.
Quote:
Originally Posted by MortysTW
I'd go do it myself, but bit busy finishing things up at work so I can get out of this place and go get married. (WHAT AN IDIOT!)
|

Congratulations!!! You're not an idiot! LOL I'm sure she's a lucky lady. Marriage can be great if you're willing to hold on through the good times and the bad. Just be as patient with her as you have been with me and you'll be fine.
Best wishes for a wonderful future together!
--------------- Added at 08:48 ---------------
Ok... didn't find fread() in any file anywhere. The word fread is in the tar.php but not with empty parentheses.
However, there is this bit of code:
Code:
while (!feof($FH)) {
$buffer = fread( $FH , $this->tar_header_length );
// check the block
$checksum = 0;
I think this could be the place because it mentions length.
I know you've got to go get married, so this is low priority. I'm just pasting it here for when you have a chance or if Mr. Z or someone else has any ideas. I hate to mess with this unless I'm sure it won't mess things up worse than ever.
Thanks!