vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - The Gameroom - Multiplayer gaming (follow up to Casino) (https://vborg.vbsupport.ru/showthread.php?t=219483)

Andrew Green 08-12-2009 12:48 AM

Quote:

Originally Posted by inciarco (Post 1865508)
I Confirm this Bug with FireFox, I'm using the Latest Version 3.5.2). :confused:

On Google Chrome and Internet Explorer 6, it Works Fine and Displays the Images Well. :rolleyes:

I think it should be something in the Coding that makes the Flash Player Application not to be 100% Compatible with FireFox. :confused:

I Hope it can be Fixed because Most Persons Use Firefox Today. :(

My Best Regards.

:)

Permissions on the images folder and its contents, make sure they are readable. IE seems to work around it somehow, likely in the way it sends the request. But when FF sends the request it gets a 403 error, and you don;t get a image. Same thing would happen if you tried to go to the image directly.

The other possible cause is server setup. If your server has some .htaccess rules that attempt to prevent hotlinking that could also lead to this. If your permissions are correct, ask your host why those images aren't accessible and why the server is returning a 403 error.

TheTradersArena 08-12-2009 01:22 AM

Quote:

Originally Posted by Andrew Green (Post 1865511)
Permissions on the images folder and its contents, make sure they are readable. IE seems to work around it somehow, likely in the way it sends the request. But when FF sends the request it gets a 403 error, and you don;t get a image. Same thing would happen if you tried to go to the image directly.

The other possible cause is server setup. If your server has some .htaccess rules that attempt to prevent hotlinking that could also lead to this. If your permissions are correct, ask your host why those images aren't accessible and why the server is returning a 403 error.

Andrew,
I am still having trouble with images not showing in FF, even after doing a clean install of the latest update. Previously some images would show at different times, now absolutely none show. I have no .htaccess rules that prevent hotlinking that I know of, every other image on my server is accessible and shows fine on the site in FF. Even in the Casino which I have installed. Are there any known conflicts with other mods that you know of? There is absolutely no problem w/permissions that I can see. I know that it's just not me experiencing this problem as others here are experiencing it. My members who use FF are also experiencing this problem. Just to be on the safe side here are screen shots of the permissions of the gameroom & image folder and one of the image files on my server.
http://i28.photobucket.com/albums/c2...tled-1copy.jpg
http://i28.photobucket.com/albums/c2...tled-2copy.jpg
http://i28.photobucket.com/albums/c2...tled-3copy.jpg

TheTradersArena 08-12-2009 01:27 AM

Here also is the contents of my one and only .htaccess file:

RewriteEngine on
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName mysite.com
AuthUserFile /home/mysite/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/mysite/public_html/_vti_pvt/service.grp

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

RewriteCond %{HTTP_HOST} ^mysite.com$ [OR]
RewriteCond %{HTTP_HOST} ^mysite.com$
RewriteRule ^vbul\/index\.php\/?(.*)$ "http\:\/\/www\.mysite\.com\/$1" [R=301,L]

inciarco 08-12-2009 01:35 AM

Quote:

Originally Posted by Andrew Green (Post 1865511)
Permissions on the images folder and its contents, make sure they are readable. IE seems to work around it somehow, likely in the way it sends the request. But when FF sends the request it gets a 403 error, and you don;t get a image. Same thing would happen if you tried to go to the image directly.

The other possible cause is server setup. If your server has some .htaccess rules that attempt to prevent hotlinking that could also lead to this. If your permissions are correct, ask your host why those images aren't accessible and why the server is returning a 403 error.

Thank You For Your Reply.

The Folder is Readable (755 Permission on the Folder).

I Have Hotlinking Protection on the Server but I Authorize it for the Forum Domain, so All Images Are Displayed Without Problem in it; I don't think that's the Problem, otherwise the problem would be on Google Chrome too, but on Chrome the Mod Works Well. :(

What Else can be Done for it to Work on FireFox? :confused:

My Best Regards.

:)

Whatah 08-12-2009 02:03 AM

Quote:

Originally Posted by Andrew Green (Post 1865225)
Update to 1.0.1, problem was solved there.

thanks for the info, shame on me for posting a bug before upgrading to the newest version. i will upgrade tmw morning :)

inciarco 08-12-2009 02:06 AM

Quote:

Originally Posted by Andrew Green (Post 1865511)
Permissions on the images folder and its contents, make sure they are readable. IE seems to work around it somehow, likely in the way it sends the request. But when FF sends the request it gets a 403 error, and you don;t get a image. Same thing would happen if you tried to go to the image directly.

The other possible cause is server setup. If your server has some .htaccess rules that attempt to prevent hotlinking that could also lead to this. If your permissions are correct, ask your host why those images aren't accessible and why the server is returning a 403 error.

I Confirm that the Problem of Not Display of Images is Caused by Hotlinking when the Option to "Allow Direct Calls of URLs" is Disabled.

It can be Solve simply by "Selecting/Activating" on Hotlinking the Option to "Allow Direct Requests of URLs of Files with the Web Browser".

Thank You For Your Help Andrew Green.

My Best Regards.

:)

cbehan 08-12-2009 02:28 AM

andrew has done a great job with this add-on...and is very responsive to both bug reports and enhancement recommendations. I can't recommend this enough.

Eryeal 08-12-2009 02:49 AM

Would love to see this integrated with VBExperience to use Experience points.

TheTradersArena 08-12-2009 03:24 AM

Quote:

Originally Posted by inciarco (Post 1865541)
I Confirm that the Problem of Not Display of Images is Caused by Hotlinking when the Option to "Allow Direct Calls of URLs" is Disabled.

It can be Solve simply by "Selecting/Activating" on Hotlinking the Option to "Allow Direct Requests of URLs of Files with the Web Browser".

Thank You For Your Help Andrew Green.

My Best Regards.

:)

Excuse my ignorance as I'm not really a master at these things yet, but where exactly would I find what you are referring to

TheTradersArena 08-12-2009 03:39 AM

After checking my server settings more in depth, hotlinking protection was enabled by default in the CPanel Admin Panel. After disabling that, it seems that now, everything is working fine in Firefox
Thanks to Andrew for his patience and help and to inciarco for that little tip and confirmation of hotlinking standing in my way


All times are GMT. The time now is 02:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01653 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete