logging in to put a php file in cgi
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- logging in to put a php file in cgi
logging in to put a php file in cgi
12-12-2009 3:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I currently use the http://homepages.plus.net/cgi-bin/form web form but I think I have cgi access, so want to use my own one, mainly becuase I dont like the 'thank you' page
I activated my cgi and sql
can I use my standard vista windows explorer to put my php file in my own cgi location?
if have tried typing the following into windows explorer and internet explorer address bar
ccgi.username.plus.com
ftp://ccgi.username.plus.com
cshell.plus.net
ftp://cshell.plus.net
(yes i changed username ha ha)
none of which give me a login screen or do anything really
what am i doing wrong?
thanks
Re: logging in to put a php file in cgi
12-12-2009 5:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
i'm on a laptop connected to the internet via virgin.
am i right to think i need to be on a PC connected to the internet via plusnet in order to access ftp cgi ?
if so, when i eventually get to that PC, what is the full ftp address i need for windows explorer including the ftp bit
many thanks
Re: logging in to put a php file in cgi
12-12-2009 11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you want to use a browser, in my opinion using Firefox with the FireFTP plug-in is a much easier way to transfer and manage your files.
Re: logging in to put a php file in cgi
13-12-2009 7:55 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: spraxyt uploaded PHP files must not be in cgi-bin
oh, where do i have to put them?
Re: logging in to put a php file in cgi
13-12-2009 9:55 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: iancash i'm on a laptop connected to the internet via virgin.
Do you have a Plusnet broadband account?
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: logging in to put a php file in cgi
13-12-2009 11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: iancash oh, where do i have to put them?
Anywhere except in the cgi-bin folder.
Re: logging in to put a php file in cgi
14-12-2009 9:13 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I am building his website remotely from my flat.
I have built the whole site now using windows explorer ftp to upload the files.
I want to put a contact form on his website. The one i found was this one http://www.tele-pro.co.uk/scripts/contact_form
it gives me the html and php code.
I saved the html code into a blank web page, and saved the php code as a php file using notepad.
i put them all in the same directory, but when i complete the form and click submit it goes to a 405 programming error.
what am I doing wrong?
many thanks
Re: logging in to put a php file in cgi
14-12-2009 9:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: iancash what am I doing wrong?
Putting php files on a web server that doesn't support PHP.
PHP is only supported on the CCGI servers.
http://www.plus.net/support/webspace/cgi_php/index.shtml?supporta=cgi
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: logging in to put a php file in cgi
14-12-2009 9:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
so where do i upload my php file to???
in lamen ftp address form lol
Re: logging in to put a php file in cgi
14-12-2009 9:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote FTP
You can view your CGI space using an FTP program at the following address:
FTP address: ccgi.username.plus.com
Port: 21
Username and password: same as you use for accessing the Member Centre.
Use FTP access for transferring scripts and webfiles. Most FTP software will also allow you to change file permissions.
More help with using FTP
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: logging in to put a php file in cgi
14-12-2009 9:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
i cannot get on the cgi webspace from this computer, all i want to know is when i eventually get onto my dads computer - where should I put the php file.
do i just go to
ftp://ccgi.username.plus.com
log in and then make a subfolder called anything and put it in there?
is this "cgi-bin" a default folder within ccgi.username.plus.com
or is ccgi.username.plus.com itself the cgi-bin?

Re: logging in to put a php file in cgi
14-12-2009 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Don't put php files in the cgi-bin directory (or create any directories inside there) - they either go in the main directory or you need to create directories in there.
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: logging in to put a php file in cgi
15-12-2009 9:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
<input type=hidden name="redirect" value="http://www.username.plus.com/foo/bar.html">
Gabe
Re: logging in to put a php file in cgi
15-12-2009 7:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Gabe Probably a bit late to mention this, but if anyone does want to use the homepages script without users seeing the default response page, you can set your own:
<input type=hidden name="redirect" value="http://www.username.plus.com/foo/bar.html">
Gabe
it's not late at all. you are a legend. i'm sorted now. thank you very much

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- logging in to put a php file in cgi