Jump to content

kieranFMT2

Inactive Member
  • Posts

    334
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by kieranFMT2

  1.  

    SERVER_NAME = "Medevil2"

    SERVER_IP   = "IP BLOCKED"
    CH_NAME     = "CH1"
    PORT_1 = 13070
    PORT_2 = 11001
    PORT_3 = 50000
     
     
    STATE_NONE = "..."
     
    STATE_DICT = {
    0 : "....",
    1 : "NORM",
    2 : "BUSY",
    3 : "FULL"
    }
     
    SERVER01_CHANNEL_DICT = {
    1:{"key":11,"name":CH_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,},
     
    }
     
    REGION_NAME_DICT = {
    0 : "",
    }
     
    REGION_AUTH_SERVER_DICT = {
    0 : {
    1 : { "ip":SERVER_IP, "port":PORT_2, },
     
    }
    }
     
    REGION_DICT = {
    0 : {
    1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, },
    },
    }
     
    MARKADDR_DICT = {
    10 : { "ip" : SERVER_IP, "tcp_port" : PORT_3, "mark" : "10.tga", "symbol_path" : "10", },
    }
  2. 0526 19:56:10383 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:36) <module>
     
    networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'IsEUROPE'
     
    0526 19:56:10383 :: ============================================================================================================
    0526 19:56:10383 :: Abort!!!!

     

     

    guys i get this after i try login does anyone know how to fix?

     i am using locale en files

  3. Hey i am trying to add the darkdev itemshop but i get this error 

    Capture.png

    this is the index file 

     

    <?php

    session_start("ishop");
    ob_start();
     
    require("inc/security.php");
    require("inc/func.cms.php");
     
    require("inc/config.inc.php");
    $domain = $_SERVER['SERVER_NAME'];
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_HEADER, false);
    curl_setopt($ch, CURLOPT_POST, true);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_POSTFIELDS, array(
        'id' => '3',// si id
    'ip' => ''.$server.'',
    'domain' => ''.$domain.'',
    'user_key' => '3', 
        'submit' => 'Send' 
    ));
    $result = curl_exec($ch);
    echo "$result";
     
    curl_close($ch);
    if(empty($result)){
     
     
     
    ///////////////////////////////////////////////////////
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php echo $titlu; ?></title>
    <script type="text/javascript" src="js/unitip.js"></script>
    <link href="css/unitip.css" rel="stylesheet" type="text/css" /> 
    <link href="css/devilium.css" rel="stylesheet" type="text/css" /> 
    <link rel="icon" type="image/png" href="images/fav.png">
    <link href='http://fonts.googleapis.com/css?family=Changa+One|Droid+Sans|Kavoon'rel='stylesheet' type='text/css'>
    <script type="text/javascript" src="jquery/jquery-1.9.1.min.js"></script>
    <script type="text/javascript" src="javascript/jquery.min.js"></script>
    <style type="text/css">
    <!--
    body{
    background: url(images/<?php echo $selectedBg; ?>) no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 77px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position:center top;
    background-color: #000000;
    }
    -->
    </style>
    </head>
    <body>
     
    <table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="57" colspan="2" background="images/top.png">
        
        <?php if(!isset($_SESSION['is_user']) && !isset($_SESSION['is_pass']))
    {
    Login(); ?>
          <form action="" method="POST">
        <table width="55%" border="0" align="right" cellpadding="1" cellspacing="1">
          <tr>
            <td width="35%"><input name="user" type="text" class="login" id="user" maxlength="16" /></td>
            <td width="34%"><input name="pass" type="password" class="login" id="pass" maxlength="16" /></td>
            <td width="31%"><input name="logina" type="submit" class="submit" id="logina" value="LOGIN" /></td>
          </tr>
       
        </table></form>
        <?php } else { 
    $is_user = $_SESSION['is_user']; 
    $acc = mysql_fetch_object(mysql_query("Select * from ".$account_db.".account where login='$is_user'"));
    ?>
        <table width="35%" border="0" align="right" cellpadding="0" cellspacing="0">
      <tr>
        <td>Bun venit, <b><?=$is_user?></b>.[<a href="index.php?page=logout" onclick="load()" class="link_cat"> &rarr; Iesire </a>]</td>
      </tr>
    </table>
     
        <?php } ?>
        
        </td>
      </tr>
      <tr>
        <td width="244" background="images/mid.png" height="550" valign="top">
          <?php if(isset($_SESSION['is_user']) && isset($_SESSION['is_pass']) && $_SESSION['is_admin']>0)
    { ?>
        <table width="91%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td height="70" background="images/1top.PNG" align="center" style="text-shadow:0px 1px 1px #963;"><strong><font color="black">ADMIN PANEL</font></strong></td>
          </tr>
          <tr>
            <td background="images/1mid.png" valign="top">
     
              <table width="82%" border="0" align="center" cellpadding="0" cellspacing="0">
     
          
     
     
    <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=admin_addnews" onclick="load()">News </a></td>
      </tr>
       <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=admin_additems" onclick="load()">Adauga iteme</a></td>
      </tr>
          <?php
    if($jd_module > 0)
    {
    echo '<tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=admin_addjitems" onclick="load()">Adauga iteme JD</a></td>
      </tr>';
    }
    ?>
       <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=admin_items" onclick="load()">Listare iteme</a></td>
      </tr>
       <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=admin_categorii" onclick="load()">Categorii iteme</a></td>
      </tr>
       <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=admin_loguser" onclick="load()">Loguri useri</a></td>
      </tr>
     
     
        
    </table>
     
     
     
           </td>
     
          </tr>
     
          <tr>
     
            <td><img src="images/1bnt.PNG" width="218" height="24" alt="bottom" /></td>
     
          </tr>
     
        </table>
     
     
        
        <?php } ?>
     
        
     
        
     
          <?php if(isset($_SESSION['is_user']) && isset($_SESSION['is_pass']))
     
     
     
     
    ?>
     
        <table width="91%" border="0" align="center" cellpadding="0" cellspacing="0">
     
           <tr>
     
            <td height="70" background="images/1top.PNG" align="center" style="text-shadow:0px 1px 1px #963;"><strong><font color="black">CATEGORII</font></strong></td>
     
          </tr>
     
          <tr>
     
            <td background="images/1mid.png" valign="top">
     
              <table width="82%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=home" onclick="load()">&diams;&nbsp;Acasa</a></td>
      </tr>
              <?php
     
    $cats = mysql_query("Select * from ".$web_db.".dev_is_cat");
     
    while($cat = mysql_fetch_object($cats))
     
    {
     
    ?>
     
      <tr>
     
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=items&cat=<?=$cat->id?>" onclick="load()"><?=$cat->titlu?></a></td>
     
      </tr>
     <?php } ?>
      <?php
    if($jd_module > 0)
    {
    echo '<tr>
       <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=jitems" onclick="load()"> Iteme JD</a></td>
     </tr>';
    }
    ?>
        <tr>
     
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=depozit" onclick="load()"><font color="bianco">&rarr; </font> Depozit itemshop</a><font color="bianco"> &larr;</font></td>
     
      </tr>
      <tr>
        <td width="183" class="categorii"><a class="link_cat"  href="index.php?page=loguri" onclick="load()">&rarr; Jurnal cumparaturi  &larr;</a></td>
      </tr>
     
    </table>
     
     
     
           </td>
     
          </tr>
     
          <tr>
     
            <td><img src="images/1bnt.PNG" width="218" height="24" alt="bottom" /></td>
     
          </tr>
     
        </table>
     
        <table width="210" border="0" align="center" cellpadding="0" cellspacing="0">
     
      <tr>
     
        <td height="27" background="images/monezi_show.PNG" style="padding-left:5px;padding-right:42px;"> &raquo; Monezi dragon :<b> <?=$acc->coins?></b></td>
     
      </tr>
      
      <?php if($jd_module > "0")
     
    {
     
    ?>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
     
        <td height="27" background="images/monezi_show.PNG" style="padding-left:5px;padding-right:42px;"> &raquo; Jetoane dragon :<b> <?=$acc->jcoins?></b></td>
     
     </tr>
     
    <?php } ?>
     
     
     
    </table><?php } ?><br />
     
    <table width="84%" border="0" align="center" cellpadding="0" cellspacing="0">
     
      <tr>
     
        <td ></td>
     
      </tr>
     
    </table>
     
     
     
     
     
        </td>
     
        <td width="496" background="images/mid.png" valign="top">
     
       
     
     
     
     
     
    <br /><table width="90%" border="0" cellspacing="0" cellpadding="0">
     
      <tr>
     
        <td>
     
        
     
       <script type="text/javascript">
     
     function load()
     
    {
     
    document.getElementById("contentajax").innerHTML = "<center><img src='../ajax-loader.gif'></center>";
     
    }
     
    </script>
     
     
     
    <div id="contentajax" style="width:450px;"><?php LoadContent();?></div>
     
    </td>
     
      </tr>
     
    </table>
     
    </td>
     
      </tr>
      <tr>
        <td height="287" colspan="2" background="images/bottom.PNG" valign="bottom"> 
          <table width="740" border="0" cellpadding="0" cellspacing="0" style="padding-bottom:145px;">   
          <tr >
            <td width="247" height="32">&nbsp;</td>
            <td width="493" align="center">
            <?php
    $cookie = replace($_COOKIE['db']);
     if($cookie!="configureaza")
    {
    $s = "selected";
    }
    if($cookie=="configureaza2")
    {
    $s = "selected";
    } ?>
    <form action="" method="POST">
    <select name="db" style="background-color: #8a5034; border:hidden; overflow:hidden;">
    <option value="configureaza" <?=$s?>><?php echo $server1; ?></option>
        <option value="configureaza2" <?=$s?>><?php echo $server2; ?></option>
    </select>
    <input type="submit" name="schimba" value="Schimba" class="submit"  />
    </form>
     
    <?php
    if(isset($_POST['schimba']))
    {
    $db = $_POST['db'];
    if($db == "configureaza")
    {
    session_start();
    session_destroy("Ishop");
    unset($_SESSION['is_user']);
    unset($_SESSION['is_pass']);
    $out = time() - 3600;
    $expire=time()+3600;
    setcookie("db", "configureaza", $expire);
    echo '<meta http-equiv="refresh" content="0;url=index.php"> ';
    }
    elseif($db == "configureaza2")
    {
    session_start();
    session_destroy("Ishop");
    unset($_SESSION['is_user']);
    unset($_SESSION['is_pass']);
    $out = time() - 3600;
    setcookie("db", "", $out );
    $expire=time()+3600;
    setcookie("db", "configureaza2", $expire);
    echo '<meta http-equiv="refresh" content="0;url=index.php"> ';
    }
     
    }
    ?>
            </td>
          </tr>
        </table>
        <table width="740" border="0" cellpadding="0" cellspacing="0">   
          <tr >
            <td width="247" height="32">&nbsp;</td>
            <td width="493">Website licentiat de catre <a href="http://darkdev.eu"><fontcolor="#FFFFFF"> <b>darkdev.eu</b></font> </a></td>
          </tr>
        </table></td>
      </tr>
     
    </table>
     
    </body>
     
    </html>
    <?
     
    } else { 
    echo '<meta http-equiv="refresh" content="0;url='.$result.'" /> ';
    }?>

     

  4. Guys i get this after i try to log in on my client(im using a 2010-2011 client)

     

    0524 08:04:08120 :: 

    networkModule.py(line:194) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:11) ?
    system.py(line:137) __pack_import
     
    networkModule.SetSelectCharacterPhase - exceptions.ImportError:No module named localeInfo
     
    0524 08:04:08120 :: ============================================================================================================
    0524 08:04:08120 :: Abort!!!!
     
     

    Here is the download link to the interface if anyone wants it 

    https://mega.co.nz/#!nJ0H3a6D!KcHOK9Q_CfMz7CW-Dzqf_lvZEpz4foN82MPe2q-8_h8

    • Dislove 1
×
×
  • 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.