PDA

View Full Version : HELP PLEASE! Something ruined my whole board.


Pancreas Paul
11-05-2002, 10:13 PM
..Ok, after I installed the whos listening now love hack, it messed my thing u;. I thought no big deal, I will delete it. So I deleted it, than now I get this:

Warning: Cannot add header information - headers already sent by (output started at /home/bw/public_html/vb/admin/functions.php:5035) in /home/bw/public_html/vb/admin/functions.php on line 3465

:(

My line 5035 is:

NOTHING! I dont even have anything It ends at 5032.

My line 3456 is:

setcookie($name, $value, $expire, $cookiepath, $cookiedomain, $secure);

Please help me. WHAT IS WRONG :(

Steve Machol
11-05-2002, 10:17 PM
Reupload your original functions.php file. Makes sure you upload in ASCII and overwrite the one on the server.

Pancreas Paul
11-05-2002, 10:42 PM
If I do that, it will caus alot of problems because I will have to redo all the changes I ever did with that file. I was wondering if there was another way. Like if someone could Im me or somethig and I cans how them my functions.php file.

Erwin
11-05-2002, 10:50 PM
Compare an unhacked functions.php with your current functions.php - you have inadvertently deleted a line or a } or something of that sort. There's not much else anyone can do for you, since it could be anything.

In future, when hacking, always keep a backup before you put in the changes.

Pancreas Paul
11-05-2002, 10:55 PM
CRAP! Man, ill never findit. I guess ill have to uplaod a new one. Thanx anyway :(

Logician
11-08-2002, 11:51 AM
edit functions.php go at the end of the file find

?>

Make sure there is NOTHING after this char in your script and I mean *nothing* including hidden chars like space or enter(new line).. When you put your cursor at the end of > and press right cursor button it shouldnt go anywhere.

BTW. always back up your file before modifying them..