MyBB Community Forums

Full Version: How to fix this theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!
i downloaded this theme:
http://mods.mybboard.net/view/iddaa-theme

I love it but when I Import it, mybb says: No archives uploaded.

I guess that the error is at the end of the code. Who can help me?

<?xml version="1.0" encoding="UTF-8"?>
<theme name="iddaa" version="1404">
	<properties>
		<templateset><![CDATA[2]]></templateset>
		<editortheme><![CDATA[default]]></editortheme>
		<imgdir><![CDATA[images/iddaa]]></imgdir>
		<logo><![CDATA[images/iddaa/logo.gif]]></logo>
		<tablespace><![CDATA[1]]></tablespace>
		<borderwidth><![CDATA[1]]></borderwidth>
	</properties>
	<stylesheets>
		<stylesheet name="global.css" version="1404"><![CDATA[
body {
	background: #efefef url(images/iddaa/site_back.gif);
	color: #fff;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	background: #efefef;
	width: 940px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: -16px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	background: #fff url(images/iddaa/thread.gif) top left repeat-x;
	color: #fff;
	text-align: center;
	padding: 4px;
	
	font-weight: bold;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #efefef;
	width: 940px;
	color: #000000;
	font-size: 11px;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #1f601f;
	width: 99%;
	margin: auto auto;
}

.thead {
	background: url(images/iddaa/head_back.gif) top left repeat-x;
	color: #000;
}

.thead a:link {
	color: #000;
	text-decoration: none;
}

.thead a:visited {
	color: #000;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #000;
	text-decoration: underline;
}

.tcat {
	background: #1c551c;
	color: #fff;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover, .tcat a:active {
	color: #fff;
}

.trow1 {
	background: #f5f5f5;
}

.trow2 {
	background: #EFEFEF;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #000 url(images/iddaa/thread.gif) top left repeat-x;
	color: #000;
}

.tfoot a:link {
	color: #000;
	text-decoration: none;
}

.tfoot a:visited {
	color: #000;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #000;
	text-decoration: underline;
}

.bottommenu {
	background: url(images/iddaa/thread.gif) top left repeat-x;
	color: #000000;
	padding: 5px;
}

.navigation {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	color: #000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	color: #000;
	text-decoration: none;
}

.navigation .active {
	color: #000;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

input.button {
	background: #efefef url(images/iddaa/button_bg.gif);
	color: #282b31;
	border: 1px solid #919096;
	padding: 2px 4px 1px 6px;
	
	font-size: 10px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.alt_forumlar {
	list-style: none; margin: 0; padding: 0;
}

.alt_forumlar li {
	width: 33.3%;
	float: left;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

]]>
		</stylesheet>
	</stylesheets>
	<templates>
		<template name="forumbit_depth1_cat" version="1402"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" width="40">&nbsp;</td>
<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
<td class="tcat" width="60" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="60" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>



</tr>
{$sub_forums}
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
	<tr>
		<tbody>

<tr>

<td style="background: url({$theme['imgdir']}/bottom.gif) repeat-x" align="center" width="100%">
</td>

</tr>
</tbody>
</table>
<br />]]></template>
		<template name="forumbit_depth2_cat" version="1402"><![CDATA[<tr>
<td class="tcat">&nbsp;</td>
<td class="tcat" colspan="4"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>]]></template>
		<template name="forumbit_depth3_statusicon" version="1402"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon" />]]></template>
		<template name="forumdisplay_subforums" version="1402"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
</tr>
{$forums}
</table>
<br />]]></template>
		<template name="forumbit_depth2_forum" version="1402"><![CDATA[<tr>
<td class="trow2" align="center" valign="middle"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
<td class="trow1" valign="middle">
<strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong> $viewscount    
<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow2" valign="middle" align="left" style="white-space: nowrap;">{$lastpost}</td>
<td class="trow1" valign="middle" align="center" style="white-space: nowrap; font-size:12px;">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="trow2" valign="middle" align="center" style="white-space: nowrap; font-size:12px;">{$posts}{$unapproved['unapproved_posts']}</td>
</tr>]]></template>
		<template name="forumbit_depth3" version="1401"><![CDATA[<li>{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text}">{$forum['name']}</a></li>]]></template>
		<template name="forumbit_subforums" version="1401"><![CDATA[<br />{$lang->subforums}<ul class="alt_forumlar">{$sub_forums}</ul>]]></template>
		<template name="nav" version="1403"><![CDATA[<div class="navigation"><img style="vertical-align:bottom;" alt="" src="$theme[imgdir]/nav_start.gif"/>{$nav}{$activesep}{$activebit}</div>]]></template>
		<template name="nav_bit_active" version="1403"><![CDATA[<span class="active"><b>{$navbit['name']}</b></span>]]></template>
		<template name="nav_sep_active" version="1402"><![CDATA[<br /><img src="$theme[imgdir]/nav_end.gif" alt=""/>]]></template>
		<template name="header" version="1403"><![CDATA[<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="http://www.iddaakafe.com/pages.php?page=radyo"><img src="images/icons/music.gif" alt="" title="" />Radyo</a></li>
					<li><a href="http://www.iddaakafe.com/pages.php?page=puandurumu"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/puan.gif" alt="" title="" />Puan Durumu</a></li>
					<li><a href="http://www.iddaakafe.com/pages.php?page=mac_sonuclari"><img src="images/star.gif" alt="" title="" />Maç Sonuçları</a></li>
					<li><a href="http://www.iddaakafe.com/pages.php?page=program"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />İddaa Programı</a></li>
					<li><a href="http://www.iddaakafe.com/pages.php?page=chat"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />Chat</a></li>
				</ul>
			</div>
<hr class="hidden" /><div id="panel">{$welcomeblock}</div></div><hr class="hidden" /><br class="clear" /><div id="content">{$pm_notice}{$bannedwarning}{$bbclosedwarning}{$unreadreports}
<center><script type="text/javascript"><!--
google_ad_client = "pub-3551612016378164";
/* 728x90, oluşturulma 30.10.2008 */
google_ad_slot = "5568808243";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center><br />]]></template>
		<template name="index" version="1403"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<sf_shoutbox>
{$forums}
{$boardstats}
<table width="100%">

<tr>

<td style="text-align: center">

<img src="{$theme['imgdir']}/on.gif"
alt="{$lang->new_posts}" style="vertical-align: middle;
padding-bottom: 4px;" /> <span
class="smalltext">{$lang->new_posts}</span>

<img src="{$theme['imgdir']}/off.gif"
alt="{$lang->no_new_posts}" style="vertical-align: middle;
padding-bottom: 4px;" /> <span
class="smalltext">{$lang->no_new_posts}</span>

<img src="{$theme['imgdir']}/offlock.gif"
alt="{$lang->forum_locked}" style="vertical-align: middle;" />
<span class="smalltext">{$lang->forum_locked}

</td>
</tr>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>]]></template>
		<template name="header_welcomeblock_member_moderator" version="1402"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>]]></template>
		<template name="header_welcomeblock_guest" version="1402"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" >
