View Full Version : Tamplate crashes after refresh.
tim.liton
12-07-2015, 08:47 PM
Hello guys.
Am using a template from here (free one) & the developer have encrypted his css.
I have made all changes via additional.css and are working great.
The only problem I have is that the template crashes after I refresh the page. After 2-3 refresh's it comes back to normal.
Any Idea how to fix it? Thank you guys!
RichieBoy67
12-07-2015, 09:01 PM
Try turning off caching under style and language settings in the admincp and use the maintenance tool to rebuild styles.
tim.liton
12-07-2015, 09:18 PM
Try turning off caching under style and language settings in the admincp and use the maintenance tool to rebuild styles.
Thank you Richie but am not able to find caching option under Style and Language. Could you please explain it where to find it?
Thank you.
Encrypted his CSS? There's no such thing as CSS encryption.
All client sided code can easily be de-obfuscated.
tim.liton
12-08-2015, 10:33 AM
Encrypted his CSS? There's no such thing as CSS encryption.
All client sided code can easily be de-obfuscated.
Yes, it looks like this:
<stylevar name="blockhead_border" value="YTo0OntzOjU6InVuaXRzIjtzOjI6InB4IjtzOjU6IndpZHRoIj tzOjE6IjEiO3M6NToic3R5bGUiO3M6NToic29saWQiO3M6NToi Y29sb3IiO3M6NzoiI0RBREZDQiI7fQ==" />
<stylevar name="blockhead_color" value="YToxOntzOjU6ImNvbG9yIjtzOjc6IiM0RTRFNEUiO30=" />
<stylevar name="blockhead_link_color" value="YToxOntzOjU6ImNvbG9yIjtzOjc6IiM0RTRFNEUiO30=" />
Those are base64_encoded values which vBulletin uses to store changed style variables in the exported style.
https://www.base64decode.org/
TheLastSuperman
12-08-2015, 11:27 AM
Did you edit the styles .xml file after exporting in an attempt to copy/paste style related variables and such to your new style?
If so then that is what caused this confusion, next time use this mod to export custom templates easily then import - https://vborg.vbsupport.ru/showthread.php?t=257072
Dragonsys
12-08-2015, 05:11 PM
Yes, it looks like this:
<stylevar name="blockhead_border" value="YTo0OntzOjU6InVuaXRzIjtzOjI6InB4IjtzOjU6IndpZHRoIj tzOjE6IjEiO3M6NToic3R5bGUiO3M6NToic29saWQiO3M6NToi Y29sb3IiO3M6NzoiI0RBREZDQiI7fQ==" />
<stylevar name="blockhead_color" value="YToxOntzOjU6ImNvbG9yIjtzOjc6IiM0RTRFNEUiO30=" />
<stylevar name="blockhead_link_color" value="YToxOntzOjU6ImNvbG9yIjtzOjc6IiM0RTRFNEUiO30=" />
Those are style vars, you edit them via the Style Manager in ACP. They are not encrypted.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.