Welcome, Guest. Please Login or Register.
April 26, 2025, 05:38:08 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Converters  |  Now i have 2 boards!! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Now i have 2 boards!!  (Read 932 times)
chad
Jr. Member
**
Posts: 77


I'm a llama!

Now i have 2 boards!!
« on: September 15, 2002, 03:23:01 PM »
Reply with quote

how do i get it to re-direct from gold to the new se?

gold install url http://www.discusobsession.com/cgi-bin/yabb/YaBB.pl

se install url http://www.discusobsession.com/DAAH/yabbse/index.php


PLease help   Thank you in advance
Chad
Logged
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 »
Reply with quote

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
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Now i have 2 boards!!
« Reply #2 on: September 22, 2002, 02:57:05 AM »
Reply with quote

I don't think many people here know Perl.
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Now i have 2 boards!!
« Reply #3 on: September 22, 2002, 08:39:07 AM »
Reply with quote

Here use this script:

#!c:\apache\perl\bin\perl.exe

print "Location: http://www.discusobsession.com/DAAH/yabbse/index.php\n\n";
exit;

Be sure to change the shebang line to match yours.

QuoteI don't think many people here know Perl.

I am learning it right now... a bit weird going from php to perl... but I still want to learn perl. :)
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 #4 on: September 22, 2002, 09:44:37 PM »
Reply with quote

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.

WWW
Re:Now i have 2 boards!!
« Reply #5 on: September 23, 2002, 04:11:20 AM »
Reply with quote

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 »
Reply with quote

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
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Now i have 2 boards!!
« Reply #7 on: September 23, 2002, 06:23:13 AM »
Reply with quote

Quoteso do i righ tthe code like this
#!/usr/bin/perl.exe
print "Location: http://www.discusobsession.com/DAAH/yabbse/index.php\n\n";
exit;

Nope, you write it like this:

#!/usr/bin/perl
print "Location: http://www.discusobsession.com/DAAH/yabbse/index.php\n\n";
exit;

.exe is for the windows version of perl... so you don't need the .exe after the word perl like I do on my pc.

Copy and paste this code I just gave you and then it "should" work.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Shindou Hikaru
Honinbou
YaBB Crony
YaBB God
*****
Posts: 1358


ICQ - 152652980mephidmann@emulation-inc.com WWW
Re:Now i have 2 boards!!
« Reply #8 on: September 24, 2002, 02:33:55 PM »
Reply with quote

I wouldn't bother to learn perl, it's just as stupid as php, just a little better functionality wise, but the syntax sucks ass.
Logged

Please do not message me for support, use the support boards
Amazon Wishlist | ThinkGeek Wishlist | My Blog
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Now i have 2 boards!!
« Reply #9 on: September 24, 2002, 04:22:23 PM »
Reply with quote

Well I like to be able to say that I know other languages besides just php, it is kind of a step down learning perl, but it is still quite fun. :)

But don't worry I am not leaving php, php has become my favorite langauge. :)
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Shindou Hikaru
Honinbou
YaBB Crony
YaBB God
*****
Posts: 1358


ICQ - 152652980mephidmann@emulation-inc.com WWW
Re:Now i have 2 boards!!
« Reply #10 on: September 24, 2002, 04:41:20 PM »
Reply with quote

It's not a huge step down. They both suck, anyways. PHP just not as bad as perl.
Logged

Please do not message me for support, use the support boards
Amazon Wishlist | ThinkGeek Wishlist | My Blog
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Now i have 2 boards!!
« Reply #11 on: September 24, 2002, 05:11:16 PM »
Reply with quote

So what language would you recommend then?
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Shindou Hikaru
Honinbou
YaBB Crony
YaBB God
*****
Posts: 1358


ICQ - 152652980mephidmann@emulation-inc.com WWW
Re:Now i have 2 boards!!
« Reply #12 on: September 24, 2002, 08:13:38 PM »
Reply with quote

Well, a really totally cool language is Java (it just looks soooooooooooooooooooooooooooooooooo good ;) ). Although I already have many complaints against some it it's horrible functional (or i might as well say static method) performance 'improvements'. It is a very good language.

.NET is also very cool and C# doesn't have those performance 'improvements'. But I am to lazy to download the compiler (Mono in my case). Also, i can not help you with .net since I have only heard of hit by word of mouth and have never programmed in it myself. If you want to know more about it, talk to Zef.
Logged

Please do not message me for support, use the support boards
Amazon Wishlist | ThinkGeek Wishlist | My Blog
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Converters  |  Now i have 2 boards!! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.013 seconds with 16 queries.