Jump to content

Safety in hidden sorce code


ATM

Recommended Posts

The reason noone can see the php information is because when it hits the browser, it's not there to see. The idea of the php processor is to take the php, and at some point output something. To the browser, or only output certain things based on certain conditions, like using includes in an if statement or something. So they request the page, it goes to the processor, it runs the program, and turns whatever it needs to into xhtml output, or css/javascript output if you are using it to output one of those, or vb script then it returns it to the browser, where it ends up running just naturally, as if it had been done with plain static pages, except the output is done with php, but the php is no longer there, just the xhtml/css/javascript or whatever markup that the php processor created with what you told it to create, with echo's and the like.

Link to comment
Share on other sites

If someone finds a way to download the file from your web server then its not safe . . .
If you leave your webserver that open you should not be hosting sensitive information or if your host is that pathetic you need to switch.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...