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 12
1
2
3
11
>
Last
»
Showing results 1 to 25 of 288
Search took
0.01
seconds.
Search:
Posts Made By:
unitedpunjab
Forum:
vB3 General Discussions
10-09-2019, 04:58 AM
Replies:
4
How to make my vB3 Forum READ Only?
Views:
1,068
Posted By
unitedpunjab
The 'Sql queries' didn't work me so I just put up...
The 'Sql queries' didn't work me so I just put up a notice and renamed new***.php files.
Forum:
vBulletin 4.x Add-ons
04-11-2019, 01:34 PM
Replies:
212
Forum Home Enhancements -
Really Fast Registration by BOP5
Views:
70,501
Posted By
unitedpunjab
vb3.8.11 and php 5.6.40
vb3.8.11 and php 5.6.40
Forum:
vBulletin 4.x Add-ons
04-10-2019, 05:35 AM
Replies:
212
Forum Home Enhancements -
Really Fast Registration by BOP5
Views:
70,501
Posted By
unitedpunjab
getting this error Uncaught TypeError:...
getting this error
Uncaught TypeError: Cannot set property 'disabled' of null
at bop5_rfrcheck_submit ((index):59)
at HTMLTableElement.onmouseover ((index):66)
Forum:
Modification Requests/Questions (Unpaid)
09-02-2018, 01:22 PM
Replies:
5
vBulletin 4 Request - Block Opera Mini
Views:
979
Posted By
unitedpunjab
try to block ar web server level. Apache- ...
try to block ar web server level.
Apache-
SetEnvIfNoCase ^User-Agent$ .*Opera Mini.* bad_bot
<Directory "/home/*/public_html">
Order Allow,Deny
Allow from all
Deny from env=bad_bot...
Forum:
vBulletin 3.8 Add-ons
07-19-2018, 03:41 PM
Replies:
12
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
6,752
Posted By
unitedpunjab
Some other setup for few months now. I do...
Some other setup for few months now.
I do get pm notification from you mod and thread notifications from other setup.
Forum:
vBulletin 3.8 Add-ons
07-19-2018, 03:20 PM
Replies:
12
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
6,752
Posted By
unitedpunjab
Quote notifications would be nice :) I...
Quote notifications would be nice :)
I already have few thousand onesignal subscribers to send new thread notifications, will there conflicts with this mod ?
Forum:
vBulletin 3.8 Add-ons
02-14-2018, 09:16 AM
Replies:
47
Integration with vBulletin -
Accelerated Mobile Pages for vBulletin
Views:
21,260
Posted By
unitedpunjab
attachments are not showing on amp pages, any...
attachments are not showing on amp pages, any solution ?
Forum:
vBulletin 4.x Add-ons
02-10-2018, 04:01 AM
Replies:
12
Administrative and Maintenance Tools -
Block Google Adsense Ads on Error Pages & More by BOP5
Views:
7,106
Posted By
unitedpunjab
I have a feature request. Starting February...
I have a feature request.
Starting February 15 " Chrome will remove all ads from sites that have a "failing" status in the Ad Experience Report"
...
Forum:
vB3 Programming Discussions
02-04-2018, 03:55 AM
Replies:
2
Disable Ajax for Quick Reply
Views:
1,464
Posted By
unitedpunjab
A plugin on global_start with below code worked...
A plugin on global_start with below code worked for me,
if (THIS_SCRIPT == 'showthread')
$vbulletin->options['disable_ajax'] = 2;
Forum:
vB3 Programming Discussions
01-31-2018, 06:43 AM
Replies:
2
Disable Ajax for Quick Reply
Views:
1,464
Posted By
unitedpunjab
Disable Ajax for Quick Reply
Is it possible to disable Ajax just for quick reply ?
It is messing with special characters (emojis)
I know ajax can be disabled in options but it need it disabled only for quick reply.
Forum:
vBulletin 4.x Add-ons
01-12-2018, 06:44 AM
Replies:
2,845
Chat Modifications -
[DBTech] vBShout v6 (vB4) [AJAX]
Views:
489,174
Posted By
unitedpunjab
I converted my forum database to "utf8mb4". ...
I converted my forum database to "utf8mb4".
Android emojis are working in posts ans thread but not in shoutbox.
3 byte emojis work in sb "☀️" but 4 byte throw "" invalid message error.
Any...
Forum:
vB3 General Discussions
08-30-2017, 10:25 AM
Replies:
7
Multibanner mod ?
Views:
1,399
Posted By
unitedpunjab
This is one way to do it. ...
This is one way to do it.
http://javascriptkit.com/script/cut118.shtml
Forum:
vBulletin 4.x Add-ons
08-14-2017, 06:03 PM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,335
Posted By
unitedpunjab
Is it possible to 'reverse' the ignore option ? ...
Is it possible to 'reverse' the ignore option ?
So that only the url specified can be cached.
I will try to toggle some true/false but it will be helpful if someone has already done this.
Forum:
vBulletin 4.x Add-ons
07-26-2017, 06:51 AM
Replies:
1,493
BB Code Enhancements -
AME3 - Auto Media Embeding and Video Extender
Views:
282,283
Posted By
unitedpunjab
This url format works for me, ...
This url format works for me,
https://www.instagram.com/p/SomeId123/
Forum:
vBulletin 4.x Add-ons
07-25-2017, 07:18 AM
Replies:
1,493
BB Code Enhancements -
AME3 - Auto Media Embeding and Video Extender
Views:
282,283
Posted By
unitedpunjab
Instagram RegEx: ...
Instagram
RegEx:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
<div align='center'>
Forum:
vB3 Programming Discussions
07-20-2017, 10:33 AM
Replies:
3
Need help with preg_match plugin
Views:
866
Posted By
unitedpunjab
This works in "postbit_display_start" hook,...
This works in "postbit_display_start" hook, "$test" returns da value I want but only in "postbit" template.
How do i get the value in headinclude or showthread template ?
$fost =...
Forum:
vB3 Programming Discussions
07-18-2017, 03:13 PM
Replies:
3
Need help with preg_match plugin
Views:
866
Posted By
unitedpunjab
I want to get the youtube video id from thread /...
I want to get the youtube video id from thread / post and use it for meta og:image. in headinclude. or showthread.
Got it working for https://vborg.vbsupport.ru/showthread.php?threadid=323668
...
Forum:
vB3 Programming Discussions
07-18-2017, 02:40 PM
Replies:
3
Need help with preg_match plugin
Views:
866
Posted By
unitedpunjab
Need help with preg_match plugin
I have tried various $post variables and hook locations.
Couldn't get it working.
Kindly assist if it is doable.
$fost = $post['postparsed'];
if (preg_match( '/embed([^"]+)', $fost , $match...
Forum:
vBulletin 3.7 Add-ons
07-27-2008, 10:33 AM
Replies:
620
New Posting Features -
Automatic Thread Tagger
Views:
162,106
Posted By
unitedpunjab
No thats not it,, there are repeating tags...
No thats not it,, there are repeating tags without a space or anything.
Forum:
vBulletin 3.7 Add-ons
07-21-2008, 12:36 PM
Replies:
620
New Posting Features -
Automatic Thread Tagger
Views:
162,106
Posted By
unitedpunjab
Yes,, no problem so far.
Yes,, no problem so far.
Forum:
vBulletin 3.7 Add-ons
06-06-2008, 11:48 AM
Replies:
32
Mini Mods -
Remove forum rules step from registration
Views:
8,827
Posted By
unitedpunjab
Thanks for this, :)
Thanks for this, :)
Forum:
vBulletin 3.7 Add-ons
05-15-2008, 11:12 AM
Replies:
242
Integration with vBulletin -
vB Google Search Cloud - SEO
Views:
66,016
Posted By
unitedpunjab
got this error ' Table 'forum.searches' doesn't...
got this error
' Table 'forum.searches' doesn't exist'
Forum:
vBulletin 3.7 Add-ons
05-14-2008, 06:32 PM
Replies:
1,116
Major Additions -
Goldbrick Audio/Video Media System
Views:
240,083
Posted By
unitedpunjab
I wish you a very speedy recovery, Don't worry...
I wish you a very speedy recovery, Don't worry about the mod.Take care.
Forum:
vBulletin 3.7 Add-ons
05-10-2008, 03:48 PM
Replies:
242
Integration with vBulletin -
vB Google Search Cloud - SEO
Views:
66,016
Posted By
unitedpunjab
Possible to blacklist a tag ?
Possible to blacklist a tag ?
Forum:
vBulletin 3.7 Template Modifications
05-09-2008, 12:22 AM
Replies:
66
Profile Enhancements -
Homepage Thumbnail Preview in Member's Profile
Views:
23,756
Posted By
unitedpunjab
Switched to Shrinktheweb.com and Iagree it is...
Switched to Shrinktheweb.com and Iagree it is indeed a better service,Thanks Vinayak :up:
Showing results 1 to 25 of 288
Page 1 of 12
1
2
3
11
>
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:40 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.02480 seconds
Memory Usage
2,061KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(48)
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.0048
(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(229, 0, 1,''); -> cached fperms for forum 229
(unspecified) fetch_permissions(229, 0, 1,''); -> cached fperms for forum 229
FULLTEXT Search
php_sapi_name(): fpm-fcgi