Archive for June 19th, 2003

textism refer script

for those who loves textism refer script, it’s time to upgrade. version 2.0 came out and it’s completely different from version 1.1. it uses one database table instead of four (that always annoyed me). and it erase old logged referrals as it progresses so it keeps your database small. example mine. but there is no upgrade instructions on that site. here is my tutorial on how to upgrade. if you are doing a fresh install, just follow steps 2 - 10.

1. i hope you remember where you put stuff like:

= /home/pure/public_html;
include . ‘/refer/logfunctions.php’;
logit();

NOW FIND THEM AND TAKE THEM OUT!!

2. download the version 2.0 zip, unzip etc.
3. open refer.php and fill in the necessary configurations.
4. backup whatever was in your ./refer folder and delete them.
5. upload the files from version 2.0 to ./refer folder
6. run yourdomain.com/refer/setupdb.php
7. it should run fine if you got the configuration right for refer.php
8. do what it says on the setupdb.php
9. DELETE setupdb.php
10. CHECK to see if yourdomain.com/refer/index.php is working. If you see errors, you should post here
11. (optional) if you want to save your database space, you can REMOVE the old database tables. they are in your phpmyadmin and they are tables named: log_hits, log_pages, log_refers, log_hosts. JUST DROP THEM - this means you will lose all your old referral data but why you need them? *shurg*

if you ever screwed up really bad, i still have a copy of refer version 1.1 if you want it.

i added a small no comment text hack and a bug fix to the multiple more hack. basically all the no comment text hack does is to make b2 display something like “NO COMMENT” under the posts that has no comment instead of just leaving it blank. if you want it, grab it here