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

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
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
Views: 816
Posted By Jakeman
thx :D

thx :D
Forum: vB3 Programming Discussions 09-04-2008, 10:24 PM
Replies: 2
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
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
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
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
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
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
Views: 1,333
Posted By Jakeman
asdf

asdf
Forum: vB3 Programming Discussions 08-11-2005, 08:15 PM
Replies: 11
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
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
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
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
Views: 1,057
Posted By Jakeman
okie thx ;)

okie thx ;)
Forum: vB3 Programming Discussions 05-18-2005, 05:06 PM
Replies: 8
Views: 1,057
Posted By Jakeman
attachment.filedata

attachment.filedata
Forum: vB3 Programming Discussions 05-16-2005, 05:48 AM
Replies: 8
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 01:26 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.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