|
chad
Jr. Member
 
Posts: 77

I'm a llama!
|
 |
Re:Now i have 2 boards!!
« Reply #1 on: September 21, 2002, 09:40:00 PM » |
|
PLEASE HELP WITH THIS!! I neeed a walk thru... i tried changing the yabb.pl to re-direct but i must not have it right because i get a cgi error?? Chad
|
|
|
Logged
|
|
|
|
|
|
chad
Jr. Member
 
Posts: 77

I'm a llama!
|
 |
Re:Now i have 2 boards!!
« Reply #4 on: September 22, 2002, 09:44:37 PM » |
|
When i use this script.... i cut in paste it to notepad name it yabb.pl and upload it right? when i do this i get a cgiwrap error? CHad
|
|
|
Logged
|
|
|
|
Chris Cromer
The Strange One
Mod Team
YaBB God
    
Posts: 3152

I am just a figment of your imagination.
|
 |
Re:Now i have 2 boards!!
« Reply #5 on: September 23, 2002, 04:11:20 AM » |
|
As I said you need to change the shebang line... if you copy and paste it directly then it won't work. The shebang line is based on my pc's perl location not yours... The shebang line on my sytem looks like this: #!C:\apache\perl\bin\perl.exe Your could be entirely different(especially if you use linux): #!/apache/perl/bin/perl A good way to find out what YOURS is, is to open up your YaBB.pl/cgi file and see what the first line of that files is. Just copy that first line and replace the first line of my code with it.
|
|
|
Logged
|
Chris Cromer
I am not suffering from insanity, I am enjoying every minute of it.
|
|
|
chad
Jr. Member
 
Posts: 77

I'm a llama!
|
 |
Re:Now i have 2 boards!!
« Reply #6 on: September 23, 2002, 05:23:01 AM » |
|
yes mine is diferent... this is it #!/usr/bin/perl now i run it with your code and i get a cgi wrap error?? so do i righ tthe code like this #!/usr/bin/perl.exe print "Location: http://www.discusobsession.com/DAAH/yabbse/index.php\n\n"; exit; I still get cgi error?  ? damn this sucks i have been working on this for a week with no result... POWWEB my host claims to not be the problem.... and will not assist.. i would be willing to pat someone to figure it out for me!!! Chad
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|