View Full Version : tagboard


squalls_dreams
02-25-2004, 11:47 PM
I dont know if this is a right topic or if people will help me on this but I just wanted to ask some help on this. I dont get what I do here.

1) Open tag.cgi in wordpad or another text editor.
2) Configure the variables under
# Configurable Variables #

>>sample:
my $tag_path = '/home/yourhost/www/tagboard/tag.txt';
my $return_path = 'http://www.yourdomain.com/tagboard/board.shtml';
my $ip_logfile = '/home/yourhost/www/tagboard/iplog.txt';

I dont get what I have to put in these parts

my $tag_path = '/home/yourhost/www/tagboard/tag.txt';
my $return_path = 'http://www.yourdomain.com/tagboard/board.shtml';
my $ip_logfile = '/home/yourhost/www/tagboard/iplog.txt';

can someone give me an example by putting there information in there so I can replace it with mine?

MaGiCSuN
02-27-2004, 03:38 PM
my $tag_path = '/home/yourhost/www/tagboard/tag.txt';
my $return_path = 'http://www.yourdomain.com/tagboard/board.shtml';
my $ip_logfile = '/home/yourhost/www/tagboard/iplog.txt';

it basically means the urls where those files are located on your site.
the middle one is simple, it's the full url to your board.shtml file.
if the files are in the same category you can probably also just put tag.txt

Love,
Mirna