![]() |
thanks a lot again. I am really a beginner.. and i am italian :p
|
Quote:
I misunderstood this. "users awaiting email confirmation" is different than "users awaiting moderation". And I see you found the id in the admincp. Sorry, I thought you were confused, but it was me. :o |
lol as i told you i am definitely a beginner and have a poor english.
Now: UPDATE user SET usergroupid=eliminare WHERE usergroupid=3 AND email LIKE %sina.com% You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%sina.com%' at line 1 what happened? |
Quote:
Code:
UPDATE user SET usergroupid=eliminare WHERE usergroupid=3 AND email LIKE '%sina.com%' |
great! It worked.
Now i will want to go deeper... Can i state something like "move all gmail.com account with more than 3 dots in the address"? --------------- Added [DATE]1423324121[/DATE] at [TIME]1423324121[/TIME] --------------- or like "everything with .pl suffix"? |
So, 3 or more dots other than the one in 'gmail.com'? Maybe this:
Code:
SELECT username FROM user WHERE email LIKE '%.%.%.%gmail.com' and this Code:
SELECT username FROM user WHERE email LIKE '%.pl' To be honest I'm not sure if trailing spaces are removed from emails addresses or not, so I don't know if you need a trailing '%'. |
well this work great for registered users.
Will it work also for the quert in user awaiting email confirmation? One more problem: it doesnt let me erase the users in the new group i created :( ("eliminare") |
Quote:
Quote:
|
i go to the erase/move users in the admincp, choose "eliminare" , it list about 5000 users, i flag them all but when i flag "erase" it says "action specified is not valid" and go back to the panel
--------------- Added [DATE]1423326747[/DATE] at [TIME]1423326747[/TIME] --------------- well to tell the truth it doesnt allow me to move or erase the members of the group i created |
Maybe it's too many to delete at one time. Maybe you can use the 'Join Date is Before' to try to select fewer at a time.
|
All times are GMT. The time now is 02:58 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|