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:
kkinsey
Forum:
vB5 Programming Discussions
03-19-2018, 05:29 PM
Replies:
3
I want to login vBulletin through my site
Views:
999
Posted By
kkinsey
Just a guess, but either provide the full path...
Just a guess, but either provide the full path here:
vB5_Frontend_Application::init('config.php');
Or (possibly better), use PHP's chdir (https://php.net/chdir)() to change the script's...
Forum:
vB5 Programming Discussions
03-19-2018, 05:26 PM
Replies:
2
Google Analytics Javascript code.... on VB5
Views:
710
Posted By
kkinsey
Where did you place this code? It should go...
Where did you place this code?
It should go in the <head> of the document, which means that in vBulletin it should (probably*) be in the "headinclude" template.
* this is assuming vB5, a fairly...
Forum:
vBulletin 4.x Add-ons
11-28-2016, 02:31 PM
Replies:
1,226
Major Additions -
[DBTech] DragonByte SEO v2 (vB4)
Views:
317,664
Posted By
kkinsey
Hello, I've been instructed by mangement to...
Hello,
I've been instructed by mangement to investigate DragonByte SEO. I need to know if your licensing would allow us to install the product in a sandbox (devel.foo.com on the LAN) and then...
Forum:
General Articles
02-18-2015, 05:43 PM
Replies:
25
How to edit footer copyright so the YEAR changes automatically
Views:
68,610
Posted By
kkinsey
Thanks, much! Any reason you didn't do:d =...
Thanks, much!
Any reason you didn't do:d = new Date();document.write(d.getFullYear());?
Forum:
vB4 General Discussions
12-04-2013, 06:03 PM
Replies:
6
Glow-Host Spam-o-Matic
Views:
686
Posted By
kkinsey
You assume that we actually know something about...
You assume that we actually know something about it. ;)
Forum:
vB4 General Discussions
12-04-2013, 02:50 PM
Replies:
4
What's with the useless, inane, post-boosting thank you posts?
Views:
437
Posted By
kkinsey
Thank you, folks. This is, at least, some start...
Thank you, folks. This is, at least, some start towards understanding the issue.
Justin, I've not been able to find any images associated with the posts.
Max, I was pretty sure they were...
Forum:
vB4 General Discussions
12-03-2013, 02:42 PM
Replies:
4
What's with the useless, inane, post-boosting thank you posts?
Views:
437
Posted By
kkinsey
What's with the useless, inane, post-boosting thank you posts?
Hello,
My boss is responsible for moderating our community sites.
He's noticed an increase in what appear to be useless "bumps" of old threads, with inane platitudes and useless content ("What...
Forum:
vB4 General Discussions
01-17-2013, 01:26 PM
Replies:
10
How do you mean this error?
Views:
6,480
Posted By
kkinsey
Well, first ... why do you want to change the ini...
Well, first ... why do you want to change the ini setting? Obviously the vB codesbase has it there for a reason.
The error is what it says; in line 6988 of functions.php (probably the function...
Forum:
vB4 General Discussions
12-27-2012, 02:20 PM
Replies:
3
Change cms Promote post as article default values
Views:
965
Posted By
kkinsey
https://www.vbulletin.com/forum/entry.php/2504-vBu...
https://www.vbulletin.com/forum/entry.php/2504-vBulletin-4-1-11
Forum:
vB4 Programming Discussions
08-20-2012, 01:56 PM
Replies:
3
custom search box code?
Views:
776
Posted By
kkinsey
Thank you, John! Very helpful :)
Thank you, John! Very helpful :)
Forum:
vBulletin 4 Articles
07-06-2012, 02:05 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,722
Posted By
kkinsey
Indeed, it does. I just wasn't thinking...
Indeed, it does.
I just wasn't thinking inside the framework ;)
//this won't work
$foo = $vbulletin->input->clean_gpc('s',$_SERVER['SOME_VAR'],TYPE_NOHTML);
// this is correct!
$bar =...
Forum:
vBulletin 4 Articles
07-05-2012, 04:23 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,722
Posted By
kkinsey
Hmm, doesn't seem like I can. I had already...
Hmm, doesn't seem like I can. I had already discovered clean_gpc in the developer's guide; tried it with 'r' and 'p' ... null string result. And 's' is also null.
Guess I'll need to hunt down...
Forum:
vBulletin 4 Articles
07-05-2012, 12:47 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,722
Posted By
kkinsey
Are you feeding the rssfeed variable into the...
Are you feeding the rssfeed variable into the template?$templater = vB_Template::create('my_page');
$templater->register_page_templates();
$templater->register('pagetitle',...
Forum:
vBulletin 4.x Add-ons
07-02-2012, 07:13 PM
Replies:
118
Anti-Spam Options -
NoSpam! Image Enhancement (New version of No Spam! for Custom Image Verification)
Views:
49,121
Posted By
kkinsey
Thanks ... and thanks for the mod. Recently...
Thanks ... and thanks for the mod.
Recently converted 3 professional sites from a CFML forum to vB. We can't have pr0n and Canadian pharmaceuticals run all our members away. Your Mod helped us...
Forum:
vBulletin 4.x Add-ons
07-02-2012, 03:37 PM
Replies:
118
Anti-Spam Options -
NoSpam! Image Enhancement (New version of No Spam! for Custom Image Verification)
Views:
49,121
Posted By
kkinsey
Is this the only reason to upgrade? We're...
Is this the only reason to upgrade?
We're using 0.9 (very helpful, thanks!!!!) --- trying to figure out if we should "keep current". General feeling is "yes", but ... y'know....:erm:
Forum:
vB4 General Discussions
06-28-2012, 01:27 PM
Replies:
7
Add to quick links VB 4.1.8
Views:
2,072
Posted By
kkinsey
Lynne --- is this still valid info? I've...
Lynne --- is this still valid info?
I've added a plugin to product "vBulletin" at the "process_templates_complete" hook. The PHP code is:$template_hook['navbar_quick_links_menu_pos1'] .= '<li>My...
Forum:
vBulletin 4 Articles
06-21-2012, 08:20 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,722
Posted By
kkinsey
Doh! Too much stuff this week for brain to...
Doh! Too much stuff this week for brain to function properly! Thanks much!
Where do you want your cookies sent? :)
Forum:
vBulletin 4 Articles
06-21-2012, 04:29 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,722
Posted By
kkinsey
Well, Lynne, I want to thank you very much for...
Well, Lynne, I want to thank you very much for the article; I've used it with success here @work (up to a point), but I'm very sorry I have to chime in with YAQ (Yet another question).
On our...
Forum:
vB4 General Discussions
04-17-2012, 04:24 PM
Replies:
12
How to get a widget to only display on home page? (ad related)
Views:
1,613
Posted By
kkinsey
Well, I'm a little confused - CMS widgets only...
Well, I'm a little confused - CMS widgets only show up on the content.php page anyway --- which is "home" on most sites.
That out of the way, a PHP widget to do this could probably look something...
Forum:
vB4 General Discussions
03-29-2012, 07:33 PM
Replies:
6
Issue with default theme
Views:
629
Posted By
kkinsey
Quid pro quo: not an experienced vB admin. ...
Quid pro quo: not an experienced vB admin.
How would you normally debug this? Do you have, say, Firefox with Firebug installed?
Chrome also has a built-in debugger (which I think is there by...
Forum:
vB4 General Discussions
03-29-2012, 07:28 PM
Replies:
2
Can AdminCP show the site's name/URL?
Views:
605
Posted By
kkinsey
Thank you! Great information. I'll talk...
Thank you! Great information.
I'll talk with "the boss" about the logo hack. We tend to like "simple" when we can get it ;)
Forum:
vB4 General Discussions
03-29-2012, 03:41 PM
Replies:
2
Can AdminCP show the site's name/URL?
Views:
605
Posted By
kkinsey
Can AdminCP show the site's name/URL?
I'm "in charge" :rolleyes: of a fairly large number of sites.
Among these are 4 sites with forums; two of them are vB, and the other two will be moving soon.
Being an avid fan of tabbed...
Forum:
vB4 General Discussions
02-28-2012, 06:02 PM
Replies:
3
Created new page ... How do I get the footer in it?
Views:
375
Posted By
kkinsey
Yes, global.php is required, and we get past that...
Yes, global.php is required, and we get past that point.
And no lint issues:
$php -l pfs.php
No syntax errors detected in pfs.php
I will check the server logs, though --- thanks.
...
Forum:
vB4 General Discussions
02-28-2012, 05:14 PM
Replies:
3
Created new page ... How do I get the footer in it?
Views:
375
Posted By
kkinsey
Created new page ... How do I get the footer in it?
Hello,
I'm sorry if this is a FAQ. I've searched a bit and haven't been able to glean an answer from what I've read.
Per management, I've added a new page to a development site. Everything...
Forum:
vB4 Programming Discussions
01-12-2012, 01:49 PM
Replies:
3
login to vbulletin using curl
Views:
1,983
Posted By
kkinsey
What vBulletin version are you running? I...
What vBulletin version are you running?
I don't think md5('passwordstring') works anymore. Last time I looked at the code the password was double-encrypted along with the user's salt ... I could...
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
07:00 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.02529 seconds
Memory Usage
2,039KB
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
(31)
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.0007
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(189, 0, 1,''); -> cached fperms for forum 189
(unspecified) fetch_permissions(189, 0, 1,''); -> cached fperms for forum 189
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi