vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Email reminder for inactive users 1.1.3 (https://vborg.vbsupport.ru/showthread.php?t=180025)

dirtycrow 08-01-2008 04:21 PM

Fatal error: Call to a member function on a non-object in /home/xxx/public_html/forums/includes/class_mail.php(266) : eval()'d code on line 4

thoughts?

AuroraStorm 08-02-2008 07:07 PM

Nice...I'll use it in conjunction with Paul M's hack...

*installed*

Gene Steinberg 08-03-2008 12:51 PM

I really like this mod, but I am encountering a problem where new registrants are also getting the reminder emails.

Yes, I have your 1.1.3 version which supposedly has that fix:

Quote:

Update 1.1.3 (22/5/08)

* Bugfix for New Registers
I assume that was what it's for, right?

Well, anyway, it's not working for me.

Suggestions?

Peace,
Gene

trilljester 08-04-2008 06:01 PM

Quote:

Originally Posted by popowich (Post 1579791)
How do I fix the "From:" for the e-mails generated by this product?

My reminder e-mails from "From: Discuss New York" which is bad, and should be forums@my-domain

-Raymond

I actually went into the code and fixed this. I'll document that shortly in this thread so everyone (including the developer) can include that fix.

Mrdby 08-04-2008 06:12 PM

didn't work for me

Osama11 08-05-2008 05:24 AM

its working 4 me but.. its sending a email from host email address... is there any way i can changed the email address to send those emails ?

PLzzz reply me soooooooooooooooon

yahoooh 08-05-2008 12:22 PM

send from: e-mail
not show the e-mail of the site or contact
any fix for this?

trilljester 08-05-2008 11:19 PM

Alright, this is what I did to fix the email being sent out and the address, site name, etc.. being all goofy:

In the includes/cron/remindermail.php file:

FIND:
Code:

                        if(is_valid_email($toemail)){                               
                                $sentlist .= "$username ";
                                vbmail($toemail, $subject, $message, $notsubscription = false, $from = $vbulletin->options['bbtitle'], $uheaders = '', $username = '');
                        } else {

REPLACE with this:
Code:

                        if(is_valid_email($toemail)){
                                $sentlist .= "$username ";
                                vbmail($toemail, $subject, $message);
                        } else {

That will fix the email going out to the users, if you want to fix the email that is sent to you with the report, modify the 2 vbmail functions near the bottom of the file to only have 3 options.

Gene Steinberg 08-05-2008 11:29 PM

Neat, now if it would only stop sending out reminder messages to brand new members. :(

Peace,
Gene

trilljester 08-06-2008 06:41 PM

I'll look at the SQL for that call and see if I can figure out why it's doing that. I have not experienced this issue. Maybe I'll create a test user and see if they get "reminded".

Gene Steinberg 08-06-2008 08:33 PM

Quote:

Originally Posted by trilljester (Post 1592866)
I'll look at the SQL for that call and see if I can figure out why it's doing that. I have not experienced this issue. Maybe I'll create a test user and see if they get "reminded".

Yes let me know.

For me, the problem is a daily issue. :(

Peace,
Gene

Osama11 08-07-2008 07:03 AM

Quote:

Originally Posted by trilljester (Post 1592246)
Alright, this is what I did to fix the email being sent out and the address, site name, etc.. being all goofy:

In the includes/cron/remindermail.php file:

FIND:
Code:

                        if(is_valid_email($toemail)){                               
                                $sentlist .= "$username ";
                                vbmail($toemail, $subject, $message, $notsubscription = false, $from = $vbulletin->options['bbtitle'], $uheaders = '', $username = '');
                        } else {

REPLACE with this:
Code:

                        if(is_valid_email($toemail)){
                                $sentlist .= "$username ";
                                vbmail($toemail, $subject, $message);
                        } else {

That will fix the email going out to the users, if you want to fix the email that is sent to you with the report, modify the 2 vbmail functions near the bottom of the file to only have 3 options.


dude its still the same thing... its still sending a email from host email adress..... its now showing site email or contact............

plzzz help meee... :confused:

Chris B 08-07-2008 12:05 PM

Yeah my new users are getting reminded to.

jlew24asu 08-07-2008 12:12 PM

so does this work or not lol

trilljester 08-07-2008 05:45 PM

Quote:

Originally Posted by Osama11 (Post 1593184)
dude its still the same thing... its still sending a email from host email adress..... its now showing site email or contact............

plzzz help meee... :confused:

What email do you want to send it from? I tried modifying this to send from a specific username and it didn't work. Give me an example of what you want, and I'll try and making it work.

Also for everyone having issues with the mod sending out emails to new users: Please send me what settings you've setup in the VBulletin Options section for this mod. I created a new user yesterday, and have ran the task over and over and have yet to see them get an inactive message.

Mrdby 08-10-2008 01:17 PM

Quote:

Originally Posted by djbaxter (Post 1577608)
You really should learn to read before you install any more add-ons.

1. Do you see any email addresses after the part in bold red above?

2. This question has been answered previously.

oops

Gene Steinberg 08-10-2008 08:49 PM

Quote:

Originally Posted by genesteinberg (Post 1592912)
Yes let me know.

For me, the problem is a daily issue. :(

Peace,
Gene

Any updates on this?

Peace,
Gene

gamerfu 08-11-2008 04:45 PM

OMFG! :mad: My users now have my personal email account! :mad:

Where is the warning signs for this mod? I must of missed it back on page 5 & 6! :mad:

I thought it would send from my Webmaster's Email address stated in my
AdminCP -> VBulletin Options -> Site Name / URL / Contact Details -> Webmaster's Email

Remind me why this sends from config.php without any warning in your modification description?
:mad:

This hack needs to have an option to change the email address it sends from.:mad:

I am glad this Modification to protects my users from MY SPAM... but, what about protecting me from spam? :mad:

trilljester 08-11-2008 05:18 PM

Quote:

Originally Posted by gamerfu (Post 1596350)

This hack needs to have an option to change the email address it sends from.:mad:

It appears that the function that the mod uses to send the mail doesn't allow this to happen.

gamerfu 08-12-2008 03:50 AM

I now think that the modification was sending mail from my forum/includes/config.php for the "$email" function specified in the textbox.

...I am so confused anymore ... ugh!

What can be done to fix this security problem?

djbaxter 08-12-2008 10:24 AM

It's not a security problem.

trilljester 08-12-2008 05:39 PM

The mod uses the vbmail function, which is a standard function built-in to VBulletin. If you specify only 3 required parameters to this function, it *should* use the Webmaster's Email that you specified in the VB options. Look at the modification I posted previously, if you make that mod, it should send it out from that email. The original code is flawed.

Osama11 08-14-2008 10:10 PM

I have installed inactive email reminder..but its sending a email from my host email adresss..how can i changed the email adresss...

can some 1 plzz tell me...

gamerfu 08-15-2008 07:35 PM

since this is re-usable code it believe the author should remove the credits from the bottom of our templates too.

the modification is not that ground breaking to be giving himself that much credit.

it puts a lot of un-needed garbage at the bottom of my boards and free links to his websites.

goign to uninstall this modification. not happy with it. :(

djbaxter 08-15-2008 09:07 PM

Quote:

Originally Posted by gamerfu (Post 1599492)
since this is re-usable code it believe the author should remove the credits from the bottom of our templates too.

the modification is not that ground breaking to be giving himself that much credit.

it puts a lot of un-needed garbage at the bottom of my boards and free links to his websites.

goign to uninstall this modification. not happy with it. :(

Feel better now that you've said that?

It links to the sites of the two main authors. That's hardly "a lot of un-needed garbage at the bottom of my boards and free links to his websites".

Osama11 08-16-2008 08:43 PM

Quote:

Originally Posted by Osama11 (Post 1598800)
I have installed inactive email reminder..but its sending a email from my host email adresss..how can i changed the email adresss...

can some 1 plzz tell me...

some 1 plzzz help me ?

Mrdby 08-17-2008 11:03 AM

Well i get the email from sender Mail Delivery Subsystem of this means a few members email aren't valid. This is outside of this mod. But it's already getting the email back. Why doesn't this hack list the group of people with the bounced emails? They are still listed as being contacted..but in reality..their email accounts are invalid. Understand?

MnTom 08-17-2008 08:06 PM

I tried to upgrade like the instructions say, but it didn't seem to upgrade anything. I have not seen any e-mails to my 'test' member from the first one I installed either............Any ideas what I am doing wrong?

roflwaffle 08-18-2008 03:26 AM

I would really like this but I don't know what to actually say to the user. Does anyone have any tips?

Tom

MnTom 08-18-2008 11:54 AM

Quote:

Originally Posted by MnTom (Post 1600978)
I tried to upgrade like the instructions say, but it didn't seem to upgrade anything. I have not seen any e-mails to my 'test' member from the first one I installed either............Any ideas what I am doing wrong?

Well, I got a notice that it sent out an e-mail to a few members, so it is working........

reinreb 08-22-2008 07:33 AM

I have installed and it works fine so far.

the annoying part: I know get a daily email

Quote:

This email shows that the product is installed and working as it should be.
can this be switched off? Or changed to only email me when something goes wrong?

Masiello 09-03-2008 05:11 PM

Thanks it works fine on my vB 3.7.3 + vBSEO 3.2

popowich 10-03-2008 10:52 AM

Is it possible to force the "From" address used in the inactive user e-mails reminders?

It does not work correctly on my server, and for two different sites, it tried to create 2 From:'s

One of them is correct, and the other is my forum name@ nothing which looks incredibly spammy and gets rejected by many mail servers.

-Raymond

flashwave 10-04-2008 02:26 PM

I like the script, but it caused a cpu load of 50+ when running the cron job for the first time, perhaps because there were quite a lot of users to email to:

Found 29631 Inactive Users.

A function to send emails step by step - if there are lots - would be good.

kiFF 10-05-2008 10:32 PM

For some reason it sends out a inactive email to newly registered members.

Keyser S?ze 10-09-2008 07:54 AM

seems like its either sending it out twice a night, or its just telling me it sent it out *telling me more than once)

sometimes ill even get 3 email notifications, the emails are all identical in content

also check this out

https://vborg.vbsupport.ru/showthread.php?t=188383

Quote:

Originally Posted by kiFF (Post 1638151)
For some reason it sends out a inactive email to newly registered members.

i cant be totally certain, but go to the admincp options cuz the default of inactivity is only 7 days

siriuxs 10-23-2008 07:05 AM

Hi, this plug-in send email to all... also it is logged and post in last 24 hours.. why?:(

infernow 10-23-2008 04:37 PM

Uninstalled - great mod tho !

Sixpackmark 11-05-2008 07:53 AM

Hi robertjandreu ,

I've tested the hacked manually on the Scheduled Task Manager and checked the email, it sends out the email to the recepient. But on the AdminCP panel at the Task manager it is showing this message in regards to the remindermail.php file line 44 and others...

How do I correct this?

++++++++++++++++++
Inactive User Reminder Emails
Makes no use of the reminder Count

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/remindermail.php on line 44
Found Inactive Users.

Sent To: Johndoekhnuts
Done
+++++++++++++++++++

robertjandreu 11-17-2008 11:25 AM

Sorry to tell you all but I dropped support on this mod.

its outdated and vbulletin changed to much.

I'm working on a totally rewritten but I don't have a lot of programming time on hands so it doesn't go fast.

sorry for the inconvenience


All times are GMT. The time now is 01:05 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.01469 seconds
  • Memory Usage 1,830KB
  • 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
  • (4)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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