Sorry guys, I've been busy with final exams and stuffs.
Anyway, I've just checked the hack ... and yeah, there was a typo. I missed out one closing quote in 'memberinfo_threadlist'.
To fix that, open the Threads In Profile plugin (cache_template hook),
FIND:
PHP Code:
$globaltemplates[] = 'memberinfo_threadlist;
CHANGE THAT TO:
PHP Code:
$globaltemplates[] = 'memberinfo_threadlist';
that would fix the bug.
For those who are un-able to log into AdminCP as caused by this
stupid hack; in your phpMyAdmin, run following query:
PHP Code:
DELETE FROM plugin WHERE title = 'Threads In Profile';