certo: http://traviate.altervista.org/
Nella sezione registrati...
Questo č il codice:
Codice HTML:
<?php
#################################################################################
## ##
## -= NON RIMUOVERE QUESTA NOTIZIA =- ##
## ##
## --------------------------------------------------------------------------- ##
## ##
## Project: Traviate ##
## Version: TraviateZ ##
## Filename: anmelden.php ##
## Developed by: MisterX e AlekRudeboy ##
## Reworked by: MisterX ##
## Copyright: Traviate Copyright 2012-2013 Tutti diritti riservati ##
## URLs: [url]http://traviate.altervista.org[/url] ##
## ##
#################################################################################
include('GameEngine/Account.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title><?php echo SERVER_NAME; ?></title>
<link media="all" type="text/css" rel="stylesheet" href="img-index/styleregistrazione.css" />
<script type="text/javascript" src="img-index/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="img-index/carousel.js"></script>
<script type="text/javascript" src="img-index/css_browser_selector.js"></script>
<script type="text/javascript" src="img-index/functions.js"></script>
<script type="text/javascript" src="img-index/custom.js.php"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#trv_slider_img").carouFredSel({
auto : false,
items : 3,
scroll:1,
prev : {
button : "#trv_slider_img_prev",
key : "left"
},
next : {
button : "#trv_slider_img_next",
key : "right"
}
});
});
</script>
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="trv_wrapper">
<div id="trv_page">
<div id="partnerMod"></div>
<!--Header-->
<div id="trv_header">
<div class="trv_header_info">
</div>
</div>
<div class="trv_form_news">
<form name="snd" method="post" action="anmelden.php">
<input type="hidden" name="invited" value="<?php echo filter_var($_GET['id'], FILTER_SANITIZE_NUMBER_INT); ?>" />
<input type="hidden" name="ft" value="a1" />
<table cellpadding="1" cellspacing="1" id="sign_input">
<tbody>
<tr class="top">
<th><h3><?php echo NICKNAME; ?> </h3></td>
<td><input class="text" type="text" name="name" value="<?php echo $form->getValue('name'); ?>" maxlength="15" />
<span class="error"><?php echo $form->getError('name'); ?></span>
</td>
</tr>
<tr>
<th><h3><?php echo EMAIL; ?></h3></th>
<td>
<input class="text" type="text" name="email" value="<?php echo stripslashes($form->getValue('email')); ?>" />
<span class="error"><?php echo $form->getError('email'); ?></span>
</td>
</tr><br />
<tr class="btm">
<th><h3><?php echo PASSWORD; ?></h3></th>
<td>
<input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="30" />
<span class="error"><?php echo $form->getError('pw'); ?></span>
</td>
</tr>
</tbody>
</table>
<table cellpadding="1" cellspacing="1" id="sign_select">
<tbody>
<tr class="top">
<th><img src="img/x.gif" class="img_u06" alt="choose tribe"></th>
<th colspan="2"><img src="img/x.gif" class="img_u07" alt="starting position"></th>
</tr>
<tr>
<td class="nat"><label><input class="radio" type="radio" name="vid" value="1" <?php echo $form->getRadio('vid',1); ?>> <img src="img-index/roemer.png" width="87" height="87" longdesc="img" /></label></td>
<td class="pos1"><label><input class="radio" type="radio" name="kid" value="0" checked> <?php echo RANDOM; ?></label></td>
<td class="pos2"> </td>
</tr>
<tr>
<td><label><input class="radio" type="radio" name="vid" value="2" <?php echo $form->getRadio('vid',2); ?>> <img src="img-index/germane.png" width="87" height="87" longdesc="img" /></label></td>
<td><label><input class="radio" type="radio" name="kid" value="1" <?php echo $form->getRadio('kid',1); ?>> <?php echo NW; ?> <b>(-|+)</b> </label></td>
<td><label><input class="radio" type="radio" name="kid" value="2" <?php echo $form->getRadio('kid',2); ?>> <?php echo NE; ?> <b>(+|+)</b></label></td>
</tr>
<tr class="btm">
<td><label><input class="radio" type="radio" name="vid" value="3" <?php echo $form->getRadio('vid',3); ?>> <img src="img-index/gallier.png" width="87" height="87" longdesc="img" /></label></td>
<td><label><input class="radio" type="radio" name="kid" value="3" <?php echo $form->getRadio('kid',3); ?>> <?php echo SW; ?> <b>(-|-)</b></label></td>
<td><label><input class="radio" type="radio" name="kid" value="4" <?php echo $form->getRadio('kid',4); ?>> <?php echo SE; ?> <b>(+|-)</b></label></td>
</tr>
</tbody>
</table>
<ul class="important">
<?php
echo $form->getError('tribe');
echo $form->getError('agree');
?>
</ul>
<br>
<p>
<input class="check" type="checkbox" name="agb" value="1" <?php echo $form->getRadio('agb',1); ?>/><?php echo ACCEPT_RULES; ?></p>
<br><br>
<p class="btn">
<input type=submit value="Registrati" name="s1" onclick="xy();"> <input type=reset value="Annulla">
</p>
</form>
<?php // QUI VA IL FORM DI REGISTRAZIONE ?>
</div>
<div class="trv_form_logo">
<A HREF="index.php"><IMG SRC="img-index/TraviateZ2.png" BORDER="0"></A>
</div>
<div class="trv_form_registrazione">
<?php
if(NEWSBOX1) { include("Templates/News/newsbox1.tpl"); }
?>
</div>
<div class="trv_form_part">
<h2>Registrati</h2>
</div>
<div class="trv_form_bottone1">
<A HREF="index.php"><IMG SRC="img-index/bottone1.png" BORDER="0"></A>
</div>
<div class="trv_form_bottone2">
<A HREF="anmelden.php"><IMG SRC="img-index/bottone2.png" BORDER="0"></A>
</div>
<div class="trv_form_bottone3">
<A HREF="forum.php"><IMG SRC="img-index/bottone3.png" BORDER="0"></A>
</div>
<div class="trv_form_bottone4">
<A HREF="login.php"><IMG SRC="img-index/bottone4.png" BORDER="0"></A>
</div>
<div class="trv_slider_area">
<!-- Facebook-Feld-->
<div class="trv_fb_field">
</div>
</div>
</div>
<!-- Footer -->
<div id="trv_footer">
<div class="trv_footerNavi">
</div>
<div class="trv_footer_2">© 2012 Traviate-Team</div>
</div>
</div>
</div>
<div style="display:inline;">
</div>
</body>
</html>