• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by mokerosan

  1. mokerosan

    "createObject()" Gesior 2012

    Ninja works but now I have this error? Error occured! Error ID: #E-7 More info: Cannot load class POT, file ./classes/class.pot.php doesn't exist File: C:\wamp\www\system/load.init.php Line: 14 File: Unknown Line: Unknown File: C:\wamp\www\classes/Base_List.php Line: 106 File...
  2. mokerosan

    "createObject()" Gesior 2012

    yes Guilds_list.php <?php /**#@+ * @since 0.0.4 */ /** * @package POT * @version 0.1.3 * @copyright 2007 - 2008 (C) by Wrzasq * @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU Lesser General Public License, Version 3 */ /** * List of guilds. * *...
  3. mokerosan

    "createObject()" Gesior 2012

    Fatal error: Call to a member function createObject() on a non-object in $guilds_list = $ots->createObject('Guilds_List'); $guilds_list->setFilter($filter); $guilds_list->orderBy('name'); if(count($guilds_list) > 0) { foreach($SQL->query('SELECT `guild_name` FROM `castle` ORDER BY `id`...
  4. mokerosan

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    I want to use this in my new Gesior, please help! $guilds_list = $ots->createObject('Guilds_List'); $guilds_list->setFilter($filter); $guilds_list->orderBy('name'); if(count($guilds_list) > 0) { foreach($SQL->query('SELECT `guild_name` FROM `castle` ORDER BY `id` DESC LIMIT 1;') as...
  5. mokerosan

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    please help with this I can do? :( $guilds_list = $ots->createObject('Guilds_List'); $guilds_list->setFilter($filter); $guilds_list->orderBy('name'); if(count($guilds_list) > 0) { foreach($SQL->query('SELECT `guild_name` FROM `castle` ORDER BY `id` DESC LIMIT 1;') as $result) {...
  6. mokerosan

    Gesior error 91

    please help with this error! My latestnews.php [PHP]<?PHP $main_content .= ' '; $main_content = " <script type=\"text/javascript\"><!-- function show_hide(flip) { var tmp = document.getElementById(flip); if(tmp) tmp.style.display = tmp.style.display == 'none' ? '' ...
  7. mokerosan

    Gesior Help!

    please help with this error! My latestnews.php [PHP]<?PHP $main_content .= ' '; $main_content = " <script type=\"text/javascript\"><!-- function show_hide(flip) { var tmp = document.getElementById(flip); if(tmp) tmp.style.display = tmp.style.display == 'none' ? '' ...
  8. mokerosan

    Gesior Aac Help!

    this is my index.php <?php // comment to show E_NOTICE [undefinied variable etc.], comment if you want make script and see all errors error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE); // true = show sent queries and SQL queries status/status code/error message define('DEBUG_DATABASE'...
  9. mokerosan

    mysql error!

    Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\pages\toparhi.php on line 12 the line 12 mysql_pconnect($config['server']['sqlHost'], $config['server']['sqlUser'], $config['server']['sqlPass']) or...
  10. mokerosan

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    contenidopago_report.php $account->setPremiumpoints($account->getPremiumpoints() + $points); no debería ser de esta manera? $account->setpremium_points($account->getpremium_points() + $points); Help the script does not add the points automatically!:(
  11. mokerosan

    Gesior 2012

    yes work for me, but my ability to program is somewhat limited!
  12. mokerosan

    fist fighting high damage help!

    inferred than 5k damage with fist fighting, please help! - - - Updated - - - Please help!
  13. mokerosan

    Gesior 2012

    Hello all I installed gesior 2012... But, i don't want to delet account manager! I want use WebSite and 1/1. How to block acess to account 1/1 in gesior 2012? ty pd.with the old website Gesior "blocks it with this" if($login_account==1) $login_account =''; but now the index...
  14. mokerosan

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Hello all I installed gesior 2012... But, i don't want to delet account manager! I want use WebSite and 1/1. How to block acess to account 1/1 in gesior 2012? ty pd.with the old website Gesior "blocks it with this" if($login_account==1) $login_account =''; but now the index...
Back
Top