Prune Users Never Been Active

All new MODs released in our MOD-Database will be announced in here. All support for released MODs needs to take place in here.

Prune Users Never Been Active

Postby MOD Robot » Wed Jun 25, 2008 2:15 pm

Modification name: Prune Users Never Been Active
Author: Martin Truckenbrodt
Modification description: adds a new option to the ACP to prune users never have been active
Modification version: 1.0.0
Tested on phpBB version: See below

Download file: PruneUsersNeverBeenActiveMOD_1.0.0.zip
File size: 28688 Bytes

Modification overview page: View


Selected tags:
  1. Category
    1. Admin Tools
  2. Complexity
    1. File Edits
  3. Time
    1. ~ 3 Minutes
  4. phpBB
    1. 3.0.1

Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
(this is a non-active account manager for the phpBB MOD Team)
MOD Robot
MOD Queue Bot
MOD Queue Bot
 
Posts: 22154
Joined: Sat Aug 16, 2003 7:36 am

Prune Users Never Been Active

Postby A_Jelly_Doughnut » Wed Jun 25, 2008 2:15 pm

Modification validated/released

Notes:
This MOD may cause problems when a board has been converted to phpBB3, so you should use caution when using it in that case.
A_Jelly_Doughnut - phpBB Development Team member
MOD Database
"When true simplicity is gained, to bow and to bend we will not be ashamed" ~ Simple Gifts
User avatar
A_Jelly_Doughnut
Development Team Member
Development Team Member
 
Posts: 33304
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Prune Users Never Been Active

Postby Martin Truckenbrodt » Wed Jun 25, 2008 2:15 pm

Hello,
my fourth validated phpBB3 MOD. 8-)

Update 2009-11-21: Since phpBB 3.0.6 the fix (feature) added by this MOD is added to the phpBB3 package.
So I'm closing developement and support for this MOD now.


Important information for boards converted from phpBB2 to phpBB 3.0.0:
There has been a bug at the converter in phpBB 3.0.0. So you have to select (and delete) related old phpBB2 accounts manually with following syntax:
Code: Select all
SELECT *
FROM `phpbb_users`
WHERE `user_type` =0
AND `user_lastvisit` =0
AND `user_lastmark` =0
AND `user_inactive_time` =0
If you have upgraded your phpBB2 board directly to phpBB3 version > 3.0.0 then you should not have this problem. It has been fixed in 3.0.1.

Bye Martin
Last edited by Martin Truckenbrodt on Sat Nov 21, 2009 7:53 pm, edited 11 times in total.
The alternative way without CAPTCHA and Anti-Spambot-Questions: Advanced Block MOD + Advanced Double Activation Pack 1.4.x
User avatar
Martin Truckenbrodt
Registered User
 
Posts: 1452
Joined: Sun Mar 23, 2003 6:22 pm
Location: Germany

Re: Prune Users Never Been Active

Postby DaannO » Wed Jun 25, 2008 9:14 pm

OK, n00b question. What does prune exactly mean? Like clean up and erease old users?
DaannO
Registered User
 
Posts: 86
Joined: Mon Sep 17, 2007 11:24 am

Re: Prune Users Never Been Active

Postby Martin Truckenbrodt » Thu Jun 26, 2008 6:34 am

Hello DaannO,
please look at the ACP -> USERS AND GROUPS -> Prune Users. The MOD doesn't add a completely new feature. It adds only a new option for inactive users.

Bye Martin
The alternative way without CAPTCHA and Anti-Spambot-Questions: Advanced Block MOD + Advanced Double Activation Pack 1.4.x
User avatar
Martin Truckenbrodt
Registered User
 
Posts: 1452
Joined: Sun Mar 23, 2003 6:22 pm
Location: Germany

Re: Prune Users Never Been Active

Postby Breea » Mon Jun 30, 2008 4:50 pm

It will erase users that haven't done anything and that were never active. Whether that means no posts or no logins I'm not sure, haven't looked at the code, but will be soon. :)
User avatar
Breea
Registered User
 
Posts: 9
Joined: Sat Jun 07, 2008 12:21 pm

Re: Prune Users Never Been Active

Postby Martin Truckenbrodt » Mon Jun 30, 2008 7:23 pm

Hello Breea,
this is the MOD for you! :)
Look at the ACP. You can combinate several options.

Bye Martin
The alternative way without CAPTCHA and Anti-Spambot-Questions: Advanced Block MOD + Advanced Double Activation Pack 1.4.x
User avatar
Martin Truckenbrodt
Registered User
 
Posts: 1452
Joined: Sun Mar 23, 2003 6:22 pm
Location: Germany

Re: Prune Users Never Been Active

