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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 167
Search took
0.01
seconds.
Search:
Posts Made By:
DRJ
Forum:
vB4 General Discussions
07-29-2020, 03:49 PM
Replies:
5
MySQL Non Responive
Views:
353
Posted By
DRJ
I am hopeful that Dave's suggestion works. I...
I am hopeful that Dave's suggestion works. I optimized all the tabled from the AdminCP and the site has remained up for about 16 hours so maybe there was some table corruption.
---------------...
Forum:
vB4 General Discussions
07-28-2020, 09:30 PM
Replies:
5
MySQL Non Responive
Views:
353
Posted By
DRJ
It is a dedicated server with 10,000 GB...
It is a dedicated server with 10,000 GB bandwidth, 16 GB RAM i5 760 2.8 GHz processor.
Has been running fine for years but for a month or so this issue has come up.
When the site is not...
Forum:
vB4 General Discussions
07-28-2020, 09:10 PM
Replies:
5
MySQL Non Responive
Views:
353
Posted By
DRJ
MySQL Non Responive
Not sure if there is the right place to ask. Recently my website has been having issues where the site becomes unresponsive. If I restart the MySQL service in WHM everything comes back up for a...
Forum:
vB4 Programming Discussions
02-11-2018, 04:57 PM
Replies:
1
Orphan NavBar Tab
Views:
441
Posted By
DRJ
Orphan NavBar Tab
I recently applied the security patches to 4.2.5 and on my NavBar I have a tab that just reads TabNameHere. I have been trying to trace where it comes from and checking projects and plugins but...
Forum:
vB4 General Discussions
02-09-2018, 02:42 PM
Replies:
12
IE11 Flickering Issue
Views:
390
Posted By
DRJ
Yea I use Chrome, had a user report the issue and...
Yea I use Chrome, had a user report the issue and tried IE myself and see the same thing. Was hoping there was some fix.
Forum:
vB4 General Discussions
02-09-2018, 04:10 AM
Replies:
12
IE11 Flickering Issue
Views:
390
Posted By
DRJ
IE11 Flickering Issue
I am running 4.2.5 and just installed the latest patches. Now I am noticing some issues with IE11. For example when on the Quick Reply the cursor will constantly flicker. So as you type characters...
Forum:
vB4 General Discussions
07-06-2014, 05:59 PM
Replies:
8
Session Page Views
Views:
323
Posted By
DRJ
Thanks, that hook worked.
Thanks, that hook worked.
Forum:
vB4 General Discussions
07-06-2014, 05:20 PM
Replies:
8
Session Page Views
Views:
323
Posted By
DRJ
I did it like this: Test {vb:raw...
I did it like this:
Test
{vb:raw PageCount}
Test
And do get Test output but not the number. I changed the code to what you put exactly but maybe it should be in someplace else.
There is...
Forum:
vB4 General Discussions
07-06-2014, 04:26 PM
Replies:
8
Session Page Views
Views:
323
Posted By
DRJ
I tried this in Global Start: $PageCount =...
I tried this in Global Start:
$PageCount = $_SESSION['PageCount']++;
vB_Template::preRegister('header',array('PageCount' => $PageCount));
Then in the Header Template I have this:
Test...
Forum:
vB4 General Discussions
07-06-2014, 03:54 PM
Replies:
8
Session Page Views
Views:
323
Posted By
DRJ
I think that will work but I can't get it to...
I think that will work but I can't get it to increment:
$PageCount++;
vB_Template::preRegister('header',array('PageCount' => $PageCount));
The output is always 1.
Forum:
vB4 General Discussions
07-06-2014, 02:46 PM
Replies:
8
Session Page Views
Views:
323
Posted By
DRJ
Session Page Views
Hi
Is there a variable I can use in the templates to see the number of page views for a user's current session?
For example, user goes to the site and I want a banner at the top to display some...
Forum:
vB4 Programming Discussions
02-16-2014, 07:48 PM
Replies:
3
Post count by date range
Views:
313
Posted By
DRJ
Gotcha, this worked. COUNT(u.posts) AS total...
Gotcha, this worked.
COUNT(u.posts) AS total
Thanks :)
Forum:
vB4 Programming Discussions
02-16-2014, 07:25 PM
Replies:
3
Post count by date range
Views:
313
Posted By
DRJ
Post count by date range
I am having trouble working with the dateline field. What I am trying to do is get the top post counts for 2013. But this code will return results but is not restricting to posts in the date range...
Forum:
vB4 General Discussions
08-27-2013, 03:44 AM
Replies:
7
Add buttons to Quick Reply
Views:
991
Posted By
DRJ
$toolbar[] = array('Smiley'); $toolbar[] =...
$toolbar[] = array('Smiley');
$toolbar[] = array('Attach', '-', 'Undo', 'Redo');
$toolbar[] = array('Link', 'Email', 'Unlink', 'Image', 'Video', '-', 'Quote', 'Code', 'Html');
This is...
Forum:
vB4 General Discussions
08-26-2013, 06:07 PM
Replies:
7
Add buttons to Quick Reply
Views:
991
Posted By
DRJ
I have been able to edit the ckeditor.php to add...
I have been able to edit the ckeditor.php to add buttons to the quick reply but I have not been able to add the attachment button. It seems to work a little differently, can anyone provide some...
Forum:
vB4 General Discussions
08-21-2013, 03:00 PM
Replies:
2
Edit Toolbar Custom Images
Views:
453
Posted By
DRJ
Edit Toolbar Custom Images
For vBulletin 4.2 how can I add custom images to the quick and advanced edit toolbar? The images seems to be in a sprite file and I am just trying to add a custom image to run a new tag I have added....
Forum:
vB4 General Discussions
08-16-2013, 12:49 AM
Replies:
1
Edit Post Until Reply
Views:
422
Posted By
DRJ
Edit Post Until Reply
Is there a hack available that will allow editing of any post in a thread up until there is a reply? I can set the edit time to unlimited, and I see a hack here...
Forum:
vB4 Programming Discussions
08-13-2013, 06:54 PM
Replies:
1
Add banner to archive
Views:
430
Posted By
DRJ
Add banner to archive
I wanted to add a logo and banner to the archive/index.php page.
I was able to do this by adding the Google Adsense code above the <?php in the file and it seemed to work fine, but occasionally I...
Forum:
vB4 Programming Discussions
08-04-2013, 03:52 PM
Replies:
0
Auto BCC Emails
Views:
388
Posted By
DRJ
Auto BCC Emails
Hi
I recently had some spam issues and wanted to see how I can monitor the emails better. I only have a few emails accounts setup for admin and registration and such and what I would like to do is...
Forum:
vB4 Programming Discussions
08-03-2013, 07:29 PM
Replies:
11
Spam Email
Views:
964
Posted By
DRJ
I checked the access log and didn't see anything...
I checked the access log and didn't see anything out of the ordinary, mostly showthread and standard pages like this.
Forum:
vB4 Programming Discussions
08-03-2013, 06:51 PM
Replies:
11
Spam Email
Views:
964
Posted By
DRJ
here is the header: Date: Sat, 03 Aug...
here is the header:
Date:
Sat, 03 Aug 2013 14:50:28 -0500
From:
"Logistics Services" <no_reply@pubinposte.com>
To:
pircolator@aol.com
Subject:
Order Information
Forum:
vB4 Programming Discussions
08-03-2013, 06:39 PM
Replies:
11
Spam Email
Views:
964
Posted By
DRJ
It is set to yes and if I log in to my server...
It is set to yes and if I log in to my server there are queued emails. If I set this to no it wouldn't stop the emails though would it? Just stop them from queuing?
Forum:
vB4 Programming Discussions
08-03-2013, 06:23 PM
Replies:
11
Spam Email
Views:
964
Posted By
DRJ
I disabled the usergroup permission to email...
I disabled the usergroup permission to email users and there were a couple more which didn't stop it. If I set the global setting to disable emails then they stop but that would also stop...
Forum:
vB4 Programming Discussions
08-03-2013, 06:11 PM
Replies:
11
Spam Email
Views:
964
Posted By
DRJ
I don't see any products or plugins with gallery...
I don't see any products or plugins with gallery in the name.
Forum:
vB4 Programming Discussions
08-03-2013, 06:06 PM
Replies:
11
Spam Email
Views:
964
Posted By
DRJ
Spam Email
Hi
I am getting a lot of spam sent through my server and I am trying to find the source. If I disable email from the admin CP they stop, so I am assuming it is going through the vbulletin email...
Showing results 1 to 25 of 167
Page 1 of 7
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
09:12 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.08896 seconds
Memory Usage
2,070KB
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
(16)
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.0029
(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(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(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