|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
??????????????? perl, where??????
Using ws_ftp, how do I find where perl is on the server? I checked by each directory & can't find it? It has a cgi-bin, so I'm pretty sure it has to have perl, so, how do I find it?
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Dec 2001
Location: Malibu
Posts: 3,817
|
hehe.. try one of the following paths
/usr/local/bin/perl /usr/bin/perl its probaby one of those. |
|
|
|
|
|
#3 | |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Dec 2001
Location: Malibu
Posts: 3,817
|
with ftp you won't find it unless you could get out of your home folder. try to ssh to your domain and then type 'whereis perl' it will show you the path.
and dont forget to chmod the perl file to 755 eh |
|
|
|
|
|
#5 | |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Too lazy to set a custom title
Join Date: Sep 2005
Location: New York
Posts: 4,944
|
just ask your host
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Nov 2005
Posts: 87
|
$ locate perl
|
|
|
|
|
|
#8 | |
|
Confirmed User
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
|
Quote:
Code:
<?=exec("whereis perl");?>
|
|
|
|
|