- Vấn đề
- Để sửa phần này các bạn vào
Admincp->Plugin & Product->Plugin Manager->Tìm tới MARCO1 Parse Templates -> Sửa (Edit)
- xóa đoạn code sau
- Để sửa phần này các bạn vào
Admincp->Plugin & Product->Plugin Manager->Tìm tới MARCO1 Parse Templates -> Sửa (Edit)
- xóa đoạn code sau
Code:
[/INDENT]
[INDENT]$key = strpos($vbphrase['powered_by_vbulletin'], "marcomamdouh.com");
if($key === false){
$MARCO1COPY = '<br />Forum Modifications By <a href="http://www.marcomamdouh.com/" title="Marco Mamdouh">Marco Mamdouh</a>';
define('MARCO1', $MARCO1COPY);
$vbphrase['powered_by_vbulletin'] .= MARCO1;
}
$key2 = strpos($vbphrase['powered_by_vbulletin'], "marco");
if ($key2 === false){
die('Do not remove Marco Mamdouh Copyright, Please Re-Install the modification again');
} [/INDENT]