Hey, I'm making a new skin for my Proxy, http://fawku.com And somehow I must have done something wrong, because, it's not possible to start browsing. It stays on the same site.. ;/ I would appreciate if someone could look in to this and help me. Thanks in advance! Sincerely, Simon
Can u share the coding of this form. Mayb we can have a better look at it then. JUST SHARE THE FORM PART.
<form method="post" action="./"> <center> <!-- Make sure you leave the two input fields the same! --> <input type="hidden" name="__proxy_action" value="redirect_browse" /> <input type="text" name="__proxy_url" value="" id="proxy_url" /> <div id="proxy_options"> <!-- Don't rename the name="_no_xxx" of these input fields! --> <input type="submit" value="Start Bypassing" id="proxy_button" /> <input type="button" onclick="location.href='http://localhost/1/advertise.php'" value="Advertise at Fawku"> <br /> <label for="__no_javascript"> <input type="checkbox" name="__no_javascript" id="__no_javascript" /> Disable JavaScript </label> <label for="__no_images"> <input type="checkbox" name="__no_images" id="__no_images" /> Disable Images </label> <label for="__no_title"> <input type="checkbox" name="__no_title" id="__no_title" /> Strip Title </label> <label for="__no_meta"> <input type="checkbox" name="__no_meta" id="__no_meta" /> Strip Meta </label> </div></center> </form>
You need to change this- action="./" located here in the code- <form method="post" action="./"> Dont know what to. But it should be clear in the install text or something ?
It has to point to a file that has the code which puts the data in the database. ***.php or try the name of the file where you got that code from. ex- <form method="post" action="filenamehere.php">
They dont mention anything about that in the install text files, none of the txt files actually.. Please help.