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)

Ramsesx 10-13-2007 08:08 AM

Quote:

Originally Posted by sabret00the (Post 1358118)
he had zero posts?

I think he had zero post but I'm not sure. I'll try to do a test with my test account.

hilfe-forum 10-13-2007 08:25 AM

Quote:

Originally Posted by Ramsesx (Post 1358827)
I think he had zero post but I'm not sure. I'll try to do a test with my test account.

Und gehts?

djbaxter 10-13-2007 12:03 PM

I've just checked the script myself and it clearly requires zero posts before anyone is deleted:

Code:

        SELECT u.username, u.userid, u.email, u.joindate, ua.activationid, u.languageid 
        FROM " . TABLE_PREFIX . "user u
        LEFT JOIN " . TABLE_PREFIX . "useractivation ua ON (u.userid = ua.userid)
        WHERE u.usergroupid = 3 AND u.posts = 0

Any user with zero posts who is deleted by changing an email address faces the minor inconvenience of re-registering. Not a big deal, in my opinion. The main worry I had (setting all the member's posts to "Guest") cannot occur, as far as I can see.

Ramsesx 10-14-2007 07:33 AM

Users Deleted: Tester. This was my testaccount, registered since two years, yesterday I wrote a post with this one and after I changed the email adress and and 8 hours later my testaccount was gone.

djbaxter 10-14-2007 07:42 AM

Quote:

Originally Posted by Ramsesx (Post 1359561)
Users Deleted: Tester. This was my testaccount, registered since two years, yesterday I wrote a post with this one and after I changed the email adress and and 8 hours later my testaccount was gone.

Was the post in a forum where post counts would be incremented?

Ramsesx 10-14-2007 08:29 AM

Quote:

Originally Posted by djbaxter (Post 1359567)
Was the post in a forum where post counts would be incremented?

No, was in a testforum where posts are not counted.

djbaxter 10-14-2007 02:50 PM

Quote:

Originally Posted by Ramsesx (Post 1359587)
No, was in a testforum where posts are not counted.

That's the reason then: The post count was still zero.

Ramsesx 10-14-2007 03:18 PM

Quote:

Originally Posted by djbaxter (Post 1359777)
That's the reason then: The post count was still zero.

Maybe, but this script should not do that. I have some paying members and I think they will not understand why they get deleted.

djbaxter 10-14-2007 05:17 PM

Quote:

Originally Posted by Ramsesx (Post 1359801)
Maybe, but this script should not do that. I have some paying members and I think they will not understand why they get deleted.

I think it unlikely that anyone would have paying members with zero posts - and if they do, there's something wrong (or at least very odd) with the configuration of your forum. Maybe rethink the number of forums that do not count toward post counts?

Ramsesx 10-14-2007 05:48 PM

Quote:

Originally Posted by djbaxter (Post 1359878)
Maybe rethink the number of forums that do not count toward post counts?

This may be an idea to solve this problem, but it would be better if the hack could check the registration date too.


All times are GMT. The time now is 03:15 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.01358 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (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