Page 1 of 2

Whats wrong with sro.mmosite

Posted: Thu Jan 18, 2007 12:19 am
by iGod
I was trying to get to the calculator but it offers a download of some strange file which in ie opens the calculator and tries to download the calculator images from mmosite but fails... anyway does anyone know whats going on :? :?

Posted: Thu Jan 18, 2007 12:22 am
by 0oKeikoo0
hmm i use Firefox...

Posted: Thu Jan 18, 2007 12:24 am
by Sin
0oKeikoo0 wrote:hmm i use Firefox...

I use FF and I got it too.

Posted: Thu Jan 18, 2007 12:24 am
by purified
I do too! It tells me to download this file.

Posted: Thu Jan 18, 2007 12:28 am
by lilchris
i got it too, some1 got into the site and replaced it with a keylogger?
hate to be paranoid but might be.
unless some1 downloads it and tells us, who wants to take the chance? lol

Posted: Thu Jan 18, 2007 12:48 am
by MastaChiefX
lilchris wrote:i got it too, some1 got into the site and replaced it with a keylogger?
hate to be paranoid but might be.
unless some1 downloads it and tells us, who wants to take the chance? lol

i will

Posted: Thu Jan 18, 2007 12:53 am
by MastaChiefX

Code: Select all

<?php
if(file_exists('lock') && !file_exists('ip-'.$_SERVER['REMOTE_ADDR']))
{
   echo 'sro calculater will be back up later, please wait...';
   exit();
}

require_once('./system/page.func.php');
?><html>
<head>
<title>SRO Calculator</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/engine.js"></script>
<script type="text/javascript" src="js/calc.js"></script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-451104-1";
urchinTracker();
</script>

</head>
<style type="text/css" media="screen">
@import url(style.css);
</style>
<body>
<table id="loading" style="display: none; position: absolute; top: 0.5em; right: 0.5em; color: #fff; background-color: #881133;" cellpadding="0" cellspacing="2"><tr><td valign="center">Loading</td><td valign="center"><img src="http://images.mmosite.com/sro/images/loader.gif"></td></tr></table>
<form onsubmit="return false;" name="char" id="char">
<table width="100%" class="char_table">
   <tr>
      <td class="header">Silkroad Character Calculator <small>v2</small></td>
      <td colspan="2"></td>
   </tr>
   <tr>
      <td width="40%" valign="top">
<?=generate_skills_table(0)?>
      </td>
      <td width="40%" valign="top">
<?=generate_skills_table(1)?>
      </td>
      <td width="20%" valign="top">
         <table width="100%" id="result">
            <tr><td colspan="2"><input type="submit" onclick="do_calculate(); return false;" value="Calculate" id="calculate"></td></tr>
            <tr><td width="50%">Required EXP:</td><td width="60%"><span id="result_exp">0</span></td></tr>
            <tr><td>Required SP EXP:</td><td><span id="result_spexp">0</span></td></tr>
            <tr><td>Required SP:</td><td><span id="result_sp">0</span></td></tr>
            <tr><td>Mastery Level:</td><td><span id="result_mlvl">0</span>/300</td></tr>
         </table>
      </td>
   </tr>
</form>
   <tr>
      <td colspan="3">
         Created by <b>DeathZai</b> (Xian)
      </td>
   </tr>
</table>
</body>
</html>


Nothing bad :)

Posted: Thu Jan 18, 2007 1:02 am
by LadyB
MastaChiefX wrote:

Code: Select all

<?php
if(file_exists('lock') && !file_exists('ip-'.$_SERVER['REMOTE_ADDR']))
{
   echo 'sro calculater will be back up later, please wait...';
   exit();
}

require_once('./system/page.func.php');
?><html>
<head>
<title>SRO Calculator</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/engine.js"></script>
<script type="text/javascript" src="js/calc.js"></script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-451104-1";
urchinTracker();
</script>

</head>
<style type="text/css" media="screen">
@import url(style.css);
</style>
<body>
<table id="loading" style="display: none; position: absolute; top: 0.5em; right: 0.5em; color: #fff; background-color: #881133;" cellpadding="0" cellspacing="2"><tr><td valign="center">Loading</td><td valign="center"><img src="http://images.mmosite.com/sro/images/loader.gif"></td></tr></table>
<form onsubmit="return false;" name="char" id="char">
<table width="100%" class="char_table">
   <tr>
      <td class="header">Silkroad Character Calculator <small>v2</small></td>
      <td colspan="2"></td>
   </tr>
   <tr>
      <td width="40%" valign="top">
