![]() |
Quote:
Actually I have in my test index2.php it working but I only see the last 10 of a particular subforum (number9) NOT ALL THE MESAGES IN general. I don't understand This is a bug or no? Any idea? Regards: Palosanto :ermm: |
Where did you used the "tid" after all? this could be the problem of the hack.
See Ya |
Quote:
Code:
$tsql = mysql_query("SELECT threadid,title,lastpost,postusername FROM thread WHERE forumid=$forum_id ORDER BY threadid DESC LIMIT $limit"); |
I receive only an blank screen, no errors: http://www.fragpoint.de/lastthreads3.php
Why? Plz help. I have changed this: Code:
$tsql = mysql_query("SELECT threadid,title,lastpost,postusername FROM thread WHERE forumid=$forum_id ORDER BY threadid DESC LIMIT $limit"); Code:
$tsql = mysql_query("SELECT threadid,title,lastpost,postusername FROM vb3_thread WHERE forumid=$forum_id ORDER BY threadid DESC LIMIT $limit"); and i have changed this: Code:
$psql = mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid ASC"); Code:
$psql = mysql_query("SELECT postid FROM vb3_post WHERE threadid=$tid ORDER BY postid ASC"); |
|
Quote:
|
how can this hack be in the realeased forum when it doesn't work?
|
Quote:
anyone know how to fix this error |
Also this error, but i try it on version 3.0.3
So who knows the solution for this problem??? |
doesn't work for me. shows the wrong time. my server is in pacific time and the forum is offset to +8. the hack always follow the server time.
|
All times are GMT. The time now is 07:05 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|