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...
Showing results 1 to 22 of 22
Search took
0.01
seconds.
Search:
Posts Made By:
grey_goose
Forum:
vB4 General Discussions
05-04-2017, 09:04 AM
Replies:
76
Sticky:
PHP 7 (vB4)
Views:
98,058
Posted By
Kane@airrifle
I think I speak for all VB4 holdouts when I say...
I think I speak for all VB4 holdouts when I say that I deeply appreciate your efforts on our behalf. Thank you.
Also, I think you need a more appropriate avatar. :)
Forum:
vB4 Programming Discussions
03-29-2017, 01:12 PM
Replies:
2
Bug in hack mod but author is not responding
Views:
432
Posted By
Dave
In that XML file, replace if...
In that XML file, replace
if ($vbulletin->GPC['wog_prefixadd'])
{
$db->query_write("
UPDATE `" . TABLE_PREFIX . "post` AS `post`
SET...
Forum:
vB4 General Discussions
03-25-2017, 02:03 AM
Replies:
4
How to add html after the Nth thread in forumdisplay?
Views:
547
Posted By
MarkFL
I have attached a simple product that will do...
I have attached a simple product that will do what you have requested. Import the attached .XML file, then visit the product settings to enable and configure the product:
...
Forum:
vBulletin 4.x Add-ons
11-17-2016, 10:06 AM
Replies:
1,238
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB4)
Views:
294,309
Posted By
DragonByte Tech
It's unlikely this will be added since it would...
It's unlikely this will be added since it would mess with performance. Just now, if one particular tab adds too much of a performance hit, it can be easily disabled. It would be more difficult to...
Forum:
vB4 Programming Discussions
11-11-2016, 01:42 PM
Replies:
2
Select count from table...
Views:
354
Posted By
Dave
It's not outputting anything because you don't...
It's not outputting anything because you don't fetch the results.
What you want to do is COUNT all DISTINCT records, example (untested):
$resCNT = $vbulletin->db->query_first_slave("SELECT...
Forum:
vB4 Programming Discussions
11-03-2016, 01:07 PM
Replies:
16
PHP Custom Code Request!
Views:
1,947
Posted By
cellarius
Oh, his posts are just as impertinent in his...
Oh, his posts are just as impertinent in his mother language. We have a closed thread at vB-Germany that proves that just nicely.
Forum:
vB4 Programming Discussions
11-02-2016, 12:04 AM
Replies:
16
PHP Custom Code Request!
Views:
1,947
Posted By
Mark.B
I don't want to cause offence, but you need to...
I don't want to cause offence, but you need to look at your attitude a little here.
Firstly, let's be clear, you're asking for someone to spend their time, for free, writing a non-trivial piece of...
Forum:
vB4 General Discussions
10-30-2016, 07:31 PM
Replies:
1
Custom BBCode - VBulletin inserting blank spaces
Views:
404
Posted By
MarkFL
vBulletin by default inserts a blank space after...
vBulletin by default inserts a blank space after every 50 characters of unbroken text. To change this, follow:
AdminCP ► Settings ► Options ► Thread Display Options(showthread) ► Number of...
Forum:
vBulletin 4.x Add-ons
08-15-2016, 03:34 PM
Replies:
36
BB Code Enhancements -
CES Parser Permissions
Views:
8,673
Posted By
thincom2000
I have reviewed the code and it looks like you...
I have reviewed the code and it looks like you are correct. There is no handling for guest users.
Try this. In includes/ces_permissions.php, find:
if...
Forum:
vB4 Programming Discussions
07-19-2016, 09:19 PM
Replies:
21
Need Help about hacking
Views:
1,942
Posted By
TheLastSuperman
Actually, it's best to check the datastore table,...
Actually, it's best to check the datastore table, (Edit: well truth be told check regular plugins via admincp, the plugin table as well PLUS the datastore table, check them all!) then look in the...
Forum:
vB4 Programming Discussions
07-19-2016, 08:59 AM
Replies:
21
Need Help about hacking
Views:
1,942
Posted By
z3r0
Check for a new plugin added named "vbulletin" in...
Check for a new plugin added named "vbulletin" in the hook location "init_startup" containing a load of base64 encoded stuff, if it's there you have been hacked and you should disable/remove it and...
Forum:
vB4 General Discussions
06-25-2016, 12:15 PM
Replies:
5
Mobile Solution?
Views:
931
Posted By
gobears20
Thanks folks for your comments!
Thanks folks for your comments!
Forum:
vB4 General Discussions
06-23-2016, 12:06 PM
Replies:
3
Access denied when executing a SQL query from a plugin
Views:
551
Posted By
Paul M
Its failing because you are using completely the...
Its failing because you are using completely the wrong method to access the database.
As posted above, you need to use the $db object within vbulletin, not raw calls to mysql_query().
Forum:
vB4 General Discussions
06-23-2016, 10:34 AM
Replies:
3
Access denied when executing a SQL query from a plugin
Views:
551
Posted By
squidsk
That's also not how you execute queries within...
That's also not how you execute queries within vbulletin. You need to go through the db object to make the query. Take a look at any vbulletin page and see how it's done.
Forum:
vB4 General Discussions
06-21-2016, 09:08 PM
Replies:
10
Categories - Custom Background Colours (To Each ID)?
Views:
578
Posted By
MarkFL
Try combining them like so: /* Custom...
Try combining them like so:
/* Custom Category Colors */
#cat49 .vbs_forumhead, #cat86 .vbs_forumhead {
background: #683030;
-webkit-box-shadow:inset 0px 0px 0px 10px #000;
...
Forum:
vB4 General Discussions
06-17-2016, 11:44 PM
Replies:
2
Add non vB pages
Views:
328
Posted By
Lynne
Or...
Or https://vborg.vbsupport.ru/showthread.php?t=228112
Forum:
vB4 Programming Discussions
04-03-2016, 02:48 PM
Replies:
2
MYSQL in PHP in BBCODE question
Views:
740
Posted By
cellarius
It probably returns only the last row. In your...
It probably returns only the last row. In your while-loop, your overwriting the $threads with every iteration. You need to create an array.
Forum:
vBulletin 4.x Add-ons
10-08-2015, 06:36 AM
Replies:
4
Show Thread Enhancements -
Who Posted in SHOWTHREAD
Views:
3,980
Posted By
friendlymela
This is nice one..
This is nice one..
Forum:
vBulletin 4.x Add-ons
09-24-2015, 12:59 PM
Replies:
4
Show Thread Enhancements -
Who Posted in SHOWTHREAD
Views:
3,980
Posted By
Alan_SP
It would be great if you make into mod, would be...
It would be great if you make into mod, would be much easier to install.
Anyway, interesting idea. :up:
Forum:
vBulletin 4.x Add-ons
09-07-2015, 06:04 PM
Replies:
8
Social Group and Album Enhancements -
Private Social Groups
Views:
4,697
Posted By
smirkley
Just installed. Works like a champ. Trying...
Just installed. Works like a champ.
Trying to figure out how to apply filter to the Activity Stream now.
Forum:
vB4 Design and Graphics Discussions
11-12-2011, 09:36 PM
Replies:
6
Moving postbit location
Views:
610
Posted By
andybond
Wow. Epic. Really , really appreciate you...
Wow. Epic.
Really , really appreciate you time and skill
Forum:
vB4 Design and Graphics Discussions
11-11-2011, 12:47 AM
Replies:
6
Moving postbit location
Views:
610
Posted By
HMBeaty
My end result :) ...
My end result :)
https://vborg.vbsupport.ru/attachment.php?attachmentid=134363&stc=1&d=1320975993
In postbit.css, find:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
...
Showing results 1 to 22 of 22
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
07:58 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.01469 seconds
Memory Usage
2,009KB
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)
post_thanks_navbar_search
(1)
search_results
(22)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(21)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
FULLTEXT Search
php_sapi_name(): fpm-fcgi