<tr><td class="trow1" width="100%"> 
<navigation>
</td>
<td class="trow2" style="white-space:nowrap; padding:0px">
<form action="member.php" method="post">
<table>
<tr>
<td>{$lang->username}</td>
<td><input type="text" class="textbox" name="username" size="10" maxlength="{$mybb->settings['maxnamelength']}" style="width: 80px;" /></td>
<td></td>
</tr>
<tr>
<td>{$lang->password}<br /></td>
<td><input type="password" class="textbox" name="password" size="10" style="width: 80px;" /></td>
<td><input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
</tr>
</table>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
</form>
</td>
</tr></table>
<table class="thead" tborder="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder" align="center">
<!-- MSTableType="layout" -->
<tr align="center">
<td class="thead" width="1%"><a href="$settings[bburl]/member.php?action=register">
<font size="1px"><b>{$lang->welcome_register}</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/misc.php?action=help">
<font size="1px"><b>$lang->toplinks_help</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/memberlist.php">
<font size="1px"><b>$lang->toplinks_memberlist</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/calendar.php">
<font size="1px"><b>$lang->toplinks_calendar</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/search.php">
<font size="1px"><b>$lang->toplinks_search</b></font></a></td>
</tr>
</table>
</br>
</br>]]></template>
		<template name="member_register" version="1403"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->registration}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/validator.js"></script>
</head>
<body>
{$header}
<br />
<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
{$regerrors}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
</tr>
<tr>
<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->account_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td>
</tr>
{$passboxes}
<tr>
<td><span class="smalltext"><label for="email">{$lang->email}</label></span></td>
<td><span class="smalltext"><label for="email2">{$lang->confirm_email}</label></span></td>
</tr>
<tr>
<td><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td>
<td><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>
</tr>
<tr>
	<td colspan="2" style="display: none;" id="email_status">&nbsp;</td>
