Forum Moderators: martinibuster

Message Too Old, No Replies

Help installing adlogger

How to enable allow_url_fopen?

         

Thaparian

2:29 pm on Oct 5, 2006 (gmt 0)

10+ Year Member Top Contributors Of The Month



I get this error

<br />
<b>Warning</b>: file_get_contents(): URL file-access is disabled in the server configuration in <b>/home/.izaak/user/example.kom/code2.php</b> on line <b>39</b><br />

<br />
<b>Warning</b>: file_get_contents(http://example.com/adlogger/ad_check.php?visitor_ip=xx.xx.xx.#*$!&durelog=): failed to open stream: no suitable wrapper could be found in <b>/home/.izaak/user/example.kom/code2.php</b> on line <b>39</b><br />

Do i need to add my php.ini file or what?

Kindly help me.

mvander

3:18 pm on Oct 5, 2006 (gmt 0)

10+ Year Member



Try adding

php_value allow_url_fopen on

to your .htaccess file

Thaparian

5:30 pm on Oct 5, 2006 (gmt 0)

10+ Year Member Top Contributors Of The Month



I am not much experienced with PHP can u help me with some more details?