Jump to content

MORTE

Inactive Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by MORTE

  1. Unknown packet header: 101, last: 45 81 fix in source ? obs : use client NovaLine, game mainline
  2. excuse multi "pump" bootie buggy here did not see the answers nor do they.
  3. use client current_DE_client even selecting the image and clicking "OK" nothing happens someone help me?
  4. [Hidden Content] function say_item(name, vnum, desc) say("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..name.."|desc;"..desc.."|index;".. 0 .."|total;".. 1 .."]") end function say_item_vnum(vnum) say_item(item_name(vnum), vnum, "") end
  5. server after getting on a 2 days later mysql falls players can not log ai have to delete mysql.00001 to 000009 use mysql 5.5 does anyone know how to solve this?
  6. [Hidden Content] can anyone help how to put it to run the following commands? cd /home/game && sh clear.sh && sh backup.sh
  7. [Hidden Content] after [spoiler] <?PHP ERROR_REPORTING(0); if(!file_exists('./inc/config.inc.php')) { header('Location: install.php'); } session_name("m2hp"); session_start(); require("./inc/config.inc.php"); require("./inc/rights.inc.php"); require("./inc/functions.inc.php"); $sqlHp = mysql_connect(SQL_HP_HOST, SQL_HP_USER, SQL_HP_PASS); $sqlServ = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS); if(!is_resource($sqlServ) OR !is_resource($sqlHp)) { exit("Verbindung zur Datenbank fehlgeschlagen: Abbruch"); } require("./inc/head.inc.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[Hidden Content]; <html xmlns="[Hidden Content]; <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <script type="text/javascript" src="jsp/jquery.core.js"></script> <script type="text/javascript" src="jsp/effects.core.js"></script> <script type="text/javascript" src="[Hidden Content]; <script type="text/javascript"> $(document).ready(function(){ $("#reload").click(function(){ $(".display").slideUp(1500,"",function(){ $(".display").load("inc/status.php",function(){ $(".display").slideDown(1500); }); }); }); }); </script> <title>Guerra2 | MMORPG | M2Guerra.org</title> </head> <body> <!--- MENU -----------------------------------------------------> <div id="menu"> <ul> <li><a href="index.php">Home</a></li> <li><a href="index.php?s=cadastro">Cadastrar</a></li> <li><a href="index.php?s=downloads-jogo">Downloads</a></li> <li><a href="index.php?s=rankings">Rankings</a></li> <li><a href="/board">Forums</a></li> <li><a href="index.php?s=loja">Loja</a></li> </ul> </div> <div id="head"> <div class="clear-b"></div> <a><div class="logo hover"></div></a></div> <div id="main_top"></div> <div id="main_main"> <div style="margin-top:-30px;"> <div id="side_top">LOGIN</div> <div id="side_main"> <?php include('inc/loginbar.inc.php'); ?> </div> <div id="side_foot"></div> </div><br> <div id="side_top">TOP 10</div> <div id="side_main"> <?php include('inc/rank.inc.php'); ?><br> <a href="index.php?s=rankings">>> Komplette Rangliste</a> </div> <div id="side_foot"></div> </div><br> <div id="side_top">SERVER INFO</div> <div id="side_main"> <?PHP include 'inc/statusbar.inc.php';?> <center> <div id="reload"><input type="submit" class="btn" value="Reload" name="submit"></div></center> </div> <div id="side_foot"></div> <div style="margin-top:-675px;"> <?PHP $includeDir = ".".DIRECTORY_SEPARATOR."pages".DIRECTORY_SEPARATOR; $includeDefault = $includeDir."home.php"; if(isset($_GET['s']) && !empty($_GET['s'])) { $_GET['s'] = str_replace("0", '', $_GET['s']); $includeFile = basename(realpath($includeDir.$_GET['s'].".php")); $includePath = $includeDir.$includeFile; if(!empty($includeFile) && file_exists($includePath)) { include($includePath); } else { include($includeDefault); } } else { include($includeDefault); } ?> <br><br><br> <br><br><br> <br><br><br> <br><br><br><br><br><br> <br><br><br><br><br><br> <br><br><br><br> </div></div> <div id="main_foot"></div> <div id="footer"> <p>Copyright © by <a href="./">Omega3</a>.<br> All Rights Reserved.<br> Website Design created by <a href="./">MrAiiRmaaX</a>. </p> </div> </body> </html> [Hidden Content] help ?
  8. block put bonuses hair and costumes, have told me that it was something in "uitooltip.py" but I think it is the same source as I found no problem can anyone give me fix for source? now thanks to all!
  9. I have had this error when I "TP/MP 32767 overflow Fix" disguises and see if back normal.
  10. Fatal error: Class 'db_driver_' not found in /home/m2gue036/public_html/forum/upload/admin/setup/sources/base/ipsRegistry_setup.php on line 1316 help plisssssssss!
  11. char_skill.cpp if (FN_should_check_exp(this)) { need_exp = 20000; if ( GetExp() < need_exp ) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°??è??°? ???·???© ?¥?» ???» ¼? ¾?½?´?´?.")); return false; } } to /* if (FN_should_check_exp(this)) { need_exp = 20000; if ( GetExp() < need_exp ) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°??è??°? ???·???© ?¥?» ???» ¼? ¾?½?´?´?.")); return false; } } */ ?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.