Whats wrong with sro.mmosite

A place for general discussion about Silkroad Online. Talk about the game or ask questions. Please keep threads Silkroad Online related.
User avatar
iGod
Veteran Member
Posts: 3728
Joined: Wed Oct 11, 2006 11:22 pm
Quick Reply: Yes
Location: Off Topic

Whats wrong with sro.mmosite

Post 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 :? :?

0oKeikoo0
Active Member
Posts: 544
Joined: Thu Sep 28, 2006 11:21 pm

Post by 0oKeikoo0 »

hmm i use Firefox...
<<banned from SRF for bot admission. -SG>>

User avatar
Sin
Ex-Staff
Posts: 1113
Joined: Sat Jul 29, 2006 2:13 am
Quick Reply: Yes
Location: ---

Post by Sin »

0oKeikoo0 wrote:hmm i use Firefox...

I use FF and I got it too.
PAX QUÆRITUR BELLO

purified
Active Member
Posts: 643
Joined: Sat Sep 02, 2006 8:24 am

Post by purified »

I do too! It tells me to download this file.
<<banned from SRF for bot admission and rules violations. -SG>>

User avatar
lilchris
Active Member
Posts: 511
Joined: Tue Jul 18, 2006 6:35 am
Quick Reply: Yes
Location: Miami, FL
Contact:

Post 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

User avatar
MastaChiefX
Senior Member
Posts: 4526
Joined: Fri Nov 03, 2006 1:18 am
Quick Reply: Yes
Location: Life.

Post 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
Image
^Thanks 0l3n!
Gone. Never really gone, but never really here.
"If Pac-Man had affected us as kids, we’d all be running around in dark rooms, munching pills and listening to repetitive electronic music"

User avatar
MastaChiefX
Senior Member
Posts: 4526
Joined: Fri Nov 03, 2006 1:18 am
Quick Reply: Yes
Location: Life.

Post 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 :)
Image
^Thanks 0l3n!
Gone. Never really gone, but never really here.
"If Pac-Man had affected us as kids, we’d all be running around in dark rooms, munching pills and listening to repetitive electronic music"

User avatar
LadyB
Frequent Member
Posts: 1116
Joined: Fri Sep 29, 2006 2:03 pm
Quick Reply: Yes
Location: Hera

Post 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.
Whatever tickles your pickle.

i'm_NOT_khang7
Hi, I'm New Here
Posts: 12
Joined: Sun Jan 14, 2007 2:21 am

Post by i'm_NOT_khang7 »

igod... the mmosite server is down atm just chillax for a bit

User avatar
LadyB
Frequent Member
Posts: 1116
Joined: Fri Sep 29, 2006 2:03 pm
Quick Reply: Yes
Location: Hera

Post by LadyB »

i'm_NOT_khang7 wrote:igod... the mmosite server is down atm just chillax for a bit


i gues you are khang
Whatever tickles your pickle.

User avatar
Foilin
Frequent Member
Posts: 1200
Joined: Wed May 10, 2006 6:47 pm
Quick Reply: Yes
Location: Once Xian, Now Garrosh (US). TEXAS IRL!

Post 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? >.>
ImageImageImageImage

User avatar
MastaChiefX
Senior Member
Posts: 4526
Joined: Fri Nov 03, 2006 1:18 am
Quick Reply: Yes
Location: Life.

Post 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.
Image
^Thanks 0l3n!
Gone. Never really gone, but never really here.
"If Pac-Man had affected us as kids, we’d all be running around in dark rooms, munching pills and listening to repetitive electronic music"

User avatar
LadyB
Frequent Member
Posts: 1116
Joined: Fri Sep 29, 2006 2:03 pm
Quick Reply: Yes
Location: Hera

ok

Post 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
Whatever tickles your pickle.

senapanaga
Loyal Member
Posts: 1577
Joined: Sat Aug 05, 2006 8:24 am
Quick Reply: Yes
Location: Xian

Post by senapanaga »