<?=generate_skills_table(0)?>
      </td>
      <td width="40%" valign="top">
<?=generate_skills_table(1)?>
      </td>
      <td width="20%" valign="top">
         <table width="100%" id="result">
            <tr><td colspan="2"><input type="submit" onclick="do_calculate(); return false;" value="Calculate" id="calculate"></td></tr>
            <tr><td width="50%">Required EXP:</td><td width="60%"><span id="result_exp">0</span></td></tr>
            <tr><td>Required SP EXP:</td><td><span id="result_spexp">0</span></td></tr>
            <tr><td>Required SP:</td><td><span id="result_sp">0</span></td></tr>
            <tr><td>Mastery Level:</td><td><span id="result_mlvl">0</span>/300</td></tr>
         </table>
      </td>
   </tr>
</form>
   <tr>
      <td colspan="3">
         Created by <b>DeathZai</b> (Xian)
      </td>
   </tr>
</table>
</body>
</html>


Nothing bad :)


its a keylogger. delete that file and wait 24 hours before opening anything.

Posted: Thu Jan 18, 2007 1:21 am
by i'm_NOT_khang7
igod... the mmosite server is down atm just chillax for a bit

Posted: Thu Jan 18, 2007 1:26 am
by LadyB
i'm_NOT_khang7 wrote:igod... the mmosite server is down atm just chillax for a bit


i gues you are khang

Posted: Thu Jan 18, 2007 2:01 am
by Foilin
LadyB wrote:
MastaChiefX wrote:

Code: Select all

<?php
if(file_exists('lock') && !file_exists('ip-'.$_SERVER['REMOTE_ADDR']))
{
   echo 'sro calculater will be back up later, please wait...';
   exit();
}

require_once('./system/page.func.php');
?><html>
<head>
<title>SRO Calculator</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/engine.js"></script>
<script type="text/javascript" src="js/calc.js"></script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-451104-1";
urchinTracker();
</script>

</head>
<style type="text/css" media="screen">
@import url(style.css);
</style>
<body>
<table id="loading" style="display: none; position: absolute; top: 0.5em; right: 0.5em; color: #fff; background-color: #881133;" cellpadding="0" cellspacing="2"><tr><td valign="center">Loading</td><td valign="center"><img src="http://images.mmosite.com/sro/images/loader.gif"></td></tr></table>
<form onsubmit="return false;" name="char" id="char">
<table width="100%" class="char_table">
   <tr>
      <td class="header">Silkroad Character Calculator <small>v2</small></td>
      <td colspan="2"></td>
   </tr>
   <tr>
      <td width="40%" valign="top">
<?=generate_skills_table(0)?>
      </td>
      <td width="40%" valign="top">
<?=generate_skills_table(1)?>
      </td>
      <td width="20%" valign="top">
         <table width="100%" id="result">
            <tr><td colspan="2"><input type="submit" onclick="do_calculate(); return false;" value="Calculate" id="calculate"></td></tr>
            <tr><td width="50%">Required EXP:</td><td width="60%"><span id="result_exp">0</span></td></tr>
            <tr><td>Required SP EXP:</td><td><span id="result_spexp">0</span></td></tr>
            <tr><td>Required SP:</td><td><span id="result_sp">0</span></td></tr>
            <tr><td>Mastery Level:</td><td><span id="result_mlvl">0</span>/300</td></tr>
         </table>
      </td>
   </tr>
</form>
   <tr>
      <td colspan="3">
         Created by <b>DeathZai</b> (Xian)
      </td>
   </tr>
</table>
</body>
</html>


Nothing bad :)


its a keylogger. delete that file and wait 24 hours before opening anything.


Wait wait wait. is it, or is it not? >.>

Posted: Thu Jan 18, 2007 3:49 am
by MastaChiefX
Foilin wrote:
LadyB wrote:
MastaChiefX wrote:

Code: Select all

<?php
if(file_exists('lock') && !file_exists('ip-'.$_SERVER['REMOTE_ADDR']))
{
   echo 'sro calculater will be back up later, please wait...';
   exit();
}

require_once('./system/page.func.php');
?><html>
<head>
<title>SRO Calculator</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/engine.js"></script>
<script type="text/javascript" src="js/calc.js"></script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-451104-1";
urchinTracker();
</script>

