Tagged Questions
8
votes
6answers
2k views
Can a client view server-side PHP source code?
I'm developing a PHP application that has to respond to request from several clients, and I thinks "Can any of the clients see the PHP code that I'm writing?".
4
votes
2answers
69 views
Best approach to handle attempting to hack a website
A little background. I run the website for a non-profit organization. I ran a link checker on the site after I noticed a dead link, and found a couple more. So, I implemented a custom 404 page to log ...
1
vote
3answers
113 views
Code to search for a specific code any file in a directory and sub directory
Ok I am pretty new to php but I know it can read directorys and files.
I have been struggling with malware problem on one of our sites and I need to write a script to search for it on my host space.
...
0
votes
2answers
149 views
PHP session id problem
It it safe to use the built in session creator in PHP? My worry is that someone could hijack the token cookie on another persons machine, and set theirs to exactly the same, therefore tricking the ...