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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 138
Search took
0.02
seconds.
Search:
Posts Made By:
bridge2heyday
Forum:
vB4 General Discussions
09-02-2017, 11:02 PM
Replies:
7
assign language to forum ?
Views:
718
Posted By
bridge2heyday
in instructions .. it is recommended to use this...
in instructions .. it is recommended to use this if your forum is UTF-8 ..
if you can convert your database to UTF-8 .. This would be great ..
though .. there may be a workaround .. you can try...
Forum:
vB4 General Discussions
09-02-2017, 02:07 PM
Replies:
7
assign language to forum ?
Views:
718
Posted By
bridge2heyday
You posted your thread in the wrong froum .. but...
You posted your thread in the wrong froum .. but anyway I think this is what you are looking for ?
https://vbulletin.org/forum/showthread.php?t=315843
Forum:
vB4 Programming Discussions
08-13-2017, 03:01 PM
Replies:
10
SQL error?
Views:
1,844
Posted By
bridge2heyday
This error resulting from code on hook location...
This error resulting from code on hook location notifications_list .. looking at the mentioned product I don't find anything that can produce this error .. I guess you have a modified version of this...
Forum:
vB4 Programming Discussions
08-12-2017, 01:45 PM
Replies:
10
SQL error?
Views:
1,844
Posted By
bridge2heyday
vBulletin MySQL error messages give info about...
vBulletin MySQL error messages give info about referrer .. this will be useful in your case .
Forum:
vBulletin 5.x Products & Extensions
08-09-2017, 02:17 AM
Replies:
7
Mini Mods -
[bridge2heyday] - Automatically Add a Copyright Notice To Copied Text
Views:
4,491
Posted By
bridge2heyday
the code is watching the copy event and directly...
the code is watching the copy event and directly modifies the clipboard data .. so I don't think this is easily possible .
Forum:
vBulletin 5.x Products & Extensions
08-07-2017, 01:01 PM
Replies:
64
Forum Display Enhancements -
Who has read this thread
Views:
35,849
Posted By
bridge2heyday
Very Useful Mod .. but please note noderead table...
Very Useful Mod .. but please note noderead table saves markread data for last 10 days only ( by Default ) and it is cleaned by cron job 'Hourly Cleanup'
vB::getDbAssertor()->delete('noderead',...
Forum:
vB4 Programming Discussions
08-07-2017, 04:46 AM
Replies:
7
Google maps
Views:
1,496
Posted By
bridge2heyday
I don't think it is a good thing to go and edit...
I don't think it is a good thing to go and edit your custom map on google whenever you want to add a new location .. working with WordPress directory plugin I was able to add different type of places...
Forum:
vBulletin 4.x Add-ons
05-25-2017, 07:08 PM
Replies:
26
Administrative and Maintenance Tools -
(vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
Views:
6,733
Posted By
bridge2heyday
Very Nice Idea
Very Nice Idea
Forum:
vBulletin 4.x Add-ons
05-24-2017, 12:14 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,340,169
Posted By
bridge2heyday
you should use MySQLI $MYSQLI = 1; I tried...
you should use MySQLI
$MYSQLI = 1;
I tried this with PHP 5.6 .. but this problem should be solved for PHP 7 as well .. not aware about other problems
Forum:
vBulletin 4.x Add-ons
05-22-2017, 12:39 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,340,169
Posted By
bridge2heyday
I took sometime checking this for a friend on...
I took sometime checking this for a friend
on MYSQLI class I changed the connect function to
function connect()
{
$this->connection_id = mysqli_connect($this->obj['sql_host'],...
Forum:
vBulletin 4.x Add-ons
05-10-2017, 04:14 AM
Replies:
24
Major Additions -
Rap Battle System
Views:
5,738
Posted By
bridge2heyday
you can edit the product and remove uninstall...
you can edit the product and remove uninstall code before uninstalling it .. this will leave some useless columns on database but it is not very bad.
Forum:
vBulletin 4.x Add-ons
05-10-2017, 04:11 AM
Replies:
24
Major Additions -
Rap Battle System
Views:
5,738
Posted By
bridge2heyday
Ok , I will upload it shortly
Ok , I will upload it shortly
Forum:
vBulletin 4.x Add-ons
05-07-2017, 03:30 AM
Replies:
24
Major Additions -
Rap Battle System
Views:
5,738
Posted By
bridge2heyday
What problem do you get while uninstalling ? do...
What problem do you get while uninstalling ?
do you want to uninstall because it is not working or you don't need it ..
I can look for the working version on my PC if someone interested .
Forum:
vBulletin 5.x Products & Extensions
03-30-2017, 05:19 AM
Replies:
32
Forum Display Enhancements -
Separate Sticky and Normal Threads
Views:
99,741
Posted By
bridge2heyday
Yes , working on 5.2.6
Yes , working on 5.2.6
Forum:
vB4 Programming Discussions
03-02-2017, 05:50 PM
Replies:
6
Admincp hooks
Views:
498
Posted By
bridge2heyday
I think finding them is easier than posting a...
I think finding them is easier than posting a thread here :)
Forum:
vBulletin 4.x Add-ons
02-23-2017, 07:37 PM
Replies:
75
Mini Mods -
IMG Cacher - SSL Keeper - Mixed Content Block Solution
Views:
42,798
Posted By
bridge2heyday
Thank you , I didn't look at cache.php file .. I...
Thank you , I didn't look at cache.php file .. I just did this small modification for a client .. though , my code may be improved by checking if the file is previously cached or not before looking...
Forum:
vBulletin 4.x Add-ons
02-19-2017, 09:21 PM
Replies:
75
Mini Mods -
IMG Cacher - SSL Keeper - Mixed Content Block Solution
Views:
42,798
Posted By
bridge2heyday
This is my version of this plugin $link_parsed...
This is my version of this plugin
$link_parsed = parse_url($link);
if( $link_parsed['scheme'] == 'http'){
$ssl = 'https://'.$link_parsed['host'];
$stream = @stream_context_create (array("ssl"...
Forum:
vB5 General Discussions
01-27-2017, 11:24 PM
Replies:
13
vB 5 or XenForo?
Views:
2,416
Posted By
bridge2heyday
VB5 is much better and stable now
VB5 is much better and stable now
Forum:
News and Announcements
11-29-2016, 07:46 PM
Replies:
28
Please welcome Dave as our new Advisor!
Views:
14,356
Posted By
bridge2heyday
Congratulations , Dave is providing great help to...
Congratulations , Dave is providing great help to all users here ..
Forum:
vBulletin 5.x Products & Extensions
11-14-2016, 11:56 PM
Replies:
32
Forum Display Enhancements -
Separate Sticky and Normal Threads
Views:
99,741
Posted By
bridge2heyday
it is a VBulletin Bug fixed in version 5.2.6 (...
it is a VBulletin Bug fixed in version 5.2.6 ( Not Released Yet )
Forum:
vB5 General Discussions
06-18-2016, 07:40 AM
Replies:
20
VB 4 to 5 & VBseo
Views:
4,690
Posted By
bridge2heyday
This rule should be in root .htaccess not...
This rule should be in root .htaccess not vbulletin .htaccess
Forum:
vB5 General Discussions
06-17-2016, 03:43 PM
Replies:
20
VB 4 to 5 & VBseo
Views:
4,690
Posted By
bridge2heyday
You are right , but this wasn't my question
You are right , but this wasn't my question
Forum:
vB5 General Discussions
06-17-2016, 12:15 PM
Replies:
20
VB 4 to 5 & VBseo
Views:
4,690
Posted By
bridge2heyday
Thanks , you have something installed in the...
Thanks ,
you have something installed in the root of your site ?
and you have your forum installed in sub directory /forum ?
anyway,
I will give you a scenario where I have forums installed in...
Forum:
vB5 General Discussions
06-17-2016, 11:56 AM
Replies:
20
VB 4 to 5 & VBseo
Views:
4,690
Posted By
bridge2heyday
Exactly
Exactly
Forum:
vB5 General Discussions
06-16-2016, 01:19 PM
Replies:
20
VB 4 to 5 & VBseo
Views:
4,690
Posted By
bridge2heyday
Well , this will require one or two file edits ...
Well , this will require one or two file edits
in file 'includes/vb5/frontend/routing.php'
line 239 just before throwing
throw new vB5_Exception_404("invalid_page_url");
I have made some work ...
Showing results 1 to 25 of 138
Page 1 of 6
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
10:52 PM
.
-- 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.04972 seconds
Memory Usage
2,046KB
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
(57)
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.0165
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(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(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(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(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(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
FULLTEXT Search
php_sapi_name(): fpm-fcgi