|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
Hi team, I would like to have a crack at installing this software but have a few 'issues' with my webserver. The guts is that I don't have a cgi-bin dir I can just dump the correct files into nor am I allowed to create one under that name so while I think I can install this software I will need to use two dirs perhaps one called 'chat' which has html etc hanging off my home dir and another perhaps called chatcgi with the .pl scripts etc in them? I'm wondering if I am going to need to change other dirs in some of the files (over and above the chat-settings.pl) as I am moving away from a conventional install? I am also really unsure as to the correct paths to use in the chat-settings.pl for my 'modified' install to work correctly. Can someone help me please? My site is http://www.zl4aa.org.nz/forum/Blah.pl? - If you want to take a look now at how things are running Paul |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
Try these for chat-settingspl $blahdir="/home/httpd/vhlinks/www.zl4aa.org.nz/forum"; $chatURL = "/chat"; $chatIndexPath = "/home/httpd/vhlinks/www.zl4aa.org.nz/chat"; $path_to_banned_ip_file = "/home/httpd/vhlinks/www.zl4aa.org.nz/cgichat/banned.txt"; You will also have to edit the mod and change:
|
Code
<iframe src="/cgi-bin/cgi-chat/chat.pl" width="100%" height="40" frameborder="0" marginwidth="0" marginheight="0" hspace="0" scrolling="no" name="chat"> |
|
To:
|
Code
<iframe src="/cgichat/chat.pl" width="100%" height="40" frameborder="0" marginwidth="0" marginheight="0" hspace="0" scrolling="no" name="chat"> |
|
|
| Martin's Reputation: Increase |
|
|
|
|
|
Ronymon |
|
|
Posts: 231
Gender:  Male
Posts Per Day: 0.32
Reputation: 100.00%
Reputation Score: +4 / -0
Time Online: 3 days 7 hours 18 minutes
Location: Brighton,England
Age: 32
|
|
|
|
|
|
Ronymon |
|
|
Posts: 231
Gender:  Male
Posts Per Day: 0.32
Reputation: 100.00%
Reputation Score: +4 / -0
Time Online: 3 days 7 hours 18 minutes
Location: Brighton,England
Age: 32
|
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
I have done as you suggested Martin and I now get on my forum homepages
Software error: Unable to open the Online File for reading and writing.. at /home/httpd/vhlinks/www.zl4aa.org.nz/cgichat/chat.pl line 28. For help, please send mail to the webmaster (webmaster@web.mydns.net.nz), giving this error message and the time and date of the error |
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
I chmod all files in the cgichat folder to 777 and got the chat button running but now when I run the module I see another error - the system seems to fail trying to open an unspecified file. |
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
Unsure about how safe it is to leave this dir open with eveything set to 777 have changed it back to 755 for now and original error appears, I'll wait until I hear from you, Could I put an index.html with a redirect in it or similar to tighten up security? |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
I've had a look for you and I'm 99% sure that your forum is corrupt. There are several files that will not chmod or download due to being corrupt.# I installed a test forum for you here: http://www.zl4aa.org.nz/test_forum/Blah.pl? and everything seems to work OK. Most of these problems are down to your host and the way they have setup the server permissions etc. Given the opportunity, I would switch ASAP. |
| Martin's Reputation: Increase |
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
I've had a look for you and I'm 99% sure that your forum is corrupt. There are several files that will not chmod or download due to being corrupt.# I installed a test forum for you here: http://www.zl4aa.org.nz/test_forum/Blah.pl? and everything seems to work OK. Most of these problems are down to your host and the way they have setup the server permissions etc. Given the opportunity, I would switch ASAP.
Can you PM me with the specifics I can't easily move, apart from the forum software to be fair to my host (who charge me nothing as we are a non profit club) I have had no probs with the basic html website I'm running. Looks like the testfourm is a carbon copy of the original site, posts and all, so could we not just shift over to this one or?? Really appreciate you haveing a look at it Martin. Paul |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
I installed fresh and then copied over Boards, Messages, Members etc.
I'll pm you some file details tonight when I get in. |
| Martin's Reputation: Increase |
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
I installed fresh and then copied over Boards, Messages, Members etc.
I'll pm you some file details tonight when I get in.
Thanks... I wonder if I just redirect all traffic to the new install then.. I think some files will need to be chmod some more as certain things like login/logout etc dont seem to work. From a cosmetic viewpoint it would be better to try to get the original one sorted as a url with 'test_forum' in it doesn't look too flash to a user  |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
Login works fine for me, was logging in and out most of the afternoon yesterday. Try clearing cookies.
If you want to point to the test forum, just rename forum to forum_old and then test_forum to forum |
| Martin's Reputation: Increase |
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
Login works fine for me, was logging in and out most of the afternoon yesterday. Try clearing cookies.
If you want to point to the test forum, just rename forum to forum_old and then test_forum to forum
Sorry you misunderstand, I mean the logging of login/out records does not work in your reinstall. Not sure I follow your second point, if I changed these dir names would the 'new' version of eblah still work as all the paths in your settings would point to "test_forum/blah.pl' -I'm thinking of the chat-settings.pl and the settings.pl for eblah? |
|
|
|
|
|
zl4aa |
|
|
Posts: 47
Gender:  Male
Posts Per Day: 0.08
Time Online: 16 hours 46 minutes
Location: Dunedin, New Zealand
|
Sorry you misunderstand, I mean the logging of login/out records does not work in your reinstall.
Not sure I follow your second point, if I changed these dir names would the 'new' version of eblah still work as all the paths in your settings would point to "test_forum/blah.pl' -I'm thinking of the chat-settings.pl and the settings.pl for eblah?
Hi Martin, can you respond to my question please and PM me the info you were talking about earlier  Thanks Paul |
|
|
|
|
|
|