vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Poor Man's Bounced Email Handler (https://vborg.vbsupport.ru/showthread.php?t=286441)

rebelde 03-31-2014 06:47 PM

I've just fixed it up and released it as its own add-on. It is the same but I improved the phrase text quite a bit to make it more understandable.

Please test it if you can and suggest any improvements to the instructions.

RichieBoy67 03-31-2014 06:56 PM

Quote:

Originally Posted by rebelde (Post 2490699)
I've just fixed it up and released it as its own add-on. It is the same but I improved the phrase text quite a bit to make it more understandable.

Please test it if you can and suggest any improvements to the instructions.

Sure thing, Thanks :up:

rebelde 03-31-2014 07:11 PM

Quote:

Originally Posted by RichieBoy67 (Post 2489328)
Some type of a log would be good also to see what it is actually doing.

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!

CharlieDelta 04-01-2014 10:22 PM

So I kept this installed but just disabled assuming it would be updated. Would it be possible to get a copy of this old mod so I can confirm what files to delete and uninstall?

rebelde 04-02-2014 01:01 AM

Quote:

Originally Posted by CharlieDelta (Post 2490941)
Would it be possible to get a copy of this old mod so I can confirm what files to delete and uninstall?

I think this is the whole thing:
PHP Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<plugins>
    <plugin active="1" executionorder="5" product="vbulletin">
        <title><![CDATA[Poor Man's Bounce Handler, requires vBMail (Lite)]]></title>
        <hookname>newpost_notification_message</hookname>
        <phpcode><![CDATA[if ($touser['dbtech_vbmail_bounceflag'])
{
    continue;
}]]></phpcode>
    </plugin>
</plugins>

No file uploads, database changes or anything.


All times are GMT. The time now is 07:08 AM.

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.02441 seconds
  • Memory Usage 1,725KB
  • 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)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete