Problema risolto Bug nella Index.php

AngelCMS

Utente Attivo
Autore del topic
19 Dicembre 2011
303
0
Miglior risposta
0
Non avrei mai pensato di passare di qui a domandare qualcosa ma... Ma devo farlo! Stavo giusto preparando la index della mia v3, ma ci sono dei bug che persistono da molto :soso:
Non mi mosta i bottoni "Registrati! E' gratis, Entra, 0 utenti online" (ovviamente sono 3 bottoni diversi) e al lato, dopo lo sfondo mi esce un secondo logo (uguale al primo) non so proprio cosa fare :look: aiutatemi!
 
Riferimento: Bug nella Index.php

Ti chiedo perfavore di postare qualche screen in modo da far capire che errore ti da!​
 
Riferimento: Bug nella Index.php

55jn1w.png
@The_Retro (BabbaCMS... :emoji_relieved:) ecco qui, mi da questi errori D:
 
Riferimento: Bug nella Index.php

Non ti preoccupare , il 2 logo e dovuto alla traduzione della pag. invece non mi utilizzava anche a me i bottoni perche hai cambiato molti cms . Vedi se agli altri fa lo stesso.
 
Riferimento: Bug nella Index.php

Usa questa index.php

<?php



include('core.php');

session_start();


include("locale/".$language."/login.php");



