Pixel-Peeps
03-30-2010, 05:44 AM
Ive got a very serious issue
i was uploading files to my website...
and this news panel i was uploading like overwrote the vBulletin search.php file and the index.php file i re uploaded the search.php file fine, but the index.php file on my computer is over written it to (i dont know who this happened)
that is the code in below!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Habchat Forums</title>
</head>
<body>
<?php
include('http://www.habchat.com/');
?>
</body>
</html>
in it its missing all the code for the index.php how do i fix this?
i was uploading files to my website...
and this news panel i was uploading like overwrote the vBulletin search.php file and the index.php file i re uploaded the search.php file fine, but the index.php file on my computer is over written it to (i dont know who this happened)
that is the code in below!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Habchat Forums</title>
</head>
<body>
<?php
include('http://www.habchat.com/');
?>
</body>
</html>
in it its missing all the code for the index.php how do i fix this?