Com essa modificação serve para carregar seu site rapidamente e problemas no servidor com avatares será aberto mais rápido.
Modo Nome: Otimização de Avatar
Mod Autor: Aldo
Data de Lançamento Oficial do site: 28 de junho de 2009, 22:17:57
Versões compatíveis: 1.1.x, 2.0.x
/index.php
// Load the settings...
require_once(dirname(__FILE__) . '/Settings.php');
// Make absolutely sure the cache directory is defined.
if ((empty($cachedir) || !file_exists($cachedir)) && file_exists($boarddir . '/cache'))
$cachedir = $boarddir . '/cache';
// Displaying an avatar? Sweet!
if(strpos($_SERVER['QUERY_STRING'], 'action=dlattach') !== false && strpos($_SERVER['QUERY_STRING'], 'type=avatar') !== false)
{
require($sourcedir. '/DisplayAvatar.php');
exit;
}
"DisplayAvatar.php" Copiar para pasta > "./Sources"
No anexo