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 2
1
2
>
Showing results 1 to 25 of 40
Search took
0.00
seconds.
Search:
Posts Made By:
mainframe
Forum:
vBulletin 4.x Add-ons
11-10-2023, 08:19 AM
Replies:
375
Anti-Spam Options -
reCAPTCHA v2 Human Verification
Views:
174,893
Posted By
mainframe
This mod stopped working around 21 Oktober. Also...
This mod stopped working around 21 Oktober. Also getting the error that recaptcha cannot be verified due to server error. The test feature in the admin panel works fine.
Forum:
vB5 Programming Discussions
12-06-2022, 07:46 PM
Replies:
0
How to set active buttons on the navbar
Views:
2,778
Posted By
mainframe
How to set active buttons on the navbar
I'm currently reverse-engineering the blogs and groups to see how they set the active tab button on the navbar. From what I can tell they use the node id but how could I do that with custom pages?
...
Forum:
vB4 General Discussions
03-23-2020, 02:08 PM
Replies:
2
Prune users - More options wanted
Views:
539
Posted By
mainframe
in admincp/user.php make the following changes...
in admincp/user.php make the following changes for searching on (partial)email
if ($_REQUEST['do'] == 'pruneusers')
{
$vbulletin->input->clean_array_gpc('r', array(
'usergroupid' =>...
Forum:
vB4 Programming Discussions
08-20-2017, 07:33 AM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
Thank MarkFL, That did the trick :-)...
Thank MarkFL,
That did the trick :-) everything working without issues again
Forum:
vB4 Programming Discussions
08-20-2017, 06:24 AM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
any idea what would cause this? only thing I'm...
any idea what would cause this? only thing I'm sure of atm is that it's a php 7 thing
Forum:
vB4 Programming Discussions
08-19-2017, 01:14 AM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
var_dump changes from NULL to array(0) { }
var_dump changes from NULL to array(0) { }
Forum:
vB4 Programming Discussions
08-19-2017, 12:27 AM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
forgot this part.. sorry, it's been a few years...
forgot this part.. sorry, it's been a few years since I made it.
It's a plugin on forumhome_start to initially display the mod.
The php file I posted earlier is used to retrieve data using AJAX
...
Forum:
vB4 Programming Discussions
08-19-2017, 12:06 AM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
That's just plain html code, even if I would put...
That's just plain html code, even if I would put XXX there it should repeat the code inside for the number of results.
Yes, vBulletin works fine. it's just my own mods that act this way :-(
...
Forum:
vB4 Programming Discussions
08-18-2017, 11:58 PM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
No errors whatsoever, the page execution also...
No errors whatsoever, the page execution also continues as normal it just skips the <vb:each parts.
Attached blurred screenshots of how it looks in php 5.6.3 and 7.1.8
And here's the whole code...
Forum:
vB4 Programming Discussions
08-18-2017, 08:40 PM
Replies:
13
help needed with php7 issues on own mods
Views:
845
Posted By
mainframe
help needed with php7 issues on own mods
Dear vBulletin.org community,
I made a few custom mods for my site many years ago and I'm trying to get them to work with php 7. They all work fine with the latest version of php 5.6 but when I...
Forum:
vB4 Programming Discussions
08-12-2011, 02:05 AM
Replies:
2
where are the sessions being deleted?
Views:
446
Posted By
mainframe
Thanks, found it on both the cleanup crons.. I'll...
Thanks, found it on both the cleanup crons.. I'll see and test what happens..
Forum:
vB4 Programming Discussions
08-11-2011, 09:07 PM
Replies:
2
where are the sessions being deleted?
Views:
446
Posted By
mainframe
where are the sessions being deleted?
Hi Guys,
Anyone know where the inactive session are removed from the session table?
I'd like to change the code so it doesn't remove my session and make it look like I'm always online.
Best...
Forum:
vB4 Programming Discussions
03-14-2010, 04:02 PM
Replies:
2
A little help needed to integrate vbulletin in my mod
Views:
698
Posted By
mainframe
I can also check what hooks are available in my...
I can also check what hooks are available in my plugin system.. I need to know which hook to use..
I need to know the hook when vBulletin saves an uploaded file to the server, so I can copy the...
Forum:
vB4 Programming Discussions
03-13-2010, 12:17 PM
Replies:
2
A little help needed to integrate vbulletin in my mod
Views:
698
Posted By
mainframe
A little help needed to integrate vbulletin in my mod
Hi all,
I'm having some problems with understanding the new attachment system in vBulletin 4 and need some help in finding the right place to put my code.
I've coded my own upload center mod,...
Forum:
vBulletin 4.x Add-ons
02-16-2010, 01:56 PM
Replies:
3,061
Chat Modifications -
VSa - ChatBox (AJAX)
Views:
1,165,744
Posted By
mainframe
Just a suggestion: Wouldn't it be better to...
Just a suggestion: Wouldn't it be better to remove the table surrounding the shoutbox and replace it by a div container?
also the <br> there is before and after the shoutbox create a gap if you...
Forum:
vBulletin 4.x Add-ons
02-15-2010, 06:29 PM
Replies:
3,061
Chat Modifications -
VSa - ChatBox (AJAX)
Views:
1,165,744
Posted By
mainframe
When you run PHP 5.3.0 or higher you will get the...
When you run PHP 5.3.0 or higher you will get the following errors:
Deprecated: Function split() is deprecated in /home/xxx/public_html/global.php(28) : eval()'d code on line 39
Deprecated:...
Forum:
vBulletin 4.x Add-ons
02-15-2010, 05:57 PM
Replies:
1,382
Statistics Modifications -
VSa - Advanced Forum Statistics (AJAX)
Views:
500,365
Posted By
mainframe
Deprecated: Function split() is deprecated in php...
Deprecated: Function split() is deprecated in php 5.3.0, this should be updated..
Forum:
vBulletin 4.x Add-ons
02-14-2010, 05:21 PM
Replies:
1,382
Statistics Modifications -
VSa - Advanced Forum Statistics (AJAX)
Views:
500,365
Posted By
mainframe
Getting mysql errors during install, seems it has...
Getting mysql errors during install, seems it has to do with the query that looks for the post thank you hack..
And after install PHP errors
Since split() is deprecated since PHP 5.3...
Forum:
vBulletin 4.x Add-ons
01-01-2010, 07:33 PM
Replies:
50
Show Thread Enhancements -
(Additional SEO Plugin) Add (rel="nofollow") To All links in Threads
Views:
30,130
Posted By
mainframe
I always hard-coded this prior to vBulletin 4.0....
I always hard-coded this prior to vBulletin 4.0. but when I opened the source of vBulletin 4 I noticed they've added rel=nofollow. So there's no need for this modification anymore..
Forum:
vBulletin 4.x Add-ons
01-01-2010, 06:53 PM
Replies:
1,030
Chat Modifications -
[Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System
Views:
163,560
Posted By
mainframe
This mod needs an idle function or the shoutbox...
This mod needs an idle function or the shoutbox overloads with request the server on busy sites
Forum:
Forum and Server Management
12-28-2008, 07:45 AM
Replies:
16
Slow queries
Views:
4,448
Posted By
mainframe
Same problem here with 471.000 members... ...
Same problem here with 471.000 members...
Sometimes the query takes 9 seconds and I also found that the only slow queries generated by vBulletin are in the memberlist..
Forum:
Community Reviews
12-22-2008, 11:49 AM
Replies:
2
File Sharing Center Mod
Views:
1,679
Posted By
mainframe
Okay sorry, here it is: username: test-user,...
Okay sorry, here it is: username: test-user, password: qwerty :-)
Forum:
Community Reviews
12-22-2008, 02:53 AM
Replies:
2
File Sharing Center Mod
Views:
1,679
Posted By
mainframe
File Sharing Center Mod
Hi Guys,
I've coded an file sharing center for my sat site http://www.sat-television.com/ulc.php
And would love a proffesional oppinion about it..
Some of the things you can't see are the AJAX...
Forum:
Modification Requests/Questions (Unpaid)
10-29-2008, 11:28 AM
Replies:
4
wysiwyg
Views:
856
Posted By
mainframe
Already found and implemented this one in my mod ...
Already found and implemented this one in my mod
https://vborg.vbsupport.ru/showthread.php?t=135708
It's working but the tutorial seems incomplete, To get the editor fully working like it does in...
Forum:
Modification Requests/Questions (Unpaid)
10-26-2008, 06:17 PM
Replies:
4
wysiwyg
Views:
856
Posted By
mainframe
Any idea how to include the wysiwyg from...
Any idea how to include the wysiwyg from vBulletin on custom scripts?
Showing results 1 to 25 of 40
Page 1 of 2
1
2
>
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
06:30 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.01739 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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(37)
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.0008
(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(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(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(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(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(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi