this is for php-ers...
I have just recently released version1 on my beta hosting that I made, which only allows html files..
But I want to allow php files and here is the question..
how would be some things i could take at risk..
I do not allow <script> tags as a threat..
hard question and I don't know how to ask it..
I currently use that above to take away script tags.Code:<?php $savecontent = str_replace("<script>", "...", $savecontent); $savecontent = str_replace("</script>", "...", $savecontent); ?>
I don't want to be hacked or anything, I am going to put phpinfo(); in there,
but what else can I put in there or what should I do..
any opinions or comments let me hear them please...



(:
Reply With Quote


Bookmarks