Go Back   Novahq.net Forum > Off-Topic > General Chat
FAQ Community Calendar Today's Posts Search

General Chat Talk about anything that does not fit into other topics here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-31-2002, 09:32 PM
Black6~ODA~ is offline Black6~ODA~
Registered User

Join Date: Apr 2002
Posts: 62

Send a message via ICQ to Black6~ODA~
Sad Anyone know how to do Perl?

Anyone here know Perl??? I really need help. My site is code-delta.com and I can't get this Perl script for forums to work. You can contact me through e-mail at black6@code-delta.com. Or my ICQ # is 48089687 or you can get me in MSN messenger through andrewgarcia111@hotmail.com.
__________________
Quote:
"Energetically will I meet the enemies of my country. I shall defeat them on the field of battle for I am better trained and will fight with all my might. Surrender is not a Ranger word. I will never leave a fallen comrade into the hands of the enemy and under no circumstances will I ever embarass my country."
The Ranger Creed
Reply With Quote
  #2  
Old 05-31-2002, 10:57 PM
Matrix is offline Matrix
Registered User

Join Date: May 2002
Posts: 40

What script are you using?
Reply With Quote
  #3  
Old 06-01-2002, 01:00 AM
Black6~ODA~ is offline Black6~ODA~
Registered User

Join Date: Apr 2002
Posts: 62

Send a message via ICQ to Black6~ODA~
the YaBB script, from www.yabbforum.com
__________________
Quote:
"Energetically will I meet the enemies of my country. I shall defeat them on the field of battle for I am better trained and will fight with all my might. Surrender is not a Ranger word. I will never leave a fallen comrade into the hands of the enemy and under no circumstances will I ever embarass my country."
The Ranger Creed
Reply With Quote
  #4  
Old 06-01-2002, 10:47 AM
Matrix is offline Matrix
Registered User

Join Date: May 2002
Posts: 40

Based on the link you posted here I would say that they no longer offer support for that script. Which script are you having trouble with, and what error are you getting if any?

If you have telnet access I would try to compile the script in the shell. Do this by opening your telnet, navigating to the script directory, then typing:

perl -c yourscript.cgi

This will let you know if it compiles okay. If not you should get an error giving you a pretty specific line where the error can be found.

I don't know if you are new to Perl or not. If so, one of the biggest errors people make is the location of perl on the server. There is a path to your perl compiler on the top of almost every script. Make sure this is correct. If you don't know your "she-bang" or path, enter telnet and type:

whereis Perl

However, the best way to find out path information is to ask your web host. They will usually answer your questions without a problem.

Always upload CGI scripts in ASCII mode (Not binary)
By default, your FTP program always uploads files in binary mode. That's fine for most files -except CGI files. CGI files must be uploaded in ASCII format, or don't expect them to work. Your FTP program should allow you to change between binary and ASCII mode (In WSFTP, this option appears at the the bottom of the screen). Always switch to ASCII mode before uploading your CGI scripts.

After uploading the script, set it's permission
You're not quite out of the woods (but almost). After uploading, you need to set it's permission. You see, since a CGI script is installed on the server end, in the wrong hands, it could cause damage to your site and possibility even the server itself. That's why you need to set permissions on your CGI script before they will be allowed to run. Permission can be set directly using your FTP program.

Hope this helps. If not, post the script here and I will take a look at it.
Reply With Quote
  #5  
Old 06-01-2002, 03:34 PM
Black6~ODA~ is offline Black6~ODA~
Registered User

Join Date: Apr 2002
Posts: 62

Send a message via ICQ to Black6~ODA~
absolutely nothing works with it, I can't even get the simple little forum script wwwBoard from matt's script archive to work and I'm doing everthing that idiots hosting me are telling me. Now the website to the script has just gone down since yesterday becuase the person decided to switch to php. Right now I don't care what kind of script it is, PHP, Perl, whatever, just please help me get something up becuse up for forums lol. I uploaded the .zip to the script here, Y1Gold_SP1.1_pl.zip
__________________
Quote:
"Energetically will I meet the enemies of my country. I shall defeat them on the field of battle for I am better trained and will fight with all my might. Surrender is not a Ranger word. I will never leave a fallen comrade into the hands of the enemy and under no circumstances will I ever embarass my country."
The Ranger Creed
Reply With Quote
  #6  
Old 06-01-2002, 03:51 PM
Matrix is offline Matrix
Registered User

Join Date: May 2002
Posts: 40

I will take a look at it and let you know if i can get it to work on my DEV server.
__________________
www.ektsquad.com
Reply With Quote
  #7  
Old 06-01-2002, 07:51 PM
Black6~ODA~ is offline Black6~ODA~
Registered User

Join Date: Apr 2002
Posts: 62

Send a message via ICQ to Black6~ODA~
Thanks
__________________
Quote:
"Energetically will I meet the enemies of my country. I shall defeat them on the field of battle for I am better trained and will fight with all my might. Surrender is not a Ranger word. I will never leave a fallen comrade into the hands of the enemy and under no circumstances will I ever embarass my country."
The Ranger Creed
Reply With Quote
  #8  
Old 06-02-2002, 07:26 PM
BLADE =GH= is offline BLADE =GH=
Registered User

Join Date: Oct 2001
Posts: 131

Send a message via ICQ to BLADE =GH=
hi m8 a good start to learning is at www.htmlgoodies.com
__________________
~ Don't walk back from the clay you might get stabbed ~
Reply With Quote
  #9  
Old 06-03-2002, 12:06 AM
Matrix is offline Matrix
Registered User

Join Date: May 2002
Posts: 40

I am having a little trouble installing the package on my server. I am running IIS though. You said your server was UNIX right?

I have to take this package to work and test it there. I will get back to you real soon.
Reply With Quote
  #10  
Old 06-03-2002, 07:36 PM
Black6~ODA~ is offline Black6~ODA~
Registered User

Join Date: Apr 2002
Posts: 62

Send a message via ICQ to Black6~ODA~
Yea its unix, though this host I had sucked and I cancelled got my money back and am about to get a new one... any suggestions.
__________________
Quote:
"Energetically will I meet the enemies of my country. I shall defeat them on the field of battle for I am better trained and will fight with all my might. Surrender is not a Ranger word. I will never leave a fallen comrade into the hands of the enemy and under no circumstances will I ever embarass my country."
The Ranger Creed
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Perl beginner's guide .::nØ燎ƒµEL::. Web design and Programming 6 12-11-2005 07:26 AM
PERL 5.8 Install APACHE 1.3 - Panther? BeBop Web design and Programming 9 05-25-2004 03:11 PM


All times are GMT -5. The time now is 08:52 AM.




Powered by vBulletin®