</tr>
</table>
</fieldset>
{$requiredfields}
{$referrer}
{$regimage}
</td>
<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->account_prefs}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td>
<td valign="top"><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
<td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td>
<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1"{$pmnoticecheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="1" {$emailpmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>
<td colspan="2">
	<select name="subscriptionmethod" id="subscriptionmethod">
		<option value="0" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>
		<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
		<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
	</select>
</td>
</tr>

</table>
</fieldset>
<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td><span class="smalltext">{$lang->time_offset_desc}</span></td>
</tr>
<tr>
<td>{$tzselect}</td>
</tr>
<tr>
<td><span class="smalltext">{$lang->dst_correction}</span></td>
</tr>
<tr>
<td>
	<select name="dstcorrection">
		<option value="2" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>
		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
		<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
	</select>
</td>
</tr>
</table>
</fieldset>
<br />
<fieldset class="trow2">
<legend><strong><label for="language">{$lang->lang_select}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext">{$lang->lang_select_desc}</span></td>
</tr>
<tr>
<td><select name="language" id="language"><option value="">{$lang->lang_select_default}</option><option value="">-----------</option>{$langoptions}</select></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="step" value="registration" />
<input type="hidden" name="action" value="do_register" />
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
</div>
</form>

{$footer}
</body>
</html>]]></template>
		<template name="postbit_offline" version="1403"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template>
		<template name="postbit_online" version="1403"><![CDATA[<span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span>]]></template>
		<template name="nav_sep" version="1402"><![CDATA[>]]></template>
		<template name="header_welcomeblock_member" version="1402"><![CDATA[<table tborder="0" class="thead" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder" align="center">
<tr align="center">
<td class="thead" width="1%"><font size="1px"><b>{$admincplink}</b></font></td>
<td class="thead" width="1%"><font size="1px"><b>{$modcplink}</b></font></td>
</tr>
</table>
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]">
<tr>

<td class="trow1" width="72%"><navigation></td>
<td width="28%" class="trow2" style="font-size:11px">
{$lang->welcome_back} <br />
{$lang->welcome_current_time}<br />
<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
</td>

</tr>
</tbody>
</table>
<table tborder="0" class="thead" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder" align="center">
<tr align="center">
<td class="thead" width="1%"><a href="$settings[bburl]/usercp.php">
<font size="1px"><b>Kontrol Paneliniz</b></font></a></td>
<td class="thead" width="1%"><a href="#" id="quicklinks"><font size="1px"><b>Yararlı Linkler</b></font></a></span></td><script type="text/javascript">document.write("<div id=\"quicklinks_popup\" class=\"popup_menu\" style=\"display: none;\"><div class=\"tcat\" style=\"padding:2px;\"><strong>Hızlı Linkler<\/strong><\/div><div class=\"popup_item_container\"><a href=\"search.php?action=getdaily\" class=\"popup_item\">Bugünkü Mesajlar<\/a><\/div><div class=\"popup_item_container\"><a href=\"misc.php?action=markread\" class=\"popup_item\">Forumları Okundu Say<\/a><\/div><div class=\"popup_item_container\"><a href=\"#\" onclick=\"MyBB.popupWindow('misc.php?action=buddypopup', 'buddyList', 170, 300);\" class=\"popup_item\">Arkadaş Listem<\/a><\/div><div class=\"tcat\" style=\"padding:2px;\"><strong>Profil<\/strong><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=editsig\" class=\"popup_item\">İmzamı Değiştir<\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=profile\" class=\"popup_item\">Profili Düzenle<\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=options\" class=\"popup_item\">Seçeneklerim<\/a><\/div><div class=\"tcat\" style=\"padding:2px;\"><strong>Çeşitli<\/strong><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=subscriptions\" class=\"popup_item\">Konu Abonelikleri<\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=editlists\" class=\"popup_item\">Arkadaş / Yasaklı Listesi<\/a><\/div><div class=\"popup_item_container\"><a href=\"member.php?action=profile&uid={$mybb->user['uid']}\" class=\"popup_item\">Profilim<\/a><\/div><div class=\"popup_item_container\"><a href=\"online.php\" class=\"popup_item\">Kimler Online?<\/a><\/div><\/div>");new PopupMenu("quicklinks");</script>
<td class="thead" width="1%"><a href="$settings[bburl]/misc.php?action=help">
<font size="1px"><b>$lang->toplinks_help</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/memberlist.php">
<font size="1px"><b>$lang->toplinks_memberlist</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/calendar.php">
<font size="1px"><b>$lang->toplinks_calendar</b></font></a></td>
<td class="thead" width="1%"><a href="$settings[bburl]/search.php">
<font size="1px"><b>$lang->toplinks_search</b></font></a></td>
<td class="thead" width="1%"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">
<font size="1px"><b>{$lang->welcome_logout}</b></font></a></td>
</tr>
</table>]]></template>
		<template name="header_welcomeblock_member_admin" version="1402"><![CDATA[<a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>]]></template>
		<template name="footer" version="1404"><![CDATA[<br />
			<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
			</div>
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
				     It must contain the links to the MyBB website and be formatted appropriately.

					 Failure to comply with the above will result in prosecution to the full extent of the law.
					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" rel="nofollow" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" rel="nofollow" target="_blank">MyBB Group</a>.<br />
Designed by <a href="http://www.realmz.info" rel="nofollow" target="_blank">Realmz</a>
				<!-- End copyright -->
				<br />
<!-- onlinewebstat.coms --><a href=http://www.onlinewebstats.com/websites/Eglence-sans-oyunlari.phtml><img src=http://logo.onlinewebstat.com/logo/c.gif title='Şans oyunları' border=0></a><script language="javascript">var wozone="7200",wouser="iddaakafe", wobanner=0;</script><script language="javascript" src="http://sayac.onlinewebstat.com/c.js"></script><noscript><img src=http://sayac1.onlinewebstat.com/analiz.php3?user=iddaakafe></noscript><!-- onlinewebstat.coms -->
<a href="http://www.webservis.gen.tr/Kategori/Eglence/Sans_oyunlari/Sans_oyunlari.php" target="_blank"><img src=http://logo.webservis.gen.tr/logo/6.gif alt="Şans oyunları" border="0"></a><script language="javascript"> var wuser="iddaakafe", wbanner="6";</script><script language="javascript" src="http://logo.webservis.gen.tr/web.js"></script>
<center><font size="2">İddaakafe.com'da Bahis ve Kumar Oynatılamaz. İddaakafe.com web sitesinde yer alan tüm sayısal veriler, istatistikler ve tahminler sadece bilgilendirme amaçlıdır.</font></center>

<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
		</div>
		</div>]]></template>
		<template name="index_boardstats" version="1402"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
	<td class="tfoot" style="text-align: center">
		<span class="smalltext">
			<a href="misc.php?action=markread">{$lang->markread}</a> |
			<a href="showteam.php">{$lang->forumteam}</a> |
			<a href="stats.php">{$lang->forumstats}</a>
		</span>
	</td>
