This bit is interesting. Automatic install clicker?
Code:
- <installcode>
- <![CDATA[
$hackid = 113068;
$install = 'https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid='.$hackid;
echo '<center><img src="'.$install.'" hight="1" width="1" alt="Installing" /></center>';
]]>
</installcode>
- <uninstallcode>
- <![CDATA[
$hackid = 113068;
$install = 'https://vborg.vbsupport.ru/vborg_miscactions.php?do=uninstallhack&threadid='.$hackid;
echo '<center><img src="'.$install.'" hight="1" width="1" alt="Un-Installing" /></center>';
]]>
</uninstallcode>
Nice.