
JonBolton
User
Jun 22, 2003, 4:59 PM
Post #6 of 11
(6598 views)
Shortcut
|
|
Re: [Benjamin] goforum 1.08 release
[In reply to]
|
Can't Post
|
|
Hi, I'm having a bit of difficulty getting this script to work on Invision. Can someone help me out? See www.baillie.org.uk if you need the URL. I've chmod the 3 cgi files to 755. I've edited the goforum.cgi script as follows ... # if FindBin doesn't work uncomment this line and set it to the full filepath to your script directory #$Bin = "/www/hosts/www.yoursite.com/htdocs/cgi-bin/"; $g{'forum_type'} = 'invision'; # forum type: vbulletin, gforum, ubbthreads, ikonboard, ubbclassic5, discus, dcforum, invision $g{'forum_url'} = 'http://www.baillie.org.uk/forum'; # forum script directory $g{'forum_messages_url'} = 'http://YOURHOST/discus/messages'; # forum messages directory url, Discus only $g{'forum_num'} = 1; # forum number to create thread in $g{'forum_board'} = ''; # board name, ubbthreads and UBB only $g{'forum_cat'} = ''; # category, ubbthreads only $g{'forum_login'} = 1; # login required? 1 = yes, 0 = no NOTE: not all forums tested with this $g{'forum_user'} = 'ArticleManager'; # forum user with post access $g{'forum_pass'} = 'publish'; # password for user $g{'artman_128'} = 1; # set to 1 for Article Manager versions 1.28 and above, otherwise set to 0 $g{'configured'} = 1; # set this to 1 to make the program work $g{'remove_html'} = 1; # set this to 1 to remove HTML tags from article content $g{'debug'} = 0; # set this to 1 for debug info $g{'maxage'} = 90; # don't allow comments on articles older than N days
|