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

Donation System Help!!, i give rep

hum

New Member
Joined
Jan 7, 2010
Messages
35
Reaction score
0
look, im using uniserver. i have modern acc with worgen template.
the problem is that my web page hasnt the shop offer or the buy points buttons, how can i add them?
plz help me i need your help :c

im new with this web pages stuff :e sorry
 
the problem is that my web page hasnt the shop offer or the buy points buttons,

so you have a shop system? you just need a button or what? If you need the shop system then just use the search function if you only need the buttons then www>templates>ur_layout>index.tpl etc. etc.
 
Im not using any shop system >.<!! i dont know how to set it up, and guys im not doing this just because the money, players like to have better items, and its better for the server, if you will just post ofences then just dont post. thanks
and thank you rohan you are the only one who want to help me, this is my layout.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="distribution" content="Global" />
<meta name="author" content="Vean" />
<meta name="robots" content="index,follow" />
<meta name="description" content="Dreamland RL!." />
<meta name="keywords" content="ots, open tibia server, ..." />
{$head}
<title>{$title}</title>
<link rel="stylesheet" type="text/css" href="{$path}/templates/worgen/main.css" />
</head>
<body>
<div id="vt_page">
<div id="vt_header"></div>
<div id="vt_container">
<div id="vt_menu">
<div id="vt_news_menu">
<div class="header">News</div>
<ul>
<li><a href="{$path}">Latest News</a></li>
<li><a href="{$path}/index.php/bugtracker">Bug Tracker</a></li>
</ul>
</div>
<div id="vt_account_menu">
<div class="header">Account</div>
<ul>
{if $logged == 1}
<li><a href="{$path}/index.php/account/">Manage Account</a></li>
{else}
<li><a href="{$path}/index.php/account/create">Create Account</a></li>
<li><a href="{$path}/index.php/account/login">Login</a></li>
{/if}
</ul>
</div>
<div id="vt_community_menu">
<div class="header">Community</div>
<ul>
<li><a href="{$path}/index.php/forum">Forum</a></li>
<li><a href="{$path}/index.php/character/view">Characters</a></li>
<li><a href="{$path}/index.php/guilds">Guilds</a></li>
<li><a href="{$path}/index.php/p/v/fragers">Top fraggers</a></li>
<li><a href="{$path}/index.php/video">Videos</a></li>
<li><a href="{$path}/index.php/houses/main">Houses</a></li>
<li><a href="{$path}/index.php/p/v/deaths">Latest Deaths</a></li>
<li><a href="{$path}/index.php/p/v/gallery">Gallery</a></li>
<li><a href="{$path}/index.php/profile/community">Community</a></li>
</ul>
</div>
</div>
<div id="vt_content">
{$main}
</div>
<div id="vt_panel">
<div class="top">
<div class="bot">
<div id="vt_panel_buttons">
<a href="" class="button">
Client Download :D
<span>Dreamland game client</span>
</a>
<a href="" class="button">
SMS Shop
<span>check out our gifts (:</span>
</a>
<a href="" class="button">
Server Forum
<span>Suggest things for the server & post bugs you find, etc</span>
</a>
</div>
<div class="vt_panel_module">
<div class="header">Server Status</div>
{foreach from=$worlds key=id item=world}
<div>
<b>World:</b> {$world} <br />
<b>Status:</b>
{if $serverOnline[$id]}
<span style="color: green;font-weight: bold;">OnLiNe</span><br />
<b>UpTiMe:</b> {$serverUptime[$id]} <br />
<b>PlAyErS:</b> {$serverPlayers[$id]}/{$serverMax[$id]}<br /><br />
{else}
<span style="color: red;font-weight: bold;">OfFlInE :s</span>
{/if}
</div>
{/foreach}
</div>
</div>
</div>
</div>
</div>
<div id="vt_footer">
<div class="column first">
<a href=""><img src="{$path}/templates/worgen/images/authornote.png" alt="Designed by Vean" /></a>
</div>
<div class="column second">
<p>Copyrights &copy; 2010 by Worgen. <a href="{$path}/index.php/credits">Credits</a>.</p>
<p><small>Page rendered in: {$renderTime} {$admin}</small></p>
</div>
<div class="column third">
<a href=""><img src="{$path}/templates/worgen/images/html_valid.png" alt="HTML Valid" /></a>
<a href=""><img src="{$path}/templates/worgen/images/css_valid.png" alt="CSS Valid" /></a>
</div>
</div>
</div>
</body>
</html>
 
Last edited:
Back
Top