|
Silkroad Online
|
Silkroad Forums
|
Affiliates
|



|
|
View unanswered posts | View active topics
0oKeikoo0
|
Post subject: Posted: Thu Jan 18, 2007 12:22 am |
|
Active Member |
 |
Joined: Sep 2006 Posts: 544
|
hmm i use Firefox...
_________________ <<banned from SRF for bot admission. -SG>>
|
|
Top |
|
 |
Sin
|
Post subject: Posted: Thu Jan 18, 2007 12:24 am |
|
Ex-Staff |
 |
 |
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 |
|
 |
purified
|
Post subject: Posted: Thu Jan 18, 2007 12:24 am |
|
Active Member |
 |
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 |
|
 |
lilchris
|
Post subject: Posted: Thu Jan 18, 2007 12:28 am |
|
Active Member |
 |
 |
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 |
|
 |
MastaChiefX
|
Post subject: Posted: Thu Jan 18, 2007 12:48 am |
|
Senior Member |
 |
 |
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
_________________
 ^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 |
|
 |
MastaChiefX
|
Post subject: Posted: Thu Jan 18, 2007 12:53 am |
|
Senior Member |
 |
 |
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 
_________________
 ^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 |
|
 |
LadyB
|
Post subject: Posted: Thu Jan 18, 2007 1:02 am |
|
Frequent Member |
 |
 |
Joined: Sep 2006 Posts: 1116 Location:
|
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 |
|
 |
i'm_NOT_khang7
|
Post subject: Posted: Thu Jan 18, 2007 1:21 am |
|
Hi, I'm New Here |
 |
Joined: Jan 2007 Posts: 12
|
igod... the mmosite server is down atm just chillax for a bit
|
|
Top |
|
 |
LadyB
|
Post subject: Posted: Thu Jan 18, 2007 1:26 am |
|
Frequent Member |
 |
 |
Joined: Sep 2006 Posts: 1116 Location:
|
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 |
|
 |
Foilin
|
Post subject: Posted: Thu Jan 18, 2007 2:01 am |
|
Frequent Member |
 |
 |
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? >.>
_________________
  
|
|
Top |
|
 |
MastaChiefX
|
Post subject: Posted: Thu Jan 18, 2007 3:49 am |
|
Senior Member |
 |
 |
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.
_________________
 ^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 |
|
 |
LadyB
|
Post subject: ok Posted: Thu Jan 18, 2007 3:52 am |
|
Frequent Member |
 |
 |
Joined: Sep 2006 Posts: 1116 Location:
|
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 |
|
 |
senapanaga
|
Post subject: Posted: Thu Jan 18, 2007 3:56 am |
|
Loyal Member |
 |
Joined: Aug 2006 Posts: 1577 Location:
|
i wonder if LadyB remembers me...hmm.
_________________ Banned for pro-bot statements and other annoying content.
|
|
Top |
|
 |
purified
|
Post subject: Posted: Thu Jan 18, 2007 3:56 am |
|
Active Member |
 |
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 |
|
 |
Fat_Smurf
|
Post subject: Posted: Thu Jan 18, 2007 4:03 am |
|
Banned User |
 |
Joined: Jan 2007 Posts: 5887 Location: www.youporn.com
|
lol it's the sp calculator -.-
|
|
Top |
|
 |
LadyB
|
Post subject: Posted: Thu Jan 18, 2007 4:14 am |
|
Frequent Member |
 |
 |
Joined: Sep 2006 Posts: 1116 Location:
|
senapanaga wrote: i wonder if LadyB remembers me...hmm.
who?
_________________ Whatever tickles your pickle.
|
|
Top |
|
 |
LadyB
|
Post subject: Posted: Thu Jan 18, 2007 4:14 am |
|
Frequent Member |
 |
 |
Joined: Sep 2006 Posts: 1116 Location:
|
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 |
|
 |
i'm_NOT_khang7
|
Post subject: Posted: Thu Jan 18, 2007 4:27 am |
|
Hi, I'm New Here |
 |
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 |
|
 |
Skull Rider
|
Post subject: Posted: Thu Jan 18, 2007 4:32 am |
|
Casual Member |
 |
Joined: Aug 2006 Posts: 80 Location:
|
|
Top |
|
 |
LadyB
|
Post subject: Posted: Thu Jan 18, 2007 4:40 am |
|
Frequent Member |
 |
 |
Joined: Sep 2006 Posts: 1116 Location:
|
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 |
|
 |
0oKeikoo0
|
Post subject: Posted: Thu Jan 18, 2007 6:33 am |
|
Active Member |
 |
Joined: Sep 2006 Posts: 544
|
Skull Rider wrote:
that shit closed my internet WTF?!?!?!
_________________ <<banned from SRF for bot admission. -SG>>
|
|
Top |
|
 |
zelzin
|
Post subject: Posted: Thu Jan 18, 2007 6:59 am |
|
Valued Member |
 |
 |
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 |
|
 |
0oKeikoo0
|
Post subject: Posted: Thu Jan 18, 2007 7:01 am |
|
Active Member |
 |
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 
_________________ <<banned from SRF for bot admission. -SG>>
|
|
Top |
|
 |
Deacon
|
Post subject: Posted: Thu Jan 18, 2007 7:10 am |
|
Senior Member |
 |
 |
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 |
|
 |
_Lana_
|
Post subject: Posted: Thu Jan 18, 2007 9:19 am |
|
Senior Member |
 |
 |
Joined: Jan 2007 Posts: 4364 Location: Србија брате !
|
Thats Good....I Was Thinking It Was Realy A Keylogger
|
|
Top |
|
 |
Vandango
|
Post subject: Posted: Thu Jan 18, 2007 9:32 am |
|
Banned User |
 |
Joined: Jun 2006 Posts: 4143 Location:
|
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 |
|
 |
Deacon
|
Post subject: Posted: Thu Jan 18, 2007 9:39 am |
|
Senior Member |
 |
 |
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 |
|
 |
StealMySoda
|
Post subject: Posted: Thu Jan 18, 2007 1:03 pm |
|
Ex-Staff |
 |
 |
Joined: Sep 2006 Posts: 5245 Location:
|
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 |
|
 |
MastaChiefX
|
Post subject: Posted: Thu Jan 18, 2007 9:00 pm |
|
Senior Member |
 |
 |
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.

_________________
 ^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 |
|
 |
Who is online |
Users browsing this forum: No registered users and 17 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
|
|