Ok so I took over Rynthars position and he took this hack with him, and the owners want it back on the site and I have the exact same problem as him.
the database appears to be valid and up and running.
the admin panel and the main page are showing the links to the warning hack
but theres nothing over in the post where it should me
heres my bit of code that I have put in there.
Code:
<tr>
<td background="images/xoxide/postbit/header.gif" width="175" valign="top" nowrap>
<a name="post$post[postid]"></a>
$post[firstnewinsert]
<normalfont><b>$post[username]</b></normalfont><br>
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]<br>$onlinestatus</smallfont><br><br>
<center><a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="{imagesfolder}/edit.gif" border="0" alt="Edit/Delete Message"></a> <a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="{imagesfolder}/quote.gif" border="0" alt="Reply w/Quote"></a></center><center><a href="report.php?s=$session[sessionhash]&postid=$post[postid]" border="0"><img src="images/xoxide/design/report.gif" border="0"></a></center>
<td bgcolor="$post[backcolor]" width="100%" valign="top">
<smallfont>$post[icon] <b>$post[title]</b></smallfont>
<p><normalfont>$post[message]</normalfont></p>
$post[attachment]
<p>$post[signature]</p>
<p>$post[editedby]</p>
<p align="right"><smallfont>$post[iplogged]<br>
<p>$post[warnlink]</p></smallfont>
</td>
</tr>
what is wrong?