Uploading PHP remotely
- 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
- :
- Uploading PHP remotely
Uploading PHP remotely
18-06-2010 2:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Cheers
Re: Uploading PHP remotely
18-06-2010 3:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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: Uploading PHP remotely
18-06-2010 3:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Uploading PHP remotely
18-06-2010 3:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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: Uploading PHP remotely
18-06-2010 3:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Uploading PHP remotely
18-06-2010 5:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote <?php
include('http://www.username.f9.co.uk/afile.php');
?>
I used that include statement to include the contents of a specific file from my homepages server space, which contained all of the PHP that I really wanted in the ccgi server file.
Then I was able to edit and upload the homepages PHP code file, which was then included and processed when the ccgi file program was run.
Being able to do an include from a different server was one of the things that got thrown out with the bathwater when the new ccgi system was installed - so I can't do that now - unless anyone knows of a switch which will make it available again...
Tony
Re: Uploading PHP remotely
18-06-2010 5:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Bob you could install a file manager solution like this on your CGI space?
I haven't tested this particular variant but the phrases "google hack", "coach and horses" and "barge pole" spring to mind.

Gabe
Re: Uploading PHP remotely
22-06-2010 2:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Uploading PHP remotely
22-06-2010 4:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Tony Being able to do an include from a different server was one of the things that got thrown out with the bathwater when the new ccgi system was installed - so I can't do that now - unless anyone knows of a switch which will make it available again...
This wasn't "thrown out with the bathwater" - we made a concious decision to not allow this access. Remote includes are disabled by default since PHP 5.2.0, and sloppy use of include was the cause of the vast majority of PHP related security issues we saw on the old platform.
I can understand that this change was inconvenient for some people but we really couldn't justify allowing remote includes as they are so easily exploitable.
- 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
- :
- Uploading PHP remotely