Page 1 of 1

Images

Posted: Thu May 05, 2005 2:24 am
by Ozone
I'm not seeing any of the images.....

Posted: Thu May 05, 2005 2:49 am
by Erroneous
Always happens to every website out there when a webmaster turns on hotlink prevention. If I recall it has to do with ISP, those with a decent ISP won't have that problem if a webmaster decides to use hotlink. However I think there is a fix but I forgot where and how. http://www.w3.org may have a solution

Posted: Thu May 05, 2005 2:56 am
by GhaleonOne
Wait, you mean there a lot of people that can't see the site because of it?

Posted: Thu May 05, 2005 3:04 am
by Erroneous
GhaleonOne wrote:Wait, you mean there a lot of people that can't see the site because of it?


Basically

After I set up my hotlink prevention, a few people I knew in Indianapolis couldn't view the images on the site and would get red X's. People lost intrest in the site so I didn't even bother finding a fix.

Posted: Thu May 05, 2005 3:18 am
by GhaleonOne
Hm, I may have to rethink this hotlinking problem.

Posted: Thu May 05, 2005 5:08 am
by Kizyr
GhaleonOne wrote:Hm, I may have to rethink this hotlinking problem.


We can kill the hotlinkers.

I mean kill their internet connectivity. KF

Posted: Wed May 11, 2005 4:10 am
by Jenner
Kizyr wrote:We can kill the hotlinkers.

I mean kill their internet connectivity. KF



Then, we can defile their corpses. :P

Posted: Wed May 11, 2005 2:55 pm
by Sonic#
Ah, that's punny.

De-file, harhar. ^_~

Posted: Tue Aug 02, 2005 4:52 am
by Dragonship Destiny
I am able to see the images. Compliments to the creator of this site.

Posted: Tue Aug 02, 2005 2:26 pm
by artzi
no problems here.8)

Posted: Wed Aug 03, 2005 4:43 am
by GhaleonOne
That's because the hotlink disabler isn't turned on at the moment. I turned it off due to complaints from people not being able to see the Lunar DS official site.

Posted: Fri Aug 05, 2005 9:31 am
by Erroneous
GhaleonOne wrote:Hm, I may have to rethink this hotlinking problem.


Hmmm, follow up on possible fixes to your hotlinking troubles. The source of the problem is because of viewers behind firewalls and proxy's. Do not use Cpanel's version of hotlinking, instead try below.

Contact one of these people who state they can not view the images on the site. Then try the 4 possible solutions by creating a file called .htaccess and copy and paste an option into it and upload it to your domain root folder and ask the user to refresh and respond if they can see anything. If they can't then try another code until they can view the images on the site but can't view images when its being posting on another site. Different servers act differently and one of these will help find the source of that type of problem you're encountering, one will allow to prevent hotlinking while allowing the images to be viewable for our firewalled and proxy users.

Option A

Code: Select all

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunarthreads.com(/)?.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunar-net.com(/)?.*$     [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]


Option B

Code: Select all

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunarthreads.com(/)?.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunar-net.com(/)?.*$     [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]


Option C

Code: Select all

Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunarthreads.com(/)?.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunar-net.com(/)?.*$     [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]


Option D

Code: Select all

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunarthreads.com(/)?.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunar-net.com(/)?.*$     [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]

Posted: Wed Jun 07, 2006 2:51 am
by Suetan
Hot link prevention stops people from linking to images that are on Lunar-net from a different website. If you're not able to see them while on this site then there's most likely a problem in linking between the pages/images, or there's permission conflicts.

You can fix this by going into your FTP client, and changing the CHMOD properties to 777. This should fix the problem. If it doesn't, you can email me and I'll look for more fixes.

Posted: Wed Jun 07, 2006 4:15 am
by Erroneous
Suetan wrote:Hot link prevention stops people from linking to images that are on Lunar-net from a different website. If you're not able to see them while on this site then there's most likely a problem in linking between the pages/images, or there's permission conflicts.

You can fix this by going into your FTP client, and changing the CHMOD properties to 777. This should fix the problem. If it doesn't, you can email me and I'll look for more fixes.


Several ISP's in east-central USA have conflicts with hotlink scripts making it so that the image doesn't display reguardless of BBS. Espically known to happen on Surpass hosted websites.

Posted: Wed Jun 07, 2006 5:07 am
by Suetan
That's simple to fix though. Go through the phpBB ACP, and enable the

Code: Select all

<img src="URL OF IMAGE">
tag

Posted: Wed Jun 07, 2006 5:31 am
by Erroneous
Suetan wrote:That's simple to fix though. Go through the phpBB ACP, and enable the

Code: Select all

<img src="URL OF IMAGE">
tag


The question of this thread is "not seeing any images" wasn't referring to posted images but the images of the whole board itself. So doing that is pointless now isn't it? :wink:

Posted: Fri Jun 09, 2006 5:23 pm
by Suetan
Then I misunderstood. My bad.