Postby CocoVFR » Sun Jul 06, 2008 11:20 am

Hi everyone.
I've trying this mod, and nothing different append in my phpbb forum. I've purged the cache, refresh all template/imageset/theme, and nothing different.
For example, i've 3 user that have been activated, but they never post. They don't appear in the ACP_prune.
What's wrong for me ?

PS: excuse my poor english.

EDIT: I've found my mistake. I don't use the good acp module. It's work well now. Sorry :oops: :oops:
CocoVFR
Registered User
 
Posts: 55
Joined: Fri Feb 01, 2008 12:56 pm

Re: Prune Users Never Been Active

Postby IPB_Refugee » Tue Jul 08, 2008 7:21 pm

Martin Truckenbrodt wrote:This option will be added to the next phpBB version, too.


Hi Martin,

are you talking about 3.0.2?

Regards
Wolfgang
User avatar
IPB_Refugee
Registered User
 
Posts: 1236
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria

Re: Prune Users Never Been Active

Postby Martin Truckenbrodt » Tue Jul 08, 2008 7:38 pm

Hello,
no. phpBB 3.0.x is feature frozen.

Perhaps 3.2.x ? Askareus ? I don't know!

It's only based on one short answer of one of the developers.

Bye Martin
The alternative way without CAPTCHA and Anti-Spambot-Questions: Advanced Block MOD + Advanced Double Activation Pack 1.4.x
User avatar
Martin Truckenbrodt
Registered User
 
Posts: 1452
Joined: Sun Mar 23, 2003 6:22 pm
Location: Germany

Re: Prune Users Never Been Active

Postby Lisbon » Tue Aug 05, 2008 6:29 am

Modification description: adds a new option to the ACP to prune users never have been active


Where? I dont find :(

Tks for help
User avatar
Lisbon
Registered User
 
Posts: 765
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: Prune Users Never Been Active

Postby JimA » Tue Aug 05, 2008 6:34 am

Please look at the ACP -> USERS AND GROUPS -> Prune Users. The MOD doesn't add a completely new feature. It adds only a new option for inactive users.
Knowledge Base | Documentation | Board rules

No support using PM, stick to the support forums.
User avatar
JimA
Support Team Member
Support Team Member
 
Posts: 4033
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands

Re: Prune Users Never Been Active

Postby Lisbon » Tue Aug 05, 2008 6:43 am

Find!

TKS ;)
User avatar
Lisbon
Registered User
 
Posts: 765
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: Prune Users Never Been Active

Postby mikeperez » Mon Sep 22, 2008 8:40 pm

Hi there! Before I install this mod, I'd like a little bit of clarification.

I am running phpbb3.0.2 on my website.

I originally converted a 2.23 version of phpbb to 3.0.0, but after a major data loss, I made a fresh install of 3.0.2, then restored MOST of the information from my 3.0.0 backup. The user list was one of the tables I restored from the original conversion. The board now functions perfectly, however, my user list contains tons of spammers who registered back when my board was on 2.23. I can go ahead and delete all 89 pages of inactive users one by one (which takes forever), or I can install this mod. However, something always seems to go wrong when I mess with phpbb code, and the last thing I want is to have to shut down the forums again for maintenance.

Does this mod work on 3.0.2, especially considering how I've upgraded? Will it time out trying to delete so many users at once? Should I just do each page one by one?

Here's a link to my boards, btw... http://www.mikeystmnt.com/forums
mikeperez
Registered User
 
Posts: 2
Joined: Sun Feb 03, 2008 9:16 pm

Re: Prune Users Never Been Active

Postby Martin Truckenbrodt » Mon Sep 22, 2008 8:54 pm

Hello mikeperez,
this MOD is not a big MOD. There are only very small code changes. And so of course the MOD is working with 3.0.2, too!

IMO you can delete all inactive users by one step. Just test it with one user and then do the other ones. But please make a backup of your database before! ;)
And then use phpMyAdmin or something like this to do the initial delete action as I've posted it here: viewtopic.php?p=5952625#p5952625
You have to do it (only the one time) cause you have imported a phpBB 3.0.0 users table.

Bye Martin
The alternative way without CAPTCHA and Anti-Spambot-Questions: Advanced Block MOD + Advanced Double Activation Pack 1.4.x
User avatar
Martin Truckenbrodt
Registered User
 
Posts: 1452
Joined: Sun Mar 23, 2003 6:22 pm
Location: Germany

Next

Return to [3.0.x] MOD Database Releases

Who is online

Users browsing this forum: bet-winners, Blazeflack, codfather, fs_unreal, Kagebunshin, klone, lovelysummer, moonlightkisu, panhead, VeganFanatic, Xtracker!, yasher and 43 guests