The Proxy Discussion Thread

Discussion in 'General Business' started by antman, Jul 14, 2007.

  1. meep99

    meep99 Peon

    Messages:
    785
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #14421
    Clear cache AND exit the page and reload the index page and then revisit the remote site.

    If you visited a website and then made the change and just pressed f5 the settings that you had the first time will stick, little hard to explain

     
    meep99, Feb 28, 2009 IP
  2. proxified

    proxified Well-Known Member

    Messages:
    1,308
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    120
    #14422
    although i never used phproxy still

    its not about phproxy script mate but in general

    checking of checkbox is front end code and changing the value of function "remove scripts" from 1 to 0 is backend function

    in simple words you need to change the value of remove scripts function to 0(off) and also change the value of the checkbox from checked to blank
     
    proxified, Feb 28, 2009 IP
  3. mikeydavies

    mikeydavies Peon

    Messages:
    124
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #14423
    I tried what you said there mate and it didn't work, I take it I cleared my browser cache so i did that and also checked on my proxies server for a cache but couldn't find it so cleared out my processed stats! I'm not sure what F5 does as i've never used ir or known what it does before! If it's saving settings or something then how does that affect the code itself? This is the part of the code i'm trying to change so that anybody who goes on my proxy doesn't have to worry about having to uncheck the remove scripts box as I don't have an options dropdown on my main page, it's on the proxified page! Here's the area of code that i'm trying to change so that remove scripts is always unticked for everyone.

    $_flags             = array
                        (
                            'include_form'    => 1, 
                            'remove_scripts'  => 0,   ---this is normally 1 (on?)
                            'accept_cookies'  => 1,      
                            'show_images'     => 1,
                            'show_referer'    => 1,
                            'rotate13'        => 0, --this is an unticked one(0=off?)
                            'base64_encode'   => 1,  
                            'strip_meta'      => 1,
                            'strip_title'     => 0,     ---as is this one!
                            'session_cookies' => 1   
                        );
    $_frozen_flags      = array
                        (
                            'include_form'    => 0, 
                            'remove_scripts'  => 0,
                            'accept_cookies'  => 0,
                            'show_images'     => 0,
                            'show_referer'    => 0,
                            'rotate13'        => 0,
                            'base64_encode'   => 0,
                            'strip_meta'      => 0,
                            'strip_title'     => 0,
                            'session_cookies' => 0
    Code (markup):
    I've marked out where I thought it may have worked by changing the numbers! Could it also be something to do with the frozen flags area? or is there something else I could do to have that box always unticked for all visitors? Thanks again
     
    mikeydavies, Feb 28, 2009 IP
  4. meep99

    meep99 Peon

    Messages:
    785
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #14424
    1=true
    0=false
    so it should be fine
    provide the url so someone can test with out cache for sure
    also you can set the frozen flags remove_scripts to 1 to remove it from the index page and url form (from memory)
     
    meep99, Feb 28, 2009 IP
  5. almecho

    almecho Peon

    Messages:
    459
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #14425
    almecho, Feb 28, 2009 IP
  6. TRAFFIC.GURU

    TRAFFIC.GURU Member

    Messages:
    383
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #14426
    hELLO GUYZ I have make a blog for proxy listening please pm me your proxy website with categories

    example www.proxybooster.cn <php script>

    here is my blog www.proxyforu.blogspot.com

    Submit your proxies now for free after all slots full then i charge 2$ per url to listed my blog is pr 2 and get 2000 unique per day no images right now ill post them letter so grab your luck now thankyou
     
    TRAFFIC.GURU, Feb 28, 2009 IP
  7. proxified

    proxified Well-Known Member

    Messages:
    1,308
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    120
    #14427
    add mine proxifiednetwork.info :p
     
    proxified, Feb 28, 2009 IP
  8. xrvel

    xrvel Notable Member

    Messages:
    918
    Likes Received:
    30
    Best Answers:
    2
    Trophy Points:
    225
    #14428
    Technically, just change 0 or 1 and you're good.
    But the strip js on glype 1.0 always checked no matter what i configure (at least here on my own).
    So let's use JS to uncheck the tickbox when the page is loaded initially.

    First, open your "main.php" (on your template directory)
    Let's add this on your <head>
    
    <script type="text/javascript">
    function myOwnInit() {
       document.getElementById('stripJS').checked = false;
    }
    </script>
    
    HTML:
    and modify your <body> into <body onload="myOwnInit()">

    Hope it works.

     
    xrvel, Feb 28, 2009 IP
  9. mentos

    mentos Prominent Member

    Messages:
    15,280
    Likes Received:
    473
    Best Answers:
    0
    Trophy Points:
    330
    #14429
    Agreed,phproxy is unable to login to some site especially those with https.
    That why i use cgi proxy,although it consume high resource but it worth it.
     
    mentos, Feb 28, 2009 IP
  10. mikeydavies

    mikeydavies Peon

    Messages:
    124
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #14430
    Thanks Meep99 for clearing that up for me, I wasn't too sure wether it'd be a good idea to leave strip code out completely by using the freeze markers or not, I couldn't see why not as it just makes using all sites that bit easier in PHPProxy without your visitors having to remember to do it all the time! I'm not worried about extra resources etc so I've no worries there. Thanks for all your answers guys.
     
    mikeydavies, Feb 28, 2009 IP
  11. mikeydavies

    mikeydavies Peon

    Messages:
    124
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #14431
    Right, I've been tweaking and messing around with proxies for the past couple of weeks now and i'm getting very close to how I'm wanting it so I'm asking any members out there to pop along and give me some honest opinions on the site and maybe a few tips on what to look into doing next. The site in question is www.nomorenetbans.co.uk Thanks for taking the time to take a look and reply with your opinions.
     
    mikeydavies, Feb 28, 2009 IP
  12. xrvel

    xrvel Notable Member

    Messages:
    918
    Likes Received:
    30
    Best Answers:
    2
    Trophy Points:
    225
    #14432
    The backlinks to other sites are spilled over your left bar. Maybe you should put them on the footer instead.
     
    xrvel, Feb 28, 2009 IP
  13. JacobNix

    JacobNix Peon

    Messages:
    2,081
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #14433
    did you submit it to Dmoz?
    also put some Stumble upon , digg ,... icons to have your proxy site submitted to social BM
     
    JacobNix, Feb 28, 2009 IP
  14. P1R4T3

    P1R4T3 Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14434
    Does anyone recommend creating a proxy topsite? Like proxies they are always in demand no?
     
    P1R4T3, Mar 1, 2009 IP
  15. mithunv

    mithunv Well-Known Member

    Messages:
    827
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #14435
    Hi friends

    I wish to create a unique proxy template for me.I know photoshop,so i can design a template.
    How to code a proxy template?anyone pls provide free tutorials?
     
    mithunv, Mar 1, 2009 IP
  16. Robin.Bad

    Robin.Bad Peon

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14436
    I have not seen any manual for the glype script but it's easy.
    Just download a theme and go through the main.php and config.php files. It's easy to discover how its working.
     
    Robin.Bad, Mar 1, 2009 IP
  17. stijnne

    stijnne Banned

    Messages:
    296
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #14437
    Is there a list of all proxy promotions that can be done on DP (Paid & Free?)


    Greets
     
    stijnne, Mar 1, 2009 IP
  18. rakshit

    rakshit Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14438
    just set up a PHP proxy site http://www.fresh-proxy.net/ , and im having problem viewing Youtube videos it says my java script is not turned on . Iam using Glype Admin control panel , and i have checked my java , which is set to ON state.
     
    rakshit, Mar 1, 2009 IP
  19. mikeydavies

    mikeydavies Peon

    Messages:
    124
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #14439
    Turn it to off mate or untick it! on means it's stripping out the Javascript code and then it won't play certain content because of no javascript! That's the problem I had with PHPProxy, you may have to scan back a page or 2 to see a reply I got from someone that was a Glype user so that may answer your question fully! Good luck.
     
    mikeydavies, Mar 1, 2009 IP
  20. Gursimran

    Gursimran Well-Known Member

    Messages:
    1,385
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    160
    #14440
    Here is an effective and affordable proxy promotion.

    http://forums.digitalpoint.com/showthread.php?t=1188881

    There are free services available too with very few members. You can check these services in freebies section.
     
    Gursimran, Mar 1, 2009 IP