Help~
When I installed the hack, I got this error on the admin panal
Parse error: parse error in /home/hongkon/public_html/bbs/admin/functions.php on line 1956
Warning: Cannot add header information - headers already sent by (output started at /home/hongkon/public_html/bbs/admin/functions.php:1956) in /home/hongkon/public_html/bbs/admin/functions.php on line 1467
=========================
And I found that
Line 1956: smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY showid");
Line 1467: setcookie($name,$value,$expire,$cookiepath);
What should I do?
|