</tr>
</tbody>
</table>
<br />]]></template>
		<template name="forumbit_depth1_cat_subforum" version="1402"><![CDATA[<tr>
<td class="tcat" colspan="6"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template>
		<template name="postbit_author_user" version="1402"><![CDATA[Nerden : {$post['fid1']}<br />
	{$lang->postbit_posts} {$post['postnum']}<br />
	{$lang->postbit_joined} {$post['userregdate']}<br />
Favori Takım : {$post['fid4']}
	{$post['replink']}{$post['warninglevel']}<br />
	Durum : {$post['onlinestatus']}<br />
<a href="javascript:MyBB.reputation($post[uid] );"><img src="images/iddaa/rep.gif"></a>]]></template>
		<template name="postbit_classic" version="1403"><![CDATA[{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
			{$post['adsaf']}{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>]]></template>
		<template name="postbit_www" version="1403"><![CDATA[<a href="{$post['website']}" rel="nofollow" target="_blank"><img src="{$theme['imglangdir']}/postbit_www.gif" alt="{$lang->postbit_website}" title="{$lang->postbit_website}" /></a>]]></template>
		<template name="headerinclude" version="1404"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="keywords" content="iddaa, tahmin, kupon, banko, maç, futbol, bahis" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
<scripttype="text/javascript"src="{$mybb->settings['bburl']}/jscripts/shoutbox.js?ver=1400"></script>
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>]]