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 9
1
2
3
>
Last
»
Showing results 1 to 25 of 219
Search took
0.01
seconds.
Search:
Posts Made By:
Nullifi3d
Forum:
vB3 Programming Discussions
09-08-2012, 11:07 PM
Replies:
6
Select value from table where varname = '3 different things''
Views:
1,103
Posted By
Nullifi3d
freaking genius. ty... i feel like a moran for...
freaking genius. ty... i feel like a moran for not trying while.
Forum:
vB3 Programming Discussions
09-08-2012, 08:24 PM
Replies:
6
Select value from table where varname = '3 different things''
Views:
1,103
Posted By
Nullifi3d
I was doing some research and found matching...
I was doing some research and found matching information to what you're saying and tried adjusting my code:
$query = $db->query_read("SELECT value, varname FROM ".TABLE_PREFIX."setting WHERE varname...
Forum:
vB3 Programming Discussions
09-08-2012, 05:36 PM
Replies:
6
Select value from table where varname = '3 different things''
Views:
1,103
Posted By
Nullifi3d
For some odd reason the sql only fetches the...
For some odd reason the sql only fetches the illegalusernames field when I read the var_dump output.
$results = $db->query_first("SELECT value, varname FROM ".TABLE_PREFIX."setting WHERE varname IN...
Forum:
vB3 Programming Discussions
09-08-2012, 01:50 PM
Replies:
6
Select value from table where varname = '3 different things''
Views:
1,103
Posted By
Nullifi3d
Select value from table where varname = '3 different things''
I am trying to select 3 items from the setting table:
the info from the value column where the varname column equals illegalusernames, minusernamelength & maxusernamelength.
Something like:...
Forum:
vB3 General Discussions
08-20-2012, 03:05 PM
Replies:
1
vBulletin 3.6 - Register new user from outside vbulletin directory
Views:
624
Posted By
Nullifi3d
Can anyone give me any guidance on the minimum...
Can anyone give me any guidance on the minimum tables/fields that need to be inserted when creating a new user? I am simply trying to insert users from my shopping cart pages, but want to ensure that...
Forum:
vB3 General Discussions
08-13-2012, 09:04 PM
Replies:
1
vBulletin 3.6 - Register new user from outside vbulletin directory
Views:
624
Posted By
Nullifi3d
vBulletin 3.6 - Register new user from outside vbulletin directory
I am trying to implement a script that adds a new vbulletin user during a shopping cart purchase within the WHMCS cart page. I have the basic jquery script built to check for username availability...
Forum:
vB3 General Discussions
08-04-2012, 01:08 PM
Replies:
0
Username Check & Registration
Views:
394
Posted By
Nullifi3d
Username Check & Registration
I am attempting to integrate vBulletin registration into my shopping cart (obviously outside the vBulletin directory) for all new orders and am in need of a script that checks the db for current...
Forum:
vB3 General Discussions
02-19-2008, 08:07 AM
Replies:
14
Permissions Page
Views:
1,108
Posted By
Nullifi3d
For setting groups (not ugp): <options> ...
For setting groups (not ugp):
<options>
<settinggroup name="productpermissions" displayorder="0">
<setting varname="productpermissions_settingname" displayorder="1">...
Forum:
vB3 General Discussions
02-19-2008, 02:25 AM
Replies:
7
merging into the gpc array
Views:
993
Posted By
Nullifi3d
/me is retarded To test my plugin I was...
/me is retarded
To test my plugin I was entering 'home page url' as the data for the homepage field and other strings for the custom fields I made. It just came to me that homepage was not...
Forum:
vB3 General Discussions
02-19-2008, 01:46 AM
Replies:
2
add new usergroup on product install
Views:
750
Posted By
Nullifi3d
I have found the same. I sometimes get lost when...
I have found the same. I sometimes get lost when trying to duplicate a function that vbulletin does through a nest of functions, but if nobody else can provide some input I'll just have to man up and...
Forum:
vB3 General Discussions
02-18-2008, 01:59 AM
Replies:
2
add new usergroup on product install
Views:
750
Posted By
Nullifi3d
add new usergroup on product install
I would like to add a new usergroup (additional, not primary) based off registered members usergroup permissions when my product is installed. I have browsed over the update function in...
Forum:
vB3 General Discussions
02-18-2008, 01:12 AM
Replies:
7
merging into the gpc array
Views:
993
Posted By
Nullifi3d
I will change to TYPE_NOHTML. Thanks for the...
I will change to TYPE_NOHTML. Thanks for the advice.
As for the GPC variables, what I meant was when I update my profile, any profile fields other then 'homepagetitle' and 'homepagedesc' are not...
Forum:
vB3 General Discussions
02-17-2008, 01:18 AM
Replies:
7
merging into the gpc array
Views:
993
Posted By
Nullifi3d
I am trying to update two custom fields in the...
I am trying to update two custom fields in the user table when profile data is updated (profile_updateprofile). I want to clean the posted textbox inputs before inserting into the database.
I have...
Forum:
vB3 General Discussions
02-16-2008, 04:29 AM
Replies:
1
vbulletin is the best!
Views:
702
Posted By
Nullifi3d
I love it for it's professional identity and the...
I love it for it's professional identity and the product/plugin features.
Forum:
vB3 General Discussions
02-16-2008, 04:27 AM
Replies:
7
merging into the gpc array
Views:
993
Posted By
Nullifi3d
merging into the gpc array
Plugin: profile_updateprofile
I am trying to use $userdata->set to update a custom table field in 'user', however cannot find a way to merge the data with the already existent GPC array. Is this...
Forum:
vB3 General Discussions
02-16-2008, 01:59 AM
Replies:
2
selecting usergroups based off custom ugp
Views:
777
Posted By
Nullifi3d
I guess I didn't look very far into the plugin...
I guess I didn't look very far into the plugin being used. Thanks for pointing this out. I moved the query to 'forumhome_complete'. But the issue with finding the usergroups that have permission...
Forum:
vB3 General Discussions
02-15-2008, 05:25 AM
Replies:
2
selecting usergroups based off custom ugp
Views:
777
Posted By
Nullifi3d
selecting usergroups based off custom ugp
$usergroups = $db->query_first("SELECT usergroupid FROM " . TABLE_PREFIX . "usergroup WHERE fmwpermissions > '0'");
$website = $db->query_first("SELECT homepage AS url, homepagetitle AS title FROM "...
Forum:
vB3 General Discussions
10-28-2007, 10:28 AM
Replies:
0
Custom Usergroup Premissions
Views:
706
Posted By
Nullifi3d
Custom Usergroup Premissions
I have already asked this in the 'Create Custom Usergroup Permission (https://vborg.vbsupport.ru/showthread.php?t=82844)' with no response. Trying to figure out if it's possible to adjust some...
Forum:
vB3 Programming Discussions
10-17-2007, 08:53 AM
Replies:
3
Should these be bitfield UGP or a setting elsewhere?
Views:
886
Posted By
Nullifi3d
yes they are usergroup settings, but they're...
yes they are usergroup settings, but they're integer values as they are used for allowable file sizes and image dimensions.
Forum:
vB3 Programming Discussions
10-16-2007, 04:57 PM
Replies:
3
Should these be bitfield UGP or a setting elsewhere?
Views:
886
Posted By
Nullifi3d
Should these be bitfield UGP or a setting elsewhere?
Am adding custom UGP for my product however the following are not actually permissions, but rather settings (limitations) which differ per usergroup. Should I not put them in the xml for my custom...
Forum:
vB3 Programming Discussions
10-16-2007, 04:42 PM
Replies:
8
Problem with UGP
Views:
1,355
Posted By
Nullifi3d
roger, so will the permissions be available on...
roger, so will the permissions be available on all the plugins i listed in my first post?
Forum:
vB3 Programming Discussions
10-15-2007, 03:40 PM
Replies:
8
Problem with UGP
Views:
1,355
Posted By
Nullifi3d
Negative, trying to change the global permissions...
Negative, trying to change the global permissions ($vbulletin->options) for my product into usergroup permissions so I can have permissions set differently per usergroup. I have done this but need to...
Forum:
vBulletin 3 Articles
10-14-2007, 04:11 PM
Replies:
106
HowTo Create Custom Usergroup Permissions
Views:
51,189
Posted By
Nullifi3d
Apologies if this has already been asked and...
Apologies if this has already been asked and answered, but I need to adjust some permissions (upon product install) per usergroup so that some usergroups don't have access to certain features while...
Forum:
vB3 Programming Discussions
10-14-2007, 02:49 PM
Replies:
8
Problem with UGP
Views:
1,355
Posted By
Nullifi3d
Does nobody have any input on this? It's a custom...
Does nobody have any input on this? It's a custom Product that I am writing myself.
Forum:
vB3 Programming Discussions
10-04-2007, 09:52 AM
Replies:
8
Problem with UGP
Views:
1,355
Posted By
Nullifi3d
I was starting to think someone switched the...
I was starting to think someone switched the sites on me.... lol
Yea, I'm asking for help on a product, not vbulletin.
Showing results 1 to 25 of 219
Page 1 of 9
1
2
3
>
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
06:34 AM
.
-- 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.01937 seconds
Memory Usage
2,062KB
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
(5)
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.0031
(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(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(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(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(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(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi