Help please.

Discussion in 'JavaScript' started by SVargo, Nov 1, 2007.

  1. #1
    <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
     
    SVargo, Nov 1, 2007 IP
  2. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you help me I'll give you $3!!
     
    SVargo, Nov 1, 2007 IP
  3. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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>
     
    MammaRose, Nov 1, 2007 IP
  4. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    MammaRose, Nov 1, 2007 IP
  5. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yep, I've done all that except open_basedir and safe_mode
    How do I fix them?
     
    SVargo, Nov 1, 2007 IP
  6. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #6
    MammaRose, Nov 1, 2007 IP
  7. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #7
    MammaRose, Nov 1, 2007 IP
  8. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I cant find any safe_mode on any of my PHP documents. ;/
     
    SVargo, Nov 1, 2007 IP
  9. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I think both of those are server settings. Are you hosting your own site or is it hosted by a company?
     
    MammaRose, Nov 1, 2007 IP
  10. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It's hosted by a company.
     
    SVargo, Nov 1, 2007 IP
  11. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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.
     
    MammaRose, Nov 1, 2007 IP
  12. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    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
     
    SVargo, Nov 1, 2007 IP
  13. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Is the code the same as the other site?
     
    MammaRose, Nov 1, 2007 IP
  14. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #14
    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
     
    MammaRose, Nov 1, 2007 IP
  15. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    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 :/
     
    SVargo, Nov 1, 2007 IP
  16. MammaRose

    MammaRose Banned

    Messages:
    1,060
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #16
    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.
     
    MammaRose, Nov 1, 2007 IP
  17. SVargo

    SVargo Guest

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #17
    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. :)
     
    SVargo, Nov 1, 2007 IP