- Joined
- Dec 23, 2019
- Messages
- 11
Coders: Any suggestions/ideas on where to start to look?
Running 3.8.2 and no ErrorWarnings apparent.
Appears "permissions" is working properly and "index.php" list ok but . .
Afraid might have been "hacked" suggestions on what to check first?
Running 3.8.2 and no ErrorWarnings apparent.
Code:
<if condition="$show['threads']">
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
// shows this far in html "view source" then BLANK!
<if condition="$show['stickies']">
$threadbits_sticky
</if>
$threadbits // But NOT these! Everything around
// shows/displays EXCEPT actual forum thread list!!
</tbody>
<!-- end show threads -->
<else />
<!-- show no threads message -->
Afraid might have been "hacked" suggestions on what to check first?
Last edited: