Hey, I release designs for PHProxy, but it appears that people have been using my live preview as a proxy. How can I disable the preview so that it cant actually be used as a proxy? (I've already tried disabling the form but people have gotten around that. Here's the index.php code: http://pastebin.com/m3fb886ba
Easy one, check out your index.inc.php, remember it is index.inc.php not index.php. And simply remove this line <form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?>"> And you are done!!!
I did that, but people have been able to use the proxy without it. It appears that some site is using my site as their proxy. I think that the form is not that important. For example, if I can build a form to search Google they can build a form to use my site. Hopefully that makes sense.
Try deleting index.php. I think that's what I used to do, but I don't completely remember as it's been so long. Index.php is the heart of the script and without it you should be left with just the shell (the design, basically).
Deleting the index.php file seems to be a good option. Hopefully it will help you. Just try it like this.