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

Lottery system problem

Deget

New Member
Joined
Nov 25, 2012
Messages
38
Reaction score
2
I have a problem with this acc.. Don't show player who won item.. please help tfs 0.4 tibia 8.6
foto lottery on my web
Grafika na iFotos.pl
qnsspwe

my layout.php :
Code:
<a href='?subtopic=lottery'>

<div id='submenu_lottery' class='Submenuitem' onmouseover='MouseOverSubmenuItem(this)' onmouseout='MouseOutSubmenuItem(this)'>

<div class='LeftChain' style='background-image:url(layouts/tibiacom/images/general/chain.gif);'></div>

<div id='ActiveSubmenuItemIcon_lottery' class='ActiveSubmenuItemIcon' style='background-image:url(layouts/tibiacom/images/menu/icon-activesubmenu.gif);'></div>

<div class='SubmenuitemLabel'><font color="white"><font color="1fcb64">Loteria</font></div>

<div class='RightChain' style='background-image:url(layouts/tibiacom/images/general/chain.gif);'></div>
</div>
lotterey.lua:
Code:
http://wklej.org/id/3411525/
SQL:
Code:
    CREATE TABLE `lottery` (
       `id` int(11) NOT NULL auto_increment,
       `name` varchar(255) NOT NULL,
       `item` varchar(255) NOT NULL,
       PRIMARY KEY  (`id`)
     ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

foto tfs when lottery in used:
Grafika na iFotos.pl
 
Last edited:
Back
Top