Since you didn't specify which allow_url line you have set to true, check if both of these are:
allow_url_fopen = 1
allow_url_include = 1
I think since 5.2.0 the second one is now disabled by default.
Also, if you don't need to execute code and are simply including something for output, you're better off (more secure) with say file_get_contents() or other similar methods.
__________________
Skype variuscr - Email varius AT gmail
|