Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IPMAP 0.2
Please help...I am lost. I installed IPMAP 0.2 and signed up for Google API put my API # in the default file and am getting the following error message:
Warning: fopen(): URL file-access is disabled in the server configuration in /home/content/j/s/a/jsanders1974/html/vanillaforum/extensions/IPMap/default.php on line 31
Warning: fopen(http://api.hostip.info/get_html.php?ip=&position=true): failed to open stream: no suitable wrapper could be found in /home/content/j/s/a/jsanders1974/html/vanillaforum/extensions/IPMap/default.php on line 31
Warning: fread(): supplied argument is not a valid stream resource in /home/content/j/s/a/jsanders1974/html/vanillaforum/extensions/IPMap/default.php on line 34
Any suggestions???
Thank you in advance
0
This discussion has been closed.
Comments
You might be able to accomplish this by plugging in a function that duplicates fopen's functionality with sockets...
::searches Google: ::
Give this a shot.
Grab that
fetchURL
function and paste it at the bottom of the extension, before the ?>, then replace thefopen
withfetchURL
on line 31.