Optimizing PHPProxy?

Discussion in 'Programming' started by Raithe, Apr 9, 2007.

Thread Status:
Not open for further replies.
  1. #1
    What are the best ways to cut down on bandwidth that a proxy uses?

    I just enabled gzip compression to help, anything else suggested?

    For those who are also wondering, add this to index:
    <?php
    ob_start( 'ob_gzhandler' );
    ?>


    Also, in the config:
    'max_file_size' => -1,

    Is -1 unlimited? If so, what should I limit it to? (To stop file downloading + giant pictures).
     
    Raithe, Apr 9, 2007 IP
  2. Raithe

    Raithe Well-Known Member

    Messages:
    1,923
    Likes Received:
    177
    Best Answers:
    0
    Trophy Points:
    175
    #2
    Fixed filesize problem. Any other optimizing tweaks?
     
    Raithe, Apr 10, 2007 IP
  3. showup

    showup Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    The PHPproxy do not work with Myspace or Youtube. Any suggeation?
     
    showup, Apr 19, 2007 IP
  4. sparckyz

    sparckyz Peon

    Messages:
    336
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    One problem i had was getting adlogger to work on a proxy to prevent fraudulent clicks and it also didn't work with Myspace or Youtube :p
     
    sparckyz, Apr 19, 2007 IP
  5. hashen27

    hashen27 Active Member

    Messages:
    665
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    70
    #5
    The new version works with Youtube and Myspace :)

    So if you want any templates coding for that version gimmie a shout :)
     
    hashen27, Apr 20, 2007 IP
  6. showup

    showup Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #6
    What is the new version #?

    I have seen the ver # like 0.5b, 0.6 and 2.1

    The Ver 2.1 is released in 2004.

    Which version works with Myspace and Utube?
     
    showup, Apr 26, 2007 IP
  7. delusion

    delusion Guest

    Messages:
    1,195
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The latest version is PHProxy v0.5b2 which should work with MySpace
     
    delusion, Apr 26, 2007 IP
  8. murph

    murph Peon

    Messages:
    1,209
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Block certain countries. I used to block various countries where the majority of traffic was coming from hotlinks to large images/videos. Also these same countries provide very little adsense rev per click, so for the bandwidth they may not be worth it.
     
    murph, Apr 27, 2007 IP
  9. showup

    showup Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #9
    It is not really doing well
    For example try this

    www.myspace.com -> Browse -> Advanced

    U will see a page that is not working :-(

    Is there any custom proxy that works nicely??

     
    showup, May 4, 2007 IP
Thread Status:
Not open for further replies.