Version: 1.00, by Scott MacVicar
Developer Last Online: Mar 2016
Version: 2.2.x
Rating:
Released: 02-17-2002
Last Update: Never
Installs: 121
No support by the author.
Well after alot of time leaving it in the beta hacks forums without any problems, I'm now moving it to the Full Releases, I'm satisfied that there isn't any bugs that need to be addressed. Thanks to Jawelin he pointed out most of the mistakes through alot of his testing.
I've attached it as an installer file here, as it needs to make changes to the database. Two new rows to settings and a new column in the attachment table.
Scott
Updated some more
Note the > is missing off the bottom of the file after the ?, add it before trying to install
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Yea, i found that out, however i have a new error.
when i upgraded to 2.2.8 (clean install) and tried to re install this i droped the hash table via the installer, new attachments work but old ones throw this error due to the hash table begin droped.
Quote:
Warning: stat failed for /home/kousetsu/public_html/attachments/.file (errno=2 - No such file or directory) in /home/kousetsu/public_html/kan/attachment.php on line 59
Warning: Unable to access /home/kousetsu/public_html/attachments/.file in /home/kousetsu/public_html/kan/attachment.php on line 60
Warning: fopen("/home/kousetsu/public_html/attachments/.file", "rb") - No such file or directory in /home/kousetsu/public_html/kan/attachment.php on line 60
Warning: fread(): supplied argument is not a valid File-Handle resource in /home/kousetsu/public_html/kan/attachment.php on line 61
Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/kousetsu/public_html/kan/attachment.php on line 62
Warning: Cannot add header information - headers already sent by (output started at /home/kousetsu/public_html/kan/attachment.php:59) in /home/kousetsu/public_html/kan/attachment.php on line 63
Warning: Cannot add header information - headers already sent by (output started at /home/kousetsu/public_html/kan/attachment.php:59) in /home/kousetsu/public_html/kan/attachment.php on line 64
Warning: Cannot add header information - headers already sent by (output started at /home/kousetsu/public_html/kan/attachment.php:59) in /home/kousetsu/public_html/kan/attachment.php on line 65
Warning: Cannot add header information - headers already sent by (output started at /home/kousetsu/public_html/kan/attachment.php:59) in /home/kousetsu/public_html/kan/attachment.php on line 66
Warning: Cannot add header information - headers already sent by (output started at /home/kousetsu/public_html/kan/attachment.php:59) in /home/kousetsu/public_html/kan/attachment.php on line 67
Warning: Cannot add header information - headers already sent by (output started at /home/kousetsu/public_html/kan/attachment.php:59) in /home/kousetsu/public_html/kan/attachment.php on line 73
Is there anyway to give old attachments a new hash in the DB so they work?
Originally posted by Anime-loo Yea, i found that out, however i have a new error.
when i upgraded to 2.2.8 (clean install) and tried to re install this i droped the hash table via the installer, new attachments work but old ones throw this error due to the hash table begin droped.
Is there anyway to give old attachments a new hash in the DB so they work?
there isn't a way to associate the hash and the filename any more that was the whole point in using hashes, do you have a table backup before you dropped the column?