Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
296 stars 158 forks source link

literotica.com #101

Closed tibbie123 closed 6 years ago

tibbie123 commented 6 years ago

Hi, when visitors go to literotica.com and click on stories and pics they see ��=�r۸��g��S{�T�����؞r�8Im.��3��IHdL������������n�"u�#R�l�bI$�h4�ݍp��C��HU etc

This is on v5.1.1 and v5.0.5

Athlon1600 commented 6 years ago

seems to work fine for me? Which pages on that site return those characters?

tibbie123 commented 6 years ago

Hi, sorry should have given you an url - https://www.literotica.com/stories/ that is what I see on unblockvideos.com as well. thanks!

Athlon1600 commented 6 years ago

Hey, go to your php-proxy-app's config.php and change your curl options to this:

// additional curl options to go with each request
$config['curl'] = array(
    CURLOPT_ENCODING => 'gzip'
    // CURLOPT_PROXY => '',
    // CURLOPT_CONNECTTIMEOUT => 5
);
tibbie123 commented 6 years ago

Brilliant thanks!!!!!