Quote:
Originally Posted by chanc
How could you make it , watch bbc without using a proxy, while still not in GB?
Can you share your way with me ?
|
1. Open AdobeHDS.php with any text editor.
2. Add following line:
Code:
$headers[] = 'X-Forwarded-For: 1.2.3.4';
3. Replace 1.2.3.4 with any UK ip address.
4. Save. That's it.