i've had this hack installed for ages but now on my new server with same PHP 4.1.2 version i notice these errors in my error_log
i have 2 copies of last10.php and last10chitchat.php included on the same page i.e.
http://www.eva2000.com/forum/ and 1 copy included at
http://bubblegumcrisis2040.com/forum/
Code:
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant lastpost - assumed 'lastpost' in /home/username/public_html/last10.php on line 188
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant title - assumed 'title' in /home/username/public_html/last10.php on line 181
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant title - assumed 'title' in /home/username/public_html/last10.php on line 185
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant lastpost - assumed 'lastpost' in /home/username/public_html/last10.php on line 188
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Undefined variable: fsel in /home/username/public_html/last10chitchat.php on line 111
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Undefined variable: ftitle in /home/username/public_html/last10chitchat.php on line 111
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Undefined variable: counter in /home/username/public_html/last10chitchat.php on line 175
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant title - assumed 'title' in /home/username/public_html/last10chitchat.php on line 181
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant title - assumed 'title' in /home/username/public_html/last10chitchat.php on line 182
[Sat Aug 10 14:03:23 2002] [error] PHP Warning: Use of undefined constant lastpost - assumed 'lastpost' in /home/username/public_html/last10chitchat.php on line 188
any ideas ?