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...
Showing results 1 to 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
jschefdog
Forum:
vBulletin 3.0 Beta Releases
04-21-2004, 08:06 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
Related to this topic, it seems that whenever you...
Related to this topic, it seems that whenever you run a search using "getdaily", the Search Results web page always says:
Search: Posts From Last Day
Regardless of the number of days you...
Forum:
vBulletin 3.0 Beta Releases
04-21-2004, 07:48 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
Thanks for the tip Zachery. I tried these and...
Thanks for the tip Zachery. I tried these and they work fine. For example:
search.php?do=getdaily&days=30&forumid=26
search.php?do=getdaily&days=30&exclude=28,29
Specifying the forumid will...
Forum:
vBulletin 3.0 Beta Releases
04-21-2004, 05:54 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
That's a nice hack, and much more handy and...
That's a nice hack, and much more handy and obvious. This is the kind of feature I had hoped would be part of vB 3. To save people the trouble of hunting it down, here is the link.
...
Forum:
vBulletin 3.0 Beta Releases
04-21-2004, 05:25 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
Here are a couple of optional enhancements to the...
Here are a couple of optional enhancements to the hack. If you want to block this type of search for a time period longer than a few days, you can modify the line listed in the first post to...
Forum:
vBulletin 3.0 Beta Releases
04-21-2004, 04:54 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
I don't agree that the availability of "getdaily"...
I don't agree that the availability of "getdaily" makes this hack unecessary. This command was available in version 2 and the Day Search hack was built around it. But to use it you have to remember...
Forum:
vBulletin 3.0 Beta Releases
04-21-2004, 03:56 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
OK, I figured out how to add more options to the...
OK, I figured out how to add more options to the "Find Posts From" drop down in the Search form. From the admin page, open the Style Manager and choose Edit Templates for the style you want to...
Forum:
vBulletin 2.x Full Releases
04-21-2004, 12:08 AM
Replies:
26
Add a Separate Page to your Forum to search Last XX Days
Views:
5,274
Posted By
jschefdog
I just posted what I believe is a way to do this...
I just posted what I believe is a way to do this version 3. See the thread Search All Posts From Date (Day Search) (https://vborg.vbsupport.ru/showthread.php?t=64172)
Forum:
vBulletin 3.0 Beta Releases
04-20-2004, 10:00 PM
Replies:
17
Search All Posts From Date (Day Search)
Views:
8,300
Posted By
jschefdog
Search All Posts From Date (Day Search)
This is so simple I'm almost embarrased :o to post it here with all these great hacks, but I did some searching and only found posts from others who were looking for this feature. There is a hack for...
Forum:
vBulletin 2.x Full Releases
05-02-2003, 07:58 PM
Replies:
26
Add a Separate Page to your Forum to search Last XX Days
Views:
5,274
Posted By
jschefdog
Glad to see you're still following this thread. ...
Glad to see you're still following this thread. Thanks for making the hack available. I think people will keep using it until the developers add this feature to the standard vbulletin, which it...
Forum:
vBulletin 2.x Full Releases
05-01-2003, 11:48 PM
Replies:
26
Add a Separate Page to your Forum to search Last XX Days
Views:
5,274
Posted By
jschefdog
Thanks for the great hack, this is exactly what I...
Thanks for the great hack, this is exactly what I was looking for. I can't believe that they still haven't added this feature to the standard vbulletin, even in the v3 beta.
I made a few tweaks...
Forum:
vBulletin 2.x Full Releases
06-17-2002, 09:27 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
A search of the vBulleting community forum...
A search of the vBulleting community forum uncovered that the ignore list problem was fixed in version 2.2.6. It affected any post made by a userid which was not in the user table. Since the NNTP...
Forum:
vBulletin 2.x Full Releases
06-14-2002, 11:42 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
OK, I spoke too soon. Got all the posts...
OK, I spoke too soon. Got all the posts downloaded, but I am also seeing the "ignore list" problem. When I open a thread, every post says:
Did anyone every figure out what causes this...
Forum:
vBulletin 2.x Full Releases
06-14-2002, 10:45 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
Well, I may not know PHP, but I was able to...
Well, I may not know PHP, but I was able to figure it out by using the echo command to see what was happening. The problem was the extremely long (151 chars) login response being returned by our...
Forum:
vBulletin 2.x Full Releases
06-14-2002, 10:07 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
I don't know if anyone's listening. I think I...
I don't know if anyone's listening. I think I have found the source of the problem, but don't know how to fix it. If I add an echo to line 86 of gateway.php (v1.9) as follows:
echo $max =...
Forum:
vBulletin 2.x Full Releases
06-13-2002, 11:45 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
One more piece of information that might help. I...
One more piece of information that might help. I tried running gateway.php again with the debugging version of nntp.php that Gilby posted and showqueries=1. Here is the output (changed the server...
Forum:
vBulletin 2.x Full Releases
06-13-2002, 09:14 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
I have been doing some more investigation and...
I have been doing some more investigation and discovered that our internal news server is using something called NNTPCache (see www.nntpcache.org for more details). Could this cause problems for the...
Forum:
vBulletin 2.x Full Releases
06-13-2002, 06:08 PM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,074
Posted By
jschefdog
I have been trying to get this hack to work for...
I have been trying to get this hack to work for the last two days. I have read through every post in this thread, but could not find a solution. I have been using the admin interface supplied by...
Forum:
vBulletin 2.x Full Releases
06-12-2002, 10:58 PM
Replies:
87
Graphical Interface for the NNTP Gateway
Views:
13,304
Posted By
jschefdog
Where do you change "cancontainthreads"? I am...
Where do you change "cancontainthreads"? I am having the same problem. I click the manual synchronization link, get no warnings or errors, but nothing ever shows up in the forum.
If I open...
Showing results 1 to 18 of 18
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
08:43 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.01609 seconds
Memory Usage
1,993KB
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)
post_thanks_navbar_search
(1)
search_results
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(47)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0005
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi