SocialProfile.php (from 104):
// Prefix SocialProfile will use to store avatars
// for global avatars on a wikifarm or groups of wikis,
// set this to something static.
$wgAvatarKey = $wgDBname;
but, RandomUsersWithAvatars.php (from 47):
if ( !$data ) {
$files = glob( $wgUploadDirectory . "/avatars/{$wgDBname}_*_{$size}.*" );
(72): preg_match( "/{$wgDBname}_(.*)_/i", $avatarName, $matches );