Quote:
Originally Posted by squawell
Kura this a great hack BUT i still got this problem
Invalid or empty Hack Tracking Log Installer file specified
this is my ftp up log(about the Hack_Tracking_Log.htl)
Code:
200 PORT Command successful.
STOR Hack_Tracking_Log.htl
150 Opening BINARY mode data connection for Hack_Tracking_Log.htl.
226 Transfer complete.
Transferred: Hack_Tracking_Log.htl 17,703 bytes in 1.16 (14.88 KBps)
and my server is WIN2K,any idea??thankz....
|
Follow these simple steps and let me know if that helps:
- Clear your cache;
- Re-download the zipfile from the first post;
- open it up, and verify in upload/includes/adminfunctions_hacklog.php around line 565 that the line reads like this:
PHP Code:
$handle = fopen($file, "rb");
and NOT without the "b" in there (the former version had only "r", the new has "rb")
- If it doesn't, manually add the b there. If/once it does, upload those files to your server and overwrite the existing ones.
- Try again.
The problem with that is that Windows servers using a certain version of PHP (or any version lower than a certain version) will not treat the file properly, so the binary flag (the "b") has to be specified for those people. I've updated that in the zipfile so any downloads from now on SHOULD be fine...