</head>
<style type="text/css" media="screen">
@import url(style.css);
</style>
<body>
<table id="loading" style="display: none; position: absolute; top: 0.5em; right: 0.5em; color: #fff; background-color: #881133;" cellpadding="0" cellspacing="2"><tr><td valign="center">Loading</td><td valign="center"><img src="http://images.mmosite.com/sro/images/loader.gif"></td></tr></table>
<form onsubmit="return false;" name="char" id="char">
<table width="100%" class="char_table">
   <tr>
      <td class="header">Silkroad Character Calculator <small>v2</small></td>
      <td colspan="2"></td>
   </tr>
   <tr>
      <td width="40%" valign="top">
<?=generate_skills_table(0)?>
      </td>
      <td width="40%" valign="top">
<?=generate_skills_table(1)?>
      </td>
      <td width="20%" valign="top">
         <table width="100%" id="result">
            <tr><td colspan="2"><input type="submit" onclick="do_calculate(); return false;" value="Calculate" id="calculate"></td></tr>
            <tr><td width="50%">Required EXP:</td><td width="60%"><span id="result_exp">0</span></td></tr>
            <tr><td>Required SP EXP:</td><td><span id="result_spexp">0</span></td></tr>
            <tr><td>Required SP:</td><td><span id="result_sp">0</span></td></tr>
            <tr><td>Mastery Level:</td><td><span id="result_mlvl">0</span>/300</td></tr>
         </table>
      </td>
   </tr>
</form>
   <tr>
      <td colspan="3">
         Created by <b>DeathZai</b> (Xian)
      </td>
   </tr>
</table>
</body>
</html>


Nothing bad :)


its a keylogger. delete that file and wait 24 hours before opening anything.


Wait wait wait. is it, or is it not? >.>

Where would the "keylogger" fit in?

Yes very serious keylogger. Steals teh internets.

ok

Posted: Thu Jan 18, 2007 3:52 am
by LadyB
MastaChiefX wrote:
Foilin wrote:
LadyB wrote:
MastaChiefX wrote:

Code: Select all

<?php
if(file_exists('lock') && !file_exists('ip-'.$_SERVER['REMOTE_ADDR']))
{
   echo 'sro calculater will be back up later, please wait...';
   exit();
}

require_once('./system/page.func.php');
?><html>
<head>
<title>SRO Calculator</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/engine.js"></script>
<script type="text/javascript" src="js/calc.js"></script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-451104-1";
urchinTracker();
</script>

</head>
<style type="text/css" media="screen">
@import url(style.css);
</style>
<body>
<table id="loading" style="display: none; position: absolute; top: 0.5em; right: 0.5em; color: #fff; background-color: #881133;" cellpadding="0" cellspacing="2"><tr><td valign="center">Loading</td><td valign="center"><img src="http://images.mmosite.com/sro/images/loader.gif"></td></tr></table>
<form onsubmit="return false;" name="char" id="char">
<table width="100%" class="char_table">
   <tr>
      <td class="header">Silkroad Character Calculator <small>v2</small></td>
      <td colspan="2"></td>
   </tr>
   <tr>
      <td width="40%" valign="top">
<?=generate_skills_table(0)?>
      </td>
      <td width="40%" valign="top">
<?=generate_skills_table(1)?>
      </td>
      <td width="20%" valign="top">
         <table width="100%" id="result">
            <tr><td colspan="2"><input type="submit" onclick="do_calculate(); return false;" value="Calculate" id="calculate"></td></tr>
            <tr><td width="50%">Required EXP:</td><td width="60%"><span id="result_exp">0</span></td></tr>
            <tr><td>Required SP EXP:</td><td><span id="result_spexp">0</span></td></tr>
            <tr><td>Required SP:</td><td><span id="result_sp">0</span></td></tr>
            <tr><td>Mastery Level:</td><td><span id="result_mlvl">0</span>/300</td></tr>
         </table>
      </td>
   </tr>
</form>
   <tr>
      <td colspan="3">
         Created by <b>DeathZai</b> (Xian)
      </td>
   </tr>
</table>
</body>
</html>


Nothing bad :)


its a keylogger. delete that file and wait 24 hours before opening anything.


Wait wait wait. is it, or is it not? >.>

Where would the "keylogger" fit in?

Yes very serious keylogger. Steals teh internets.


