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 34
Search took
0.00
seconds.
Search:
Posts Made By:
rebelde
Forum:
vBulletin 4.x Add-ons
04-30-2015, 02:29 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
IMPORTANT: I improved the plugin to do a much...
IMPORTANT:
I improved the plugin to do a much better job, but haven't had time to publish it here. Now, I will no longer be using vBulletin, so I'm giving you all the current code, in the hopes...
Forum:
vBulletin 4.x Add-ons
03-09-2015, 01:10 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
I can't help you, sorry, but you can edit the...
I can't help you, sorry, but you can edit the code if you want.
Forum:
vBulletin 4.x Add-ons
11-17-2014, 11:37 AM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
This really is beyond the scope of what this...
This really is beyond the scope of what this modification is trying to do. I would suggest that you try the tools in AdminCP > Maintenance > General Update Tools. One of them might fix it.
Forum:
vBulletin 4.x Add-ons
08-25-2014, 02:58 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
My experience is that Gmail and Yahoo just send...
My experience is that Gmail and Yahoo just send your emails to the Spam folder and don't bother sending any sort of notification. Of course, different email providers can do different things, but...
Forum:
vBulletin 4.x Add-ons
08-25-2014, 12:48 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
Admin CP > Options > Email options > Bounce Email...
Admin CP > Options > Email options > Bounce Email address
Forum:
vBulletin 4.x Add-ons
04-27-2014, 03:03 AM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
Right now, the method is crude (but somewhat...
Right now, the method is crude (but somewhat effective). It just counts the bounced emails, as long as they are not bounces for temporary reasons.
The different bounce codes? The current code...
Forum:
vBulletin 4.x Add-ons
04-02-2014, 01:07 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
Ezak, I'm not sure that I understand you, but I...
Ezak, I'm not sure that I understand you, but I can try to answer your questions.
1. The system only stops sending emails when the bounced_count = 5 or more. Users with a bounce_count of 3 will...
Forum:
vBulletin 4.x Add-ons
04-02-2014, 01:56 AM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
I am pretty sure that there are no conflicts.
I am pretty sure that there are no conflicts.
Forum:
Modification Graveyard
04-02-2014, 01:01 AM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
I think this is the whole thing: <?xml...
I think this is the whole thing:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" executionorder="5" product="vbulletin">
<title><![CDATA[Poor Man's Bounce...
Forum:
vBulletin 4.x Add-ons
04-01-2014, 01:24 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
Richie, Thanks for testing it so quickly. ...
Richie,
Thanks for testing it so quickly. The defaults were set for everyday usage. If you have a huge backlog of messages, you are going to want to do exactly what you are doing to "catch up". ...
Forum:
vBulletin 4.x Add-ons
04-01-2014, 02:17 AM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
The other one was an add-on to somebody else's...
The other one was an add-on to somebody else's add-on. It was a bit of a hack.
To me, this version is independent and very different and should have its own thread where people can come by and...
Forum:
Modification Graveyard
03-31-2014, 07:11 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
Actually, if you click Run Now in Scheduled...
Actually, if you click Run Now in Scheduled Tasks, it will show you the log of the current operation. I'm going to add that to my instructions now in the new mod.
Thanks for testing it!
Forum:
Modification Graveyard
03-31-2014, 06:47 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
I've just fixed it up and released it as its own...
I've just fixed it up and released it as its own add-on (https://vborg.vbsupport.ru/showthread.php?t=310072). It is the same but I improved the phrase text quite a bit to make it more...
Forum:
vBulletin 4.x Add-ons
03-30-2014, 10:00 PM
Replies:
35
Administrative and Maintenance Tools -
Bounced email handler
Views:
9,856
Posted By
rebelde
Bounced email handler
What does the bounced email handler do?
It stops sending emails to addresses that are no longer valid. This helps keep your email from being marked as spam, and helps get your legitimate emails...
Forum:
Modification Graveyard
03-26-2014, 02:37 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
Yes, edit the PHP code :D. The PM...
Yes, edit the PHP code :D.
The PM notifications are actually quite useful. It is a bit annoying that it comes from the admin's account, but many people see the PM and change their email address to...
Forum:
Modification Graveyard
03-24-2014, 05:45 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
How does it work? If I remember correctly: ...
How does it work?
If I remember correctly:
1. Bounced emails are collected using a special email address.
2. Those emails are loaded into the database.
3. If there are more than 5(?) bounces...
Forum:
Modification Graveyard
03-12-2014, 01:57 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
Yes, no problems. Please let me know your...
Yes, no problems.
Please let me know your feedback.
Forum:
Modification Graveyard
11-25-2013, 03:49 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
Attached. This has been working very well...
Attached.
This has been working very well for me on my forums for a number of months.
Documentation?
The normal stuff:
- upload the file
- import the product
- edit the "Bounced Email...
Forum:
Modification Graveyard
10-28-2013, 01:45 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
I've created a full bounced email handler that...
I've created a full bounced email handler that I've been using successfully on my site for a few months now. I have been meaning to release it as an add-on here but haven't gotten around to it. If...
Forum:
Modification Graveyard
11-28-2012, 02:46 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
I'm sorry. I wish I had time to work on this, but...
I'm sorry. I wish I had time to work on this, but I don't.
Forum:
Modification Graveyard
09-09-2012, 03:19 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
Do not install this mod until further notice. ...
Do not install this mod until further notice.
I've discovered a problem that is leading to database errors, but I'm swamped with work and won't be able to investigate a solution for some time.
Forum:
vBulletin 4.x Add-ons
08-08-2012, 05:11 PM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
rebelde
There might be a bug. Without my small bit of...
There might be a bug. Without my small bit of code, emails were still being sent out to users whose emails were bouncing. With my code, those emails stopped going out.
Forum:
vBulletin 4.x Add-ons
08-08-2012, 04:13 AM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
rebelde
Fillip, Great job with the bounced email...
Fillip,
Great job with the bounced email handling. I'm not sure you understand what a big deal this is. Building on your code, we can now block a lot of outgoing emails that will bounce.
I...
Forum:
Modification Graveyard
08-07-2012, 10:00 PM
Replies:
24
Add-On Releases -
Poor Man's Bounced Email Handler
Views:
9,685
Posted By
rebelde
Poor Man's Bounced Email Handler
This modification has been replaced by the full Bounced Email Handler (https://vborg.vbsupport.ru/showthread.php?t=310072). Please use that one instead.
...
Forum:
vBulletin 4.x Add-ons
01-24-2012, 01:29 PM
Replies:
86
Administrative and Maintenance Tools -
Spam Detector Suite (Lite Version)
Views:
22,926
Posted By
rebelde
Addamroy, The PHP code is pretty simple, so it...
Addamroy,
The PHP code is pretty simple, so it shouldn't be too difficult to edit it to create exceptions for links to those two sites.
Showing results 1 to 25 of 34
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
10:32 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.05356 seconds
Memory Usage
2,040KB
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
(75)
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(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(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(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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi