I haven't a clue

This is a discussion on "I haven't a clue" within the PHP Forum section. This forum, and the thread "I haven't a clue are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 29th, 2006, 15:29
sjh sjh is offline
Junior Member
Join Date: May 2006
Location: Bath England
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to sjh
I haven't a clue

Hello
I've found a nice little script that allows people to send ecards of my images from my site.
Trouble is I haven't a clue how to do this!
I found out what a 755 is but not how to set it. and I'm supposed to set the path to #!/usr/bin/perl and this is just on my server.
So the questions I'm going to ask are going to be daft or simple, probably both.
Do I make a folder on my server named this #!/usr/bin/perl ? I mean I know what a path is but the ecard developer wants other files made I just don't know how it all fits together.
Thanx in advance
SJ
Reply With Quote

  #2 (permalink)  
Old Sep 29th, 2006, 21:00
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,734
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: I haven't a clue

There are a few ways. What you are referring to is CHMOD. Any good FTP client will let you do it, or you can telnet or ssh into your server and cd to the directory and do chmod <filename> 755, 777 etc etc...

i.e. chmod 777 /username/public_html/images/ or cd /username/public_html/images/ then chmod 755 foo.jpg

As for perl, what you have is generally the default path to it and usually remains unchanged.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Sep 29th, 2006 at 21:05.
Reply With Quote
  #3 (permalink)  
Old Sep 29th, 2006, 21:47
sjh sjh is offline
Junior Member
Join Date: May 2006
Location: Bath England
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to sjh
Re: I haven't a clue

Oh!
Reply With Quote
Reply

Tags
cgi ecards

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help, haven't got a clue Sean J Databases 2 Nov 5th, 2006 11:23


All times are GMT. The time now is 08:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43