celebritas
Создатель
- Регистрация
- 1 Мар 2012
- Сообщения
- 10
- Реакции
- 0
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Помогите, пожалуйста, раскодировать. Закодировано ionCube. Есть еще файлы, есть и лицензия.
<?php
class PluginBill_HookBill extends Hook
{
public function RegisterHook( )
{
$this->AddHook( "template_main_menu", "Menu" );
$this->AddHook( "template_profile_whois_activity_item", "WhoisInfo" );
}
public function Menu( )
{
return $this->Viewer_Fetch( Plugin::gettemplatepath( "PluginBill_HookBill" )."main_menu.tpl" );
}
public function WhoisInfo( $aParams )
{
$aUserEvents = $this->Event_GetEventsByUserId( $aParams['oUserProfile']->getId( ) );
$aUserPlaces = $this->Place_GetPlacesByUserId( $aParams['oUserProfile']->getId( ) );
$this->Viewer_Assign( "aUserEvents", $aUserEvents );
$this->Viewer_Assign( "aUserPlaces", $aUserPlaces );
return $this->Viewer_Fetch( Plugin::gettemplatepath( "PluginBill_HookBill" )."whois_info.tpl" );
}
}
?>
WHMCS 5.0.3 так он уже давно в сети раскоден и занулен!Спасибо за вашу помощь
Для просмотра ссылки Войдиили Зарегистрируйся
Я хотел бы помочь с этим, пожалуйста? ! u_u
Файлы битыеДобрый вечер, можете помочь с раскодировать два файла?