Silkroad Online Forums

A community forum for the free online game Silkroad Online. Discuss Silkroad Online, read up on guides, and build your character and skills.

Faq Search Members Chat  Register Profile Login

All times are UTC




Post new topic Reply to topic  [ 33 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Whats wrong with sro.mmosite
PostPosted: Thu Jan 18, 2007 12:19 am 
Veteran Member
User avatar
Offline

Joined: Oct 2006
Posts: 3728
Location:
Off Topic
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 :? :?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 12:22 am 
Active Member
Offline

Joined: Sep 2006
Posts: 544
hmm i use Firefox...

_________________
<<banned from SRF for bot admission. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 12:24 am 
Ex-Staff
User avatar
Offline

Joined: Jul 2006
Posts: 1113
Location: ---
0oKeikoo0 wrote:
hmm i use Firefox...

I use FF and I got it too.

_________________
PAX QUÆRITUR BELLO


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 12:24 am 
Active Member
Offline

Joined: Sep 2006
Posts: 643
I do too! It tells me to download this file.

_________________
<<banned from SRF for bot admission and rules violations. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 12:28 am 
Active Member
User avatar
Offline

Joined: Jul 2006
Posts: 511
Location: Miami, FL
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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 12:48 am 
Senior Member
User avatar
Offline

Joined: Nov 2006
Posts: 4526
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

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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 12:53 am 
Senior Member
User avatar
Offline

Joined: Nov 2006
Posts: 4526
Location: Life.
Code:
<?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"


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 1:02 am 
Frequent Member
User avatar
Offline

Joined: Sep 2006
Posts: 1116
Location:
Hera
MastaChiefX wrote:
Code:
<?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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 1:21 am 
Hi, I'm New Here
Offline

Joined: Jan 2007
Posts: 12
igod... the mmosite server is down atm just chillax for a bit


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 1:26 am 
Frequent Member
User avatar
Offline

Joined: Sep 2006
Posts: 1116
Location:
Hera
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 2:01 am 
Frequent Member
User avatar
Offline

Joined: May 2006
Posts: 1200
Location: Once Xian, Now Garrosh (US). TEXAS IRL!
LadyB wrote:
MastaChiefX wrote:
Code:
<?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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 3:49 am 
Senior Member
User avatar
Offline

Joined: Nov 2006
Posts: 4526
Location: Life.
Foilin wrote:
LadyB wrote:
MastaChiefX wrote:
Code:
<?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"


Top
 Profile  
 
 Post subject: ok
PostPosted: Thu Jan 18, 2007 3:52 am 
Frequent Member
User avatar
Offline

Joined: Sep 2006
Posts: 1116
Location:
Hera
MastaChiefX wrote:
Foilin wrote:
LadyB wrote:
MastaChiefX wrote:
Code:
<?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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 3:56 am 
Loyal Member
Offline

Joined: Aug 2006
Posts: 1577
Location:
Xian
i wonder if LadyB remembers me...hmm.

_________________
Banned for pro-bot statements and other annoying content.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 3:56 am 
Active Member
Offline

Joined: Sep 2006
Posts: 643
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>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 4:03 am 
Banned User
Offline

Joined: Jan 2007
Posts: 5887
Location: www.youporn.com
lol it's the sp calculator -.-


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 4:14 am 
Frequent Member
User avatar
Offline

Joined: Sep 2006
Posts: 1116
Location:
Hera
senapanaga wrote:
i wonder if LadyB remembers me...hmm.


who?

_________________
Whatever tickles your pickle.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 4:14 am 
Frequent Member
User avatar
Offline

Joined: Sep 2006
Posts: 1116
Location:
Hera
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 4:27 am 
Hi, I'm New Here
Offline

Joined: Jan 2007
Posts: 12
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 ^^


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 4:32 am 
Casual Member
Offline

Joined: Aug 2006
Posts: 80
Location:
Tibet
use this one

http://bobtheveg.dyndns.org/SRO/Char_Build_Applet/


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 4:40 am 
Frequent Member
User avatar
Offline

Joined: Sep 2006
Posts: 1116
Location:
Hera
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 6:33 am 
Active Member
Offline

Joined: Sep 2006
Posts: 544
Skull Rider wrote:


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

_________________
<<banned from SRF for bot admission. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 6:59 am 
Valued Member
User avatar
Offline

Joined: Apr 2006
Posts: 388
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 7:01 am 
Active Member
Offline

Joined: Sep 2006
Posts: 544
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>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 7:10 am 
Senior Member
User avatar
Offline

Joined: May 2006
Posts: 4377
Location: De Dutch
mmosite is just down, their server crashed. Nothing to worry about

_________________
I cannot sing the blues...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 9:19 am 
Senior Member
User avatar
Offline

Joined: Jan 2007
Posts: 4364
Location: Србија брате !
Thats Good....I Was Thinking It Was Realy A Keylogger


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 9:32 am 
Banned User
Offline

Joined: Jun 2006
Posts: 4143
Location:
Babel
O Shit thx god
i wanted it and opended form location lol

better not be a keylogger

_________________
<<banned from SRF for bot admission. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 9:39 am 
Senior Member
User avatar
Offline

Joined: May 2006
Posts: 4377
Location: De Dutch
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...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 1:03 pm 
Ex-Staff
User avatar
Offline

Joined: Sep 2006
Posts: 5245
Location:
Off Topic
Code:
<?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:
<?php echo 'hello world';?>

_________________
Ooh, I got a sexy ex-staff title!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 9:00 pm 
Senior Member
User avatar
Offline

Joined: Nov 2006
Posts: 4526
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
Quote:
Yes very serious keylogger. Steals teh internets.

The very best part of your whole argument is
Quote:
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"


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 33 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group