i wonder if LadyB remembers me...hmm.
Banned for pro-bot statements and other annoying content.

purified
Active Member
Posts: 643
Joined: Sat Sep 02, 2006 8:24 am

Post 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 "
<<banned from SRF for bot admission and rules violations. -SG>>

Fat_Smurf
Elite Member
Posts: 5887
Joined: Fri Jan 12, 2007 10:57 pm
Quick Reply: Yes
Location: www.youporn.com

Post by Fat_Smurf »

lol it's the sp calculator -.-

User avatar
LadyB
Frequent Member
Posts: 1116
Joined: Fri Sep 29, 2006 2:03 pm
Quick Reply: Yes
Location: Hera

Post by LadyB »

senapanaga wrote:i wonder if LadyB remembers me...hmm.


who?
Whatever tickles your pickle.

User avatar
LadyB
Frequent Member
Posts: 1116
Joined: Fri Sep 29, 2006 2:03 pm
Quick Reply: Yes
Location: Hera

Post 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
Whatever tickles your pickle.

i'm_NOT_khang7
Hi, I'm New Here
Posts: 12
Joined: Sun Jan 14, 2007 2:21 am

Post 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 ^^

Skull Rider
Casual Member
Posts: 80
Joined: Sun Aug 27, 2006 8:50 pm
Quick Reply: Yes
Location: Tibet

Post by Skull Rider »


User avatar
LadyB
Frequent Member
Posts: 1116
Joined: Fri Sep 29, 2006 2:03 pm
Quick Reply: Yes
Location: Hera

Post 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
Whatever tickles your pickle.

0oKeikoo0
Active Member
Posts: 544
Joined: Thu Sep 28, 2006 11:21 pm

Post by 0oKeikoo0 »



that shit closed my internet WTF?!?!?!
<<banned from SRF for bot admission. -SG>>

User avatar
zelzin
Valued Member
Posts: 388
Joined: Sun Apr 09, 2006 6:38 pm

Post 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.

0oKeikoo0
Active Member
Posts: 544
Joined: Thu Sep 28, 2006 11:21 pm

Post by 0oKeikoo0 »

oh thank god!!!
after that closed i turned on all my anti crap
and scanned the shit outta my comp :D
<<banned from SRF for bot admission. -SG>>

User avatar
Deacon
Senior Member
Posts: 4376
Joined: Tue May 09, 2006 9:26 am
Quick Reply: Yes
Location: De Dutch

Post by Deacon »

mmosite is just down, their server crashed. Nothing to worry about
I cannot sing the blues...

User avatar
_Lana_
Senior Member
Posts: 4364
Joined: Wed Jan 17, 2007 11:04 am
Quick Reply: Yes
Location: Србија брате !

Post by _Lana_ »

Thats Good....I Was Thinking It Was Realy A Keylogger

Vandango
Senior Member
Posts: 4143
Joined: Sat Jun 03, 2006 3:23 pm
Quick Reply: Yes
Location: Babel

Post by Vandango »

O Shit thx god
i wanted it and opended form location lol

better not be a keylogger
<<banned from SRF for bot admission. -SG>>

User avatar
Deacon
Senior Member
Posts: 4376
Joined: Tue May 09, 2006 9:26 am
Quick Reply: Yes
Location: De Dutch

Post 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
I cannot sing the blues...

User avatar
StealMySoda
Ex-Staff
Posts: 5245
Joined: Sun Sep 03, 2006 2:37 pm
Quick Reply: Yes
Location: Off Topic
Contact:

Post 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';?>
Ooh, I got a sexy ex-staff title!

User avatar
MastaChiefX
Senior Member
Posts: 4526
Joined: Fri Nov 03, 2006 1:18 am
Quick Reply: Yes
Location: Life.

Post 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)
Image
^Thanks 0l3n!
Gone. Never really gone, but never really here.
"If Pac-Man had affected us as kids, we’d all be running around in dark rooms, munching pills and listening to repetitive electronic music"

Post Reply

Return to “Silkroad General Discussion”