Log in

View Full Version : Compile list based on AIM/MSN/Skype etc etc


BlueNinjaGo
08-05-2009, 05:53 PM
I would like a list of all the users who have entered in a name for AIM (for example)... is there an easy way of doing this?

1Unreal
08-05-2009, 07:24 PM
Go into the Adminc CP > Maintenance > Execute SQL Query

Paste this in to find ICQ:


SELECT username, icq
FROM `user`
WHERE `icq` != ''


Just replace icq with aim, yahoo, msn or skype to find the others.

BlueNinjaGo
08-05-2009, 07:46 PM
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'RevForums.user' doesn't exist

Any thoughts?

1Unreal
08-05-2009, 08:42 PM
Do your tables have a prefix?

BlueNinjaGo
08-06-2009, 02:17 PM
"vb_" i believe