Quote:
Originally Posted by Simon Lloyd
Are you sure you downloaded this hack from here and you have no vulnerabilities? below are the unmodified content of my cr_shell as installed from this hacks download:
HTML Code:
<if condition="empty($_REQUEST['do']) OR $_REQUEST['do'] == 'modify'">
<script language="JavaScript">
function delCR(id, title)
{
if (confirm("Are you sure you want to delete '" + title + "'"))
{
window.location.href = 'cannedreplies.php?do=kill&id=' + id;
}
}
</script>
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td colspan="2" class="tcat">$vbphrase[cannedreplies]</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2" class="alt1">
$html
</td></tr>
</tbody>
</table>
<br />
As you can see nothing suspicious 
|
Are you sure you dont have vulnerabilities too?, above is my response to that post as i dont have those extra JS lines.