fine. continue what you usually do. if you find your internet slow or finding yourself in spots in games or even losing things. i warned you

Posted: Thu Jan 18, 2007 3:56 am
by senapanaga
i wonder if LadyB remembers me...hmm.

Posted: Thu Jan 18, 2007 3:56 am
by purified
Dude theres no keylogger in it, I got about 3 firewalls going, nothing detected. If it WAS a keylogger it would have been a larger file than just a few hundred kb's. You geeks and your god dam " DONT DOWNLOAD CRAP HERE! YOU GET KEYLOGGED! " Get a life. If it was a keylogger and you open the file with notepad it would give you random shit like " aAISIk1m2188asi "

Posted: Thu Jan 18, 2007 4:03 am
by Fat_Smurf
lol it's the sp calculator -.-

Posted: Thu Jan 18, 2007 4:14 am
by LadyB
senapanaga wrote:i wonder if LadyB remembers me...hmm.


who?

Posted: Thu Jan 18, 2007 4:14 am
by LadyB
purified wrote:Dude theres no keylogger in it, I got about 3 firewalls going, nothing detected. If it WAS a keylogger it would have been a larger file than just a few hundred kb's. You geeks and your god dam " DONT DOWNLOAD CRAP HERE! YOU GET KEYLOGGED! " Get a life. If it was a keylogger and you open the file with notepad it would give you random shit like " aAISIk1m2188asi "


hey purified: stfu

jk

Posted: Thu Jan 18, 2007 4:27 am
by i'm_NOT_khang7
LadyB wrote:
i'm_NOT_khang7 wrote:igod... the mmosite server is down atm just chillax for a bit


i gues you are khang


hello to you too old friend ^^

Posted: Thu Jan 18, 2007 4:32 am
by Skull Rider

Posted: Thu Jan 18, 2007 4:40 am
by LadyB
i'm_NOT_khang7 wrote:
LadyB wrote:
i'm_NOT_khang7 wrote:igod... the mmosite server is down atm just chillax for a bit


i gues you are khang


hello to you too old friend ^^


hello

Posted: Thu Jan 18, 2007 6:33 am
by 0oKeikoo0


that shit closed my internet WTF?!?!?!

Posted: Thu Jan 18, 2007 6:59 am
by zelzin
It's not a keylogger. It's simply a php script. These can only be executed server side anyway (unless you have php installed on your system, and I doubt that).

And even if you could run it, it would just error. So chill.

Posted: Thu Jan 18, 2007 7:01 am
by 0oKeikoo0
oh thank god!!!
after that closed i turned on all my anti crap
and scanned the shit outta my comp :D

Posted: Thu Jan 18, 2007 7:10 am
by Deacon
mmosite is just down, their server crashed. Nothing to worry about

Posted: Thu Jan 18, 2007 9:19 am
by _Lana_
Thats Good....I Was Thinking It Was Realy A Keylogger

Posted: Thu Jan 18, 2007 9:32 am
by Vandango
O Shit thx god
i wanted it and opended form location lol

better not be a keylogger

Posted: Thu Jan 18, 2007 9:39 am
by Deacon
Karlos Vandango wrote:O Shit thx god
i wanted it and opended form location lol

better not be a keylogger


iam a mod their.. And its nothing special, already told the admin's

Posted: Thu Jan 18, 2007 1:03 pm
by StealMySoda

Code: Select all

<?php
if(file_exists('lock') && !file_exists('ip-'.$_SERVER['REMOTE_ADDR']))
{
   echo '[b]sro calculater will be back up later, please wait..[/b].';
   exit();
}

require_once('./system/page.func.php');
?>

Most important part.

Code: Select all

<?php echo 'hello world';?>

Posted: Thu Jan 18, 2007 9:00 pm
by MastaChiefX
purified wrote:Dude theres no keylogger in it, I got about 3 firewalls going, nothing detected. If it WAS a keylogger it would have been a larger file than just a few hundred kb's. You geeks and your god dam " DONT DOWNLOAD CRAP HERE! YOU GET KEYLOGGED! " Get a life. If it was a keylogger and you open the file with notepad it would give you random shit like " aAISIk1m2188asi "


Yes, i was being very serious when I said
Yes very serious keylogger. Steals teh internets.

The very best part of your whole argument is
I got about 3 firewalls going, nothing detected.
About 3 firewalls.
8)