mattykewl Posted February 3, 2007 Share Posted February 3, 2007 Hi, a guy claims he is able to steal any php file source by simple inputting the url to his 'program' and downloading all the content as it was written, this goes against everything I know, PHP is processed on a server level so how can it be possible to get the source? Is he lying? I'm asking this just for peace of mind. Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/ Share on other sites More sharing options...
hvle Posted February 3, 2007 Share Posted February 3, 2007 did you confirmed his theory? Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176110 Share on other sites More sharing options...
pocobueno1388 Posted February 3, 2007 Share Posted February 3, 2007 I wouldn't believe it until you see some proof. Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176117 Share on other sites More sharing options...
phil88 Posted February 3, 2007 Share Posted February 3, 2007 The only way to do that would be to hack the ftp server (or some other server might be able to give you access) or if apache/php wasn't set up correctly. Get him to prove it. Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176204 Share on other sites More sharing options...
Orio Posted February 3, 2007 Share Posted February 3, 2007 Yes, only with direct access to the server (such as FTP) you can do that. If a script is called via http it is being processed by the server first and the output is sent to the requester. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176226 Share on other sites More sharing options...
DeathStar Posted February 3, 2007 Share Posted February 3, 2007 I think its realy unlikly that he is able to do it. even if he managed to write a program like that someone would have catched him already!! Servers are realy secure these days.. Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176292 Share on other sites More sharing options...
hvle Posted February 4, 2007 Share Posted February 4, 2007 is it possible that if you stress the server enough, it would some how 'forgot' to parse a php file and let you download it instead? Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176431 Share on other sites More sharing options...
the_oliver Posted February 4, 2007 Share Posted February 4, 2007 Very much doubt it. By the time the server gets to this stage it wil either run very slow, of just give no responce. As far as the server is concerned the only way to deal with .php files if to run them first. The only way it would show it straight would be if php was not installed! I doubt he can do what he says, as not all servers will have the same ports (eg ftp) open. + as DeathStar servers are quite secure now. If he has though he is minted! Quote Link to comment https://forums.phpfreaks.com/topic/36916-possible-to-steal-source/#findComment-176434 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.