Okay...I have downloaded the txt file from first post. Please dont hurt me...LOL...I'm just trying to figure out this hack and how to install it...it refers to some php files which are not located in either of the two files you have in the first post of this thread.
Where exactly does the fresh install portion start?
I see release notes section, then a UPGRADE NOTES section.
>Choice One or Choice Two
After that is shows
File Modifications:
showthread.php
misc.php
Template Modifications:
ShowThread
New Phrases:
already_viewed_this_thread
already_viewed_this_thread_since
Number of SQL Queries: 3
After that I see nothing to indicate...begin here for a fresh or new install
Is this the begining of the install process? I do not have those files listed above...the showthread.php or misc.php
********************************
1. Run the following SQL Queries (Adjust accordingly, if you use Table Prefixes):
**********
ALTER TABLE thread ADD whoviewed TEXT NOT NULL;
ALTER TABLE thread ADD whoviewedcounter TEXT NOT NULL;
ALTER TABLE thread ADD whoviewedreset INT(10) UNSIGNED NOT NULL;
|