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 33
Search took
0.00
seconds.
Search:
Posts Made By:
Grouper
Forum:
vBulletin 4.x Add-ons
11-02-2019, 05:20 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,940
Posted By
Grouper
Is there an update to this plugin?
Is there an update to this plugin?
Forum:
vB4 General Discussions
04-23-2015, 03:43 PM
Replies:
1
Merge Guests posts into User
Views:
324
Posted By
Grouper
Merge Guests posts into User
A users account was accidentally deleted so all their posts were sent to guest. They re-registered and now I would like to merge their posts into their new account. Is there a way to do this? Using...
Forum:
vB4 Programming Discussions
04-21-2015, 10:37 PM
Replies:
4
Custom page
Views:
375
Posted By
Grouper
kh99, we are using file sessions in php and...
kh99,
we are using file sessions in php and we have the forums on our website.com/forums then we are making a nodejs application on website.com:3000 that we want to use the forums account and...
Forum:
vB4 Programming Discussions
04-21-2015, 07:17 PM
Replies:
4
Custom page
Views:
375
Posted By
Grouper
Hi kh99, So I am able to get the PHPSESSID...
Hi kh99,
So I am able to get the PHPSESSID from the cookie however setting session_id() to that value is not loading in the signed in user. Is there a different way I should be doing this?
Forum:
vB4 Programming Discussions
04-21-2015, 02:33 PM
Replies:
4
Custom page
Views:
375
Posted By
Grouper
Custom page
I have a custom page outside of the forums that I want to use the vbulletin session / login with. I followed the directions at https://vborg.vbsupport.ru/showthread.php?t=98009 and it seems to be...
Forum:
vBulletin 4.x Add-ons
01-29-2015, 06:46 PM
Replies:
4
Show Thread Enhancements -
Report To Moderator permission (group-based)
Views:
12,361
Posted By
Grouper
This plugin doesn't work properly with 4.2.2 user...
This plugin doesn't work properly with 4.2.2 user group permissions. I have Registered Users reporting disabled and a second group that has it enabled. Well if my primary group is registered users...
Forum:
vBulletin 4.x Add-ons
01-05-2015, 01:56 PM
Replies:
539
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
Views:
518,303
Posted By
Grouper
Your get_user_steamid() is broken. user info...
Your get_user_steamid() is broken. user info doesn't include steam_link even though it is in the database. If you provide get_user_steamid() with no params then you will always get a return false...
Forum:
vB4 Programming Discussions
08-15-2014, 06:05 PM
Replies:
1
Request information when posting in forum
Views:
305
Posted By
Grouper
Request information when posting in forum
Is there a plugin out there that when people post in the 'Support' forum it will have fields or require the user to enter their OS, version, etc?
Forum:
Modification Graveyard
08-14-2014, 04:13 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
Yep, if you want I can do an export of my changes...
Yep, if you want I can do an export of my changes and post them for anyone else having issues.
Forum:
Modification Graveyard
08-13-2014, 09:59 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
Any update on this?
Any update on this?
Forum:
Modification Graveyard
08-12-2014, 12:24 AM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
yea... i don't know why $vbulletin->user info...
yea... i don't know why $vbulletin->user info works on other things in that script but not is_member_of()... its weird. But i managed to get the plugin working with those edits I listed
Forum:
Modification Graveyard
08-12-2014, 12:23 AM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
Also you need to create a new hook ajax_start and...
Also you need to create a new hook ajax_start and add $ozzmodz_editable_post['active'] = $vbulletin->options['ozzmodz_editable_post_active']; //Is mod active
$allowed_users = explode(',',...
Forum:
Modification Graveyard
08-12-2014, 12:07 AM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
Fixed it $vbulletin->userinfo should be...
Fixed it
$vbulletin->userinfo should be vB::$vbulletin->userinfo
Forum:
Modification Graveyard
08-12-2014, 12:00 AM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
is there a need to have -1 in there?
is there a need to have -1 in there?
Forum:
Modification Graveyard
08-11-2014, 11:36 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
I did debugging and the issue lies with the...
I did debugging and the issue lies with the is_member_of() code. It is returning false
Here is my debug code
print_log('checking if active: '. $ozzmodz_editable_post['active']); ...
Forum:
Modification Graveyard
08-11-2014, 09:18 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
I created a test user and tested this, it doesn't...
I created a test user and tested this, it doesn't seem to enable the edit post button after the timeout of 15 minutes for the OP in the specified forums I enabled for in the settings. Seems to be the...
Forum:
Modification Graveyard
08-11-2014, 07:09 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
Is this supposed to work on threads started...
Is this supposed to work on threads started before this plugin was installed? I'm looking at the code and don't see why it wouldn't work, but my users are saying it is only working on new threads...
Forum:
Modification Graveyard
08-11-2014, 04:30 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
A feature that would be great is the ability to...
A feature that would be great is the ability to assign user groups per forum. I could see the need for some forums to need to allow some user groups while other forums need to disable the other user...
Forum:
Modification Graveyard
08-11-2014, 04:25 PM
Replies:
51
Show Thread Enhancements -
[OzzModz] First Post Editable Indefinitely Per Usergroup
Views:
4,500
Posted By
Grouper
This is exactly what I needed! Of course you...
This is exactly what I needed! Of course you customized it for my needs and I thank you for taking the time to make this so I didn't have too!
Forum:
vB4 General Discussions
07-11-2014, 10:12 PM
Replies:
7
Allow thread creators to edit original post
Views:
761
Posted By
Grouper
So you want the first post to be able to be...
So you want the first post to be able to be edited, but all other posts follow the 15 minute rule? - Yes
Do you want this to only apply to certain forums or all? - Certain at least. but if it can...
Forum:
vB4 General Discussions
07-11-2014, 06:50 PM
Replies:
7
Allow thread creators to edit original post
Views:
761
Posted By
Grouper
Allow thread creators to edit original post
Is there an option to allow thread creators to only edit the original thread post but not other posts in the thread?
My reasoning for wanting to do this is users can post files, mods etc and when...
Forum:
vBulletin 4.x Add-ons
07-10-2014, 02:56 PM
Replies:
498
Anti-Spam Options -
Spambot Stopper - Prevent Spambots from Registering
Views:
149,992
Posted By
Grouper
I don't have anything in my vb php error logs
I don't have anything in my vb php error logs
Forum:
vBulletin 4.x Add-ons
07-09-2014, 11:46 PM
Replies:
498
Anti-Spam Options -
Spambot Stopper - Prevent Spambots from Registering
Views:
149,992
Posted By
Grouper
I have my minimum value set at 10 with max set at...
I have my minimum value set at 10 with max set at 0. I also have the force user to wait until minimum time enabled, then have the redirect to registration page with error message. I was going through...
Forum:
vBulletin 4.x Add-ons
07-09-2014, 10:57 PM
Replies:
3,497
Anti-Spam Options -
[GlowHost] Spam-O-Matic - Spam Firewall stops forum spam
Views:
24,556,584
Posted By
Grouper
I seem to have figured it out. my expiry was set...
I seem to have figured it out. my expiry was set to the default 30 days and after researching that IP. they were last reported about 50 days ago. I increased my expiry time.
Would also be cool to...
Forum:
vBulletin 4.x Add-ons
07-09-2014, 10:22 PM
Replies:
3,497
Anti-Spam Options -
[GlowHost] Spam-O-Matic - Spam Firewall stops forum spam
Views:
24,556,584
Posted By
Grouper
I have 4 bots that registered from the same IP...
I have 4 bots that registered from the same IP which is 173.208.204.10 StopForumSpam.com has this IP listed as a spam bot however it seems the glow-host is still allowing it to register.
Showing results 1 to 25 of 33
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
01:48 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.04332 seconds
Memory Usage
2,037KB
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
(51)
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.0010
(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi