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 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
khan3332
Forum:
Modification Requests/Questions (Unpaid)
04-12-2006, 03:45 PM
Replies:
1
update username using datamanager
Views:
803
Posted By
khan3332
update username using datamanager
i have the username update code below
$userdm =& datamanager_init('User', $vbulletin);
$userdm->set_existing(fetch_userinfo( $vbulletin->userinfo['userid']));
$userdm->set('username',...
Forum:
vB3 General Discussions
03-01-2006, 08:04 PM
Replies:
1
where can i hook this
Views:
796
Posted By
khan3332
where can i hook this
i need to have
a plugin where everytime a user visits the forum
and if his username is a preg match of an email format
then it goes to another page i made
any idea where i can put this...
Forum:
vB3 General Discussions
02-15-2006, 12:47 PM
Replies:
4
login verify need help
Views:
997
Posted By
khan3332
because its possible for a person to have...
because its possible for a person to have multiple accounts.
And i dont want them to log in as another person when they are logged in as a different person in another part of my system.
Its like...
Forum:
vB3 General Discussions
02-15-2006, 02:46 AM
Replies:
4
login verify need help
Views:
997
Posted By
khan3332
yea but the thing is that people don't usually...
yea but the thing is that people don't usually log out
they just close the browser =(
Forum:
vB3 General Discussions
02-14-2006, 09:14 PM
Replies:
4
login verify need help
Views:
997
Posted By
khan3332
login verify need help
<?php
session_start();
define('VB_AREA', 'Forum');
$theForum = $_GET['fo'];
include("../".$theForum."/includes/functions_login.php");
Forum:
vB3 General Discussions
02-10-2006, 05:18 PM
Replies:
0
which hook location should i put this?...
Views:
766
Posted By
khan3332
which hook location should i put this?...
I am trying to do a plugin where
when the user attempt to login into the forum
the plugin checks if the username is an email
if it is, it directs to a page and request the user to change the...
Forum:
vB3 General Discussions
12-19-2005, 07:40 PM
Replies:
4
default font size editor, still can't find solution
Views:
1,181
Posted By
khan3332
im confused... what does the first...
im confused...
what does the first alternating color have to do with
the javascript editor?
i want the default font to be larger when i make a post
like showing " this" as default instead...
Forum:
vB3 General Discussions
12-19-2005, 01:38 PM
Replies:
4
default font size editor, still can't find solution
Views:
1,181
Posted By
khan3332
default font size editor, still can't find solution
i want to change the default size when i post a message on the editor
the default size is 2....like this forum
how do i make the default to be 3 or 4?
so when i submit a post, the fonts will...
Forum:
vB3 General Discussions
12-14-2005, 08:36 PM
Replies:
1
help~ default size font on editor
Views:
842
Posted By
khan3332
help~ default size font on editor
i want to change the default size when i post a message on the editor
the default size is 2....like this forum
how do i make the default to be 3 or 4?
so when i submit a post, the fonts will...
Forum:
vBulletin 3.5 Add-ons
11-29-2005, 08:02 PM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
557,502
Posted By
khan3332
anyone know how to uninstall the old vBookie for...
anyone know how to uninstall the old vBookie for v3.0?!?!
Forum:
vBulletin 3.0 Full Releases
11-29-2005, 07:57 PM
Replies:
777
vBookie - vBulletin Betting Hack
Views:
160,213
Posted By
khan3332
how do you uninstall this?!?!?!
how do you uninstall this?!?!?!
Forum:
vB3 General Discussions
10-11-2005, 08:26 PM
Replies:
8
VB_AREA or THIS_SCRIPT must be defined to continue...
Views:
4,271
Posted By
khan3332
OH MY GOD it works now!! =) thank youuuu
OH MY GOD it works now!! =)
thank youuuu
Forum:
vB3 General Discussions
10-11-2005, 08:13 PM
Replies:
8
VB_AREA or THIS_SCRIPT must be defined to continue...
Views:
4,271
Posted By
khan3332
more pain =*( one of the require in init.php...
more pain =*( one of the require in init.php doesn't use the right path
Warning: main(/usr/local/psa/home/vhosts/something.com/httpdocs/myapp/includes/class_core.php): failed to open stream: No...
Forum:
vB3 General Discussions
10-11-2005, 08:00 PM
Replies:
8
VB_AREA or THIS_SCRIPT must be defined to continue...
Views:
4,271
Posted By
khan3332
but then i get the error VB_AREA or...
but then i get the error
VB_AREA or THIS_SCRIPT must be defined to continue
where do i define...
Forum:
vB3 General Discussions
10-11-2005, 07:53 PM
Replies:
8
VB_AREA or THIS_SCRIPT must be defined to continue...
Views:
4,271
Posted By
khan3332
does anyone know what i actually need to include...
does anyone know what i actually need to include to get this function working
from a custom script?
verify_authentication in /includes/functions_login.php
im going crazy =(
Forum:
vB3 General Discussions
10-11-2005, 07:44 PM
Replies:
8
VB_AREA or THIS_SCRIPT must be defined to continue...
Views:
4,271
Posted By
khan3332
VB_AREA or THIS_SCRIPT must be defined to continue...
<?php
require("../testforum/includes/functions_login.php");
require('../testforum/includes/init.php');
echo verify_authentication("hahayo", "hahayoyoyo", "", "", true, true);
?>
Forum:
Modification Requests/Questions (Unpaid)
10-05-2005, 02:02 PM
Replies:
11
Automatic registration / login
Views:
2,298
Posted By
khan3332
this is what i need too; anyone know a way?
this is what i need too; anyone know a way?
Forum:
Modification Requests/Questions (Unpaid)
02-17-2005, 01:26 PM
Replies:
6
Import from Yahoo message board
Views:
1,231
Posted By
khan3332
Import from Yahoo message board
is there a way to import messages from Yahoo message board?
and/or users into vbulletin
Forum:
Modification Requests/Questions (Unpaid)
10-29-2004, 01:45 PM
Replies:
3
build_forum_permissions()
Views:
1,104
Posted By
khan3332
can someone at least explain the logic of...
can someone at least explain the logic of rebuilding the usergroupcache and forumcache?
The problem I am having is that when I insert an usergroup and adding forum permissions to it by simply...
Forum:
Modification Requests/Questions (Unpaid)
10-29-2004, 01:13 PM
Replies:
3
build_forum_permissions()
Views:
1,104
Posted By
khan3332
no one can help out? =(
no one can help out? =(
Forum:
Modification Requests/Questions (Unpaid)
10-28-2004, 08:08 PM
Replies:
3
build_forum_permissions()
Views:
1,104
Posted By
khan3332
build_forum_permissions()
can someone hack out method build_forum_permissions() in \includes\adminfunctions.php around line 2288
it basically rebuilds the datastore caches
I need to rebuild 'usergroupcache' and...
Showing results 1 to 21 of 21
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
11:35 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.01428 seconds
Memory Usage
1,998KB
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
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(8)
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.0006
(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(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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
(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
(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