<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="http://www.google.com" 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://fawku.com/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> This is the form on Zelune PHP script. I cant really figure out what's wrong with it.. I can't browse other sites on my proxy. http://Fawku.com If you help me so it works, I'll give you $3 on paypal! If you dont got an account, I'll make something other for you, like a e-book cover, logo, or something ^^ your choice Help appreciated! Thanks in advance Sincerely, Simon
I am no PHP expert, but I did download the code and I think I would paste it exactly as it is in the example and then tweak it to meet your needs after it works. Here is what it is in my download script. <form method="post" action="./" id="proxy_form"> <!-- 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" id="proxy_url" /> <!-- This one you can change --> <input type="submit" value="Browse" id="proxy_button" /> <div id="proxy_options"> <!-- Don't rename the name="_no_xxx" of these input fields! --> <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> </form>
Did you do the rest of the instructions? Instructions for installing Zelune Upload the folders: images, cookies, uploads and js. CHMOD both "cookies" and "uploads" to 777 After you've done that, ensure safe_mode is off, and open_basedir is UNSET! (PHP related) Upload the files; css, index.php, form.php and home.php.
I think both of those are server settings. Are you hosting your own site or is it hosted by a company?
I would try calling them. I am pretty sure that these are settings that must be done by the host on their server. Look at this about setting up open_basedir - found here http://www.cpanel.net/docs/whm/Php_open_basedir_Tweak.htm Php open_basedir Tweak Overview Php's open_basedir protection prevents users from opening files outside of their home directory with php scripts. You can use this function to select which accounts cannot open files outside of their home directory when using php scripts. This is an important security feature as it will prevent users from being able to access system or other users files with php scripts. It will most importantly stop malicious scripts from being able to access a lot of important information. Steps 1 To access the Server Setup Menu, click on Server Setup, on the main screen of your WebHost Manager interface. Then, click on Tweak Security. 2 Click on Configure in the Php's open_basedir section. 3 Click on the check box next to Enable php open_basedir Protection to enable Enable php open_basedir Protection. 4 Click on a check box next to a domain's name to allow them to open files outside of their home directory with php, if necessary. 5 Click on Save.
Ok, I'll check with them But I had a proxy before that worked, but with another skin.. ;/ This one I'm using is custom Google theme. ;p
When I go to your website and view the code the line for the forum shows <form method="post" action=""> It should be <form method="post" action="./"> See if that fixes the problem
Yeah, the code is basically the same I guess, but my last template were from some free proxy template site, that used index, index.inc.php or something, this one is only home, index, form and my custom one advertise.php I changed the ./ but still the same :/
the txt install file says that you can go to zelune.net for more help on installation. There is a newer version of the code available and there is a contact person - -Collin Raithe I would suggest you go to the source.
Well, thanks for your time you put down on this. But I'm going to make the skin a the new version. Thanks. PM me with information about that animated banner you wanted and I'll fix it for you.