| Author |
Message |
Reev
Private


Joined: Aug 20, 2004
Posts: 42
|
Posted:
Mon Oct 04, 2004 2:56 pm |
  |
Whats a good mod to remove inactive users. I tried NSN myaccounts but its really squirly. Is there anything else? |
|
|
   |
 |
steven111
Lieutenant


Joined: Dec 30, 2003
Posts: 283
|
Posted:
Mon Oct 04, 2004 11:00 pm |
  |
protector maintains a table of active users. It would be a very simple query to remove anything that is not in that table. You can use a delete using join. |
_________________ ezClassifieds|Forums:Auto,Mac,Job,Win,HW |
|
    |
 |
MGCJerry
Elite Nuker


Joined: Jun 16, 2003
Posts: 218
|
Posted:
Wed Oct 06, 2004 4:40 pm |
  |
I have a little snippet of code that deletes all accounts that have not been activated within a set amount of time. It deletes them from the database saving space and names.
Anyway, in the modern versions of nuke 6.5+, I believe there is a field named "last_action" that could potentially be used to determine how long ago the user has actually been active. I'm sure some code could be written which could notify the member and delete them if they past inactivity of X time... |
_________________ No longer a NC Support Mod
"Our inability to control the present, condemns us from the future." |
|
    |
 |
steven111
Lieutenant


Joined: Dec 30, 2003
Posts: 283
|
Posted:
Wed Oct 06, 2004 5:02 pm |
  |
On 2nd thought, don't remove inactive users. If we assume each user is worth $xx, then you want to give them a chance to come back. Send them an email every xx months gently reminding them about how nice a site you have, and allowing them to remove themselves. If they don't, either remove them after a while, or send another email in xx months.
--in my book, every user has value. It is just what we do with it. |
_________________ ezClassifieds|Forums:Auto,Mac,Job,Win,HW |
|
    |
 |
Smitty
Nuke Cadet


Joined: Jun 22, 2003
Posts: 7
|
Posted:
Wed Oct 06, 2004 5:17 pm |
  |
|
    |
 |
abuze
Nuke Soldier


Joined: Sep 08, 2003
Posts: 22
Location: Sweden
|
Posted:
Wed Apr 20, 2005 6:37 am |
  |
Is there a mod which can send an reminding email to the user that he hasn´t been logged in for X days instead of deleting? |
_________________ www.soundport.se - independent music exposed |
|
      |
 |
webjunky
Lieutenant


Joined: May 11, 2003
Posts: 167
|
Posted:
Wed Apr 20, 2005 6:54 am |
  |
I build my own mod
I used the user_lastvisit field from the users-table. Which is filled originally by the forums. I added a hack to the mainfile where there's a function which controls the users online and well then use your imagination. |
_________________ - Do not pm me for help - |
|
   |
 |
Prophet
Captain


Joined: Mar 14, 2004
Posts: 422
Location: Florida, USA, Earth, Space
|
Posted:
Fri Feb 16, 2007 5:26 pm |
  |
|
     |
 |
|
|