Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Feedback/Suggestions
Author Message
dad7732
RavenNuke(tm) Development Team



Joined: Mar 18, 2007
Posts: 1242

PostPosted: Thu Apr 02, 2009 7:49 am Reply with quote

On my support site, I get 100's of new applications daily, most of which are advertising bandits that register and THEN post to the forums, etc. I tried "admin approval" but that is just too much to keep up with and really no indication that the applicant is not welcomed.

Suggestion, will help immensely in my situation:

"Waiting Users" shows not only those that have not yet replied to the registration email but also those that have been "Approved". When new applications come in they are grouped together with those that have been approved already and waiting to make the final registration move.

What I would like to see:

1. Waiting Users separated by New and Approved
2. IP address and IP2C icon associated with new applicants
3. Delete rather than "deacivate" an unwelcomed applicant

"Deactivate" does not remove the user from the DB, I have to delete a user from PHPMYAdmin. Too much for a 40hr full-timer to handle sometimes.

Thanks for ANY consideration and maybe some suggestions. Wink

Cheers
 
View user's profile Send private message
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Fri Apr 03, 2009 7:07 am Reply with quote

dad7732, I think this should be in the RN enhancements/feedback forum? You are really talking more about the new RNYA module I think. I'll move it if you agree.

You do not have to use phpMyAdmin to remove users, in fact, you really never want to do that. Once a user is Deactivated, then the option to Remove opens up. That gets rid of them completely.

I just started this last month getting a handful of "Data Recovery" type spammer sign-ups. They are definitely a PITA. I keep adding their domains in the RNYA Limits tab to not allow their domains to sign up. At least they haven't been using the free-bie email domains strangely enough.

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
dad7732







PostPosted: Fri Apr 03, 2009 7:22 am Reply with quote

Yes, by all means, move the topic. And in the future, please take it upon yourself to move 'em if necessary, don't need my "permission" but thanks for asking anyways.

When I deactivate a user, I don't see a "remove" that pops up anywhere. If this is a true "popup" then maybe popup blocking affects this?? Silly question maybe, dunno. Smile

Using IE-6 forcibly at work here, I'll see what happens if I deactivate a user. I'm sure there will be plenty opportunities today ... bah !!

The domains are gmail and yahoo mostly - 99% anyways, bummer.

Cheers
 
montego







PostPosted: Fri Apr 03, 2009 7:42 am Reply with quote

Couple quick comments:

- There is no pop-up, but when you go to Deactivated users there is now an option in the drop down for "Remove".

- Guardian long back made it a rule to not allow the fee email domains. His logic is if you are on the web, you must have a domain, therefore, use it. [Well, yes, I put my spin on the logic.] You may want to consider that.
 
dad7732







PostPosted: Fri Apr 03, 2009 7:51 am Reply with quote

Problem is, the emails are coming from "gmail.com" and "yahoo.com". Can't limit those as I have support users applying from those.

Anyway .. I don't have a "Deactivated Users" dialog anywhere that I can find. There must be a RNYA upgrade?

Using at present: [RN Your Account 2.30.01]

Cheers
 
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Fri Apr 03, 2009 10:00 am Reply with quote

Once you have deactivated a user by selecting deactivate in the box adjacent to their name, you can then go to the deactivate users tab and they should appear there. You should then be able to select remove next to their name to remove them.
 
View user's profile Send private message
dad7732







PostPosted: Fri Apr 03, 2009 10:05 am Reply with quote

That's the problem, no TAB.

Cheers
 
dad7732







PostPosted: Fri Apr 03, 2009 10:32 am Reply with quote

Update:

I have a Deactivated Users TAB on another domain. However, in the domain in question with no TAB, I have a Users Waiting tab with a couple waiting even after approval. There is no Deactivated TAB in this instance. I would suppose that once the waiting user activates, the DU Tab will appear, yes? This "may" be a bug if the DU Tab is not showing when the waiting users tab is displayed.

Cheers
 
dad7732







PostPosted: Fri Apr 03, 2009 10:36 am Reply with quote

So much for that theory, deactivated several "active" users and the DU Tab never appeared and NO users waiting tab. Only on this one domain, theme - RavenIce
 
dad7732







PostPosted: Fri Apr 03, 2009 5:04 pm Reply with quote

