4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 Perl Guestbook Help
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
simod
Junior WebHelper
Junior WebHelper


Joined: 13 Nov 2002
Posts: 1

PostPosted: Thu Nov 14, 2002 12:10 am (21 years, 5 months ago) Reply with QuoteBack to Top

Rolling Eyes

Hi
Can any one help
I have just started trying to be more adventurous with a new web site.
I am trying to load java script on my web space. Is there a very easy guide to this.
I use www.easily.co.uk for my virtual hosting package.
Do I have to create a cgi-bin to place the perl scripts in and I'm not sure about where I change some of the scripts to insert my details. ie what goes where?

$guestbookurl = "http://your.host.com/~yourname/guestbook.html";
$guestbookreal = "/home/yourname/public_html/guestbook.html";
$guestlog = "/home/yourname/public_html/guestlog.html";
$cgiurl = "http://your.host.com/cgi-bin/guestbook.pl";
$date_command = "/usr/bin/date";

My server is r128.easily.co.uk
My username is k1g7apm6o54f
my website url is www.newportphoenix.co.uk

I am told I can place perl scripts below the directory /web/k1g7apm6o54f/ and should ensure that they are CHMOD'd 755 or 775
yet my main files go under /web

is that correct
any help would be useful
thanks

David
OfflineView User's ProfileFind all posts by simodSend Personal Message
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Thu Nov 14, 2002 5:02 pm (21 years, 5 months ago) Reply with QuoteBack to Top

Here is the code I think you should use:

Code:
$guestbookurl = "http://www.newportphoenix.co.uk/guestbook.html";
$guestbookreal = "/web/k1g7apm6o54f/guestbook.html";
$guestlog = "/web/k1g7apm6o54f/guestlog.html";
$cgiurl = "http://www.newportphoenix.co.uk/cgi-bin/guestbook.pl";
$date_command = "/usr/bin/date";


However, without more information on the setup your host is running, I cannot be sure.

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot edit your posts in this forum.
You cannot delete your posts in this forum.
You cannot vote in polls in this forum.


Page generation time: 0.209309 seconds :: 19 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme