vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - [DBTech] vBMail v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=266142)

DragonByte Tech 12-18-2015 08:57 PM

vBMail v2.1.3 Patch Level 4

Bug Fixes:
  • Sending a HTML email via WYSIWYG would not display the email correctly in the mail history


Fillip

DragonByte Tech 12-18-2015 08:58 PM

Quote:

Originally Posted by Skaut (Post 2560661)
Can you please explain why is this in Addons sections of your OP: Poor Man's Bounced Email Handler

Is it really necessary, I had a feeling your solution was complete. What is it missing that you advise people to install that 2nd mod as well? Please let me know because I am considering buying your PRO version to support your development.

Sorry, I don't know where you get the "Poor Man's Bounced Email Handler" from?

This product will check for bounced email from users and remove email features from their account, as well as preventing the mails you send via vBMail from being delivered to users who have reached the bounced mail threshold.


Fillip

kevius 12-25-2015 01:00 PM

Hello

Fine mod but... it's not possible to send a picture into the message ?

Merry Xmas, Fred

Scimia 01-22-2016 05:18 PM

I've installed this plugin but every page of the plugin gives me this error:

Invalid action. Go back.

How to fix this?

DragonByte Tech 01-22-2016 05:21 PM

Quote:

Originally Posted by kevius (Post 2561156)
Hello

Fine mod but... it's not possible to send a picture into the message ?

Merry Xmas, Fred

Hi Fred,

I believe using the IMG BBCode will work :)

There's no attachment support at this time, though.

Quote:

Originally Posted by Scimia (Post 2563205)
I've installed this plugin but every page of the plugin gives me this error:

Invalid action. Go back.

How to fix this?

Hi there,

This is most commonly caused by an incorrect upload. Could you please double-check that you have dragged and dropped the contents of the "upload" folder to your forum's folder?


Fillip

BadgerDog 02-26-2016 11:41 AM

I apologize to the vBulletin staff, but I'm at a loss what to do to get some support for their paid product.

What a poorly designed customer support system on their main site... I've tried to post this four times there under their "open ticket" function and it still wouldn't appear anywhere. I even tried a PM to Belazor and it wouldn't accept that... and yes, I was logged in, as would be obvious since it let me download updates to my paid products. It just keeps going back to their home page.

================================================== =====

I simply was trying to upgrade (since I have a lifetime license which I believe is the PRO version since that’s the paid version) from 1.20 installed to vBMail v2.1.3pl4.

I uploaded the new files as recommended..

I made the modification to class_mail.php as recommended..

==================
3. Open ./includes/class_mail.php and find:
$this->smtpSocket = fsockopen(($this->secure == 'ssl' ? 'ssl://' : 'tcp://') . $this->smtpHost, $this->smtpPort, $errno, $errstr, 30);

Add above:
static $hook_code = false;
if ($hook_code === false)
{
$hook_code = vBulletinHook::fetch_hook('dbtech_vbmail_smtp_exec _send');
}
if ($hook_code)
{
eval($hook_code);
}
=====================

This is all I did .. I never got as far as importing the product XML?

Immediately started getting this error which crashed the whole site and I couldn't even get into AdminCP any longer.

tech_vbmail_mailinglist', ); ?>xtracache); } } ?>
Parse error: syntax error, unexpected '}' in /usr/www/apache/htdocs/milsurps/dbtech/vbmail/hooks/global_start.php on line 65


I contacted my Unix support person, since I'm a neophyte with coding. He modified a vBulletin config file so he could get back into our AdminCP and he disabled vBmail plugin which is still showing v1.20 of vB. I then restored all if the old vBMail 1.20 upload files, but I'm afraid to re-enable this thing at all now. My Unix tech recommended I don't do anything else, as he said it might crash the site again.

What I don’t understand is that when I went to do the change in class_mail.php, which appears as an instruction for both v.120 and v2.1.3pl4. my class_mail.php version that existed under v1.20, DID NOT already have that change?

Yet, I was running 1.20 fine and sending newletters to our various advisory groups?

Regardless, I added the suggested code to my native class_mail.php under vBulletin 4.13PL8, so I could do your vBmail v2.1.3pl4 upgrade and that's when our site blew up. It was almost immediately when I made that change, so I’m not sure what that means?

So, I have no idea why 1.20 was working if that change was never made and now I can't use either version of our paid product.

Regardless, I do need to get either the old version or new version running again for our members, so what would you recommend I do?

Thanks for your help?

Regards,
Doug

DragonByte Tech 02-26-2016 12:40 PM

Quote:

Originally Posted by BadgerDog (Post 2565635)
What a poorly designed customer support system on their main site... I've tried to post this four times there under their "open ticket" function and it still wouldn't appear anywhere. I even tried a PM to Belazor and it wouldn't accept that... and yes, I was logged in, as would be obvious since it let me download updates to my paid products. It just keeps going back to their home page.

Hi there,

I'm sorry for the difficulties you're having with our support ticket system. I have investigated our server logs, and the contents of your message was triggering a ModSecurity rule designed to prevent PHP Injection exploits. To read more about ModSecurity, if you're unfamiliar, you can click this link: https://www.modsecurity.org/

I have now disabled the offending rule, so you should experience no further problems posting support tickets @ our site :)

Quote:

Originally Posted by BadgerDog (Post 2565635)
tech_vbmail_mailinglist', ); ?>xtracache); } } ?>
Parse error: syntax error, unexpected '}' in /usr/www/apache/htdocs/milsurps/dbtech/vbmail/hooks/global_start.php on line 65

This looks like a corrupted / interrupted upload of the global_start file.

If you PM me with an FTP and AdminCP account over @ www.dragonbyte-tech.com (not here @ vB.org), I'll upgrade the mod for you :)


Fillip

BadgerDog 02-26-2016 01:05 PM

Quote:

Originally Posted by DragonByte Tech (Post 2565639)
Hi there,

I'm sorry for the difficulties you're having with our support ticket system. I have investigated our server logs, and the contents of your message was triggering a ModSecurity rule designed to prevent PHP Injection exploits. To read more about ModSecurity, if you're unfamiliar, you can click this link: https://www.modsecurity.org/

An error message other than just returning to the home page would have been informative, saving all of us a lot of time .. ;)

I will PM you on your site the information ...

Thanks again to Vbulletin.org staff for permitting my post here .. :up:

Regards,
Doug

DragonByte Tech 02-26-2016 01:14 PM

Quote:

Originally Posted by BadgerDog (Post 2565641)
An error message other than just returning to the home page would have been informative, saving all of us a lot of time .. ;)

Unfortunately I don't believe I can control this, as we run cPanel/WHM and I can't find a location to change this.


Fillip

Alan_SP 02-26-2016 02:06 PM

Quote:

Originally Posted by BadgerDog (Post 2565641)
An error message other than just returning to the home page would have been informative, saving all of us a lot of time .. ;)

Mod security isn't designed this way. :( It purposely obfuscates failures, leaving impression that everything worked fine from hackers side.

You can't just like that change the way it works. And it really has strange set of rules by default. You need to work really hard on all rules to get it working without problems on site like DBTech's (they had need for many things in posts, like php code, html code, paths to directories (linux or more rarely windows)).

All in all, mod security is more of a hindrance than security. Of course, someone who took really long time maybe can found set of rules that would give additional security without blocking genuine people posting their problems.

But... this is not the place for detailed discussion about mod security.


All times are GMT. The time now is 05:32 PM.

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.01466 seconds
  • Memory Usage 1,757KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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