• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to download *.php files from websites?

Hi hypeMarked, I feel bad for laughing... 🙂

Basically .php files are protected so that the visitor only sees plain HTML when they load a site. All php code is handled by the server, but never publicly accessible, unless you have a massive security hole on your server.

So, the answer to your question is FTP access. If you have FTP access to a website, then you can download the PHP files. Otherwise, no go.
 
Originally posted by: hypeMarked
Hi all, is there a way to get a php file from other websites instead of execute it? Thanks

Yeah. This is pretty straight-forward.

1) FTP into the server
2) Log in as the server admin
3) Browse to the directory containing the .php file
4) Download it
 
Haha, you guys are funny. Did I forget to mention that I'm new to website stuff? I think I did. I also forgot to reply to this message as well! Thanks all for the response and a good laugh 🙂
 
Back
Top