Could this be a DB problem? Just noticed that the deactivated users still show up in the Regular and Active Users lists.
 
montego







PostPosted: Fri Apr 03, 2009 5:15 pm Reply with quote

dad7732, I can't replicate this issue, so not sure. To see if you are getting a DB error, turn the db logging level up in rnconfig.php (to '1') and see if an error shows up in /rnlogs/dblog (make sure that file is writeable)

something is definitely amiss.
 
dad7732







PostPosted: Fri Apr 03, 2009 5:51 pm Reply with quote

Here is the log entry after deactivating a user, looks ok to me:

Quote:
April 3, 2009, 6:48 pm 1054 : Unknown column 'points' in 'field list'
SQL was: UPDATE nuke_users SET name='Member Deactivated', user_password='', user_website='', user_sig='', user_level='-1', user_active='0', user_allow_pm='0', points='0' WHERE user_id='16303'


Hmm, except for the "Unknown column ....." I'll have to check that in the domain that IS working.


Last edited by dad7732 on Fri Apr 03, 2009 5:52 pm; edited 1 time in total 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Fri Apr 03, 2009 5:52 pm Reply with quote

Sorry to jump in, I have not read this thread fully but just wanted to mention that Deactivated Users tab only becomes 'visible' if a user is actually de-activated to limit the number of tabs that are displayed.

'Waiting' users is in essence, any user that has not activated their account but good point, we should maybe look at being able to identify which of those has already been 'authorised' if admin approval is on.
Personally I just 'deny' if they have not activated them within 2 days.
 
View user's profile Send private message Send e-mail
dad7732







PostPosted: Fri Apr 03, 2009 5:54 pm Reply with quote

Guardian ..

The TAB doesn't show up at all under any circumstances.
 
dad7732







PostPosted: Fri Apr 03, 2009 5:59 pm Reply with quote

Ok, compared the nuke_users tables in both domains. In the one that works there is a field "points" and in the one that doesn't work it's missing. So, how do I get "points" in the nuke_users field. That "may" do the trick.
 
dad7732







PostPosted: Fri Apr 03, 2009 6:16 pm Reply with quote

SOLVED

My Son the *NIX and MySQL guru fixed it by adding the field "points" to nuke_users. Went back in and deactivated a user and hoop dee doo .. it works, I have a deactivated users tab now ... Groovy

Looking at the dblog and noting "points" is what led to the fix, thanks to Montego for suggesting that!!

Cheers, another one down, onward we trudge.
 
Unit1
Worker
Worker



Joined: Oct 26, 2004
Posts: 134
Location: Boston

PostPosted: Fri Apr 03, 2009 7:01 pm Reply with quote

God bless the children Wave

_________________
* 5 Simple rules to be happy: * Free Your Heart from Hatred * Free Your Mind from Worries * Live Simply * Give More * Expect Less. 
View user's profile Send private message
duck
Involved
Involved



Joined: Jul 03, 2006
Posts: 273

PostPosted: Fri Apr 03, 2009 9:59 pm Reply with quote

To follow the first request about the issue is there a special reason "REMOVE" is not an option in the first place? I mean why must one deactivate first then remove? Can't remove be added as well just so you can fell swoop an action? Of course deactivating has its advantages by blocking the user I suppose so it should be kept as an option.
 
View user's profile Send private message
dad7732







PostPosted: Sat Apr 04, 2009 7:48 am Reply with quote

Guardian:

Just noticed that if you have "Waiting Users", the "Deactivated Users" tab shows up before the WU tab, so all is well in that respect.

Cheers
 
montego







PostPosted: Sat Apr 04, 2009 8:22 am Reply with quote

duck, not sure. Most likely a CNBYA carry-over and I suspect it might have something to do with the old "Are you sure you want to delete?" concept. Gives you a "cooling off period". lol. I cannot imagine why it couldn't be added.
 
dad7732







PostPosted: Sat Apr 04, 2009 8:22 am Reply with quote

Turning the tables .. Very Happy

Just thought I'd pass ths along for grins and giggles. I approved a user with a strong suspicion that it was one of those ad-link gremlins that would soon be posting a link in the forum. I saw him activate and immediately changed his "website" link to my site. Sure 'nuff he posted and my site link was beautifully displayed .... har har ... deactivated and removed.

Cheers
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Feedback/Suggestions

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©