Dynamically loaded images appear as broken

http://subscript.epizy.com/index.php?i=1

use the right arrow key until you see a broken image in the top left corner,
the URL for the image is being dynamically loaded in from this file

http://subscript.epizy.com/script.txt

when I test the code on my own apache server it works perfectly and when i right click on the broken image icon and select load image, or open image in new window the images load in no problem. What’s going on?

As far as I can tell, this is a problem caused by some of the Javascript on your site.

By default, we run a security system which involves setting a cookie in your browser to give you access to the site:

Your Javascript code seems to delete this cookie, which makes it impossible to embed any content of your site on your page.

Using cookies on your site through PHP or Javascript is no problem at all. Just make sure to write your code so that it doesn’t change or remove any cookies that already exist.

4 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.