Help me pls! My homepage has these errors

09/23/2014 07:12 guiieduardo#1


HTML Code:
Line 17 ->					if(filemtime($pathToFile) > $intTimestamp) {
						$intTimestamp = filemtime($pathToFile);
						$strCurrentLogfile = $fileName;
					}
HTML Code:
Line 78 ->		if(fopen($strLinkToFile, 'a+'))
			$fp = fopen($strLinkToFile, 'a+');
		if(isset($_SESSION['user'])) {
			$username = $_SESSION['user'];
09/23/2014 12:07 xMeher#2
What website you use ? , because there one relesaed here where you can disable warnings
09/23/2014 13:27 guiieduardo#3
New Forsaken!
09/23/2014 13:36 xMeher#4
Quote:
Originally Posted by guiieduardo View Post
New Forsaken!
Yea , there is something in a config file where you can disable warnings

In xinc_config.php remplace
Quote:
ini_set('display_errors', TRUE);
with
Quote:
ini_set('display_errors', FALSE);
Btw you have a file called "securityinjection.txt" in "includes\contents" ?
09/23/2014 14:59 guiieduardo#5
Quote:
Originally Posted by xMeher View Post
Yea , there is something in a config file where you can disable warnings

In xinc_config.php remplace with


Btw you have a file called "securityinjection.txt" in "includes\contents" ?
Have a file called "injections_0"

---- On paste

[Only registered and activated users can see links. Click Here To Register...]

---- Live

[Only registered and activated users can see links. Click Here To Register...]

Sorry my bad english
09/23/2014 20:00 xMeher#6
Quote:
Originally Posted by guiieduardo View Post
Have a file called "injections_0"

---- On paste

[Only registered and activated users can see links. Click Here To Register...]

---- Live

[Only registered and activated users can see links. Click Here To Register...]

Sorry my bad english
/faceplam OMG look at the error , it says there isnt a file called "securityinjections_0.txt" so rename it to "securityinjections_0.txt"
09/24/2014 19:03 guiieduardo#7
Solved thanks for the help!

#CloseRequest