Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
microNEWSLETTER (Mailinglist Manager) Details »»
microNEWSLETTER (Mailinglist Manager)
Version: 4.2.0, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.x Rating:
Released: 01-25-2010 Last Update: 01-27-2010 Installs: 101
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

*** Link Removed ***

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 01-31-2010, 02:22 PM
voglermc's Avatar
voglermc voglermc is offline
 
Join Date: Oct 2006
Location: Piedmont Triad, NC, USA
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sent out an email on friday and its still sending it out everyday to 1100+ members

It just sent it to me again even though I disabled the product an hour ago
Reply With Quote
  #133  
Old 01-31-2010, 08:00 PM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by voglermc View Post
I sent out an email on friday and its still sending it out everyday to 1100+ members

It just sent it to me again even though I disabled the product an hour ago
Whatever the original issue is with the software, I don't know. But more than likely the reason you still got it is two things.

#1, You need to disable the cron that sends the email (until this issue is figured out).

#2, The mails were already in the mail server queue and it's still sending out the queue. You can't do anything about that one, other than wait it out.
Reply With Quote
  #134  
Old 02-01-2010, 03:28 AM
HappyFeet's Avatar
HappyFeet HappyFeet is offline
 
Join Date: Mar 2009
Location: Tn. USA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great Mod and I want to use it, I'm even interested in the Pro version.

However I noticed the "members" mailing list is ALL of my members which includes banned members. I went through and deleted them as subscribers and an hour later they were back as subscribers.

I do not want to email these spammers, how do I fix this?
Reply With Quote
  #135  
Old 02-01-2010, 04:38 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by voglermc View Post
I sent out an email on friday and its still sending it out everyday to 1100+ members

It just sent it to me again even though I disabled the product an hour ago
If you've access to your database with phpMyAdmin check if the the field "active" of that campaign has value og zero.

Maria
Reply With Quote
  #136  
Old 02-01-2010, 04:46 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HappyFeet View Post
This is a great Mod and I want to use it, I'm even interested in the Pro version.

However I noticed the "members" mailing list is ALL of my members which includes banned members. I went through and deleted them as subscribers and an hour later they were back as subscribers.

I do not want to email these spammers, how do I fix this?
Deleting subscribers manually is not the right way. It's better to let the script to send once email to spammer and as they'll be bounce, they'll be automatically put in the blacklist.

Another way to work as you like, is to modify the file includes/cron/micronewsletter_members
Replace:
Code:
$sql = $vbulletin->db->query_read("SELECT * FROM ".TABLE_PREFIX."user ORDER BY userid ASC");
With:
Code:
$sql = $vbulletin->db->query_read("SELECT * FROM ".TABLE_PREFIX."user WHERE usergroupid<>8 ORDER BY userid ASC");
Maria
Reply With Quote
  #137  
Old 02-02-2010, 10:02 AM
Cla75 Cla75 is offline
 
Join Date: Aug 2009
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
Yesterday I purchased your product, I installed it but I can not send email (with the demo at least able to send the test)

I configured the admin panel fields and then ...

1. I created a new message, click on test mail but "you haven't setup any email address for Testing" :-(
where I post this address for the test email?

2. I tried to create different Campaigns for the shipment of Messages to all members (subscribers) but the status remains / and not receive any email.

What is wrong?
Reply With Quote
  #138  
Old 02-02-2010, 10:16 AM
HappyFeet's Avatar
HappyFeet HappyFeet is offline
 
Join Date: Mar 2009
Location: Tn. USA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
Deleting subscribers manually is not the right way. It's better to let the script to send once email to spammer and as they'll be bounce, they'll be automatically put in the blacklist.



Maria
Thank you for the help, for the moment I chose to leave it alone and let it run... I'll check the Blacklist.

I found that the test email had the unsubscribe link in it and the actual newsletter that went out didn't. Is this backwards?
Reply With Quote
  #139  
Old 02-02-2010, 12:22 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cla75 View Post
Hello,
Yesterday I purchased your product, I installed it but I can not send email (with the demo at least able to send the test)

I configured the admin panel fields and then ...

1. I created a new message, click on test mail but "you haven't setup any email address for Testing" :-(
where I post this address for the test email?

2. I tried to create different Campaigns for the shipment of Messages to all members (subscribers) but the status remains / and not receive any email.

What is wrong?
What is wrong is that you're posting this in the wrong place. If you're asking about the Pro product, it has nothing to do with vBulletin.org. Go to the support forum for the Pro product and post your questions there.
Reply With Quote
  #140  
Old 02-02-2010, 12:52 PM
Cla75 Cla75 is offline
 
Join Date: Aug 2009
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry I did not know
Reply With Quote
  #141  
Old 02-14-2010, 04:09 PM
dianna's Avatar
dianna dianna is offline
 
Join Date: Mar 2008
Location: Texas
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
If you deactivate vmoods, what is happening? Newsletter's link appears or not?

Maria
I also have vmoods however when I deactivated vmoods the link for the newsletter still didn't appear.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:20 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.10039 seconds
  • Memory Usage 2,311KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete