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 32
Search took
0.00
seconds.
Search:
Posts Made By:
bkbelew
Forum:
vB3 Programming Discussions
02-02-2007, 04:58 AM
Replies:
4
Adding a user to the database manually
Views:
929
Posted By
bkbelew
Can you post what code / scripts you have?
Can you post what code / scripts you have?
Forum:
vB3 Programming Discussions
01-31-2007, 08:50 PM
Replies:
4
Adding a user to the database manually
Views:
929
Posted By
bkbelew
Adding a user to the database manually
I have seen a few people trying to do this, but haven't seen any code to do it successfully. I built a cms, i'm trying to make it where when a user is added they are automatically added to the...
Forum:
Modification Requests/Questions (Unpaid)
03-18-2006, 01:22 AM
Replies:
4
Poll results on seperate page
Views:
880
Posted By
bkbelew
I did it, for the graphing I used: ...
I did it, for the graphing I used:
html-graphs (v3.4)
and
$poll = mysql_query("SELECT pollid,question,options,votes FROM poll ");
while ($pollinfo = mysql_fetch_array($poll)) {
Forum:
vB3 General Discussions
03-16-2006, 05:08 PM
Replies:
2
Adding a user directly to the database
Views:
935
Posted By
bkbelew
It didn't really help me much, but thanks for...
It didn't really help me much, but thanks for the help :)
There has to be a simple way.. to generate the salt, encrypt the password, and enter it into the database w/out having to hook...
Forum:
vBulletin 3 Articles
03-16-2006, 05:06 PM
Replies:
162
Add new Users (automatically)
Views:
125,192
Posted By
bkbelew
Any update on this? I managed to add a user...
Any update on this? I managed to add a user to the Vb database w/ just a couple simply mysql calls. But.... the password encryption was wrong ( i'm assuming ) it wouldn't allow the user to...
Forum:
vB3 General Discussions
03-16-2006, 06:52 AM
Replies:
2
Adding a user directly to the database
Views:
935
Posted By
bkbelew
Adding a user directly to the database
Hello,
I'm working on a website, where people are added to the members section from the admin backend I created. I'm trying to simplify the process, and make it where it registers the user...
Forum:
Modification Requests/Questions (Unpaid)
03-15-2006, 08:25 PM
Replies:
4
Poll results on seperate page
Views:
880
Posted By
bkbelew
I'm assuming this is too difficult?
I'm assuming this is too difficult?
Forum:
Modification Requests/Questions (Unpaid)
03-06-2006, 10:57 PM
Replies:
4
Poll results on seperate page
Views:
880
Posted By
bkbelew
bump, anyone? ever seen this?
bump, anyone? ever seen this?
Forum:
Modification Requests/Questions (Unpaid)
03-04-2006, 02:07 AM
Replies:
4
Poll results on seperate page
Views:
880
Posted By
bkbelew
Poll results on seperate page
I'm looking for a way to display poll results on a seperate page. Not only the results, but also the bar graphs like thats shown when you view the normal results. I found an older mod, but it...
Forum:
Modification Requests/Questions (Unpaid)
06-23-2005, 06:38 PM
Replies:
0
Forum home look, on multiple pages
Views:
793
Posted By
bkbelew
Forum home look, on multiple pages
Hello,
Im trying to figure out how to make multiple pages look like the forum home
Ie Welcome back, login, etc.
So I can make multiple domains stealth redirect to lets say
...
Forum:
vB3 Programming Discussions
04-27-2005, 01:26 AM
Replies:
5
Mysql Queries
Views:
1,037
Posted By
bkbelew
Ok, i have pretty much the same thing as him, ...
Ok, i have pretty much the same thing as him, im having problems figuring out how to parse the thread contents itself though, heres what i have.. modified w/out the file calls from vb. I want...
Forum:
Modification Requests/Questions (Unpaid)
04-09-2005, 05:37 PM
Replies:
2
Custom Navbar Help Requested
Views:
936
Posted By
bkbelew
Yea, but that one is at the top of the forum and...
Yea, but that one is at the top of the forum and it's 100% in size. Like the pic I gave shows, I'm looking for something more customized to fit my forums.
The image that is there will be a...
Forum:
Modification Requests/Questions (Unpaid)
04-09-2005, 05:06 PM
Replies:
2
Custom Navbar Help Requested
Views:
936
Posted By
bkbelew
Custom Navbar Help Requested
Hello there :)
I'm looking for some help with my navbar, I want to customize it for my forums and I'm pretty much lost with it right now. I would imagine there's a couple people here who might be...
Forum:
vB3 General Discussions
01-09-2005, 05:29 AM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
The post counts and what not dont matter to me. ...
The post counts and what not dont matter to me. I do know that I have to get another license. After we run some tests on this one to make sure its not going to die we are going to purchase...
Forum:
vB3 General Discussions
01-09-2005, 02:08 AM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
:update: got it all working, took me less then...
:update: got it all working, took me less then 2 hours ;) Thanks for the info Zachery
Forum:
vB3 General Discussions
01-08-2005, 10:03 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
Ok, i got it reading from the database.. i dont...
Ok, i got it reading from the database.. i dont know if the admin settings are off or something, but for some reason, it wont let me login as admin, with my login from the other site
Forum:
vB3 General Discussions
01-08-2005, 08:28 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
Ok, heres heres another question, is users all...
Ok, heres heres another question, is users all i change, or do i have to change sessions? etc etc Ive had it sharing the user database, but it wouldnt log me in for some reason, it would say i...
Forum:
vB3 General Discussions
01-08-2005, 08:03 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
Ive already got the majority of it done ;) ...
Ive already got the majority of it done ;) well.. everything in the root is changed. My memberlist shows all the members from my other forum, and I can login under my username at the other...
Forum:
vB3 General Discussions
01-08-2005, 07:02 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
Give me some hints, lol.. please please.. I...
Give me some hints, lol.. please please.. I dont mind if its not pretty work.. and requires alot of time.. i need a challenge from time to time. But when you know nothing of how something works,...
Forum:
vB3 General Discussions
01-08-2005, 06:28 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
I wouldnt mind changing the code in every file if...
I wouldnt mind changing the code in every file if i knew what code to change ;) I know itll be alot of work.. doesnt bother me.. i have alot of time.
The two installs are in the same...
Forum:
vB3 General Discussions
01-08-2005, 04:31 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
Im just wanting to change the $user query to look...
Im just wanting to change the $user query to look at a different table prefix
Forum:
vB3 General Discussions
01-08-2005, 03:02 PM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
Mainly all I want to know is where the $user...
Mainly all I want to know is where the $user variable is set. I could care less about a extensive tech doc, it would just make it easier ;) I dont mind working, and searching.. this damn...
Forum:
vB3 General Discussions
01-08-2005, 05:08 AM
Replies:
18
How everything works?
Views:
1,813
Posted By
bkbelew
How everything works?
Hello,
Anyone have or willing to type up a layout of exactly how the vb backend works, like what happens when you hit the index, ie, init.php is loaded etc. Im trying to make the install I...
Forum:
vB3 General Discussions
01-01-2005, 08:47 PM
Replies:
3
2 vb installs sharing a user database?
Views:
821
Posted By
bkbelew
Or not? lol
Or not? lol
Forum:
vB3 General Discussions
12-31-2004, 09:49 PM
Replies:
3
2 vb installs sharing a user database?
Views:
821
Posted By
bkbelew
bump bump.....
bump bump.....
Showing results 1 to 25 of 32
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
06:21 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.09070 seconds
Memory Usage
2,050KB
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
(23)
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(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(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi