HEEEEELLLP!
I've just fucked up our homepage. I've only copied and pasted the very same text into the header file of php nuke, and now the whole site doesn't work anymore....
it would be fantastic if someone could help me out, as we deperately need our homepage funktionning tomorrow morning for our project. and nobody has been able to help us so far.... here's the error it show's when you type in our url
Parse error: parse error in /homepages/22/d20111463/htdocs/politikfabrik/mainfile.php on line 16
Parse error: parse error in /homepages/22/d20111463/htdocs/politikfabrik/header.php on line 45
Fatal error: Call to undefined function: automated_news() in /homepages/22/d20111463/htdocs/politikfabrik/index.php on line 26
and here's the code of the respecting files:
mainfile:
(line 15) foreach ($HTTP_GET_VARS as $secvalue) {
(line 16) if (eregi("<[>]script"?[>]>", $secvalue) OR eregi("([>]."?[>])", $secvalue)) {
(line 17) die ("I don't like you...");
header:
(line 44) echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">n";
(line 45) echo "n";
(line 46) echo "<head>n";
index.php
(line 25) require_once("mainfile.php");
(line 26)
(line 27) function theindex() {
what went wrong??? buuuuuuhhuuu!
it would be really great if someone could save our lifes...
thank's very much in advance
Michael