x404.co.uk
http://www.x404.co.uk/forum/

PHP on PlusNet hosting
http://www.x404.co.uk/forum/viewtopic.php?f=4&t=5757
Page 1 of 1

Author:  tombolt [ Tue Jan 26, 2010 2:38 pm ]
Post subject:  PHP on PlusNet hosting

Anyone know about this? I'm updating a clients' website with an interactive bit. I've had to activate CGI and it seems that the CGI server is completely separate to the webserver the site's on. Where do I put the php file so that I can access it from the web through their domain? Their technical support said they don't support CGI.

Author:  EddArmitage [ Tue Jan 26, 2010 2:44 pm ]
Post subject:  Re: PHP on PlusNet hosting

Isn't CGI for perl stuff? My brain's not engaged today, sorry.

Author:  tombolt [ Tue Jan 26, 2010 3:02 pm ]
Post subject:  Re: PHP on PlusNet hosting

It is I think, but they it's all what they call CGI anyway. Whether that's the official convention or theirs, I don't know.

I think I've figured it out. It's a separate server, so I have to call the script from within the HTML of the main site. I'm not sure if that's going to work though, as I think the PHP has to be on the same server as the site it's editing.

Author:  AlunD [ Tue Jan 26, 2010 3:19 pm ]
Post subject:  Re: PHP on PlusNet hosting

Within the web server can you identify the CGI folder and its location as part of the site ?

Author:  tombolt [ Tue Jan 26, 2010 3:26 pm ]
Post subject:  Re: PHP on PlusNet hosting

AlunD wrote:
Within the web server can you identify the CGI folder and its location as part of the site ?


I don't know! I wouldn't know how to go about it, I'm afraid I think I have telnet access if it's done through there.

Author:  AlunD [ Tue Jan 26, 2010 3:31 pm ]
Post subject:  Re: PHP on PlusNet hosting

Hmm what is the web server

Author:  tombolt [ Tue Jan 26, 2010 3:38 pm ]
Post subject:  Re: PHP on PlusNet hosting

Gah, uploaded the program and it says that Zend optimiser isn't installed, except the zend optimiser tester says it is and the plus net forums say it is. Can't believe PlusNet's rubbish hosting has turned a five minute job into a four hour nightmare.

Author:  didgeman [ Wed Jan 27, 2010 10:58 am ]
Post subject:  Re: PHP on PlusNet hosting

if you post a phpinfo file , it should tell you if php is working on the server and also which exensions ..

<?php

phpinfo();

?>

Didge

Author:  tombolt [ Wed Jan 27, 2010 2:43 pm ]
Post subject:  Re: PHP on PlusNet hosting

Here's the link:

http://ccgi.cheverellwood.plus.com/info.php

Doesn't mean an awful lot to me!

Author:  didgeman [ Wed Jan 27, 2010 4:18 pm ]
Post subject:  Re: PHP on PlusNet hosting

so, did you upload this file TB? If so, it is a php script and is running fine. Scripts can be run from this same directory.

It also indicates that zend is running .. although it all looks a bit .. old .. v1.3.0 .. my host is now on 2.2.0

php also, you're at 4.3.10 i'm at 5.2.4


I'm guessing that your script can be run from the main upload directory but that it requires either a newer version of zend or php ..

Now i would remove that phpinfo.php file as it is insecure to leave it running.

HTH

Didge

Author:  tombolt [ Wed Jan 27, 2010 4:41 pm ]
Post subject:  Re: PHP on PlusNet hosting

Cheers Didge.

Have disabled it now. Thought it might be a bit old. Have come up with some convoluted way of having the subdomain 'www.' point to a proper webhost.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/