• 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!

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

Where you place the code that comes to the contenidopago???
As I said..

How to make it work:
1. You can disable it in pages/buypoints.php
2. Config is in 'custom_scripts/contenidopago/config.php'. Set valid (same as in config.php) URL to report script when you register 'tibia auto' on contenidopago page. After registration of 'tibia auto' you will get ID of service. Copy it to config in 'custom_scripts' and set same amount of points for SMS on contenidopago page and in config.php of contenidopago.

For some users it shows white box, not box with informations how to pay. It's contenidopago bug, but if it works for you, it will ask you about account name and then it will show what text to what phone number you must send. If you did configure it fine in acc. maker it will add points to your account automaticlly [amount of points you configure on contenidopago.com, not in acc. maker!!!] and send you SMS 'you received points.' (I did not test, but guy from contenidopago said it works that way). If acc. maker is configured wrong or you set wrong 'report url' on contenidopago then you will receive SMS with code that you must enter in form on acc. maker page.
 
Gesior you are the best, thank your for your work!

- - - Updated - - -

is really appreciated
 
Ok its better of tibia RL, but my idea is create a better forum for Gesior AAC and this is a great forum to take ideas.

- - - Updated - - -

@Ninja, this forum is really amazing
 
Gesior when will you add admin panel?
There is no admin panel as there is nothing to manage by it. News you can write on forum and there is no other scripts (monsters/spells).

If anyone got time to make 'top countries' script this is a MySQL query to show sum of levels of players with 50+ lvl and their country code:
PHP:
SELECT SUM(`info`.`level`) points, `info`.`flag` flag FROM (SELECT `players`.`level` level, `accounts`.`flag` flag FROM `accounts`, `players` WHERE `accounts`.`flag` != 'unknown' AND `accounts`.`id` = `players`.`account_id` AND `players`.`level` > 50) info GROUP BY `info`.`flag` ORDER BY SUM(`info`.`level`) DESC;
Execute in phpmyadmin to check what it returns.
 
[14/01/2013 22:14:07] [Error - TalkAction Interface]
[14/01/2013 22:14:07] data/talkactions/scripts/add_shop_talkaction.lua:eek:nSay
[14/01/2013 22:14:07] Description:
[14/01/2013 22:14:07] data/talkactions/scripts/add_shop_talkaction.lua:41: attempt to call field 'executeQuery' (a nil value)
[14/01/2013 22:14:07] stack traceback:
[14/01/2013 22:14:07] data/talkactions/scripts/add_shop_talkaction.lua:41: in function <data/talkactions/scripts/add_shop_talkaction.lua:1>

please halppp :/// some1 know how to fix it? im getting crazy x.x
 
[14/01/2013 22:14:07] [Error - TalkAction Interface]
[14/01/2013 22:14:07] data/talkactions/scripts/add_shop_talkaction.lua:eek:nSay
[14/01/2013 22:14:07] Description:
[14/01/2013 22:14:07] data/talkactions/scripts/add_shop_talkaction.lua:41: attempt to call field 'executeQuery' (a nil value)
[14/01/2013 22:14:07] stack traceback:
[14/01/2013 22:14:07] data/talkactions/scripts/add_shop_talkaction.lua:41: in function <data/talkactions/scripts/add_shop_talkaction.lua:1>

please halppp :/// some1 know how to fix it? im getting crazy x.x
Write:
http://otland.net/f479/gesior2012-items-shop-installation-administration-170654/index2.html
 
Looks better if you use <div> tags for the outfiter. ;)

PHP:
<div style="position: relative; width: 32px; height: 32px;"><div style="background-image: url(' . $config['site']['outfit_images_url'] . '?id=' . $player['looktype'] . '&addons=' . $player['lookaddons'] . '&head=' . $player['lookhead'] . '&body=' . $player['lookbody'] . '&legs=' . $player['looklegs'] . '&feet=' . $player['lookfeet'] . '); position: absolute; width: 64px; height: 80px; background-position: bottom right; background-repeat: no-repeat; right: 0px; bottom: 0px;"></div></div>
 
Last edited:
Looks better if you use <div> tags for the outfiter. ;)

PHP:
<div style="position: relative; width: 32px; height: 32px;"><div style="background-image: url(' . $config['site']['outfit_images_url'] . '?id=' . $player['looktype'] . '&addons=' . $player['lookaddons'] . '&head=' . $player['lookhead'] . '&body=' . $player['lookbody'] . '&legs=' . $player['looklegs'] . '&feet=' . $player['lookfeet'] . '); position: absolute; width: 64px; height: 80px; background-position: bottom right; background-repeat: no-repeat; right: 0px; bottom: 0px;"></div></div>
On which page? Highscore, who is online, character [info]?
 
On which page? Highscore, who is online, character [info]?

That code above is for who is online, and highscores would have a better look with that aswell. I haven't seen the position of it on character [info] though. :p
 
Hello,
I added a new menu group and when the page os loaded it appears this way:

menu.png

This is my code for this new menu (I just copied and changed the Forum group):

PHP:
<div id='events' class='menuitem'>
<span onClick="MenuItemAction('events')">
  <div class='MenuButton' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/button-background.gif);'>
    <div onMouseOver='MouseOverMenuItem(this);' onMouseOut='MouseOutMenuItem(this);'><div class='Button' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/button-background-over.gif);'></div>
      <span id='events_Lights' class='Lights'>
        <div class='light_lu' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/green-light.gif);'></div>
        <div class='light_ld' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/green-light.gif);'></div>
        <div class='light_ru' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/green-light.gif);'></div>
      </span>
      <div id='events_Icon' class='Icon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-events.gif);'></div>
      <div id='events_Label' class='Label' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/label-events.gif);'></div>
      <div id='events_Extend' class='Extend' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/plus.gif);'></div>

    </div>
  </div>
</span>
<div id='events_Submenu' class='Submenu'>
<a href='?subtopic=invasions'>
  <div id='submenu_invasions' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_invasions' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Invasions</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>

  </div>
</a>
</div>
</div>
 
rafaelztt, need add in
layouts\tibiacom\initialize.js

PHP:
self.name = "news=1&account=0&community=0&library=0&forum=0&shops=0&";

Change To:
PHP:
self.name = "news=1&account=0&community=0&events=0&library=0&forum=0&shops=0&";
 
Back
Top