home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
Watch "US bassed only" video (works with MTV video plug)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="userjan" data-source="post: 412924" data-attributes="member: 69964"><p>Just tested it, and this method also works for the BBCi player, you can follow the instructions above, only the url's in the tor.pac file and the exitnodes have to be changed.</p><p></p><p>Create a .pac file</p><p>--------------------------------------------------------------------------------------</p><p>Code for BBCi Player (and test site whatismyipaddress.com)</p><p>--------------------------------------------------------------------------------------</p><p>function FindProxyForURL(url, host)</p><p></p><p>{</p><p></p><p>if (shExpMatch(host, "*http://www.bbc.co.uk/iplayer/*"))</p><p></p><p>return "SOCKS 127.0.0.1:9050";</p><p></p><p>else if (shExpMatch(host, "*whatismyipaddress.com*"))</p><p></p><p>return "SOCKS 127.0.0.1:9050";</p><p></p><p>else </p><p></p><p>return "DIRECT";</p><p></p><p>}</p><p></p><p>--------------------------------------------------------------------------------------</p><p></p><p></p><p>We have to tell Tor to end the connection with a GB based peer.</p><p>--------------------------------------------------------------------------------------</p><p>Code for Tor, end with GB based peer.</p><p>--------------------------------------------------------------------------------------</p><p>StrictExitNodes 1</p><p>ExitNodes bellerophontes,bizarre,pya23,ephemer2,gigatux,oinniun,Arsemaggots,Mallory,dementia</p><p></p><p>--------------------------------------------------------------------------------------</p><p></p><p>The pitty is still that you only can choose to mimic one country with this and not select a different country for each url, bien playing with double installations/proxys etc but couldnt get it working smooth.</p><p></p><p>But if you just want to mimic one country this works fine....</p></blockquote><p></p>
[QUOTE="userjan, post: 412924, member: 69964"] Just tested it, and this method also works for the BBCi player, you can follow the instructions above, only the url's in the tor.pac file and the exitnodes have to be changed. Create a .pac file -------------------------------------------------------------------------------------- Code for BBCi Player (and test site whatismyipaddress.com) -------------------------------------------------------------------------------------- function FindProxyForURL(url, host) { if (shExpMatch(host, "*http://www.bbc.co.uk/iplayer/*")) return "SOCKS 127.0.0.1:9050"; else if (shExpMatch(host, "*whatismyipaddress.com*")) return "SOCKS 127.0.0.1:9050"; else return "DIRECT"; } -------------------------------------------------------------------------------------- We have to tell Tor to end the connection with a GB based peer. -------------------------------------------------------------------------------------- Code for Tor, end with GB based peer. -------------------------------------------------------------------------------------- StrictExitNodes 1 ExitNodes bellerophontes,bizarre,pya23,ephemer2,gigatux,oinniun,Arsemaggots,Mallory,dementia -------------------------------------------------------------------------------------- The pitty is still that you only can choose to mimic one country with this and not select a different country for each url, bien playing with double installations/proxys etc but couldnt get it working smooth. But if you just want to mimic one country this works fine.... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Watch "US bassed only" video (works with MTV video plug)
Contact us
RSS
Top
Bottom