hey again
found a small error on the torrent page
usually after the first post it's writin this:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/dudave/public_html/torrent.php on line 84
and this is what is found on line 84 in the torrent.php file:
while($row=mysql_fetch_assoc($res)){
if($row['ctextbb']===''){
fload('bbcode');
$bb=bbcode($row['ctext']);
$res=mysql_query('UPDATE `commenttext` SET `ctextbb`='.dbesc($bb).' WHERE `cid`='.$row['cid']) or error('Database error');
$row['ctextbb']=$bb;
}
it doesn't interfer with anything, it's just giving this message under
the first comment.
Bookmarks