Whats wrong with sro.mmosite
- iGod
- Veteran Member
- Posts: 3728
- Joined: Wed Oct 11, 2006 11:22 pm
- Quick Reply: Yes
- Location: Off Topic
Whats wrong with sro.mmosite
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

- MastaChiefX
- Senior Member
- Posts: 4526
- Joined: Fri Nov 03, 2006 1:18 am
- Quick Reply: Yes
- Location: Life.
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

^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"
- MastaChiefX
- Senior Member
- Posts: 4526
- Joined: Fri Nov 03, 2006 1:18 am
- Quick Reply: Yes
- Location: Life.
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

^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"
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
- Foilin
- Frequent Member
- Posts: 1200
- Joined: Wed May 10, 2006 6:47 pm
- Quick Reply: Yes
- Location: Once Xian, Now Garrosh (US). TEXAS IRL!
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? >.>
- MastaChiefX
- Senior Member
- Posts: 4526
- Joined: Fri Nov 03, 2006 1:18 am
- Quick Reply: Yes
- Location: Life.
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.

^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"
ok
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
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
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
-
Skull Rider
- Casual Member
- Posts: 80
- Joined: Sun Aug 27, 2006 8:50 pm
- Quick Reply: Yes
- Location: Tibet
- StealMySoda
- Ex-Staff
- Posts: 5245
- Joined: Sun Sep 03, 2006 2:37 pm
- Quick Reply: Yes
- Location: Off Topic
- Contact:
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!
- MastaChiefX
- Senior Member
- Posts: 4526
- Joined: Fri Nov 03, 2006 1:18 am
- Quick Reply: Yes
- Location: Life.
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
About 3 firewalls.I got about 3 firewalls going, nothing detected.

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


