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 3
1
2
3
>
Showing results 1 to 25 of 66
Search took
0.00
seconds.
Search:
Posts Made By:
z3r0
Forum:
vB4 General Discussions
03-29-2023, 08:40 AM
Replies:
6
Sidebar on 4.2.5.?
Views:
1,553
Posted By
z3r0
Take a look at this -...
Take a look at this - https://vborg.vbsupport.ru/showthread.php?t=283307
Forum:
vB3 General Discussions
01-20-2023, 08:35 AM
Replies:
11
forum users hacked
Views:
1,289
Posted By
z3r0
It's happening to all forum software and comment...
It's happening to all forum software and comment systems; it looks like somebody has a bot that is using details from data breaches to log into member accounts and post spam.
It's only been coming...
Forum:
vB4 General Discussions
11-22-2022, 07:05 AM
Replies:
1
Forum Issue
Views:
357
Posted By
z3r0
A quick look at the browser console when viewing...
A quick look at the browser console when viewing your sites shows that your CSS, among other things, is being blocked as it's being served over HTTP rather than HTTPS the rest of your page is being...
Forum:
vB4 General Discussions
08-26-2022, 08:21 AM
Replies:
2
[solved] How to disable/hide member profile pages from unregistered visitors?
Views:
454
Posted By
z3r0
Set the Unregistered user group permission in the...
Set the Unregistered user group permission in the admincp
Can View Member Info -> No
Forum:
vB4 Programming Discussions
01-23-2022, 08:31 AM
Replies:
3
vBulletin 4 sends an e-mail even the input e-mail syntax is not valid e-mail
Views:
1,262
Posted By
z3r0
A quick look at that section in vb4.2.5 (final)...
A quick look at that section in vb4.2.5 (final) class_mail.php shows a lot less code, I haven't the time to check through and see what the differences are but a good start would be update from Alpha...
Forum:
vB3 General Discussions
12-31-2021, 06:18 AM
Replies:
7
redirect-to - porn spam! vB3
Views:
2,082
Posted By
z3r0
I've just checked your site and the links in...
I've just checked your site and the links in Google and I think I would do more, all the porn links now resolve to an "Invalid Forum specified" page on your site, if that was mine I wouldn't like...
Forum:
vB3 General Discussions
12-30-2021, 06:13 AM
Replies:
7
redirect-to - porn spam! vB3
Views:
2,082
Posted By
z3r0
The links may not even be on your site, I've just...
The links may not even be on your site, I've just looked back on my ticket to dbseo on the issue back in 2016 and the "redirect-to" system creates an open redirect from any site it's enabled on - I...
Forum:
vB4 General Discussions
09-26-2021, 07:08 AM
Replies:
6
Some mod for appear news replys of subscription threads like news mp's?
Views:
1,142
Posted By
z3r0
That mod is broken as it checks the thread...
That mod is broken as it checks the thread marking options that were removed in the newer vb4 versions, it's fixed quite easily if you edit the check out.
Here is my working version of the code so...
Forum:
vB4 General Discussions
08-09-2021, 07:54 AM
Replies:
2
memberaction_dropdown
Views:
410
Posted By
z3r0
Try changing {vb:raw post.field72} to {vb:raw...
Try changing {vb:raw post.field72} to {vb:raw memberinfo.field72}
Forum:
vB3 General Discussions
12-01-2020, 06:39 AM
Replies:
5
Database error after changing hosts.. please take a look.
Views:
745
Posted By
z3r0
In your includes/config.php you need to change...
In your includes/config.php you need to change the database type to mysqli
$config['Database']['dbtype'] = 'mysqli';
Forum:
vBulletin Pre-Sales Questions
09-15-2020, 03:01 AM
Replies:
7
Do i get vBulletin 3 access with new vBulletin 5 license?
Views:
2,273
Posted By
z3r0
No, as of January 1st 2020 you no longer get...
No, as of January 1st 2020 you no longer get access to vbulletin 3 or 4 with new vb5 licences.
...
Forum:
vB4 Programming Discussions
09-12-2020, 04:36 AM
Replies:
10
Converting rel="nofollow" to rel="ugc"
Views:
1,720
Posted By
z3r0
It looks like line 2673 in...
It looks like line 2673 in includes\class_bbcode.php
Change
return "<a href=\"$rightlink\" target=\"_blank\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a>";
to
return "<a...
Forum:
vBulletin.org Site Feedback
09-05-2020, 04:44 AM
Replies:
34
Bug - vBulletin.org Login Issue
Views:
37,628
Posted By
z3r0
8 Months since first reported and this huge issue...
8 Months since first reported and this huge issue is still not fixed, if I was a new customer looking at vbulletin it wouldn't give me much confidence in the competency of the developers or company.
Forum:
vB4 General Discussions
07-30-2020, 04:09 AM
Replies:
6
exclude groups from no-cache http headers ?
Views:
453
Posted By
z3r0
Most browsers have developer tools in their...
Most browsers have developer tools in their menu's, open the developer tools and check the element headers on the network tab (there is loads of info on google on how to do it)
I've had a quick...
Forum:
vB4 General Discussions
07-28-2020, 06:20 AM
Replies:
2
How do i do this with vb4?
Views:
329
Posted By
z3r0
You should be able to do that with notices...
You should be able to do that with notices manager in your admincp.
Forum:
vB3 General Discussions
07-09-2020, 07:27 AM
Replies:
3
Post create date in showthread
Views:
384
Posted By
z3r0
After a little more playing, this will give you...
After a little more playing, this will give you first and last post dates (you can use last for date modified)
$thread[startdate] = vbdate("Y-m-dTH:i:sP", $thread["dateline"]);
$thread[lastdate]...
Forum:
vB3 Programming Discussions
05-18-2020, 04:22 AM
Replies:
2
Set another forumdisplay order
Views:
466
Posted By
z3r0
You need to edit the threadbit template and swap...
You need to edit the threadbit template and swap the order of the replies, views and lastpost code.
Forum:
vB4 Programming Discussions
02-03-2020, 06:40 AM
Replies:
6
Auto Avatar on Registration
Views:
680
Posted By
z3r0
You have chosen to make your new site on...
You have chosen to make your new site on completely obsolete software, you are going to find most of the addons haven't been updated in many years and many won't work on newer versions of PHP, before...
Forum:
vB4 General Discussions
01-22-2020, 05:11 PM
Replies:
3
changing navbar link from data-vocab to schema.org
Views:
518
Posted By
z3r0
It looks like the dbseo navbar code, if you are...
It looks like the dbseo navbar code, if you are running dbseo then change the dbtech_dbseo_navbit_link template.
Forum:
vB3 Programming Discussions
01-06-2020, 02:01 PM
Replies:
4
Anyway to show user avatar in $navbar?
Views:
984
Posted By
z3r0
I have a very vague recollection of setting this...
I have a very vague recollection of setting this up on my 3.8 board all those years ago, I'm pretty sure this was the method I used - https://vborg.vbsupport.ru/showthread.php?t=83150
Forum:
vB4 General Discussions
12-08-2019, 07:01 AM
Replies:
1
TESTING
Views:
437
Posted By
z3r0
Try adding this to your additional.css ...
Try adding this to your additional.css
.cke_skin_kama .cke_break {clear:none !important;}
Forum:
Modification Graveyard
11-07-2019, 05:51 AM
Replies:
83
Major Additions -
Threadloom Search (vB4)
Views:
19,395
Posted By
z3r0
I've found a bug - if you search for all posts by...
I've found a bug - if you search for all posts by a user (returns a vb search by default) then select "Switch to threadloom search results" it returns a blank query.
Edit - on further examination,...
Forum:
vBulletin 4.x Add-ons
08-26-2019, 10:13 AM
Replies:
1
Miscellaneous Hacks -
Contact Us fix for Mandrill.com
Views:
1,864
Posted By
z3r0
Thanks, this solved the issue I was having with...
Thanks, this solved the issue I was having with Amazon SES not sending contact us emails.
Forum:
vB4 General Discussions
08-15-2019, 04:00 AM
Replies:
33
(3) Instant Notifications in Page Title like Facebook
Views:
3,761
Posted By
z3r0
Working fine for me on 4.2.5 I added the...
Working fine for me on 4.2.5
I added the plugin
Hook: process_tempates_complete
Title: Notifications
Order: 5
Code:
$vbulletin->userinfo['notifications_total'] = $notifications_total;
Forum:
vBulletin 4.x Add-ons
07-19-2019, 09:00 PM
Replies:
2
Add-On Releases -
Cloudflare Registration Tools
Views:
4,161
Posted By
z3r0
Cloudflare Registration Tools
***You must be running your site through Cloudflare and have "IP Geolocation" turned on for this product to work***
Using the Cloudflare Geolocation header this product allows you to close...
Showing results 1 to 25 of 66
Page 1 of 3
1
2
3
>
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
05:53 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01682 seconds
Memory Usage
2,042KB
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
(13)
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.0013
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi