Discussione [PROBLEMA] configurare index.php

Stato
Discussione chiusa ad ulteriori risposte.

war2012

Utente Silver
17 Settembre 2011
8
5
0
53
Salve, ho trovato su un altro forum, un index.php di bobba hotel, solo che lo dovrei configurare... il fatto e che il register mi va ma il login no! :O Come posso fare? questo e il codice dell'index:

Codice:
<!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" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>Your Hotel name:  your hotel motto</title>


<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="http://netdna.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/828/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />


<link rel="stylesheet" href="styles/frontpage.css" type="text/css" />
</head>
<body>
	<div id='container'>
	<center>
		<img style='margin-bottom:5px' src='images/Habbo_logo_v1.png'><br>
		<font style="font-size:13px"><b>Have fun in <?php echo $shortname; ?>!<b></font><br><br>
		<form action='/account/submit' method='post'>
		<input type='text' class='userlogin' name='credentials.username' AUTOCOMPLETE=OFF><br>
		<input type='password' class='userpass' name='credentials.password'><br>
		<button type='submit' class='login'>Enter</button><br><br>
		</form>
		<a href='[COLOR=#ff0000]http://starhotel.hopto.org/register.php[/COLOR]'><button href='#' class='register'>Register</button></a>
		<a href='[COLOR=#ff0000]http://starhotel.hopto.org/register.php[/COLOR]'><img style='position:absolute;left:350px;'src='images/hotel.png'></a>
		<div style='margin-top:140px;width:800px;height:2px;background:url("images/hr.png")'></div>
		<div id='footer'>
		Powere by Jg - Edited By TheJackpot
		</div>
	</center>
	</div>
</body>
</html>

Spero che mi possiate aiutare!
P.S. le scritte in rosso sono quelli che ho modificato io!
 
Stato
Discussione chiusa ad ulteriori risposte.