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 26
Search took
0.00
seconds.
Search:
Posts Made By:
jb605
Forum:
vBulletin 3.0 Full Releases
07-09-2005, 12:54 AM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
My fault. I should add that pattern into...
My fault. I should add that pattern into vbouncer.inc instead of modifying the code. Adding it to vbouncer.inc does the same thing.
Thanks.
Also, maybe you didn't expect, but I have a few...
Forum:
vBulletin 3.0 Full Releases
07-08-2005, 11:24 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
Thanks. That's what I am doing. I just created...
Thanks. That's what I am doing. I just created another account, which gets a copy of all the emails coming, so that when I see some patterns that my configuration cannot catch, I can just go back...
Forum:
vBulletin 3.0 Full Releases
07-08-2005, 04:40 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
I did a mass email, and there are a large amount...
I did a mass email, and there are a large amount of bounced emails. I didn't notice that 50 count limit, so vbouncer went ahead and processed 50 unique emails, and deleted all the others. This is...
Forum:
vBulletin 3.0 Full Releases
07-08-2005, 11:22 AM
Replies:
31
Automatic "Send Email" redirect
Views:
9,037
Posted By
jb605
After waiting for one whole night for this mass...
After waiting for one whole night for this mass email to finish, I only get up to find that the email.php page becomes blank. So I don't even know where it left off. The mailtemp table was left with...
Forum:
vBulletin 3.0 Full Releases
07-08-2005, 02:15 AM
Replies:
31
Automatic "Send Email" redirect
Views:
9,037
Posted By
jb605
Thanks for this great hack. As noted above, it...
Thanks for this great hack. As noted above, it does send out email in test mode actually. I tried the following change, which I believe fixed the problem so that it will ONLY test and not actually...
Forum:
vBulletin 3.0 Full Releases
07-06-2005, 12:51 AM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
Just found that the following tips helped me to...
Just found that the following tips helped me to get rid of this compilation error:
cp c-client/c-client.a /usr/local/lib/libc-client.a
chmod 644 /usr/local/lib/libc-client.a
cp...
Forum:
vBulletin 3.0 Full Releases
07-06-2005, 12:44 AM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
I am trying to install c-client. I have ran the...
I am trying to install c-client. I have ran the make command (I am on linux)
make slx
But after that, I cannot find a make install command. And the rest part of the README file really deals...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 11:48 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
Since my server has imap and pop binary and can...
Since my server has imap and pop binary and can be started via xinet.d, I figured that imap and pop is actually installed on my server, but might only as binary, no library?
The documentation on...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 10:49 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
My problem is with building php with imap...
My problem is with building php with imap support. The documentation says I need to compile PHP with --with-imap=DIR. What do I specify for the DIR here? And what do I need to install for that DIR...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 09:57 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
My cpanel server has imap service running fine....
My cpanel server has imap service running fine. But for my forum to be able to retrieve email via pop, I need to compile php with imap support myself (my web server customized php installation). I...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 06:51 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
I read the php document, looks like it says it...
I read the php document, looks like it says it needs something called c-client library. I thought php would have imap and pop support built-in, but seems it is more complicate than that. Also, after...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 03:43 PM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
Maybe this is not so relative, but I seem not...
Maybe this is not so relative, but I seem not able to find an instruction on how to compile php with imap, a simple --with-imap (--with-imap=shared) and --with-imap-ssl won't work.
Can anybody...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 03:01 PM
Replies:
3
Multiple domain affect whole site
Views:
1,974
Posted By
jb605
It might also be helpful to add IP based cookie: ...
It might also be helpful to add IP based cookie:
if (preg_match('/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/',$_SERVER["HTTP_HOST"]))
{
// this is a ip address
...
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 02:56 AM
Replies:
160
vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads
Views:
25,908
Posted By
jb605
Does this hack support secure pop? Is yes, how...
Does this hack support secure pop? Is yes, how should I configure it?
Thanks a lot
Forum:
vBulletin 3.0 Full Releases
11-30-2004, 09:09 PM
Replies:
89
Soft Deleted Archive v2.7
Views:
12,161
Posted By
jb605
What's the difference between this hack and...
What's the difference between this hack and "Deleted Post and Thread Management"
https://vborg.vbsupport.ru/showthread.php?t=59807
Forum:
vBulletin 3.0 Full Releases
11-16-2004, 12:54 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,246
Posted By
jb605
I have edited admincp/index.php, but looks like...
I have edited admincp/index.php, but looks like my vbindex option is still not showing up in the admincp panel. So it is kind of hard to get to its control panel part.
Anybody has any suggestion?
Forum:
vBulletin 3.0 Full Releases
11-16-2004, 03:50 AM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,246
Posted By
jb605
installed with a localized vbulletin 3.03. Seems...
installed with a localized vbulletin 3.03. Seems it works great so far. Might be problems not found yet. But so far so good :nervous:
Forum:
Modification Requests/Questions (Unpaid)
10-21-2004, 08:18 PM
Replies:
2
prevent posting if post contains certain words
Views:
731
Posted By
jb605
if it does not exists, can somebody give some...
if it does not exists, can somebody give some hints on how to implement it?
Forum:
Modification Requests/Questions (Unpaid)
10-21-2004, 07:42 PM
Replies:
2
prevent posting if post contains certain words
Views:
731
Posted By
jb605
prevent posting if post contains certain words
I am wondering if there exists such a hack:
If the post submitted contains certian words, simply does not allow it to be posted. Either return to the forum index as if it has succeed (try to full...
Forum:
vBulletin 3.0 Full Releases
04-09-2004, 06:20 PM
Replies:
500
Forums arranged in columns on forumhome
Views:
111,686
Posted By
jb605
Hi, Xenon, would you mind give some more details...
Hi, Xenon, would you mind give some more details on what you think needs to be done to make it work for forums in forumdisplay?
I have modified forumdisplay.php to add in
...
Forum:
vBulletin 3.0 Full Releases
04-07-2004, 10:44 PM
Replies:
500
Forums arranged in columns on forumhome
Views:
111,686
Posted By
jb605
I have tried, but looks like it does not work for...
I have tried, but looks like it does not work for forumdisplay, or at least not working when the upper level is forum instead of category. I edited forumdisplay.php and Forum Display template.
Forum:
vBulletin 3.0 Full Releases
04-07-2004, 02:54 PM
Replies:
500
Forums arranged in columns on forumhome
Views:
111,686
Posted By
jb605
Hi, Xenon, do you have any plan to make this work...
Hi, Xenon, do you have any plan to make this work for forumdisplay and make it work for forum in addition to categories?
Thanks.
Forum:
vBulletin 3.0 Full Releases
04-05-2004, 06:07 PM
Replies:
210
Fulltext boolean search v.2.2 for vB
Views:
50,298
Posted By
jb605
No, it didn't work either. It does not work even...
No, it didn't work either. It does not work even if I remove that part completely.
I think the issue lies between fulltext itself and my language character. I tried to do an search using
SELECT...
Forum:
vBulletin 3.0 Full Releases
04-05-2004, 02:43 AM
Replies:
210
Fulltext boolean search v.2.2 for vB
Views:
50,298
Posted By
jb605
I just installed this hack on vB 3.0.0 gold...
I just installed this hack on vB 3.0.0 gold version. I am running a chinese website. Chinese is multibyte language, and the words are not delimited by space. I thougt by using fulltext search, the...
Forum:
Modification Requests/Questions (Unpaid)
02-22-2004, 04:02 PM
Replies:
6
REQUEST: Login script from Non VB page
Views:
1,088
Posted By
jb605
Why I can not view that thread? I have verified...
Why I can not view that thread? I have verified my license here.
Showing results 1 to 25 of 26
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
08: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.01680 seconds
Memory Usage
2,041KB
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
(63)
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.0006
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi