vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - United-Forum CSS Sprites - ludicrous speed - NOW! (https://vborg.vbsupport.ru/showthread.php?t=266696)

Andyrew 08-03-2011 07:03 PM

Just installed and I get this when I run refresh. ?

/home/xxxxxx/public_html/forums/images/statusicon/forum_new_lock-16.png (with bburl_path / ) does not exist or is not readable.
/home/xxxxxx/public_html/forums/images/statusicon/forum_old_lock-16.png (with bburl_path / ) does not exist or is not readable.

Those images appear chopped of at the bottom in firefox even look worse in IE.

Osbes 08-03-2011 07:14 PM

Hi Andyrew,

both images currently doesnt exists within vBulletin, but there are possibile values for:

Code:

{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-16.png
I think i will remove these until they are delivered by vBulletin, to cause less confusion.

Quote:

Those images appear chopped of at the bottom in firefox even look worse in IE.
What did you mean by that? Please provide more details (an images maybe or your site-url) to this problem.

Best regards
Sebastian

Andyrew 08-03-2011 07:24 PM

1 Attachment(s)
Quote:

Originally Posted by Osbes (Post 2228877)
Hi Andyrew,


What did you mean by that? Please provide more details (an images maybe or your site-url) to this problem.

Best regards
Sebastian

Many of the icons don't look correct when I enable your plugin.

Mooff 08-03-2011 07:29 PM

You are not using the latest Version.
This first bug is fixed in 0.7.1 (showthread icons)
The attachment icon is due to a bug in GD version 2.0.35. A version which is >4 years old and has some security issues which were fixed 4 years ago.

We need more infos on the FORUMHOME icons though. We can't reproduce that. Would be great if you can link us to your site (maybe a teststyle), where we can see what is causing that behaviour.

Crotan 08-03-2011 07:41 PM

Just noticed in the 0.7.1 zip file, the product xml that is included in there is still 0.7.0a, or atleast the version id wasn't updated to reflect the new version.

the separate xml seems to be updated but I just downloaded the zip file since it includes both

steeler7 08-03-2011 07:57 PM

Uh-Oh....

I am missing pretty much every icon possible on my forum after I went through and did all of the template stuff.

Any idea what I did wrong?

final kaoss 08-03-2011 07:57 PM

That's the same thing happening on the skin that I have this plugin installed on

http://vgchat.info/forum/index.php?styleid=16

Quote:

Originally Posted by Andyrew (Post 2228880)
Many of the icons don't look correct when I enable your plugin.

Also this really needs to be changed for people who have images on subdomains/cdn's like myself. Because I tried to add http://i1.vgchat.info/ to the sprite stylevars since thats the only way I know of to point it there while the forum is sitting on http://vgchat.info/forum/
I have my images there because there, they are cookie-free

Code:

DF2
Error occurred: Your sprite folder uses an URL. Sprites cannot be saved via URLs. Please use an local filepath on your system for the StyleVar imgdir_sprite.


Osbes 08-03-2011 08:20 PM

If you have some image like

http://dl.dropbox.com/u/246391/Robin.png

which looks like

http://dl.dropbox.com/u/246391/Robin_result.png

in the Sprite (it is stretched and vertical lines are added), than you possible use a GD Libary older than 2.0.36.

GD had a problem handling grayscale images with alpha channel correctly, wich was fixed with GD 2.0.36 in the Year 2007.

Quote:

GD 2.0.36 (2007-11-xx)
88, Fixed support of PNG grayscale image with alpha channel (Pierre)
https://bitbucket.org/pierrejoye/gd-...361a31aab/NEWS

The solution is to update the GD-Libary to 2.0.36 (or later) or replace every file which uses "gray+alpha" with an version using "color RGBA".

I would advise to update the GD-Libary, cause there is also a serious security problem, that was fixed in the Year 2009 by Debian.

Quote:


2009

libgd2 (2.0.36~rc1~dfsg-3+lenny1) stable-security; urgency=high


* Non-maintainer upload by the Security Team.
* Fixed CVE-2009-3546: possible buffer overflow or buffer over-read attacks via crafted files (Closes: #552534)

-- Giuseppe Iuculano <iuculano@debian.org> Mon, 09 Nov 2009 21:46:06 +0100
I am totally shocked by this, since there seem to be a whole bunch of people with this kind of problem and this fix is 4 years old and since 2 years known als high security fix by debian.
So there seems to be a lot problem within the maintenance of servers, if some serious security issue isnt solved since 2-4 years.
If you pay money for server maintenance i would be deeply shocked, if i were you.

Best regards
Sebastian

archet1337 08-03-2011 08:24 PM

Quote:

Originally Posted by Osbes (Post 2228869)
Hello archet1337,

please give an full example of your situation, this would help us to give you the best solution :)

Best regards
Sebastian

Hello Sebastian and Mooff.

I need the following images to be converted into sprites:


http://www.radioctrl.com/highslide/g...ader.white.gif
Defined in highslide.css
Code:

.highslide-loading {
        background-image: url(graphics/loader.white.gif);


http://www.radioctrl.com/images/gradients/grey-up.png
Defined in socialgroups_overview.css
Code:

li.sgicon .maincol {
background:#ffffff url({vb:stylevar imgdir_gradients}/grey-up.png) repeat-x scroll


and stylegenerator.css
Code:

.forumhead+.childforum .L2:first-child .forumrow,.forumhead+.L2 .forumrow
background: #FFFFFF url(images/gradients/grey-up.png) repeat-x scroll


http://www.radioctrl.com/images/styl...misc/arrow.png
Defined in additional.css
Code:

.toplinks .notifications a.popupctrl {       
background: #242424 url({vb:stylevar imgdir_misc}/arrow.png) {vb:stylevar right} center no-repeat ;


http://www.radioctrl.com/images/styl...ottomBarBG.gif
Defined in additional.css
Code:

.bottomBar {
background:url(images/styles/Aesthetica/style/bottomBarBG.gif) repeat-x top left;


There is a couple more, but you get the idea?

What do I do to make the images defined in css files into sprites?

Mooff 08-03-2011 08:39 PM

@exterme-gaming
Quote:

Version 0.6.2 (17.07.2011)

Added support for http filepaths and therefore one-way support for CDNs
The addon has CDN support since version 0.6.2 - users have confirmed it does work with CDNs. You issue has nothing to do with our addon but simply with the fact that you do not listen at all. And god knows we tried to help.


All times are GMT. The time now is 02:25 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.01524 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)bbcode_code_printable
  • (7)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