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)

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?


All times are GMT. The time now is 10:22 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.01225 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_code_printable
  • (6)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
  • (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