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...
Showing results 1 to 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
saf-t scissors
Forum:
Forum and Server Management
07-08-2010, 11:47 PM
Replies:
833
Sphinx Search
Views:
246,953
Posted By
saf-t scissors
I got this running with boggseric's summary last...
I got this running with boggseric's summary last night.
I'd like to point out this old Orban post (https://vborg.vbsupport.ru/showthread.php?p=1283359#post1283359), which I found helpful. It's a...
Forum:
vBulletin 3.8 Add-ons
09-29-2009, 01:07 PM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
395,906
Posted By
saf-t scissors
Is this what passes for "support" for a plugin? ...
Is this what passes for "support" for a plugin? //Edit: Amajadz, I'm sorry. I thought you were the guy writing the plug-in. My apologies. The rest, regarding the bugs and installing this POS at your...
Forum:
vBulletin 3.8 Add-ons
09-25-2009, 06:41 PM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
395,906
Posted By
saf-t scissors
Has anyone had problems with scheduled posts...
Has anyone had problems with scheduled posts getting attributed incorrectly within the forum?
I had a scheduled post go up, everything looked fine from forumdisplay, but when I clicked on the...
Forum:
vBulletin 3.8 Add-ons
09-20-2009, 03:23 PM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
395,906
Posted By
saf-t scissors
I was able to manually edit the db and turn the...
I was able to manually edit the db and turn the plug-in off, but that little script still doesn't work.
Forum:
vBulletin 3.8 Add-ons
09-20-2009, 03:00 PM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
395,906
Posted By
saf-t scissors
Does anyone know why the resetvbbridge file...
Does anyone know why the resetvbbridge file doesn't work?
I screwed something up and got locked out of WP, tried to use this file to turn integration off, uploaded it to the root WP dir (same as...
Forum:
vBulletin 3.8 Add-ons
09-17-2009, 06:32 PM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
395,906
Posted By
saf-t scissors
Does anyone have a fix for this? Best suggestion...
Does anyone have a fix for this? Best suggestion I've seen is to use the old plugin. Haven't tried that yet myself, but it does say it's not to be used with current software versions.
Edit:...
Forum:
vB3 General Discussions
02-19-2008, 01:15 AM
Replies:
3
how to force new members to post in introductions
Views:
755
Posted By
saf-t scissors
You could always have them complete a "bio" field...
You could always have them complete a "bio" field or something in their profile on registration, then use the text from that field to populate a new thread when their registration is complete.
...
Forum:
vB3 General Discussions
02-15-2008, 08:59 PM
Replies:
2
Approving new users from showthread?
Views:
1,070
Posted By
saf-t scissors
Thanks, but I'm not sure where that changes...
Thanks, but I'm not sure where that changes anything. It just gives more users the ability to suffer through the crappy stock approval process.
The approval process is really what I'm looking to...
Forum:
vB3 General Discussions
02-15-2008, 01:41 AM
Replies:
2
Approving new users from showthread?
Views:
1,070
Posted By
saf-t scissors
Approving new users from showthread?
I've been kicking around a couple of ideas on how to streamline our new user applications. Currently, if you're requiring moderator approval on new accounts, you first have to log into the admincp...
Forum:
vB3 General Discussions
02-15-2008, 01:10 AM
Replies:
7
how to stop spammers from registering and spam posting?
Views:
1,241
Posted By
saf-t scissors
Does anybody else require custom profile fields...
Does anybody else require custom profile fields to be completed on registration?
We require email confirmation and stock vB captcha, plus several custom profile fields. Within the last couple of...
Forum:
vBulletin 3.7 Add-ons
01-19-2008, 06:38 PM
Replies:
158
Miscellaneous Hacks -
Force Intro On Register
Views:
42,818
Posted By
saf-t scissors
I tried changing the hook location from...
I tried changing the hook location from register_addmember_complete to register_activate_process (so that the new thread doesn't appear until after email verification), but got db errors.
Mama:...
Forum:
vB3 Programming Discussions
06-05-2007, 09:03 PM
Replies:
11
syntax problems with checking for constants in an array?
Views:
1,498
Posted By
saf-t scissors
Correct. I was actually trying to check for one...
Correct. I was actually trying to check for one (and only one) membergroup. If there were more than one, it branched and did something else.
That always returns as false. I'm not sure why.
Forum:
vB3 Programming Discussions
06-05-2007, 02:31 AM
Replies:
11
syntax problems with checking for constants in an array?
Views:
1,498
Posted By
saf-t scissors
That doesn't seem to affect it. Thanks,...
That doesn't seem to affect it.
Thanks, though.
Forum:
vB3 Programming Discussions
06-05-2007, 02:01 AM
Replies:
3
Custom Scheduled Task - Looping through users in a usergroup
Views:
897
Posted By
saf-t scissors
I'm not familiar with the coin subscriptions, but...
I'm not familiar with the coin subscriptions, but finding members of a certain usergroup, modifying their accounts, and continuing to the next is fairly generic.
You'd need to create a query that...
Forum:
vB3 Programming Discussions
06-05-2007, 01:47 AM
Replies:
11
syntax problems with checking for constants in an array?
Views:
1,498
Posted By
saf-t scissors
syntax problems with checking for constants in an array?
if ($user[membergroupids] == USERGROUP_A) always returns true, but
if ($user[membergroupids] == 'USERGROUP_A') and
if ($user[membergroupids] == " . USERGROUP_A . ") always returns false
If I...
Forum:
vBulletin 3.6 Add-ons
01-12-2007, 11:42 PM
Replies:
77
Administrative and Maintenance Tools -
Token of Death (cookie ban)
Views:
27,099
Posted By
saf-t scissors
Yeah, I set TOD_banned_usergroup and...
Yeah, I set TOD_banned_usergroup and TOD_to_usergroup to 8.
Nuttin.
The test account was only banned temporarily, but I don't think that makes a difference. They should still be in usergroup...
Forum:
vBulletin 3.6 Add-ons
01-12-2007, 10:49 PM
Replies:
77
Administrative and Maintenance Tools -
Token of Death (cookie ban)
Views:
27,099
Posted By
saf-t scissors
I installed sid's version. It doesn't do a thing....
I installed sid's version. It doesn't do a thing.
I can't figure out what the deal is. I fixed the TABLE_PREFIX line, but still nothing. I'm getting the TOS cookie with the banned account, I still...
Forum:
vBulletin 3.6 Add-ons
12-24-2006, 04:43 AM
Replies:
598
Administrative and Maintenance Tools -
Multiple account login detector (AE Detector)
Views:
235,867
Posted By
saf-t scissors
Just one suggestion: how about including the IP...
Just one suggestion: how about including the IP address of the machine in the warning message? I added the code $ip= IPADDRESS; up near where it's checking the cookie, then changed the message so it...
Showing results 1 to 18 of 18
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:35 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.01557 seconds
Memory Usage
1,985KB
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)
post_thanks_navbar_search
(1)
search_results
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(36)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(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(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(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(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi