<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2010 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!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" xml:lang="en" lang="en">
<head>
<link rel="shortcut icon" href="/fav.png" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="www.pl-energy.de | News, Files & more" />
<meta name="author" content="Design by GD, CMS by Webspell - www.pl-energy.de" />
<!-- Head & Title include -->
<title><?php echo PAGETITLE; ?> - www.pl-energy.de</title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<link href="_style.css" rel="stylesheet" type="text/css" />
<link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" />
<link href="css/news.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/accordion.js"> </script>
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<script src="js/drop.js" language="jscript" type="text/javascript"></script>
<!-- stylesheets -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/slide.css" type="text/css" media="screen" />
<!-- PNG FIX for IE6 -->
<!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 -->
<!--[if lte IE 6]>
<script type="text/javascript" src="js/pngfix/supersleight-min.js"></script>
<![endif]-->
<!-- jQuery - the core -->
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<!-- Sliding effect -->
<script src="js/slide.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<!-- end Head & Title include -->
</head>
<body onload="MM_preloadImages('images/style/index_over_08.jpg', 'images/style/index_over_09.jpg', 'images/style/index_over_10.jpg', 'images/style/index_over_11.jpg', 'images/style/index_over_12.jpg', 'images/style/index_over_13.jpg', 'images/style/index_over_15.jpg', 'images/style/index_over_16.jpg', 'images/style/index_over_18.jpg')">
<div id="toppanel">
<div id="panel">
<div class="content clearfix">
<div class="left">
<p>
<h3>Willkommen auf www.pl-energy.de</h3>
<h3>Die Registration ist komplett Kostenlos</h3>
</p>
</div>
<div class="left">
<?php if(!$userID) {
$_SESSION['ws_sessiontest'] = true;
?>
<form method="post" name="login" action="checklogin.php">
<h3>Mitglieder-Login</h3>
<label class="grey" for="log">Benutzername:</label>
<input name="ws_user" type="text" size="23" value="Username" onfocus="this.value=''" /><br />
<label class="grey" for="pwd">Passwort:</label>
<input name="pwd" type="password" size="23" value="Password" onfocus="this.value=''" /><br /> <input style="margin:10px 0px 0px 0px;" type="submit" name="submit" class="btn" value="Login" title="Login now." alt="login" />
<div class="clear"></div>
<a class="lost-pwd" href="index.php?site=lostpassword">Passwort vergessen?</a>
</form>
<?php
} else include ('login.php'); ?>
</div>
<div class="left right">
<!-- Register Form -->
<?php if(!$userID) {
?>
<form method="post" name="register" action="index.php?site=register">
<h3>Registration!</h3>
<label class="grey" for="signup">Benutzername:</label>
<input type="text" name="nickname" value="Nickname" maxlength="30" /><br />
<label class="grey" for="email">Email:</label>
<input type="text" name="mail" value="Mail" />
<input type="hidden" name="saveregister" value="1" />
<input type="submit" class="btn" alt="Create Account." />
</form>
<?php
} else include ('counter.php'); ?>
</div>
</div>
</div> <!-- /login -->
<!-- The tab on top -->
<div class="tab">
<ul class="login">
<li class="left"> </li>
<li>Hallo! <?php echo 'Hello '.($userID!=0)?getnickname($userID):'Guest'; ?></li>
<li class="sep">|</li>
<li id="toggle">
<a id="open" class="open" href="#">Öffne Panel</a>
<a id="close" style="display: none;" class="close" href="#">Schließe Panel</a>
</li>
<li class="right"> </li>
</ul>
</div> <!-- / top -->
</div> <!--panel -->
<div id="wrapper">
<div id="header"></div> <!--END DIV TAG header-->
<div id="loginarea"></div><!--END DIV TAG loginarea-->
<div id="loginarea_content"></div><!--END DIV TAG loginarea_content-->
<div id="navi_left"></div><!--END DIV TAG navi_left-->
<div id="navi_home"><a href="index.php?site=news" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_main','','images/style/index_over_08.jpg')" style="cursor: pointer"><img src="images/style/index_08.jpg" alt="Main" name="navi_main" width="107" height="49" border="0" /></a></div><!--END DIV TAG navi_home-->
<div id="navi_teams"><a href="index.php?site=profile&id=1" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_teams','','images/style/index_over_09.jpg')" style="cursor: pointer"><img src="images/style/index_09.jpg" alt="Teams" name="navi_teams" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_teams-->
<div id="navi_matches"><a href="index.php?site=ergebnisse" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_matches','','images/style/index_over_10.jpg')" style="cursor: pointer"><img src="images/style/index_10.jpg" alt="Matches" name="navi_matches" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_matches-->
<div id="navi_forum"><a href="index.php?site=gallery" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_forum','','images/style/index_over_11.jpg')" style="cursor: pointer"><img src="images/style/index_11.jpg" alt="Forum" name="navi_forum" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_forum-->
<div id="navi_guestbook"><a href="index.php?site=guestbook" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_guestbook','','images/style/index_over_12.jpg')" style="cursor: pointer"><img src="images/style/index_12.jpg" alt="Guestbook" name="navi_guestbook" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_guestbook-->
<div id="navi_sponsors"><a href="http://www.sgspanbill.de" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_sponsors','','images/style/index_over_13.jpg')" style="cursor: pointer"><img src="images/style/index_13.jpg" alt="Sponsors" name="navi_sponsors" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_sponsors-->
<div id="navi_downloads"><a href="index.php?site=files" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_downloads','','images/style/index_over_14.jpg')" style="cursor: pointer"><img src="images/style/index_14.jpg" alt="Downloads" name="navi_downloads" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_downloads-->
<div id="navi_servers"><a href="index.php?site=contact" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_servers','','images/style/index_over_15.jpg')" style="cursor: pointer"><img src="images/style/index_15.jpg" alt="Servers" name="navi_servers" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_servers-->
<div id="navi_contactus"><a href="index.php?site=imprint" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navi_contactus','','images/style/index_over_16.jpg')" style="cursor: pointer"><img src="images/style/index_16.jpg" alt="Contac us" name="navi_contactus" width="103" height="49" border="0" /></a></div><!--END DIV TAG navi_contactus-->
<div id="language_left"></div><!--END DIV TAG language_left-->
<div id="language_content"><?php include("sc_language_switch.php"); ?></div><!--END DIV TAG language_content-->
<div id="language_right"></div> <!--END DIV TAG language_right-->
<div id="content">
<div id="content_left">
<div id="top_news_left"></div><!--END DIV TAG top_news_left-->
<div id="top_news_content"><?php include("sc_topnews.php"); ?></div><!--END DIV TAG top_news_content-->
<div id="last_news_content"><?php include("sc_headlines.php"); ?></div><!--END DIV TAG last_news_content-->
<div id="content_index">
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?><br />
</div><!--END DIV TAG content_index-->
</div><!--END DIV TAG content-->
<div id="content_right">
<div id="last_matches_head"></div><!--END DIV TAG last_matches_head-->
<div id="last_matches_content"><?php include("squad_results.php"); ?></div><!--END DIV TAG last_matches_content-->
<div id="last_downlosds_head"></div><!--END DIV TAG last_downlosds_head-->
<div id="last_downloads_content"><?php include("sc_files.php"); ?></div><!--END DIV TAG last_downloads_content-->
<div id="partners_head"></div><!--END DIV TAG partners_head-->
<div id="partners_content">
<p>
<a href="http://www.sgspanbill.de"
onmouseover="sg.src='Partners/sg_over.jpg';"
onmouseout="sg.src='Partners/sg.jpg';"><img src="Partners/sg.jpg"
border="0" width="242"height="75"
name="sg" /></a><br /> </p>
<p>
<a href="http://www.sportteam-freckmann.de/"
onmouseover="freck.src='Partners/freck_over.jpg';"
onmouseout="freck.src='Partners/freck.jpg';"><img src="Partners/freck.jpg"
border="0" width="242"height="75"
name="freck" /></a><br /> </p>
<p>
<a href="http://spanbill.sgspanbill.de/?site=sponsoren"
onmouseover="axels.src='Partners/axelschmidt_over.jpg';"
onmouseout="axels.src='Partners/axelschmidt.jpg';"><img src="Partners/axelschmidt.jpg"
border="0" width="242"height="75"
name="axels" /></a><br /> </p>
<p>
<a href="http://www.webspell.org"
onmouseover="webspell.src='Partners/webspell_over.jpg';"
onmouseout="webspell.src='Partners/webspell.jpg';"><img src="Partners/webspell.jpg"
border="0" width="242"height="75"
name="webspell" /></a><br /> </p>
<?php include("partners.php"); ?>
</div><!--END DIV TAG partners_content-->
</div><!--END DIV TAG content_right-->
</div><!--END DIV TAG content-->
<div id="footer">
<div id="visits"><?php include("counter.php"); ?></div><!--END DIV TAG visits-->
<div id="gotothetop"><a class="footertext" href="#"><img src="images/style/win.png" width="6" height="6" alt="" border="" /> GO TO THE TOP</a></div><!--END DIV TAG gotothetop-->
<div id="imprint_footer"><a class="footertext" href="index.php?site=imprint">IMPRINT</a><br />Edit by <a style="color:#0090ff;line-height:30px;" href="http://www.pl-energy.de" title="Fanpage, News, Files & More" target="_blank">pl-energy.de</a> Design by <a style="color:#0090ff;line-height:30px;" href="http://www.gamer-designs.de" title="free webSPELL ClanTemplates" target="_blank">gD</a></div><!--END DIV TAG imprint_footer-->
</div><!--END DIV TAG footer-->
</div><!--END DIV TAG wrapper-->
</body>
</html> |