hi friends i want to need software, script, addons any thing for view php source code for any website. is this possible to view php source code for any website? Thanks
no... because all php source is executed at the server before it is delivered to you so you would need a program to access the server with the file... aka not allowed
There's no way to view server-side scripting, as it's executed on the server and outputted as the script sees fit. The only way to see these files would be to have access to the designated server itself.
its not possible but i h ope if you are yourself a server administrator then you can view others php coding..
its not possible mate as what you see in your browser is the interpreted code by php engine so you wont see any php source . Only possible in one case if short open tag are not enabled on php and the coder used the php code inside those short open tag like <? ?> then only you can see that part in view source coz that part wont be interpreted by php engine and will be delivered as it is
It's impossible. If it were possible I would have to change careers! It is possible to hack some websites using Remote File Includes, in which case you could execute a custom PHP script to download all the files on a server. But, this isn't ethical or, possibly, legal.
Only a broken server would do that, anyhow. Remote include should get you the output of the parsed script.
As everyone said it's not possible and rightly so. If you could view the source code of php scripts they you could have access to all sorts of information like admin passwords, database passwords, etc stored in a config or simillar file. You'd be able to cause total cahos and basically bring the internet to it's knees, online banking, purchasing, money transfers, private details, everything could be hacked.
Maybe if the server turned off/uninstalled PHP for some reason, your script would be there for everyone and anyone to see, although you could probably sue them if they ever did do something like that.
I'm afraid what you desire is nigh on impossible. Although, an alternative would be to look for a similar script (potentially a free download). Just google for free PHP scripts, and then use the source available for inspiration?
if this is possible, you wont see any unique websites at all, eveything will be a clone of facebook, google, twitter and just about anything