Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Un-Activated User Management 3.1 Details »»
Un-Activated User Management 3.1
Version: 3.1.0, by sabret00the sabret00the is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.0 Rating:
Released: 08-20-2006 Last Update: 08-20-2006 Installs: 398
Uses Plugins
Additional Files  
No support by the author.

this was a fantastic vb2 hack and was made with blood, sweat and tears by Amy, she deserves all the credit for doing a fantastic job and then giving me permission to release this. If you install this you should show your gratitude in her direction as without her it wouldn't have been possible.


if you got a big board you can't live without this, it stops the crap from piling up.

anything messes up, i can't take responsibility i'm afraid so back up before you try it.


Quote:
Originally Posted by AmyKhar
This hack will email a warning to members who have not activated their account and then delete them. It can run via cron, and is a pretty darn easy hack to install.

Features:
1. Emails users after 3 days and reminds them to activate their accounts.

2. Emails users after 5 days and lets them know their account will be deleted if they do not activate.

3. Emails users after 8 days with a final warning.

4. Deletes un-activated members after 10 days.
It still does exactly the same but this time for vb3

oh yeah, it emails you to tell you who was deleted, emailed so you're always informed.


and now like the days of our youth where everything was free and our mum would have dinner on the table for us, you're done.

v2.x Contributors Include: Boofo, psico, sv1cec and jlurken
v3.x Contributors Include: Paul M

UPDATED: now 3.6 compliant.

Arabic version thanks to Almotmaiz.Net

Download Now

File Type: zip manageActivation v3.1.0b.zip (3.4 KB, 2183 views)

Show Your Support

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

Comments
  #2  
Old 08-21-2006, 10:42 AM
jackalz jackalz is offline
 
Join Date: Jul 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

At first, thanks.

I want to not delete but move usergroup(e.g. banned usergroup).
What can I do?
Reply With Quote
  #3  
Old 08-21-2006, 10:47 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jackalz
I want to not delete but move usergroup(e.g. banned usergroup).
What can I do?
this is untested but in the manageActivation.php find:
PHP Code:
        $vbulletin->db->query_write("UPDATE " TABLE_PREFIX "post SET username = '" $db->escape_string($user['username']) . "', userid = 0 WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "user WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "userfield WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "usertextfield WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "access WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "customavatar WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "moderator WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "pm WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "subscribeforum WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "subscribethread WHERE userid = " $user['userid']);
        
$vbulletin->db->query_write("DELETE FROM " TABLE_PREFIX "session WHERE userid = " $user['userid']); 
and replace with
PHP Code:
$vbulletin->query_first("UPDATE " TABLE_PREFIX "user SET usergroupid = 11 WHERE userid = " $user['userid']); 
however consider this whole post unsupported, i.e. any problems arrise i won't solve them.
Reply With Quote
  #4  
Old 08-21-2006, 10:53 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* RS_Jelle clicks install for this one and uninstall for the old one [/high]
Reply With Quote
  #5  
Old 08-21-2006, 11:01 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It gives a fatal error when running the task, but it's easy to fix:
FIND (line 63)
PHP Code:
$db->escape_string 
REPLACE WITH
PHP Code:
$vbulletin->db->escape_string 
Reply With Quote
  #6  
Old 08-21-2006, 11:09 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed
Reply With Quote
  #7  
Old 08-21-2006, 11:12 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sabret00the
Fixed
There are two folders now in the zip file

Edit: maybe you can add a url tag to the product (that's easy to manage your products in vB 3.6):
Code:
<url>https://vborg.vbsupport.ru/showthread.php?t=124530</url>
Reply With Quote
  #8  
Old 08-21-2006, 12:12 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'll add that sometime this evening
Reply With Quote
  #9  
Old 08-21-2006, 02:29 PM
imported_pmay68 imported_pmay68 is offline
 
Join Date: Sep 2002
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know this is probably a stupid question but what is the varname in the cron setup?

Can someone give me in lamers terms how to set the cron up.. Hehehe Stupid here needs to know
Reply With Quote
  #10  
Old 08-21-2006, 03:26 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imported_pmay68
I know this is probably a stupid question but what is the varname in the cron setup?

Can someone give me in lamers terms how to set the cron up.. Hehehe Stupid here needs to know
I'm to lame to type it, so here is a screenshot of it



You can give it a description and other junk, but I added it before vB 3.6 (and I'm to lame to add one). It works fine, so it's ok for me
Reply With Quote
Reply


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 09:29 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04447 seconds
  • Memory Usage 2,345KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_code
  • (4)bbcode_php
  • (4)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete