server launcher problem

Results 1 to 10 of 10
  1. #1
    Account Upgraded | Title Enabled! dani627 is offline
    MemberRank
    Jun 2008 Join Date
    israelLocation
    368Posts

    server launcher problem

    hello guys i already searched for like 2 hours for a solution and nothing umm i have the loc agent and server running
    :

    Uploaded with ImageShack.us
    and i edited gunz launcher and the system.mrc
    and every thing and when i start gunz launcher i click
    start game and its not working
    off topic:
    o yea and you see there brazil how can i change it ?


  2. #2
    Member Beeldscherm is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    64Posts

    Re: server launcher problem

    not server error, its client sided.. please post your mlog here..

  3. #3
    Account Upgraded | Title Enabled! dani627 is offline
    MemberRank
    Jun 2008 Join Date
    israelLocation
    368Posts

    Re: server launcher problem

    here :
    mlog.txt

  4. #4
    Member Beeldscherm is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    64Posts

    Re: server launcher problem

    look:

    GUNZ 1,0,0,290 launched. build (Jun 13 2007 10:25:37)
    Log time (11/04/11 16:42:15)
    NON-Skip XTrapPatch
    CPU ID = AuthenticAMD ( family = 527 , model = 15 , stepping = 2 ) @ 1808 MHz
    Display Device = NVIDIA GeForce 7300 LE ( vendor=10de device=1d1 subsys=2077107d revision=a1 )
    Display Driver Version = 6.14.0012.8558
    Windows = 5.1 Build 2600 , Service Pack 3 (1572336KB) : Windows xp..
    Load XML from memory : system/locale.xml- SUCCESS
    Country : (BRZ), Language : (BRZ)
    Load XML from memory : system/gametypecfg.xml
    Load Config from file : config.xml- SUCCESS
    Cannot open system/system.xml file.
    Error!! - StringTable Initalize Failed
    Check notify.xml

    can't open system.xml hmm idk this problem but i THINK the launcher/runnable is not good..

  5. #5
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: server launcher problem

    Have you decompiled the system.mrs and forgot to delete the decompiled folder? It gives such error I think.

  6. #6
    Account Upgraded | Title Enabled! dani627 is offline
    MemberRank
    Jun 2008 Join Date
    israelLocation
    368Posts

    Re: server launcher problem

    Quote Originally Posted by Vusion View Post
    Have you decompiled the system.mrs and forgot to delete the decompiled folder? It gives such error I think.
    thx man :)
    realy helped ummm can sum 1 plz help me with the site
    if you could help plz conect with me by msn:
    dani6272@walla.co.il

  7. #7
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: server launcher problem

    Quote Originally Posted by dani627 View Post
    thx man :)
    realy helped ummm can sum 1 plz help me with the site
    if you could help plz conect with me by msn:
    dani6272@walla.co.il
    There are countless number of such tutorials, check the Gunz Tutorials section.

  8. #8
    Account Upgraded | Title Enabled! dani627 is offline
    MemberRank
    Jun 2008 Join Date
    israelLocation
    368Posts

    Re: server launcher problem

    Quote Originally Posted by Vusion View Post
    There are countless number of such tutorials, check the Gunz Tutorials section.
    yea but sum how evry site files i download dont work i edit the conf and all but nothing work ...

  9. #9
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: server launcher problem

    Quote Originally Posted by dani627 View Post
    yea but sum how evry site files i download dont work i edit the conf and all but nothing work ...
    Once you get your PHP.ini configurations correct, all webs should work with no errors.

  10. #10
    Account Upgraded | Title Enabled! dani627 is offline
    MemberRank
    Jun 2008 Join Date
    israelLocation
    368Posts

    Re: server launcher problem

    Quote Originally Posted by Vusion View Post
    Once you get your PHP.ini configurations correct, all webs should work with no errors.
    well look at this :
    Urank.php
    Code:
    <?php include("config.php");?>
    <link rel="stylesheet" type="text/css" href="style.css"> 
    <body bgcolor="070707"><div align="center">
    <font color="ffffff" size="1" face="arial">
    <?php 
    $query = mssql_query("SELECT TOP 10 * FROM Character order by xP Desc");
    
    
    ?>
    <style type="text/css">
    <!--
    .style28 {font-size: 10px}
    .style29 {color: #000000; font-weight: ; font-size: 10px; }
    .style1 {	font-size: 10px;
    	font-weight: ;
    }
    -->
    </style>
    <table width="250" border="0">
      <tr >
        <th colspan="0" scope="row"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="3">Player's 
          Ranking</font></th>
      </tr>
      <tr>
        <th width="24" scope="row"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><span class="style28"><strong>#</strong></span></font></th>
        <td width="24"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><span class="style28"><strong>Name</strong></span></font></td>
        <td width="23"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><span class="style28"><strong>Level</strong></span></font></td>
    
      </tr>
      <?php 
     for($i=0;$i < mssql_num_rows($query);++$i)
    {
    $row = mssql_fetch_row($query);
    $rank = $i+1;
    
      ?>
      <tr>
        <th scope="row"><span class="style28"><strong><?php echo "$rank";?></strong></span></th>
        <td><span class="style28"><strong><?php echo "$row[2]" ;?></strong></span></td>
        <td><span class="style28"><strong><?php echo "$row[3]";?></strong></span></td>
      </tr>
      <?php }?></div>
    </table>
    Link removed
    Last edited by Phoenix; 05-11-11 at 06:09 PM. Reason: Don't post such links. It's considered to be advertising.



Advertisement