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 11
1
2
3
>
Last
»
Showing results 1 to 25 of 254
Search took
0.01
seconds.
Search:
Posts Made By:
Jakeman
Forum:
vBulletin 4.x Add-ons
07-08-2013, 02:57 AM
Replies:
490
Anti-Spam Options -
vbStopForumSpam
Views:
175,846
Posted By
Jakeman
Try finding that CREATE TABLE query in the files...
Try finding that CREATE TABLE query in the files and change:
TYPE=MyISAM
...to:
ENGINE=MyISAM
Forum:
vB3 Programming Discussions
12-23-2008, 09:48 PM
Replies:
10
paid_subscription Database Error
Views:
976
Posted By
Jakeman
This appears to be a bug: ...
This appears to be a bug:
http://www.vbulletin.com/forum/project.php?issueid=26761
Forum:
vB3 Programming Discussions
09-04-2008, 10:56 PM
Replies:
2
security tokens in custom pages
Views:
816
Posted By
Jakeman
thx :D
thx :D
Forum:
vB3 Programming Discussions
09-04-2008, 10:24 PM
Replies:
2
security tokens in custom pages
Views:
816
Posted By
Jakeman
security tokens in custom pages
I know there is a thread here that shows how to use the new security tokens but I can't find it. Link plz. ;)
I was surprised to find that the forms on my custom vBulletin-integrated pages work...
Forum:
vB3 Programming Discussions
08-13-2007, 06:41 PM
Replies:
8
setting function pointers, need syntax
Views:
1,056
Posted By
Jakeman
Because it's easier to change pointers if...
Because it's easier to change pointers if possible.
Forum:
vB3 Programming Discussions
08-13-2007, 06:03 PM
Replies:
8
setting function pointers, need syntax
Views:
1,056
Posted By
Jakeman
I know how to use the function. I have...
I know how to use the function. I have references to the old function name in my scripts. I want to change the pointers to use the new function without modifying the references in the code. See my...
Forum:
vB3 Programming Discussions
08-13-2007, 04:48 PM
Replies:
8
setting function pointers, need syntax
Views:
1,056
Posted By
Jakeman
setting function pointers, need syntax
I am in the process of updating my custom scripts for 3.6.x. Some pages generate this error:
print_standard_error(...)
is now redundant. Instead, use
standard_error(fetch_error(...))
My...
Forum:
vB3 Programming Discussions
08-11-2005, 11:21 PM
Replies:
11
link colors not overriding?
Views:
1,333
Posted By
Jakeman
Is there any way to change that definition...
Is there any way to change that definition without hacking the software?
I know of no way to do that within the CSS manager. That's why I mentioned a duplicate definition.
Forum:
vB3 Programming Discussions
08-11-2005, 10:44 PM
Replies:
11
link colors not overriding?
Views:
1,333
Posted By
Jakeman
So I need to create a new definition for...
So I need to create a new definition for "td.thead" that is a duplicate of "thead"? I have to specifically identify which tags can override the higher link colors?
Forum:
vB3 Programming Discussions
08-11-2005, 10:12 PM
Replies:
11
link colors not overriding?
Views:
1,333
Posted By
Jakeman
asdf
asdf
Forum:
vB3 Programming Discussions
08-11-2005, 08:15 PM
Replies:
11
link colors not overriding?
Views:
1,333
Posted By
Jakeman
Here: ...
Here:
http://www.mscclan.com/storage/misc/test.html
Blue links.
Forum:
vB3 Programming Discussions
08-11-2005, 12:28 AM
Replies:
11
link colors not overriding?
Views:
1,333
Posted By
Jakeman
I see dark blue for LINKED TEXT. FF, Safari,...
I see dark blue for LINKED TEXT.
FF, Safari, IE. Mac / PC.
Forum:
vB3 Programming Discussions
08-10-2005, 11:07 PM
Replies:
11
link colors not overriding?
Views:
1,333
Posted By
Jakeman
link colors not overriding?
Sorry I can't provide a URL to the actual page... it's a work in progress that I want to keep private. But here is the relevant code from the page source.
.alt2, .alt2Active
{
background:...
Forum:
vB3 Programming Discussions
06-10-2005, 04:36 AM
Replies:
1
need server's timezone
Views:
884
Posted By
Jakeman
need server's timezone
I know that vB3 (3.0.7) gets the server's timezone from PHP (as opposed to from the vB options like in vB2). I can't find the code for this. :dead:
A pointer to the appropriate vB3 code, or a...
Forum:
vB3 Programming Discussions
05-18-2005, 11:07 PM
Replies:
8
exclusive field list
Views:
1,057
Posted By
Jakeman
okie thx ;)
okie thx ;)
Forum:
vB3 Programming Discussions
05-18-2005, 05:06 PM
Replies:
8
exclusive field list
Views:
1,057
Posted By
Jakeman
attachment.filedata
attachment.filedata
Forum:
vB3 Programming Discussions
05-16-2005, 05:48 AM
Replies:
8
exclusive field list
Views:
1,057
Posted By
Jakeman
exclusive field list
Is there a syntax for selecting all fields except those specified?
SELECT !(field1, field2)
FROM table
You get the idea...
TIA
Forum:
Modification Requests/Questions (Unpaid)
05-06-2005, 05:49 AM
Replies:
32
multi vB, with a multi database layer!
Views:
4,227
Posted By
Jakeman
To my knowledge, vBHosting violates the license. ...
To my knowledge, vBHosting violates the license.
If some one uses a hack to violate the license, then we absolutely can revoke their license. I believe it is our policy to not encourage such...
Forum:
Modification Requests/Questions (Unpaid)
05-05-2005, 04:26 PM
Replies:
32
multi vB, with a multi database layer!
Views:
4,227
Posted By
Jakeman
This thread applies: ...
This thread applies:
http://www.vbulletin.com/forum/showthread.php?t=103150
Yes, this mod requires separate active licenses for each "virtual" forum.
Forum:
vB3 Programming Discussions
12-28-2004, 05:46 PM
Replies:
2
select user records by secondary group
Views:
894
Posted By
Jakeman
FIND_IN_SET seems to work. thx
FIND_IN_SET seems to work. thx
Forum:
vB3 Programming Discussions
12-27-2004, 09:36 PM
Replies:
2
select user records by secondary group
Views:
894
Posted By
Jakeman
select user records by secondary group
I want to select all user records that are members of secondary group X. Is there any fancy SQL that would allow me to directly select these records? Or should I select all user records and parse...
Forum:
vB3 Programming Discussions
10-13-2004, 03:33 PM
Replies:
0
How do get Signatures to show on Announcements?
Views:
1,039
Posted By
Jakeman
How do get Signatures to show on Announcements?
Re: http://www.vbulletin.com/forum/showthread.php?t=118117
You need to edit the files a bit. Announcements do not have a showsignature field, and that field is used in a condition to parse the...
Forum:
vB3 Programming Discussions
08-02-2004, 11:35 PM
Replies:
1
PHP reserved words?
Views:
888
Posted By
Jakeman
PHP reserved words?
I keep getting owned by reserved words. Is there a list of them anywhere? I can't find one.
Forum:
vB3 Programming Discussions
07-05-2004, 05:38 PM
Replies:
23
int(11) and unix timestamp
Views:
8,568
Posted By
Jakeman
So I've got some time before I have to worry....
So I've got some time before I have to worry. :eek:
Forum:
vB3 Programming Discussions
07-05-2004, 04:40 AM
Replies:
23
int(11) and unix timestamp
Views:
8,568
Posted By
Jakeman
int(11) and unix timestamp
What is the biggest number / date that can be stored in a field of type int(11)? Just curious.
:cheeky:
Showing results 1 to 25 of 254
Page 1 of 11
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
01:26 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.02134 seconds
Memory Usage
2,045KB
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
(29)
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.0039
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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
(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(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(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