|
You want to include the server path to the file, not the URL. So something like:
include ('../../othersite.com/public_html/stuff.inc');
Symlinks on the server can simplify that.
If suexec is preventing you from doing the include, suexec a more serious security hole than fopen_url, as bad as fopen_url is.
The above is if you have to include() instead of doing:
script type="text/javascript" src="http://somesite.com/cool.js"
__________________
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroids
|