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

Banner premium Gesior WEBSite!!!

Mefydroz Maclau

New Member
Joined
Nov 4, 2009
Messages
32
Reaction score
0
Hello friends of OTLand.net! wanted someone to find me ajudase Gesior the banner of premium! in the corner of the site where the banner is screeshots join now .... etc.
 
./htdocs/layouts/tibiacom/layout.php
After:
HTML:
  <div id="NewcomerBox" class="Themebox" style="background-image:url(<?PHP echo $layout_name; ?>/images/themeboxes/newcomer/newcomerbox.gif);">
    <div class="ThemeboxButton" onClick="BigButtonAction('?subtopic=createaccount')" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" style="background-image:url(<?PHP echo $layout_name; ?>/images/buttons/sbutton.gif);"><div class="BigButtonOver" style="background-image:url(<?PHP echo $layout_name; ?>/images/buttons/sbutton_over.gif);"></div>
      <div class="ButtonText" style="background-image:url(<?PHP echo $layout_name; ?>/images/buttons/_sbutton_jointibia.gif);"></div>
    </div>
    <div class="Bottom" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif);"></div>
  </div>
Add this:
HTML:
  <div id="PremiumBox" class="Themebox" style="background-image:url(http://static.tibia.com/images/global/themeboxes/premium/premiumbox.gif);">
    <a class="ThemeboxButton" href="http://www.tibia.com/abouttibia/?subtopic=premiumfeatures" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" style="background-image:url(http://static.tibia.com/images/global/buttons/sbutton.gif);"><div class="BigButtonOver" style="background-image:url(http://static.tibia.com/images/global/buttons/sbutton_over.gif);"></div>
      <div class="ButtonText" style="background-image:url(http://static.tibia.com/images/global/buttons/_sbutton_getpremium.gif);"></div>
    </a>
    <div class="Bottom" style="background-image:url(http://static.tibia.com/images/global/general/box-bottom.gif);"></div>
  </div>
If you want, you can host the pictures yourself, and don't forget to change the link (href="http://www.tibia.com/abouttibia/?subtopic=premiumfeatures")
 
Back
Top