The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 8
1
2
3
>
Last
»
Showing results 1 to 25 of 178
Search took
0.01
seconds.
Search:
Posts Made By:
Frosty
Forum:
vB3 Programming Discussions
11-22-2011, 09:29 AM
Replies:
2
Changing colour
Views:
567
Posted By
Frosty
That is, I believe "tborder". ...
That is, I believe "tborder".
https://vborg.vbsupport.ru/external/2011/11/40.png
Forum:
vB3 Design and Graphics Discussions
11-19-2011, 06:58 PM
Replies:
1
Looking for this skin...
Views:
732
Posted By
Frosty
Nope, but it's easy to make its structure, I...
Nope, but it's easy to make its structure, I won't talk about the graphics (header, buttons, etc) as that requires a designer. But structure wise, decent CSS knowledge is more than enough.
Forum:
vB3 Programming Discussions
11-18-2011, 01:18 PM
Replies:
9
disabling "homepage" from profile.
Views:
1,794
Posted By
Frosty
Styles & Templates - Your Style - Edit Templates...
Styles & Templates - Your Style - Edit Templates - Member Info Templates - memberinfo_block_contactinfo
Find:
<if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>...
Forum:
Community Lounge
11-09-2011, 07:57 PM
Replies:
8
Someone has *cloned* my forum ! What to do ?
Views:
1,574
Posted By
Frosty
Unfortunately, you can't do anything about it...
Unfortunately, you can't do anything about it except contacting the Webmaster of the board. Everyone else will just ignore your email, as they will think that the owner of the other board is your...
Forum:
vB3 Programming Discussions
10-22-2011, 04:43 PM
Replies:
6
Custom page for guests
Views:
878
Posted By
Frosty
Lol... Thanks a bunch Lynne! :D The second code...
Lol... Thanks a bunch Lynne! :D The second code works as a charm...
Forum:
vB3 Programming Discussions
10-22-2011, 04:29 PM
Replies:
6
Custom page for guests
Views:
878
Posted By
Frosty
global_start hook... if...
global_start hook...
if ($vbulletin->userinfo['usergroupid'] == 1)
{
eval('$lolwtf= "' . fetch_template('lolwtf') . '";');
}
Nothing happens. But yeah, I'm pretty new to PHP, so you...
Forum:
vB3 Programming Discussions
10-22-2011, 02:17 PM
Replies:
6
Custom page for guests
Views:
878
Posted By
Frosty
Custom page for guests
Hey guys,
Is there a way to display a custom template to all guests, no matter what pages on the site they try to visit? I want to display a login form (nothing else) to all guests. If they aren't...
Forum:
vB3 General Discussions
10-22-2011, 04:35 AM
Replies:
14
Are any of the vB3 versions safe?
Views:
1,275
Posted By
Frosty
As Lynne said, check access_logs, they (he) could...
As Lynne said, check access_logs, they (he) could have uploaded a php shell, which allows editing of all files that are writeable, and some shells have the ability of altering the MySQL database,...
Forum:
vB3 General Discussions
10-18-2011, 12:02 PM
Replies:
3
Image align problem (html)
Views:
590
Posted By
Frosty
Have you tried adding "clear:left" ?
Have you tried adding "clear:left" ?
Forum:
vB3 General Discussions
10-18-2011, 11:41 AM
Replies:
4
How to change the Navbar
Views:
640
Posted By
Frosty
Admin CP -> Styles & Templates -> Style Manager...
Admin CP -> Styles & Templates -> Style Manager -> Name of your Style -> Select "Edit Templates" from the dropdown menu.
Find "Navigation / Breadcrumb Templates", click on it... Then click on...
Forum:
vB3 General Discussions
10-17-2011, 04:17 PM
Replies:
8
like button
Views:
912
Posted By
Frosty
I didn't like how the Post thanks works, so I...
I didn't like how the Post thanks works, so I just played around with the default reputation system and turned it to this:
https://vborg.vbsupport.ru/external/2011/10/37.png
When you click on...
Forum:
vB3 General Discussions
10-16-2011, 10:30 AM
Replies:
1
Stop 0 posters
Views:
463
Posted By
Frosty
You could create a new usergroup for registered...
You could create a new usergroup for registered users, and remove the permission from downloading the attachments from the default usergroup. Then, you need to create a usergroup promotion, to...
Forum:
Style and Graphics Requests (Unpaid)
10-14-2011, 04:59 PM
Replies:
6
Would love this Halloween theme on my
Views:
853
Posted By
Frosty
I could do it for you, it's pretty easy. But...
I could do it for you, it's pretty easy. But you'd have to provide cPanel/FTP details, which is why I tried to explain you the whole process. Better than giving the access to your website to a...
Forum:
Style and Graphics Requests (Unpaid)
10-14-2011, 03:09 PM
Replies:
6
Would love this Halloween theme on my
Views:
853
Posted By
Frosty
So where did you stuck? At the FTP client part or...
So where did you stuck? At the FTP client part or you don't know in which folder to upload the files?
Forum:
Style and Graphics Requests (Unpaid)
10-14-2011, 11:59 AM
Replies:
6
Would love this Halloween theme on my
Views:
853
Posted By
Frosty
Do you have any FTP client installed on your PC?...
Do you have any FTP client installed on your PC? It should be fairly easy for anyone to understand the process of uploading the files onto a server.
You should download that zip file, extract it....
Forum:
vBulletin.org Site Feedback
10-13-2011, 02:25 PM
Replies:
13
Has VBulletin lost its edge?
Views:
1,628
Posted By
Frosty
Kris, A board is a board, it cannot be compared...
Kris,
A board is a board, it cannot be compared with a website like Facebook in any way. Facebook is personal, account on a board isn't. It's for fun, solving of problems and everything else that...
Forum:
vB4 General Discussions
10-11-2011, 12:18 PM
Replies:
1
Forum Name instead of Email. How to?
Views:
422
Posted By
Frosty
I don't use vBulletin 4, but it should be easy....
I don't use vBulletin 4, but it should be easy. Just paste the contents of the email.php from the admincp folder, as it's a file edit. Function name should be something like is_valid_mail, you just...
Forum:
Community Lounge
10-11-2011, 09:58 AM
Replies:
9
Defaulty Minimalist
Views:
2,022
Posted By
Frosty
I adore the simplicity... :) I have four...
I adore the simplicity... :)
I have four images on my board index: the logotype, home icon for the breadcrumbs and transparent 1x23 / 1x90 png images for two div's, to make their background seem...
Forum:
Forum and Server Management
09-30-2011, 11:28 AM
Replies:
10
Disallow attachment hotlinking (htaccess)
Views:
1,591
Posted By
Frosty
Well yeah, I do want my guests to be able to view...
Well yeah, I do want my guests to be able to view attachments as I host pictures and videos - so having them enabled for guests on my site isn't a problem - as I don't want anyone to sign up because...
Forum:
Forum and Server Management
09-30-2011, 10:17 AM
Replies:
10
Disallow attachment hotlinking (htaccess)
Views:
1,591
Posted By
Frosty
Doesn't work either... It maybe works for you...
Doesn't work either... It maybe works for you because you use some sort of a SEO mod or vB4, where attachments end with their own extension, and not with php extension, or you don't allow viewing of...
Forum:
Forum and Server Management
09-29-2011, 05:19 AM
Replies:
10
Disallow attachment hotlinking (htaccess)
Views:
1,591
Posted By
Frosty
Thanks for trying to help, but no change. I can...
Thanks for trying to help, but no change. I can still hotlink my attachments...
Forum:
Forum and Server Management
09-28-2011, 07:44 PM
Replies:
10
Disallow attachment hotlinking (htaccess)
Views:
1,591
Posted By
Frosty
I'm looking for a solution as well. Tried...
I'm looking for a solution as well. Tried .htaccess myself, and tried a plugin and hacked attachment.php file from vB.org - none worked. I host video files, so it would suck if someone starts...
Forum:
Forum and Server Management
09-18-2011, 12:12 PM
Replies:
2
IMG code
Views:
703
Posted By
Frosty
This should do the trick:...
This should do the trick: https://vborg.vbsupport.ru/showthread.php?t=268087
Forum:
vB3 Programming Discussions
09-18-2011, 06:03 AM
Replies:
0
External attachment storage
Views:
517
Posted By
Frosty
External attachment storage
Hey guys,
I've searched the forums about this question, but I've only managed to find some old thread where members mentioned that "Erwin" modified vBulletin's attachment system to upload/serve...
Forum:
vB3 Design and Graphics Discussions
09-09-2011, 08:10 PM
Replies:
12
Help me crate CSS rounded corners for avatar?
Views:
3,219
Posted By
Frosty
@Mostjolly Unfortunately, IE doesn't support...
@Mostjolly
Unfortunately, IE doesn't support rounded corners! :(
@Max Taxable
Which postbit are you using? The old one (legacy) or the new one? Anyway, post the whole code so we can see what's...
Showing results 1 to 25 of 178
Page 1 of 8
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
04:42 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.10715 seconds
Memory Usage
2,066KB
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
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(14)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0030
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
FULLTEXT Search
php_sapi_name(): fpm-fcgi