sources/misc/skin.php
$result = $DB->select_limit("SELECT username, url, title, description, banner_url FROM {$CONF['sql_prefix']}_sites WHERE active = 1 ORDER BY RAND()", 3, 0, __FILE__, __LINE__);
change to this, that would grab everything from the _sites table of the member. Swear...