vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Un-Activated User Management 3.1 (https://vborg.vbsupport.ru/showthread.php?t=124530)

SloppyGoat 11-19-2006 05:06 AM

This has done nothing except email the same 3 verification notices. One on the 6th, 8th, and 12th. The user hasn't been deleted yet. What's wrong with it?

coffee 11-19-2006 05:14 AM

On my side it's working perfectly (3.6.3 here), and deleted more than 50ppl emailed some 15 others ..

The olny thing I did was this: https://vborg.vbsupport.ru/showpost....7&postcount=54 (Thanks to Team17).

SloppyGoat 11-19-2006 05:25 AM

Ok, I believe it's going to work now, but how do I stop it from emailing me everytime it runs? I can look at the logs. I don't need a daily email. Or maybe just have it email me when it actually deletes someone.

It's that crazy scheduling that makes this kind of goofy.

NiTRoN 11-19-2006 09:00 AM

Quote:

Originally Posted by SloppyGoat (Post 1120531)
Ok, I believe it's going to work now, but how do I stop it from emailing me everytime it runs? I can look at the logs. I don't need a daily email. Or maybe just have it email me when it actually deletes someone.

It's that crazy scheduling that makes this kind of goofy.

goto VBULLETIN OPTIONS/Un-Activated.... and turn it off

HellRazor 11-19-2006 11:44 AM

You should add an option for it to only send an email to you when there were emails sent to unregistered users (so you don't receive a notification when there were no unregistered users to notify). :)

coffee 11-19-2006 01:15 PM

HellRazor, Find This:
PHP Code:

if ($vbulletin->options['uac_notifyadmin'])
{
        
vbmail("" $vbulletin->options['webmasteremail'] . "","Activation Reminder Report (Activation Notification)"$logmessage"From: \"" $vbulletin->options['bbtitle'] . " Mailer\" <" $vbulletin->options['webmasteremail'] . ">");


Replace with the next:
PHP Code:

$testemailvars =  $threedayemail $fivedayemail $eightdayemail $deletedusers;
if (
$testemailvars<>'NoneNoneNoneNone')
{
        if (
$vbulletin->options['uac_notifyadmin'])
        {
                
vbmail("" $vbulletin->options['webmasteremail'] . "","Activation Reminder Report (Activation Notification)"$logmessage"From: \"" $vbulletin->options['bbtitle'] . " Mailer\" <" $vbulletin->options['webmasteremail'] . ">");
        }



SloppyGoat 11-20-2006 11:48 AM

Quote:

Originally Posted by NiTRoN (Post 1120628)
goto VBULLETIN OPTIONS/Un-Activated.... and turn it off

HAHA!!! Ok, I'm on medication! Nobody laugh!!! There it was all the time. :confused: Thanks! I got it it working now. Great hack! *goes to click install*

perfphysio 11-24-2006 10:31 AM

since upgrading the 3.6.3 I have encontered the following error

Database error in vBulletin 3.6.3:

Invalid SQL:

SELECT u.username, u.userid, u.email, u.joindate, ua.activationid, u.languageid
FROM vb_user u
LEFT JOIN vb_useractivation ua ON (u.userid = ua.userid)
WHERE u.usergroupid = 3 AND u.posts = 0;

MySQL Error : Can't open file: 'vb_useractivation.MYI'. (errno: 145)
Error Number : 1016
Date : Friday, November 24th 2006 @ 04:30:40 AM
Script : http://www.physiobob.com/forum/admin...ncron&cronid=9
Referrer : http://www.physiobob.com/forum/admin....php?do=modify
IP Address : 81.149.142.220
Username : physiobob
Classname : vb_database


Any ideas

sabret00the 11-24-2006 10:44 AM

Quote:

Originally Posted by perfphysio (Post 1124158)
since upgrading the 3.6.3 I have encontered the following error

Database error in vBulletin 3.6.3:

Invalid SQL:

SELECT u.username, u.userid, u.email, u.joindate, ua.activationid, u.languageid
FROM vb_user u
LEFT JOIN vb_useractivation ua ON (u.userid = ua.userid)
WHERE u.usergroupid = 3 AND u.posts = 0;

MySQL Error : Can't open file: 'vb_useractivation.MYI'. (errno: 145)
Error Number : 1016
Date : Friday, November 24th 2006 @ 04:30:40 AM
Script : http://www.physiobob.com/forum/admin...ncron&cronid=9
Referrer : http://www.physiobob.com/forum/admin....php?do=modify
IP Address : 81.149.142.220
Username : physiobob
Classname : vb_database


Any ideas

Run a repair on your useractivation table.

HellRazor 11-24-2006 11:04 AM

Quote:

Originally Posted by coffee (Post 1120755)
HellRazor, Find This:
PHP Code:

if ($vbulletin->options['uac_notifyadmin'])
{
        
vbmail("" $vbulletin->options['webmasteremail'] . "","Activation Reminder Report (Activation Notification)"$logmessage"From: \"" $vbulletin->options['bbtitle'] . " Mailer\" <" $vbulletin->options['webmasteremail'] . ">");


Replace with the next:
PHP Code:

$testemailvars =  $threedayemail $fivedayemail $eightdayemail $deletedusers;
if (
$testemailvars<>'NoneNoneNoneNone')
{
        if (
$vbulletin->options['uac_notifyadmin'])
        {
                
vbmail("" $vbulletin->options['webmasteremail'] . "","Activation Reminder Report (Activation Notification)"$logmessage"From: \"" $vbulletin->options['bbtitle'] . " Mailer\" <" $vbulletin->options['webmasteremail'] . ">");
        }




Awesome, thank you!


All times are GMT. The time now is 11:51 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.01617 seconds
  • Memory Usage 1,774KB
  • 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_php_printable
  • (4)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