Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. i already do that but still damn problem.. hmmm...
  2. so how to put it on my code? bcoz when i put it there's an error.. please edit it for me.. i want is when i click download there's a box prompt or pop out and inside the box is the guides on how to download and their download links.. thank you.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Aurora Ragnarok Online | AURORA is my LIFE</title> <link href="css/reset.css" rel="stylesheet" type="text/css" media="screen" /> <link href="css/style.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { //Default Action $(".tab_content").hide(); //Hide all content $("ul.tabs li:first").addClass("active").show(); //Activate first tab $(".tab_content:first").show(); //Show first tab content //On Click Event $("ul.tabs li").click(function() { $("ul.tabs li").removeClass("active"); //Remove any "active" class $(this).addClass("active"); //Add "active" class to selected tab $(".tab_content").hide(); //Hide all tab content var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content $(activeTab).fadeIn(); //Fade in the active content return false; }); }); </script> </head> <body> <div id="wrapper"> <div id="container"> <div id="header"> <div id="logo"> <a href="#"><img src="images/logo.gif" alt="Aurora Ragnarok Online" /></a> <h1>AuroraRO</h1> </div><!-- logo end --> <div id="serverStatus"> <div class="statusWrap"> <span class="floatLeft">Login Server <span class="green">Online</span> </span> <span class="floatLeft">Char Server <span class="green">Online</span> </span> <span class="floatLeft">Map Server <span class="green ">Online</span></span> <span class="clear"><!-- --></span> </div> </div><!-- serverStatus end --> </div><!-- header end --> <div id="navigation"> <ul class="nav"> <li class="current">home</li> <li><a href="#">forum</a></li> <li><a href="http://auroraro.site90.net/cp/">control panel</a></li> <li><a href="http://www.mediafire.com/?3dk8bccojqa3z34">download</a></li> <li><a href="#">donation</a></li> </ul> <div class="clear"><!-- --></div> </div><!-- navigation end --> <div id="banner"> <div class="welcome_title"> <img src="images/welcome_title.gif" alt="Welcome" /> <p>We are here to give you a fun and balanced gameplay from Ragnarok World MMORPG<br><br>What Will Happen If I Donate To AuroraRO? To Keep The Server Alive And Run 24/7 We Need Your Help By Donating To AuroraRO| We Give You Items And Points With Free AddsOn Depending The Amount Of Your Donation. We Use Your Money For The Maintenance Of The Server Such As Applying S-Shield and etc, Making The Server Stable, And To Hire Experienced Staff's or Developers.</p> </div><!-- welcomeTitle end --> <div class="kapraPic"> <img src="images/kapra_pic.png" alt="Kapra" /> </div><!-- kapraPic end --> </div><!-- banner end --> <div id="getStarted"> <h2>How do I get Started</h2> <a class="register" href="http://auroraro.site90.net/cp/"><!-- --></a> <a class="download" href="http://www.mediafire.com/?3dk8bccojqa3z34"><!-- --></a> <a class="createChar" href="#"><!-- --></a> </div><!-- getStarted end --> <div id="content"> <div id="contentLeft"> <div id="tabBox"> <div> <ul class="tabs"> <li><a href="#tab1">News & Updates</a></li> <li><a href="#tab2">RO Staff</a></li> <li><a href="#tab3">Events</a></li> </ul> <div class="tab_container"> <div id="tab1" class="tab_content"> <p>Server Grand Opening Sept. 14, 2012<span style="display:block" class="date">2012 at 09.19 am</span></p> <p>New & Improve Website Template<span style="display:block" class="date">2012 at 1.40 am</span></p> </div><!-- newsupdates end --> <div id="tab2" class="tab_content"> <p>Staff Content Here</p> </div><!-- staff end --> <div id="tab3" class="tab_content"> <p>Events Content Here</p> </div><!-- events end --> </div><!-- tab_container end --> </div> </div><!-- tabBox end --> <div id="topPk"> <h2>Top Player</h2> <div class="floatLeftNo"> <ul class="pkList"> <li><a href="#">Player Name ( GuildName )</a></li> <li><a href="#">Player Name ( GuildName )</a></li> <li><a href="#">Player Name ( GuildName )</a></li> <li><a href="#">Player Name ( GuildName )</a></li> </ul> </div> <div class="floatLeftNo"> <ul class="pkList"> <li><a href="#">Player Name ( GuildName )</a></li> <li><a href="#">Player Name ( GuildName )</a></li> <li><a href="#">Player Name ( GuildName )</a></li> <li><a href="#">Player Name ( GuildName )</a></li> </ul> </div> </div><!-- topPk end --> </div><!-- contentLeft end --> <div id="contentRight"> <div id="whyUs"> <h2 class="arrowDown"><span>Server Features</span></h2> <ul> <li><a href="#">Class: 3rd Job Renewal</a></li> <li class="listHighlight"><a href="#">Max Level: 150</a></li> <li><a href="#">Base & Job Lvl: 150/50</a></li> <li class="listHighlight"><a href="#">Rates: 250x / 250x / 10x</a></li> <li><a href="#">Automated Events: Cluckers, Dice, LuckyPick etc.</a></li> <li class="listHighlight"><a href="#">Commands: @go, @warp, @autotrade etc.</a></li> <li><a href="#">Main Town: Prontera</a></li> <li class="listHighlight"><a href="#">Map Enabled: Port Malaya, Eclage, Mora, Malangdo</a></li> <li><a href="#">Intense WoE and PvP</a></li> <li class="listHighlight"><a href="#">Active Staff's & GM's, No GM Abuser.</a></li> </ul> </div><!-- whyUS end--> <a href="#"><img src="images/support_img.jpg" align="Online Support" /></a> </div><!-- contentRight end --> <div class="clear"><!-- --></div> </div><!-- content end --> </div><!-- container end --> </div><!-- wrapper end --> <div id="footer"> <div id="footerContent"> <div class="floatLeft footerLeft"> Aurora Ragnarok Online and all related content are trademark of Gravity CO. Ltd. </div> <div class="floatLeft footerRight"> Layout by: <a href="#">Gavan</a> </div> <div class="clear"><!-- --></div> </div><!-- footerContent end --> </div> </body> </html>
  3. hello, how to put this on my html web template? sample: if you click download there's a box pop out and guides for downloading... i hope you understand me.. hehe
  4. where can i host my control panel? who can give a link a free web hosting that can host control panel.. thank you.
  5. what will i say about my problem? i will submit ticket and i will put at the subject is excessive ram usage problem? thx where can i host my control panel temporarily? im using Windows VPS.... or what free webhost can host a cp? thx
  6. check my cp http://www.ragemuonline.com/auroraro/register i see error.log at cpanel. [Mon Sep 17 03:30:48 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:30:48 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:30:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/500.shtml, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 03:30:45 2012] [error] [client 204.93.160.35] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/ragemu/public_html/auroraro/register/server_status.php, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 03:30:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/500.shtml, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 03:30:45 2012] [error] [client 204.93.160.35] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/ragemu/public_html/auroraro/register/middle.php, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 03:30:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/500.shtml, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 03:30:45 2012] [error] [client 204.93.160.35] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/ragemu/public_html/auroraro/register/selectlang.php, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 03:28:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:28:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:28:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:28:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:28:43 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:43 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:28:43 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:43 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:28:42 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:28:42 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:25:48 2012] [error] [client 204.93.160.35] client denied by server configuration: /home/ragemu/public_html/.htaccess [Mon Sep 17 03:23:13 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:13 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:12 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:12 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:12 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:12 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:11 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:11 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:11 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:11 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:11 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:11 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:09 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:09 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:09 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:09 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:08 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:08 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:08 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:08 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:08 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:08 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:06 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:06 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:05 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:05 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:23:05 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 03:23:05 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 03:22:04 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml, referer: http://ragemuonline.com/ [Mon Sep 17 03:22:04 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/http:, referer: http://ragemuonline.com/ [Mon Sep 17 03:21:57 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:57 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:56 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:56 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:52 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:52 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:50 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:50 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:49 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:49 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:45 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:33 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:33 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:23 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:23 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:21 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:21 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/http:, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:13 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:13 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:07 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:21:07 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:20:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:20:44 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:20:40 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 03:20:40 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php [Mon Sep 17 02:37:53 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 02:37:53 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/robots.txt [Mon Sep 17 02:33:56 2012] [error] [client 204.93.160.35] client denied by server configuration: /home/ragemu/public_html/.htaccess, referer: http://ragemuonline.com/ [Mon Sep 17 02:33:54 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php++++++++++++++++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found; [Mon Sep 17 02:33:54 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php++++++++++++++++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found;, referer: http://forum.ragemuonline.com/index.php++++++++++++++++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found; [Mon Sep 17 01:27:09 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/404.shtml [Mon Sep 17 01:27:09 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/favicon.ico [Mon Sep 17 01:27:04 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/500.shtml, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 01:27:04 2012] [error] [client 204.93.160.35] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/ragemu/public_html/auroraro/register/server_status.php, referer: http://ragemuonline.com/auroraro/register/ [Mon Sep 17 00:49:51 2012] [error] [client 204.93.160.35] client denied by server configuration: /home/ragemu/public_html/.htaccess, referer: http://ragemuonline.com/ [Mon Sep 17 00:49:50 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php++++++++++++++++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found; [Mon Sep 17 00:49:50 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php++++++++++++++++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found;, referer: http://forum.ragemuonline.com/index.php++++++++++++++++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found; [sun Sep 16 23:47:57 2012] [error] [client 204.93.160.35] client denied by server configuration: /home/ragemu/public_html/.htaccess, referer: http://ragemuonline.com/ [sun Sep 16 23:47:56 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [sun Sep 16 23:47:56 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php [sun Sep 16 23:22:43 2012] [error] [client 204.93.160.35] client denied by server configuration: /home/ragemu/public_html/.htaccess, referer: http://ragemuonline.com/ [sun Sep 16 23:22:42 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [sun Sep 16 23:22:42 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php [sun Sep 16 23:18:00 2012] [error] [client 204.93.160.35] client denied by server configuration: /home/ragemu/public_html/.htaccess, referer: http://ragemuonline.com/ [sun Sep 16 23:17:59 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/404.shtml, referer: http://forum.ragemuonline.com/index.php [sun Sep 16 23:17:59 2012] [error] [client 204.93.160.35] File does not exist: /home/ragemu/public_html/forum/index.php, referer: http://forum.ragemuonline.com/index.php
  7. there's something error at my ceres cp. internal server
  8. please give me a free web template.. thx
  9. hello, please give me login screen.. for 3rd job server named Aurora Ragnarok Online
  10. my problem is on skill... still korean.
  11. i dont have this on lua files ChatWndInfo_U.lua do i need to make one? is this a lua only or i need it to convert into lub? at diffing i need to check Load lua before lub or not? still korean lang. wtf.. i'am gonna going crazy. hehehe
  12. i tried to download this but still on korean lang. By Alexandria POST: Data Version 2.0 - Download: Site 1 [71MB] look at my ingame SS in a red highlight. help pls.
  13. no not oboro and kagerou too. all the skills like at novice skill... its korean lang.
  14. i need to add the .exe right? then i restart my pc but still got that error.
  15. i tried to open .exe but can't open it. i think its on compatibility issue but i tried to fix it but still got that problem. i right click .exe then properties then compatibility and i check box of Run this program in compatibility mode for: Windows XP (Service Pack 3) and privilege level run this program as an administrator but still can't open...it says compatibility... here's the ss when i click my .exe
  16. im using this data folder http://svn6.assembla.com/svn/ClientSide/Translation_Project/data/
  17. how to make korean lang. into english? bcoz their skill's and at chat button is a korean lang. how to fix this? thanks.. and i forgot. kagerou and oboro are the same? bcoz when i change job into kagerou i can't change into oboro and when i try to change into oboro, i change kagerou job name and skills.. hmm? sorry for my grammar i hope you understand it. thanks..
  18. how to put this on shins diff patcher? WDGSkipPacketHeaderObfuscation i mean how to insert? thx thank you sir.. fixed..
  19. error again.. same problem. // Client<->Map Packet Database // // Structure of Database: // PacketType,PacketLength[,Name,FieldIndex1:FieldIndex2:FieldIndex3:...] // // 01. PacketType ID of the packet. // 02. PacketLength Length of the packet. If 0, packet is disabled in current packet version. If -1, packet has variable size. // 03. Name Name of the packet parser function (optional, for incoming packets only). // 04. FieldIndex Specifies the offset of a packet field in bytes from the begin of the packet (only specified when Name is given). // Can be 0, when the layout is not known. // ... // // NOTE: Up to MAX_PACKET_POS (typically 20) field indexes may be used. // // The packet database allows you to add support for new clients, // because packets change every release. // // Note: Every packet version needs a wanttoconnection specification, since // that is the packet used to identify a client's version. // If multiple versions have the same connection packet, the higher version // will be used (unless the lower one is specified as the default) // // Incoming packets have their parser function and layout specified, which enables // them for the current and all higher versions, unless explicitely disabled. // // Outgoing packets must be specified in order to enable them for the current // and all higher versions, unless explicitely disabled. Packets that are not // enabled for a packet version are silently discarded when sent as multicast. // // Every packet version inherits packet definitions from the previous (lower) // packet version. // // Main packet version of the DB to use (default = max available version) // Client detection is faster when all clients use this version. // Version 23 is the latest Sakexe (above versions are for Renewal clients) //packet_db_ver: 25 packet_db_ver: 30 packet_ver: 5
  20. i already do that.. here. #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20111116 #endif then i right click at map-server_sql then click rebuild. but still got this problem.
  21. im rejected from the server and i saw error on my map server. what do i need to edit and what do i need to put on it. thank you.
  22. so where can i change it and what do i need to put in packetver? thanks..
  23. i tried to search it. but still can't fix my problem.
×
×
  • Create New...