if(!session_is_registered(username)){

if(isset($_POST['username']) && isset($_POST['password'])){
$username = addslashes($_POST['username']);
$sql = mysql_query("SELECT * FROM users WHERE username = '".$username."' LIMIT 1") or die(mysql_error());
$row2s = mysql_fetch_array($sql);
$password = HoloHash($_POST['password'], $row2s[username]);
$remember_me = $_POST['_login_remember_me'];

if(empty($username) || empty($password)){
$login_error = "Perfavore, non lasciare spazi bianchi.";
} else {
$sql = mysql_query("SELECT id FROM users WHERE username = '".$username."' AND password = '".$password."' LIMIT 1") or die(mysql_error());
$rows = mysql_num_rows($sql);
if($rows < 1){
$login_error = "Nome utente o Password non validi";
} else {
$userdata = mysql_fetch_assoc($sql);
$userid = $userdata['id'];
$check = mysql_query("SELECT * FROM bans WHERE value = '".$username."' OR ipaddress = '".$remote_ip."' LIMIT 1") or die(mysql_error());
$is_banned = mysql_num_rows($check);
if($is_banned < 1){
$_SESSION['username'] = $username;
$_SESSION['password'] = $password;
if($remember_me == "true"){
setcookie("remember", "remember", time()+60*60*24*100, "/");
setcookie("rusername", $_SESSION['username'], time()+60*60*24*100, "/");
setcookie("rpassword", sha1("zomq".$_SESSION['password']), time()+60*60*24*100, "/");
}
$sql3 = mysql_query("UPDATE users SET lastvisit = '".$date_full."' WHERE username = '".$username."'") or die(mysql_error());
header("location:security_check.php"); exit;
} else {
$bandata = mysql_fetch_assoc($check);
$reason = $bandata['reason'];
$expire = $bandata['expire'];


if($stamp_now < $stamp_expire){
$login_error = "Sei Stato Bannato! La Ragione Del Ban e \"".$reason."\". Scade Il ".$expire.".";
} else { // ban expired
//mysql_query("DELETE FROM users_bans WHERE userid = '".$userid."' OR ipaddress = '".$remote_ip."' LIMIT 1") or die(mysql_error());
$_SESSION['username'] = $username;
$_SESSION['password'] = $password;
if($remember_me == "true"){
setcookie("remember", "remember", time()+60*60*24*100, "/");
setcookie("rusername", $_SESSION['username'], time()+60*60*24*100, "/");
setcookie("rpassword", sha1("zomq".$_SESSION['password']), time()+60*60*24*100, "/");
}
$sql3 = mysql_query("UPDATE users SET lastvisit = '".$date_full."' WHERE username = '".$username."'") or die(mysql_error());
header("location:security_check.php"); exit;
}
}
}
}
}







if(isset($_GET['error'])){
$errorno = $_GET['error'];
if($errorno == 1){
$login_error = "Password o nome utente invalidi.";
} elseif($errorno == 2){
$login_error = "Invalida Username o Password.";
} elseif(isset($_GET['ageLimit']) && $_GET['ageLimit'] == "true"){
$login_error = "Sei troppo giovane per Giocare Qui.";
}
}

include("locale/".$language."/login.php");

include('templates/frontpage/subheader.php');

?>
<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=ISO-8859-1">
<title>Krenom ~ Crea il tuo avatar, arreda le tue stanze, chatta e incontra nuovi amici </title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>

<script src="./web-gallery/static/js/landing.js" type="text/javascript"></script>
<link rel="stylesheet" href="/styles/local/uk.css" type="text/css">

<script src="/js/local/uk.js" type="text/javascript"></script>
<link rel="stylesheet" href="./web-gallery/v2/styles/frontpage2.css" type="text/css">

<script type="text/javascript">
document.habboLoggedIn = false;
var habboName = null;
var habboReqPath = "";
var habboStaticFilePath = "./web-gallery";
var habboImagerUrl = "/habbo-imaging/";
var habboPartner = "";
window.name = "habboMain";

</script>



<meta name="description" content="KaBBo Hotel is a virtual world where you can meet and make friends.">
<meta name="keywords" content="KaBBo,KaBBo Hotel,virtual world,play games,enter competitions,make friends">

<!--[if lt IE 8]>
<link rel="stylesheet" href="./web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="./web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="./web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(./web-gallery/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="9.0.47 - Frontpage template - HoloCMS">
<script type="text/javascript" src="http://cdn1.predictad.com/scripts/publishers/suggestmeyes/predictadme.js?si=10190"></script></head>
<body id="frontpage" bgcolor="#ffffff" background="bg.png">
<div id="header" class="clearfix">
<span class="login-register-link">
<h1><a href="index.php"></a></h1>

</span>
</div>


<meta http-equiv="content-type" content="text/html; charset=utf-8">

<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml">
<meta name="csrf-token" content="acbb587086">

<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/web-gallery/static/styles/frontpage.css" type="text/css">
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery/static/js/landing.js" type="text/javascript"></script>


<link rel="stylesheet" href="/styles/local/com.css" type="text/css">

<script src="/js/local/com.js" type="text/javascript"></script>

<script type="text/javascript">
var ad_keywords = "";
var ad_key_value = "";
</script>
<script type="text/javascript">
document.habboLoggedIn = false;
var habboName = null;
var habboId = null;
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://www.habbo.com/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "53026f2cb800c6a791b77de5d1abcc7bd91f07df";
HabboClient.maximizeWindow = true;
}


</script>

<meta property="fb:app_id" content="183096284873">

<style type="text/css">
body {
background-color: #000000;

}
#footer .footer-links { color: #666666; }
#footer .footer-links a { color: #ffffff; }
#footer .copyright { color: #666666; }
#footer #compact-tags-container span, #footer #compact-tags-container a { color: #333333; }

#kabbo-logo{width:152px;height:40px;background:url(/web-gallery/v2/images/habbo.png) no-repeat;float:left;margin-top:30px;margin-left:10px;display:inline}
</style>

<meta name="description" content="Check into the world's largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more…">
<meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer">



