captainstu72
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Savrix Play Store] use cURL instead of file_get_contents()Just curious, what difference would this make?
Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Wrong currencyDue to localisation of the server, not a lot can be done. (I have an older similar thread going)
http://wordpress.org/support/topic/plugin-savrix-android-market-localisation-issues?replies=5
Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Localisation IssuesYeah, I changed the headers to no avail. Slightly annoying.
I have however modified it so that it runs the price it pulls through a conversion to get the price in £,$ and €.
Ignore me – If you disable and re-enable the plugin after an update you can then save the templates.
Same problem. WordPress 3.4.2.
Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Localisation IssuesAfter looking more, it seems to be here.
$opts = array( 'http'=>array( 'method'=>"GET", //'header'=>"User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0\r\n" . // "Accept-language: it-it,it;q=0.8,en-us;q=0.5,en;q=0.3\r\n" . // "Connection: close\r\n" 'header'=>"User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0\r\n" . "Accept-language: en-gb, en-us, en\r\n" . "Connection: close\r\n"I can not seem to get it to pick up En-GB as the main. It seems to take German instead
Viewing 6 replies - 1 through 6 (of 6 total)