Do I execute the following as an SQL Query?:
<installcode>
- <![CDATA[ $hackid = 96522;
$install = 'https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid='.$h ackid;
echo '<center><img src="'.$install.'" hight="1" width="1" alt="Installing" /></center>';
]]>
</installcode>
Am not sure if that's what I execute. If so, do I remove the <installcode> and </installcode> or leave that in?
|