PDA

View Full Version : Ikonboard on an NT server.



cheatpark
December 14th, 2001, 20:00
My site is hosted on an NT server and I am trying to use ikonboard but it won't work. Any ideas?

xboxsource
December 14th, 2001, 20:06
Originally posted by cheatpark
My site is hosted on an NT server and I am trying to use ikonboard but it won't work. Any ideas?

Questions.

1. Which Version
2. Does this NT server have perl installed
3. Whats the url for the site
4. Who is your host
5. Whats the error

cheatpark
December 14th, 2001, 20:21
Questions.

1. Which Version
2. Does this NT server have perl installed
3. Whats the url for the site
4. Who is your host
5. Whats the error

1. 2.19
2. Yes
3. http://www.cheatpark.net/ikonboard/cgi-bin/ikonboard.cgi
4. Hostzone (http://www.domaindomain.co.uk)
5. CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:


Can't open perl script "D:\hosting\usrv4283j\cheatpark.net\ikonboard\cgi-bin\ikonboard.cgi": No such file or directory

Could it be that I made the 'cgi-bin' directory inside the 'ikonboard' directory?

cheatpark
December 14th, 2001, 21:10
I moved the cgi-bin and there is still a problem. Its got the same error.

xboxsource
December 14th, 2001, 21:13
Originally posted by cheatpark
I moved the cgi-bin and there is still a problem. Its got the same error.

OK - do u want my help ?

i'm pretty good with ikonboard

http://www.xboxsource.co.uk/cgi-bin/forum/ikonboard.cgi > mine....

gonna be doing a custom 1 soon.

cheatpark
December 15th, 2001, 16:44
I would like your help if it is not too much trouble. I will check out your ikonboard.

andyLee
December 19th, 2001, 02:52
Indeed, I have gave up to install a large cgi script on NT server for long.......


Anyway, you cannot chmode yourself. That is.

ExoWorks
December 19th, 2001, 06:29
There seems no problem in CHMOD' ing of File . I think you must upload the files once again and include the following after the line #!C:/Perl/bin

printf ("HTTP/1.0 200 OK\n");
printf ("Content-type: text/html \n\n");

Hope it will work.