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

[Gesior2012] addons.php

Adorius Black

Advanced OT User
Joined
Mar 31, 2020
Messages
303
Solutions
3
Reaction score
180
Hope will be useful for somebody
addons.png



🖥 Installation: 🖥
1.
Download all files
2. Put folders (Addons and Items) inside your gesior root images folder
C:\xampp\htdocs\images\
3. Put addons.php inside your gesior pages folder
C:\xampp\htdocs\pages\
4. Put code below into layouts.php
C:\xampp\htdocs\layouts\tibiacom\layout.php
5. Enjoy :)
HTML:
<a href='?subtopic=addons'>
  <div id='submenu_addons' 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_addons' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Addons</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>

 

Attachments

  • Gesior[2012] addons.7z
    1.9 MB · Views: 95 · VirusTotal
Last edited:
Hope will be useful for somebody
View attachment 43844



🖥 Installation: 🖥
1.
Download all files
2. Put folders (Addons and Items) inside your gesior root images folder
C:\xampp\htdocs\images\
3. Put addons.php inside your gesior pages folder
C:\xampp\htdocs\pages\
4. Put code below into layouts.php
C:\xampp\htdocs\layouts\tibiacom\layout.php
5. Enjoy :)
HTML:
<a href='?subtopic=addons'>
  <div id='submenu_addons' 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_addons' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Addons</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>

Very nice bro !! Thanks!!
 
I'm just tidying up my things and found my old addons pages for Gesior. So I will post it here before I delete it. maybe will be for someone useful. Its something like "updated" version of this what i post above, but without addiotional images. So you must do it by yourself. Its simple html tables style documents with around 80-90 addons and there is function show more/less about addons. On show more it shows items/location/bonuses etc. I found 2 versions. One is also with <select> addon option which on click should throw you on selected addon. Don't hate please. Who want take, who not just ignore this post.
 

Attachments

Last edited:
Back
Top