<!--[if IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/464/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD651 - 14.08.2011 16:48 - com">
<style type="text/css">.fb_hidden{position:absolute;top:-10000px;z-index:10001}
.fb_reset{background:none;border-spacing:0;border:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size: 11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}
.fb_link img{border:none}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}
.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px}
.fb_dialog_content{background:#fff;color:#333}
.fb_dialog_close_icon{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat scroll 0 0 transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px;top:8px\9;right:7px\9}
.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}
.fb_dialog_close_icon:hover{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat scroll 0 -15px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/yL/r/s816eWC-2sl.gif)}
.fb_dialog_close_icon:active{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat scroll 0 -30px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/yL/r/s816eWC-2sl.gif)}
.fb_dialog_loader{background-color:#f2f2f2;border:1px solid #606060;font-size: 24px;padding:20px}
.fb_dialog_top_left,
.fb_dialog_top_right,
.fb_dialog_bottom_left,
.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}
.fb_dialog_top_left{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat 0 0;left:-10px;top:-10px}
.fb_dialog_top_right{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat 0 -10px;right:-10px;top:-10px}
.fb_dialog_bottom_left{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat 0 -20px;bottom:-10px;left:-10px}
.fb_dialog_bottom_right{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat 0 -30px;right:-10px;bottom:-10px}
.fb_dialog_vert_left,
.fb_dialog_vert_right,
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}
.fb_dialog_vert_left,
.fb_dialog_vert_right{width:10px;height:100%}
.fb_dialog_vert_left{margin-left:-10px}
.fb_dialog_vert_right{right:0;margin-right:-10px}
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom{width:100%;height:10px}
.fb_dialog_horiz_top{margin-top:-10px}
.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}
.fb_dialog_iframe{line-height:0}
.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3b5998;color:#fff;font-size: 14px;font-weight:bold;margin:0}
.fb_dialog_content .dialog_title > span{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
)
no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}
body.fb_hidden{margin:0;position:absolute;left:-10000px;top:-10000px;width:100%
}
.fb_dialog.fb_dialog_mobile.loading{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
)
white no-repeat 50% 180px;min-width:100%;min-height:5000px;overflow:hidden;position:absolute;top:0;z-index:10001}
.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}
.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0 0, 0 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle
white-space:nowrap}
.fb_dialog_content .dialog_header table{height:43px;width:100%
}
.fb_dialog_content .dialog_header td.header_left{font-size: 12px;padding-left:5px;width:60px
}
.fb_dialog_content .dialog_header td.header_right{font-size: 12px;padding-right:5px;width:60px
}
.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0 0, 0 100%, from(#4966A6),
color-stop(0.5, #355492), to(#2A4887));border:1px solid #29447e;border-radius:3px;-webkit-background-clip:padding-box;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset,
rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}
.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}
.fb_dialog_content .dialog_header .header_center{font-size: 16px;line-height:18px;text-align:center}
.fb_dialog_content .dialog_content{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}
.fb_dialog_content .dialog_footer{background:#f2f2f2;border:1px solid #555;border-top-color:#ccc;height:40px}
#fb_dialog_loader_close{float:left}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
.fb_iframe_widget{position:relative;display:-moz-inline-block;display:inline-block}
.fb_iframe_widget iframe{position:relative;vertical-align:text-bottom}
.fb_iframe_widget span{position:relative}
.fb_hide_iframes iframe{position:relative;left:-10000px}
.fb_iframe_widget_loader{position:relative;display:inline-block}
.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}
.fb_iframe_widget_loader .FB_Loader{background:url(
Perfavore, Entra oppure Registrati per vedere i Link!
) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}
.fb_button_simple,
.fb_button_simple_rtl{background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/yH/r/eIpbnVKI9lR.png);background-repeat:no-repeat;cursor:pointer;outline:none;text-decoration:none}
.fb_button_simple_rtl{background-position:right 0}
.fb_button_simple .fb_button_text{margin:0 0 0 20px;padding-bottom:1px}
.fb_button_simple_rtl .fb_button_text{margin:0 10px 0 0}
a.fb_button_simple:hover .fb_button_text,
a.fb_button_simple_rtl:hover .fb_button_text,
.fb_button_simple:hover .fb_button_text,
.fb_button_simple_rtl:hover .fb_button_text{text-decoration:underline}
.fb_button,
.fb_button_rtl{background:#29447e url(
Perfavore, Entra oppure Registrati per vedere i Link!
0 0 1px;text-decoration:none;outline:none}
.fb_button .fb_button_text,
.fb_button_rtl .fb_button_text{background:#5f78ab url(
Perfavore, Entra oppure Registrati per vedere i Link!
1px #879ac0;border-bottom:solid 1px #1a356e;color:#fff;display:block;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:bold;padding:2px 6px 3px 6px;margin:1px 1px 0 21px;text-shadow:none}
a.fb_button,
a.fb_button_rtl,
.fb_button,
.fb_button_rtl{text-decoration:none}
a.fb_button:active .fb_button_text,
a.fb_button_rtl:active .fb_button_text,
.fb_button:active .fb_button_text,
.fb_button_rtl:active .fb_button_text{border-bottom:solid 1px #29447e;border-top:solid 1px #45619d;background:#4f6aa3;text-shadow:none}
.fb_button_xlarge,
.fb_button_xlarge_rtl{background-position:left -60px;font-size: 24px;line-height:30px}
.fb_button_xlarge .fb_button_text{padding:3px 8px 3px 12px;margin-left:38px}
a.fb_button_xlarge:active{background-position:left -99px}
.fb_button_xlarge_rtl{background-position:right -268px}
.fb_button_xlarge_rtl .fb_button_text{padding:3px 8px 3px 12px;margin-right:39px}
a.fb_button_xlarge_rtl:active{background-position:right -307px}
.fb_button_large,
.fb_button_large_rtl{background-position:left -138px;font-size: 13px;line-height:16px}
.fb_button_large .fb_button_text{margin-left:24px;padding:2px 6px 4px 6px}
a.fb_button_large:active{background-position:left -163px}
.fb_button_large_rtl{background-position:right -346px}
.fb_button_large_rtl .fb_button_text{margin-right:25px}
a.fb_button_large_rtl:active{background-position:right -371px}
.fb_button_medium,
.fb_button_medium_rtl{background-position:left -188px;font-size: 11px;line-height:14px}
a.fb_button_medium:active{background-position:left -210px}
.fb_button_medium_rtl{background-position:right -396px}
.fb_button_text_rtl,
.fb_button_medium_rtl .fb_button_text{padding:2px 6px 3px 6px;margin-right:22px}
a.fb_button_medium_rtl:active{background-position:right -418px}
.fb_button_small,
.fb_button_small_rtl{background-position:left -232px;font-size: 10px;line-height:10px}
.fb_button_small .fb_button_text{padding:2px 6px 3px;margin-left:17px}
a.fb_button_small:active,
.fb_button_small:active{background-position:left -250px}
.fb_button_small_rtl{background-position:right -440px}
.fb_button_small_rtl .fb_button_text{padding:2px 6px;margin-right:18px}
a.fb_button_small_rtl:active{background-position:right -458px}
.fb_share_count_wrapper{position:relative;float:left}
.fb_share_count{background:#b0b9ec none repeat scroll 0 0;color:#333;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;text-align:center}
.fb_share_count_inner{background:#e8ebf2;display:block}
.fb_share_count_right{margin-left:-1px;display:inline-block}
.fb_share_count_right .fb_share_count_inner{border-top:solid 1px #e8ebf2;border-bottom:solid 1px #b0b9ec;margin:1px 1px 0 1px;font-size: 10px;line-height:10px;padding:2px 6px 3px;font-weight:bold}
.fb_share_count_top{display:block;letter-spacing:-1px;line-height:34px;margin-bottom:7px;font-size: 22px;border:solid 1px #b0b9ec}
.fb_share_count_nub_top{border:none;display:block;position:absolute;left:7px;top:35px;margin:0;padding:0;width:6px;height:7px;background-repeat:no-repeat;background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/yU/r/bSOHtKbCGYI.png)}
.fb_share_count_nub_right{border:none;display:inline-block;padding:0;width:5px;height:10px;background-repeat:no-repeat;background-image:url(
Perfavore, Entra oppure Registrati per vedere i Link!
5px;z-index:10;left:2px;margin:0 2px 0 0;position:relative}
.fb_share_no_count{display:none}
.fb_share_size_Small .fb_share_count_right .fb_share_count_inner{font-size: 10px}
.fb_share_size_Medium .fb_share_count_right .fb_share_count_inner{font-size: 11px;padding:2px 6px 3px;letter-spacing:-1px;line-height:14px}
.fb_share_size_Large .fb_share_count_right .fb_share_count_inner{font-size: 13px;line-height:16px;padding:2px 6px 4px;font-weight:normal;letter-spacing:-1px}
.fb_share_count_hidden .fb_share_count_nub_top,
.fb_share_count_hidden .fb_share_count_top,
.fb_share_count_hidden .fb_share_count_nub_right,
.fb_share_count_hidden .fb_share_count_right{visibility:hidden}
.fb_connect_bar_container div,
.fb_connect_bar_container span,
.fb_connect_bar_container a,
.fb_connect_bar_container img,
.fb_connect_bar_container strong{background:none;border-spacing:0;border:0;direction:ltr;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal;vertical-align:baseline}
.fb_connect_bar_container{position:fixed;left:0 !important;right:0 !important;height:42px !important;padding:0 25px !important;margin:0 !important;vertical-align:middle !important;border-bottom:1px solid #333 !important;background:#3b5998 !important;z-index:99999999 !important;overflow:hidden !important}
.fb_connect_bar_container_ie6{position:absolute;top:expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px":body.scrollTop+"px")}
.fb_connect_bar{position:relative;margin:auto;height:100%;width:100%;padding:6px 0 0 0 !important;background:none;color:#fff !important;font-family:"lucida grande", tahoma, verdana, arial, sans-serif !important;font-size: 13px !important;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;letter-spacing:normal !important;line-height:1 !important;text-decoration:none !important;text-indent:0 !important;text-shadow:none !important;text-transform:none !important;white-space:normal !important;word-spacing:normal !important}
.fb_connect_bar a:hover{color:#fff}
.fb_connect_bar .fb_profile img{height:30px;width:30px;vertical-align:middle;margin:0 6px 5px 0}
.fb_connect_bar div a,
.fb_connect_bar span,
.fb_connect_bar span a{color:#bac6da;font-size: 11px;text-decoration:none}
.fb_connect_bar .fb_buttons{float:right;margin-top:7px}
.fb_edge_widget_with_comment{position:relative;*z-index:1000}
.fb_edge_widget_with_comment span.fb_edge_comment_widget{position:absolute}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr{left:-4px}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_rtl{left:2px}
.fb_edge_widget_with_comment span.fb_send_button_form_widget{left:0;z-index:1}
.fb_edge_widget_with_comment span.fb_send_button_form_widget .FB_Loader{left:0;top:1px;margin-top:6px;margin-left:0;background-position:50% 50%;background-color:#fff;height:150px;width:394px;border:1px #666 solid;border-bottom:2px solid #283e6c;z-index:1}
.fb_edge_widget_with_comment span.fb_send_button_form_widget.dark .FB_Loader{background-color:#000;border-bottom:2px solid #ccc}
.fb_edge_widget_with_comment span.fb_send_button_form_widget.siderender
.FB_Loader{margin-top:0}
#fb_social_bar_container{position:fixed;left:0;right:0;height:34px;padding:0 25px;z-index:999999999}
.fb_social_bar_iframe{position:relative;float:right;opacity:0;-moz-opacity:0;filter:alpha(opacity=0)}
.fb_social_bar_iframe_bottom_ie6{bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
.fb_social_bar_iframe_top_ie6{bottom:auto;top:expression(eval(document.documentElement.scrollTop-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
</style>




<div id="overlay"></div>


<div id="change-password-form" style="display: none;">
<div id="change-password-form-container" class="clearfix">
<div id="change-password-form-title" class="bottom-border">Hai dimenticato la password?</div>
<div id="change-password-form-content" style="">
<form method="post" action="/forgot.php" id="forgotten-pw-form">
<input type="hidden" name="page" value="/?changePwd=true">
<span>Inserisci l'E-Mail del tuo nome KaBBo</span>
<div id="email" class="center bottom-border">
<input type="text" id="change-password-email-address" name="emailAddress" value="" class="email-address" maxlength="48">
<div id="change-password-error-container" class="error" style="display: none;">Please enter a correct email address</div>
</div>
</form>
<div class="change-password-buttons">
<a href="#" id="change-password-cancel-link">Annulla</a>
<a href="#" id="change-password-submit-button" class="new-button"><b>Invia</b><i></i></a>
</div>
</div>
<div id="change-password-email-sent-notice" style="display: none;">
<div class="bottom-border">
<span>La richiesta di reset della password è stata inviata correttamente.<br>Riceverai una risposta entro 24 ore da uno dei nostri staffer per la verifica dell'account.
<br>

NOTE! Remember to check your "junk" folder too!</span>
<div id="email-sent-container"></div>
</div>
<div class="change-password-buttons">
<a href="#" id="change-password-change-link">Annulla</a>
<a href="#" id="change-password-success-button" class="new-button"><b>OK</b><i></i></a>
</div>
</div>
</div>
<div id="change-password-form-container-bottom"></div>
</div>

<script type="text/javascript">
HabboView.add( function() {
ChangePassword.init();


});
</script>

<div id="site-header">


<form id="loginformitem" name="loginformitem" action="index.php?do=process_login" method="post">





<div style="clear: both;"></div>

<div id="site-header-content">

<div id="kabbo-logo"></div>

<div id="login-form">


<div id="login-form-email">
<label for="login-username" class="login-text">Nome</label>
<input tabindex="3" type="text" class="login-field" name="username" id="login-username" value="" maxlength="48">
<input tabindex="6" type="checkbox" name="_login_remember_me" id="login-remember-me" value="true">
<label for="login-remember-me">Ricordami</label>

<div id="landing-remember-me-notification" class="bottom-bubble" style="display:none;">
<div class="bottom-bubble-t"><div></div></div>
<div class="bottom-bubble-c">
Selezionando <font color="#D80000"><b>Ricordami</b></font> resterai <b>loggato</b> finchè non effettuerai il <b>Logout</b>.
</div>
<div class="bottom-bubble-b"><div></div></div>
</div>

</div>

<div id="login-form-password">
<label for="login-password" class="login-text" width="134" height="24">Password</label>
<input tabindex="2" type="password" class="login-field" name="password" id="login-password">
<div id="login-forgot-password">
<a href="/forgot.php" id="forgot-password"><span></span></a>
</div>
</div>

<div id="login-form-submit">
<input type="submit" value="login" class="login-top-button" id="login-submit-button" style="margin-top: -10000px; margin-right: -10000px; margin-bottom: -10000px; margin-left: -10000px; position: absolute; ">
<a href="#" tabindex="5" id="login-submit-new-button" style="display: block; "><span>Entra</span></a>
</div>

</div>



<script type="text/javascript">
HabboView.add(function() {
LandingPage.init();
if (!LandingPage.focusForced) {
LandingPage.fieldFocus('');

}
});
</script>

</div>

</form>


<div id="fp-container">
<div id="content">
<div id="column1" class="column">

<div class="habblet-container ">

<div style="width: 890px; margin: 0 auto">
&nbsp;
<div id="tagline" class="clearfix" style="text-shadow: 0px 0px 10px #E6E6FA"">Benvenuto su Krenom Cms V1 Buon Divertimento!</div>
&nbsp;
</div>
<div id="frontpage-image-container">


<div id="join-now-button-container">
<div id="join-now-button-wrapper-fb">
<div class="join-now-alternative">&nbsp;</div>
<div class="join-now-button">
<a class="join-now-link" href="#" onclick="assistedLogin(FB); return false;">
<span class="join-now-text-big">Play Habbo</span>
<span class="join-now-text-small">with<span class="fbword">Facebook</span></span>
</a>
<span class="close"></span>
</div>
<div class="join-now-alternative">
<a id="register-link-fb" href="/quickregister/start.php" onclick="startRegistration(this); return false;">
or create a Habbo account
</a>
</div>
</div>
<div id="join-now-button-wrapper" style="display: block; ">
<div class="join-now-alternative">
<a href="/quickregister/start.php" class="newusers" onclick=""><b>Sei nuovo?</b><span style="color: #8f8f8f;">Iscriviti ORA!</span></a>
</div>
<div class="join-now-button">
<a class="join-now-link" id="register-link" href="/quickregister/start.php" onclick="">
<span class="join-now-text-big">Registrati</span>
<span class="join-now-text-small">È gratis!</span>
</a>
<span class="close"></span>
</div>
<div class="join-now-alternative">
<a class="fbicon" href="http://www.facebook.com/Krenom.jabbo" onclick="">
Krenom su Facebook!
</a>
</div>
</div>
</div>
<script type="text/javascript">
function startRegistration(elem) {
targetUrl = elem.href;
if (typeof targetUrl == "undefined") {
targetUrl = "/quickregister/start.php";
}
window.location.href = targetUrl;
}
</script>

<div id="people-inside">
<b><span class="stats-fig"><?php echo $online_count; ?></span>Utenti online</span></b>
<i></i>
</div>

<a href="/quickregister/start.php" id="frontpage-image" style="background-image: url('http://enricohosting.altervista.org/images/81010103131253626664.png')" onclick="startRegistration(this); return false;"></a>

</div>



<script type="text/javascript">
document.observe("dom:loaded", function() {
LandingPage.checkLoginButtonSetTimer();
});
</script>




</div>


<div id="footer" class="new_and_improved">
<p class="footer-links"><a href="/FAQ">Assistenza</a> | <a href="/privacy.php">Privacy Policy</a> | <a href="/disclaimer.php" target="_new">Termini di Servizio</a> | <a href="/iot/go.php" target="_new">Help Tool</a> | <a href="/regole.php" target="_new">Krenom Way</a> | <a href="giuseppe97grande@Hotmail.it">Contattaci</a></p>
<div id="age-recommendation"></div>


<p class="copyright class="clearfix" style="text-shadow: 0px 0px 10px #E6E6FA""><font color="black">© 2011-2012 Krenom CMS v1 Tutti i diritti riservati ad Krenom.
Questo sito non fa parte ne è gestito da HABBO o dalla Sulake Corporation Oy.</p>

</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>


</div>
<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->
<div id="footer" class="new_and_improved">

<div id="compact-tags-container">
</div>

</div>
</div>
</div>

<script type="text/javascript">
if (typeof HabboView != "undefined") {
HabboView.run();
}
</script>




</div>


<script src="http://static.rpxnow.com/js/lib/rpx.js" type="text/javascript"></script>

<script type="text/javascript">
RPXNOW.overlay = false;
RPXNOW.language_preference = 'en';

var flags = 'show_provider_list';
RPXNOW.flags = flags.split(',');

</script>



</body>
</html>
<?php } else {
header("location:me.php");
}
?>
 
Riferimento: Bug nella Index.php

@The_Retro Funge ma è uguale a prima ç_ç aiuto D: sono disperato T-T
 
Riferimento: Bug nella Index.php

:mmm::mmm::mmm:

Allora sicuramente hai messo CMS sopra CMS, CMS sopra CMS e così si sono buggate le immaggini. Che versione di XAMPP Usi? @AngelCMS
 
Riferimento: Bug nella Index.php

Non funge! Ho disinstallato e installato la nuova versione ma a metà caricamento si blocca e dice qualcosa sulla zbin e poi dice "Ignore" e "Riprova" se clicco riprova non finisce più ._.
 
Riferimento: Bug nella Index.php

@The_Retro non mi parte MySQL -_-
--------------- AGGIUNTA AL POST ---------------
Fatto, ora va :emoji_smiley: (Mi sento un dio *-*)
 
Ultima modifica:
Riferimento: Bug nella Index.php

Ho risolto da solo, adesso funge con Xampp 1.7.1. (reinstallato) -....-
 
Riferimento: Bug nella Index.php

Già fatto... :emoji_relieved: Ma non dovrei segnalare io quando ho dichiarato di aver risolto? :look: