How can i copy php file from any websites, it is possible?
Copy file from websitesHow can i copy php file from any websites, it is possible?
Page 1 of 1
2 Replies - 2237 Views - Last Post: 09 October 2008 - 07:45 AM
Replies To: Copy file from websites
#2
Re: Copy file from websites
Posted 09 October 2008 - 04:13 AM
As the PHP code is executed by most web servers, it is not possible to 'steal' a script. You can use the .phps extension to make a file not recognised by the web server if you want to make one downloadable yourself.
Best way to download is not to use a web server, but FTP for example. Fetching a script from a site that is not supplying them, so downloading the source of a script that is running, is not possible.
Best way to download is not to use a web server, but FTP for example. Fetching a script from a site that is not supplying them, so downloading the source of a script that is running, is not possible.
#3
Re: Copy file from websites
Posted 09 October 2008 - 07:45 AM
Would that be nice if we could just download Facebook's or someone else's source code? $$$
Fortunately nobody can just up and download a PHP script from a website. However, if you're looking for a script that does something specific I would recommend one of the many open source script providers online. Sourceforge is a good place to start.
Fortunately nobody can just up and download a PHP script from a website. However, if you're looking for a script that does something specific I would recommend one of the many open source script providers online. Sourceforge is a good place to start.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|