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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.07
seconds.
Search:
Posts Made By:
kh99
Forum:
vBulletin 4.x Add-ons
10-09-2017, 05:50 PM
Replies:
375
Anti-Spam Options -
reCAPTCHA v2 Human Verification
Views:
172,570
Posted By
kh99
Haven't been around in quite a while, sorry, but...
Haven't been around in quite a while, sorry, but I don't do any vbulletin work any more, and I'm not even set up to test any minor changes or else I'd incorporate the fixes that have been posted. But...
Forum:
vBulletin 4.x Add-ons
01-08-2016, 03:51 PM
Replies:
375
Anti-Spam Options -
reCAPTCHA v2 Human Verification
Views:
172,570
Posted By
kh99
When is that happening, when you import the...
When is that happening, when you import the product xml? No one else reported that so I don't think it's the file. Try downloading a new copy.
Forum:
vBulletin 3.8 Add-ons
10-30-2015, 06:11 PM
Replies:
56
Anti-Spam Options -
reCAPTCHA v2 Human Verification
Views:
48,910
Posted By
kh99
Sorry for the delay in replying. vbulletin...
Sorry for the delay in replying. vbulletin doesn't have human verification for login by default. I have another mod that adds it for vb4, but I never did get around to making one for vb3. In the vb4...
Forum:
vB3 Programming Discussions
09-11-2015, 12:16 PM
Replies:
5
MySQL Query not working
Views:
939
Posted By
kh99
I suspect that it's a character encoding issue,...
I suspect that it's a character encoding issue, but I don't know much about handling that kind of thing. I did find this page: https://dev.mysql.com/doc/refman/5.0/en/charset-literal.html, so maybe...
Forum:
vB4 General Discussions
09-10-2015, 09:43 PM
Replies:
2
how to use new recaptcha in forum
Views:
580
Posted By
kh99
You can install this mod:...
You can install this mod: https://vborg.vbsupport.ru/showthread.php?t=315960
Forum:
vB4 Programming Discussions
08-19-2015, 10:34 PM
Replies:
1
Automation (Delete and Add posts)
Views:
389
Posted By
kh99
Sorry for the late reply, are you still looking...
Sorry for the late reply, are you still looking for these answers? I don't see anything in the admincp for deleting threads by keyword, but I sometimes forget about features. You could do it by going...
Forum:
vB4 Programming Discussions
07-31-2015, 01:35 AM
Replies:
1
Modifying Register.php
Views:
393
Posted By
kh99
For a little added security, there's javascript...
For a little added security, there's javascript on that page that hashes the 'password' and 'confirm' fields using md5, and sends the hash values in the password_md5 and passwordconfirm_md5 fields....
Forum:
vB4 Programming Discussions
07-28-2015, 03:56 PM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
711
Posted By
kh99
global_complete is one of the last things called....
global_complete is one of the last things called. I think what you want is something like global_setup_complete.
I was looking at code a little, and while I'm sure in th past I've suggested that...
Forum:
vB4 General Discussions
07-26-2015, 11:11 AM
Replies:
4
Attached photos appears small
Views:
336
Posted By
kh99
I think that might be because of the usergroup...
I think that might be because of the usergroup setting for whether or not Unregistered Users can download attachments. But I'm not sure. And if setting that to Yes for unregistered users does fix the...
Forum:
vB4 General Discussions
07-25-2015, 09:29 AM
Replies:
10
Testing Forum
Views:
622
Posted By
kh99
Creating a test installation is an option, but I...
Creating a test installation is an option, but I think goodhunting1 might be asking for the best way to create a private sub-forum on his public site.
Forum:
vB3 General Discussions
07-23-2015, 07:20 PM
Replies:
4
So much SPAM!
Views:
878
Posted By
kh99
This is a kind of risky thing that involves...
This is a kind of risky thing that involves changing the database directly, but I think what you can do is this:
1) Create a new usergroup (probably by copying the banned group), and note the...
Forum:
vB4 General Discussions
07-22-2015, 08:16 AM
Replies:
4
[Solved] My new quote template
Views:
858
Posted By
kh99
It should be {vb:raw message} instead of $message.
It should be {vb:raw message} instead of $message.
Forum:
vB4 Design and Graphics Discussions
07-21-2015, 01:15 PM
Replies:
6
Call a custom template in various places
Views:
511
Posted By
kh99
You would need to use a plugin. In the plugin...
You would need to use a plugin. In the plugin you'd set up any variables you need, register them to your template, then render the template and save the output in a variable. You'd then register that...
Forum:
vBulletin 4.x Add-ons
07-20-2015, 11:06 AM
Replies:
498
Anti-Spam Options -
Spambot Stopper - Prevent Spambots from Registering
Views:
148,937
Posted By
kh99
Sorry again. I'll try to take a quick look at...
Sorry again. I'll try to take a quick look at what I was given and post that.
Forum:
vB4 Programming Discussions
07-19-2015, 08:49 PM
Replies:
2
Help with determining uniqueness in postinfo (postbit) [PROBLEM SOLVED]
Views:
342
Posted By
kh99
I just posted this on vbulletin.com, but I think...
I just posted this on vbulletin.com, but I think what you want to do is to use {vb:raw post.postid} as part of some kind of tab name or id, so that it will be different for each post. I looked at...
Forum:
vB4 General Discussions
07-16-2015, 09:05 AM
Replies:
5
User selecting their displayed usergroup?
Views:
371
Posted By
kh99
I think what you want is to edit the usergroups...
I think what you want is to edit the usergroups and set "Can override primary group title/markup" to Yes.
Forum:
vB4 General Discussions
07-14-2015, 06:14 PM
Replies:
30
PHP make thread
Views:
1,216
Posted By
kh99
I think it might be: ...
I think it might be:
$threaddm->set_info('parseurl', true);
ETA: And I think you might need to do that before pagetext is set.
Forum:
vB4 General Discussions
07-11-2015, 10:45 PM
Replies:
8
Skype Icon Problem?
Views:
2,235
Posted By
kh99
Oh, thanks for that. In fact this thread is still...
Oh, thanks for that. In fact this thread is still showing on the front page: https://vborg.vbsupport.ru/showthread.php?t=318727 so I guess I should have known that.
Forum:
vB4 General Discussions
07-11-2015, 09:36 PM
Replies:
8
Skype Icon Problem?
Views:
2,235
Posted By
kh99
The interface that was used for that is gone,...
The interface that was used for that is gone, microsoft discontinued it. What you can do it edit the postbit (or postbit_legacy) template and either remove it or replace it with a static button....
Forum:
vB4 General Discussions
07-11-2015, 02:24 PM
Replies:
9
Custom value search in userDB back to profile for adminCP like (Quick Email Finder)
Views:
442
Posted By
kh99
Well, it looks like the results page redirects to...
Well, it looks like the results page redirects to the user profile if there is only one result, so I think you're all set there.
Forum:
vB4 Programming Discussions
07-10-2015, 06:25 PM
Replies:
6
Permission for specific Usergroup
Views:
349
Posted By
kh99
They're bitfields, not serialized values, so if...
They're bitfields, not serialized values, so if you have the permission number for a group (and it could very well be 3), then you can check it by using
if...
Forum:
vB4 Programming Discussions
07-09-2015, 07:31 PM
Replies:
2
Need php5 expert
Views:
368
Posted By
kh99
I'm not a php5 expert. But, I see that...
I'm not a php5 expert. But, I see that mysql_query() can return FALSE in the case of an error, and since the error message says that $query is a boolean, I'd assume that's what's happening. You could...
Forum:
vB4 General Discussions
07-09-2015, 11:40 AM
Replies:
6
Avatar Profile Pic Issue
Views:
673
Posted By
kh99
The number after the _ is the avatarrevision...
The number after the _ is the avatarrevision column from the 'user' table, and it should get incremented whenever a user uploads a new custom avatar. So you could fix the problem for a user by...
Forum:
vB4 Design and Graphics Discussions
07-08-2015, 10:32 AM
Replies:
2
how to increase font size sitewide for useronly
Views:
454
Posted By
kh99
Maybe you could create a new style and edit the...
Maybe you could create a new style and edit the stylevars to increase the font sizes, then whoever wants a larger font can select that style.
When I want a larger font I just use the browser zoom.
Forum:
vB4 Programming Discussions
07-07-2015, 07:12 PM
Replies:
4
Cannot write in text box
Views:
341
Posted By
kh99
Also maybe look in the console for javascript...
Also maybe look in the console for javascript errors.
Showing results 1 to 25 of 500
Page 1 of 20
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
02:05 PM
.
-- 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.03117 seconds
Memory Usage
2,077KB
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
(19)
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.0134
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(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(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi