تا حالا شده خواسته باشید یک آواتار متحرک برای کاربرانی که آواتار انتخاب نکرده اند (No Avatar) بزارید ؟ توسط این هک میتونید عکسهای متحرک با فرمت gif رو برای کاربرانی که آواتار انتخاب نکرده اند بزارید.
شرمنده دیگه کار این هک زیاد نیست که توضیحات بیشتری بدم.
engine\ajax\addcoments.php را باز کنید:
بدنبال متن زیر بگردید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
با متن زیر عوض عوض کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");
engine\inc\editusers.php را باز کنید:
پیدا کنید:
$avatar = "engine/skins/images/noavatar.png";
جایگزین کنید:
$avatar = "engine/skins/images/noavatar.gif";
engine\modules\fullsearch.php را باز کنید:
پیدا کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
جایگزین کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");
engine\modules\lastcomments.php را باز کنید:
پیدا کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
جایگزین کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");
engine\modules\profile.php را باز کنید:
پیدا کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
جایگزین کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");
engine\modules\search.php را باز کنید:
پیدا کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
جایگزین کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");
در همان فایل مجدد پیدا کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
جایگزین کنید با:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");
engine\modules\show.full.php را باز کنید:
پیدا کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.png");
جایگزین کنید:
$tpl->set('{foto}', "/templates/dle/images/noavatar.gif");