Images
- Ozone
- Dragonmaster
- Posts: 3039
- jedwabna poszewka na poduszkę 70x80
- Joined: Wed Dec 25, 2002 2:06 pm
- Location: .above.the.weeping.world.
Images
I'm not seeing any of the images.....
"'There are no atheists in foxholes' isn't an argument against atheism, it's an argument against foxholes." - James Morrow
"I'll hit your head with the thunder clap, you're seeing Horus"
"I'll hit your head with the thunder clap, you're seeing Horus"
- Erroneous
- Legendary Hero
- Posts: 1209
- Joined: Mon Jan 13, 2003 3:08 am
- Location: Washington, USA
- Contact:
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
---
LunarNET Discord: https://discord.gg/yzXgsSa
LunarNET Discord: https://discord.gg/yzXgsSa
- GhaleonOne
- Ghost From The Past
- Posts: 9082
- Joined: Wed Dec 25, 2002 4:59 am
- Location: Not of this world...
- Erroneous
- Legendary Hero
- Posts: 1209
- Joined: Mon Jan 13, 2003 3:08 am
- Location: Washington, USA
- Contact:
BasicallyGhaleonOne wrote:Wait, you mean there a lot of people that can't see the site because of it?
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.
---
LunarNET Discord: https://discord.gg/yzXgsSa
LunarNET Discord: https://discord.gg/yzXgsSa
- GhaleonOne
- Ghost From The Past
- Posts: 9082
- Joined: Wed Dec 25, 2002 4:59 am
- Location: Not of this world...
- Sonic#
- Pao Tribe Chieftain
- Posts: 4692
- Joined: Thu Dec 26, 2002 3:27 am
- Location: Here, there, everywhere
- Contact:
Ah, that's punny.
De-file, harhar. ^_~
De-file, harhar. ^_~
Sonic#
"Than seyde Merlion, "Whethir lyke ye bettir the swerde othir the scawberde?" "I lyke bettir the swerde," seyde Arthure. "Ye ar the more unwyse, for the scawberde ys worth ten of the swerde; for whyles ye have the scawberde uppon you, ye shall lose no blood, be ye never so sore wounded. Therefore kepe well the scawberde allweyes with you." --- Le Morte Darthur, Sir Thomas Malory
"Just as you touch the energy of every life form you meet, so, too, will will their energy strengthen you. Fail to live up to your potential, and you will never win. " --- The Old Man at the End of Time
"Than seyde Merlion, "Whethir lyke ye bettir the swerde othir the scawberde?" "I lyke bettir the swerde," seyde Arthure. "Ye ar the more unwyse, for the scawberde ys worth ten of the swerde; for whyles ye have the scawberde uppon you, ye shall lose no blood, be ye never so sore wounded. Therefore kepe well the scawberde allweyes with you." --- Le Morte Darthur, Sir Thomas Malory
"Just as you touch the energy of every life form you meet, so, too, will will their energy strengthen you. Fail to live up to your potential, and you will never win. " --- The Old Man at the End of Time
- Dragonship Destiny
- Iluk Crackpot
- Posts: 31
- Joined: Tue Aug 02, 2005 4:46 am
- Location: In the midst of Lunar...
- GhaleonOne
- Ghost From The Past
- Posts: 9082
- Joined: Wed Dec 25, 2002 4:59 am
- Location: Not of this world...
- Erroneous
- Legendary Hero
- Posts: 1209
- Joined: Mon Jan 13, 2003 3:08 am
- Location: Washington, USA
- Contact:
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.GhaleonOne wrote:Hm, I may have to rethink this hotlinking problem.
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]
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]
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]
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]
---
LunarNET Discord: https://discord.gg/yzXgsSa
LunarNET Discord: https://discord.gg/yzXgsSa
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.
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.
- Erroneous
- Legendary Hero
- Posts: 1209
- Joined: Mon Jan 13, 2003 3:08 am
- Location: Washington, USA
- Contact:
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.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.
---
LunarNET Discord: https://discord.gg/yzXgsSa
LunarNET Discord: https://discord.gg/yzXgsSa
That's simple to fix though. Go through the phpBB ACP, and enable the tag
Code: Select all
<img src="URL OF IMAGE">
- Erroneous
- Legendary Hero
- Posts: 1209
- Joined: Mon Jan 13, 2003 3:08 am
- Location: Washington, USA
- Contact:
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?Suetan wrote:That's simple to fix though. Go through the phpBB ACP, and enable thetagCode: Select all
<img src="URL OF IMAGE">
---
LunarNET Discord: https://discord.gg/yzXgsSa
LunarNET Discord: https://discord.gg/yzXgsSa
Who is online
Users browsing this forum: No registered users and 7 guests