Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT. The time now is 11:35 AM.


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