Jump to content

owaran

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by owaran

  1. Send me a 'pm' message, I'll help you.
  2. Amazing!!!! Nice Plechito!!
  3. if (!(empty($_GET['s'])) || empty($_GET['w'])) { $p_name = "pages"; $v_name = "s"; } else { $p_name = "wiki"; $v_name = "w"; } $includeDir = ".". DIRECTORY_SEPARATOR .$p_name. DIRECTORY_SEPARATOR; $includeDefault = $includeDir . "home.php"; if (isset($_GET[$v_name]) && !empty($_GET[$v_name])) { $_GET[$v_name] = str_replace("0", '', $_GET[$v_name]); $includeFile = basename(realpath($includeDir . $_GET[$v_name] . ".php")); $includePath = $includeDir . $includeFile; if (!empty($includeFile) && file_exists($includePath)) { include ($includePath); } else { include ($includeDefault); } } else { include ($includeDefault); }
  4. I'll be providing it! Thank you! Hi, is "pt", does not specify exactly whether it is pt-pt or pt-br Thanks, I'll add other languages
  5. M2 Download Center Download Here ( Internal ) Hi so today I will provide for you a tool that I created, which can greatly help the translation of quests.. Introduction This program is a translator of quests, you can translate your .quest and .lua files automatically, and even correct the texts that were not corrected properly, it is also possible you add text that should not be translated Tutorial Note The program was created recently, however was not used often, problems may arise, and has much to be improved, I will be pleased to help you, and share the improvements with you.
×
×
  • 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.