Your remote server have an .htaccess file in it with following content.
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?bootytube247.com(/)?.*$ [NC]
RewriteRule \.(flv|swf|png|bmp|js|css|jpg|jpe?g|gif|wmv|avi)$ /templates/images/logo.jpg [L,NC]
I try delete it, but got permission deny error. May be you need server admin to delete the file.
If you delete the file, it will work.
As for crossdomain.xml put
Code:
<cross-domain-policy>
<allow-access-from domain="*.*"/>
</cross-domain-policy>
Bookmarks