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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 82
Search took
0.00
seconds.
Search:
Posts Made By:
JMH11788
Forum:
vBulletin 3.6 Add-ons
08-18-2007, 05:31 PM
Replies:
171
Add-On Releases -
vB Google Adsense for Search plus Integration
Views:
57,039
Posted By
JMH11788
well the navbar hook is gone now so that is why...
well the navbar hook is gone now so that is why you dont see it.
Forum:
vB3 Programming Discussions
03-29-2007, 02:04 AM
Replies:
7
info about session table
Views:
893
Posted By
JMH11788
I use <?php $cwd = getcwd(); ...
I use
<?php
$cwd = getcwd();
chdir('/var/www/forums');
require_once('./global.php');
chdir($cwd);
?>
Forum:
vB3 General Discussions
03-21-2007, 01:13 PM
Replies:
4
Logging users in using verify_authentication
Views:
1,916
Posted By
JMH11788
Why not? I've never understood why people make...
Why not? I've never understood why people make such a fuss. What about people that find the thread, if it's not answered then it's a waste of everyones time and resources. If I politely give the...
Forum:
vB3 Programming Discussions
03-21-2007, 01:07 PM
Replies:
7
info about session table
Views:
893
Posted By
JMH11788
right, but why does it not work then? I've...
right, but why does it not work then?
I've noticed it usually works okay if your file is in the same directory as vBulletin, but if you aren't in the same directory then problems arise quickly. A...
Forum:
vB3 General Discussions
03-21-2007, 02:17 AM
Replies:
4
Logging users in using verify_authentication
Views:
1,916
Posted By
JMH11788
you must require global.php first
you must require global.php first
Forum:
vB3 Programming Discussions
03-21-2007, 12:49 AM
Replies:
7
info about session table
Views:
893
Posted By
JMH11788
I've been trying to get past this for months....
I've been trying to get past this for months. Someone please help him (us) :(
Just to add to the information pool, I also get this error sometimes when trying to do the same thing:
warning:...
Forum:
Modification Requests/Questions (Unpaid)
03-07-2007, 07:35 PM
Replies:
26
Auto-Save Posts (Gmail style)
Views:
2,971
Posted By
JMH11788
What do you mean it would be difficult to manage...
What do you mean it would be difficult to manage it? I think it is quite the contrary.
I have actually setup something very similar to this on my site already using no plugins/hacks at all.
I...
Forum:
vB3 Programming Discussions
02-12-2007, 12:21 PM
Replies:
2
ToUserArray
Views:
1,236
Posted By
JMH11788
well I needed to know if the data is actually...
well I needed to know if the data is actually used for anything. I couldn't find anything that really did but that's okay, I just wrote a script to unserialize the data, make the changes, and...
Forum:
vB3 Programming Discussions
02-10-2007, 03:53 AM
Replies:
2
ToUserArray
Views:
1,236
Posted By
JMH11788
ToUserArray
Could someone tell me what exactly uses the serialized data in pmtext:touserarray?
Would it matter if the userid wasn't correct on a few of them?
Thanks!!!
No one has a clue? Please help,...
Forum:
vB3 Programming Discussions
02-04-2007, 12:51 AM
Replies:
0
Changing Mysql values in an auto_increment field
Views:
764
Posted By
JMH11788
Changing Mysql values in an auto_increment field
I'm working on a script to change the userid in vBulletin because I need the admin's userid to be one for another script I'm working on.
I ran into the problem that the user table has the userid...
Forum:
vB3 Programming Discussions
02-03-2007, 06:26 PM
Replies:
0
Echo tables which contain the column userid
Views:
1,031
Posted By
JMH11788
Echo tables which contain the column userid
I'm trying to write a code which reads the tables in the database and then reads the columns within those tables. If the table has a column "userid" then I want to echo the table name.
I've tried...
Forum:
vB3 Programming Discussions
01-23-2007, 03:02 AM
Replies:
4
Login form values
Views:
1,368
Posted By
JMH11788
Works perfect! Thanks!
Works perfect! Thanks!
Forum:
vB3 Programming Discussions
01-22-2007, 07:03 PM
Replies:
4
Login form values
Views:
1,368
Posted By
JMH11788
That's kinda what I figured. What exactly do I...
That's kinda what I figured. What exactly do I change though?
<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password,...
Forum:
vBulletin 3.5 Add-ons
01-22-2007, 03:56 PM
Replies:
28
Vbulletin Hooks Locator
Views:
14,503
Posted By
JMH11788
Very helpful. Works great on 3.6.4!
Very helpful. Works great on 3.6.4!
Forum:
vB3 Programming Discussions
01-22-2007, 01:55 AM
Replies:
5
vBulletin database class function for fetch_object ?
Views:
1,084
Posted By
JMH11788
I guess but christ, I wouldn't recode an entire...
I guess but christ, I wouldn't recode an entire script just to comply with vB standarts. Using mysql_fetch_object doesn't create errors or crash your database ;)
Forum:
vB3 Programming Discussions
01-22-2007, 01:46 AM
Replies:
5
vBulletin database class function for fetch_object ?
Views:
1,084
Posted By
JMH11788
Here is a piece of a script I made that fetches...
Here is a piece of a script I made that fetches an object :p
$query = $vbulletin->db->query_read("SELECT userid, username, password, email, joindate, timezoneoffset FROM user");
while ($row =...
Forum:
vB3 Programming Discussions
01-22-2007, 01:27 AM
Replies:
2
Manually Adding Forums
Views:
805
Posted By
JMH11788
Oh and just so you know the biggest danger with...
Oh and just so you know the biggest danger with datastore is deleting a row. You can truncate the data column usually without any problems though, I do it all the time on the options row :p
Forum:
vB3 Programming Discussions
01-22-2007, 01:24 AM
Replies:
4
Login form values
Views:
1,368
Posted By
JMH11788
Login form values
From what I can tell when you submit your password on the login form from vbulletin it will md5 the password value right in the html form, before it gets passed to the php scripts.
Is there anyway...
Forum:
vB3 Programming Discussions
01-22-2007, 01:04 AM
Replies:
6
Database Query Question
Views:
803
Posted By
JMH11788
very nice man, I did not know you could do that!
very nice man, I did not know you could do that!
Forum:
vB3 Programming Discussions
01-22-2007, 01:03 AM
Replies:
5
vBulletin database class function for fetch_object ?
Views:
1,084
Posted By
JMH11788
You get it to work? What's the query?
You get it to work?
What's the query?
Forum:
vB3 Programming Discussions
01-22-2007, 01:02 AM
Replies:
7
RSS External Links
Views:
1,265
Posted By
JMH11788
yeah, like I said you can adjust that in Options...
yeah, like I said you can adjust that in Options -> External Data Provider -> Cache Lifespan. It should update it a lot quicker that way. But again your server load will increase since it is updating...
Forum:
vB3 Programming Discussions
01-21-2007, 03:30 AM
Replies:
6
Database Query Question
Views:
803
Posted By
JMH11788
If they register their username as "John Doe" and...
If they register their username as "John Doe" and it dumps it to the username column in the users table, there is no way that I know of to do what you are looking to do. I bet you could do it with a...
Forum:
vB3 Programming Discussions
01-21-2007, 03:25 AM
Replies:
7
RSS External Links
Views:
1,265
Posted By
JMH11788
Well yea there is but..... since those...
Well yea there is but.....
since those script rely on external.php the only way for it top update instant is to set the external cache to 0secs. It will add a bit of load to your server is the...
Forum:
vB3 Programming Discussions
01-20-2007, 07:45 PM
Replies:
7
RSS External Links
Views:
1,265
Posted By
JMH11788
No problem, glad I could help ;)
No problem, glad I could help ;)
Forum:
vB3 Programming Discussions
01-20-2007, 02:30 AM
Replies:
7
RSS External Links
Views:
1,265
Posted By
JMH11788
This what you are looking for? ...
This what you are looking for?
http://www.vbulletin.com/forum/showthread.php?t=158887
http://www.vbulletin.com/forum/showthread.php?t=158895
Showing results 1 to 25 of 82
Page 1 of 4
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
10:08 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.01798 seconds
Memory Usage
2,049KB
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
(9)
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.0016
(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(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(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(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(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(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi