Athlon1600

Results 75 comments of Athlon1600

meta refresh issue is now fixed: https://github.com/Athlon1600/php-proxy/commit/f182fd063b3c432c1b02e4d7dc9869a63a9c12fb As far as Javascript problems, I would just disable javascript entirely for baidu.com from your config.php file like this: ```php $config['js_remove'] = array('baidu.com');...

Some of those could probably go through. I will have more time to review this next week though... I'm looking right now to see what happened to Html class.

base64 encryption is just the default. You can change it into something more secure through config.php: https://github.com/Athlon1600/php-proxy-app/blob/master/config.php Look at all the options.

It's impossible for me to debug this because visiting http://search.proquest.com/index on my server leads to a different site than on yours... why is that?

I just changed some stuff in ProxifyPlugin so that might reduce some Javascript errors: https://github.com/Athlon1600/php-proxy/commit/4ee09b890781a21dee0e0a0f27cdeceb1d0df731 do an update on your php-proxy and see if that works.

Loading online videos through a proxy is a complicated process, because the last thing video site administrators want is for people to bypass their ads and be able to download...

http://unblockvideos.com uses this exact script with the same exact YouTube plugin as it appears on: https://github.com/Athlon1600/php-proxy-plugin-bundle can you try updating your php-proxy installation to see if it makes it work?

you need to show me more of your code. Also, try set `$config['url_mode']` to 1 or 0

What site was it? Also, if the site is "too complex", the script won't work writing a special plugin. Similar problem here: https://github.com/Athlon1600/php-proxy/issues/80#issuecomment-333273213