Jump to content

NotKappa

Members
  • Content Count

    11
  • Joined

  • Last visited

Posts posted by NotKappa


  1. it depends on the lang/service type of the client...

     

    +-----+------------------------+-------------------+| int | enum SERVICETYPE	   | "servicetype" tag |+-----+------------------------+-------------------+| 0   | SERVICETYPE_KOREA	  | korea			 || 1   | SERVICETYPE_AMERICA    | america		   || 2   | SERVICETYPE_JAPAN	  | japan			 || 3   | SERVICETYPE_CHINA	  | china			 || 4   | SERVICETYPE_TAIWAN	 | taiwan		    || 5   | SERVICETYPE_THAI	   | thai			  || 6   | SERVICETYPE_INDONESIA  | indonesia		 || 7   | SERVICETYPE_PHILIPPINE | philippine	    || 8   | SERVICETYPE_MALAYSIA   | malaysia		  || 9   | SERVICETYPE_SINGAPORE  | singapore		 || 10  | SERVICETYPE_GERMANY    | germany		   || 11  | SERVICETYPE_INDIA	  | india			 || 12  | SERVICETYPE_BRAZIL	 | brazil		    || 13  | SERVICETYPE_AUSTRALIA  | australia		 || 14  | SERVICETYPE_RUSSIA	 | russia		    || 15  | SERVICETYPE_VIETNAM    | vietnam		   || 17  | SERVICETYPE_CHILE	  | chile			 || 18  | SERVICETYPE_FRANCE	 | france		    || 19  | SERVICETYPE_UAE	    | uae			   |+-----+------------------------+-------------------+ 

     

    :meow:

    Iam using langserv 19 for Arabic and i can type in Arabic inside the server.

    Also i can translate the original script in Arabic but its not working with the Poedit.

     

     


  2. Hello,

     

    So i were trying to use the Hercules Ultimate Localization Design,

     

    I did everything well i loaded poedit translated an NPC to test,

     

    but for me it didn't work as expected,

     

    JP1G3uz.jpg

     

     

    i'am translating the server to Arabic using UTF-8.

     

    just wounding is it not supported or just this is a bad settings.

     

    - Arabic chars should be in UTF-8 in scripts.?


  3. Hello there, 

     

    i just installed my flux cp and added a theme.

     

    But when i log into my admin account i cant see the admin menu, Normal players menu shows up.

     

    here is my files and settings,

     

    Header.php

    					<div id="container">							<?php if ( $params->get('module') == 'main' AND $params->get('action') == 'index' ): ?>						</div>						<?php endif; ?>						<div class="container<?php if( $params->get('module') == 'main' AND $params->get('action') == 'index' ) echo ""; else echo "Right"; ?>">							<?php if ($message=$session->getMessage()): ?>							<p class="message"><?php echo htmlspecialchars($message) ?></p>							<?php endif ?>							<?php include 'main/submenu.php'; ?>							<?php include 'main/pagemenu.php' ?>							<?php if (in_array($params->get('module'), array('donate', 'purchase'))) include 'main/balance.php' ?>						</div>

     

    Main/submenu.php

    <?php if (!defined('FLUX_ROOT')) exit; ?><?php $subMenuItems = $this->getSubMenuItems(); $menus = array() ?><?php if (!empty($subMenuItems)): ?>	<div id="submenu">Menu:	<?php foreach ($subMenuItems as $menuItem): ?>		<?php $menus[] = sprintf('<a href="%s" class="sub-menu-item%s">%s</a>',			$this->url($menuItem['module'], $menuItem['action']),			$params->get('module') == $menuItem['module'] && $params->get('action') == $menuItem['action'] ? ' current-sub-menu' : '',			htmlspecialchars($menuItem['name'])) ?>	<?php endforeach ?>	<?php echo implode(' / ', $menus) ?>	</div><?php endif ?>

     

     

    :/

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.