Thread obsoleto CMS - Cerco cms

koji

Utente Attivo
Autore del topic
9 Settembre 2010
293
0
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Cerco cms
Tipologia del tuo problema/richiesta
CMS
CMS/Server/DB/Client Utilizzato
Jabbo emulator, Pixel dcr
Qual è il tuo errore?
Cerco CMS compatibile con Jabbo emulator, e con pixel dcr, Però il cms lo vorrei come negli screen,
Screenshot
La me cosi, vecchio stile
Perfavore, Entra oppure Registrati per vedere i Link!
Ulteriori informazioni
Grazie

- - - Aggiornato - - -
@404Error @Cix10
 
Assistenza Tecnica Habbo Retroserver
Titolo
Cerco cms
Tipologia del tuo problema/richiesta
CMS
CMS/Server/DB/Client Utilizzato
Jabbo emulator, Pixel dcr
Qual è il tuo errore?
Cerco CMS compatibile con Jabbo emulator, e con pixel dcr, Però il cms lo vorrei come negli screen,
Screenshot
La me cosi, vecchio stile
Perfavore, Entra oppure Registrati per vedere i Link!
Ulteriori informazioni
Grazie

- - - Aggiornato - - -
@404Error @Cix10

Cerca tu qua: CMS e Loader io non ho trovato ancora niente.
 
@Cix10 cerco da sta mattina anch'io ma non trovo niente vecchio stile, come si può fare?
 
@Cix10 è compatibile con pixel db pixel dcr e jabbo emu?
 
e come faccio per far adattare il db?

- - - Aggiornato - - -
@Cix10
 
ok ora provo a scaricarlo e vedo se funge @Cix10

- - - Aggiornato - - -

ok l'ho scaricato messo il db di pixel e mi fa registrare l'unico problema e che non mi fa entrare nel hotel con i miei dcr @Cix10 fa cosi http://gyazo.com/0fccdd6f6c01abae01cb3cd404f4f3db
 
Sisi si avvia l'emulatore.. comunque poi penso al client per ora modifico il cms mi sai dire perchè il logo nella index è cosi?
Perfavore, Entra oppure Registrati per vedere i Link!
 
<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/



include('core.php');

session_start();


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

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 = "Username o Password invalidi";
} else {
$userdata = mysql_fetch_assoc($sql);
$userid = $userdata['id'];
$check = mysql_query("SELECT * FROM bans WHERE value = '".$username."' OR value = '".$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 value = '".$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 = "Invalida Username o Password.";
} 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");






?>

<!doctype html><html itemscope="itemscope" itemtype="http://schema.org/WebPage">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>JiBBo: Crea il tuo avatar, arreda le tue Stanze, chatta e incontra nuovi Amici</title>
<script type="text/javascript">
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon"/>
<link rel="stylesheet" type="text/css" href="/newindex/ihabbol.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Bree+Serif">
<style type="text/css">body{background-color:#000000;}#fp-container #header h1 a{height:80px;width:275px;background-image:url('/web-gallery/v2/images/habbo.png');}#footer .footer-links{color:#666666;}#footer .footer-links a{color:#b3b3b3;}#footer .copyright{color:#727272;}a.big-button{top:100px;}.login-register-link,.login-register-link a{color:#000!important;}#tagline{background-color:#E6E6E6;color:#585858;font-size:120%;font-weight:normal;padding:7px;}#tagline span{font-weight:bold;}.tagcloud{margin-top:-3px;background-color:#D8D8D8!important;}.tagcloud .tag{margin:5px;text-decoration:none;color:#424242;}.tagcloud .tag:hover{border-bottom:1px dotted;}.fadeInLOGINBOX{display:none;}#fadeInLOGO{display:none;}#fadeInONLINECOUNT{display:none;}.fadeInSOCIAL{display:none;}.fadeInGENERAL{display:none;}#fadeInBUTTON1{display:none;}#fadeInBUTTON2{display:none;}#fadeInBUTTON3{display:none;}.fadeInFOOTERADS{display:none;}</style>
<script src="http://code.jquery.com/jquery-1.4.4.min.js" type="text/javascript"></script>
</head>
<body>
<div id="content">
<div id="header" class="fadeInLOGINBOX">
<div class="logo" id="fadeInLOGO"></div>
<div id="loginbox">
<form id="register_form" name="loginformitem" action="/?name=&password=true" method="post">
<div class="loginbox">
<p style="margin-left:75px;">Username</p>
<p></p><div class="nav">&gt;</div><input type="text" required="required" name="username" id="username" class="area"><div class="nav right">&lt;</div><p></p>
</div>
<div class="loginbox">
<p style="margin-left:75px;">Password</p>
<div class="nav">&gt;</div><input type="password" required="required" name="password" id="password" class="area"><div class="nav right">&lt;</div><p></p>
</div>
<input type="submit" class="enterb nav" value="Entra">
</form>
</div>
</div>
<table width="100%"><tbody><tr><td><div class="nav online" id="fadeInONLINECOUNT"><?php echo $online_count; ?> JiBBo Online</div></td><td width="130px">
<div id="social" class="fadeInSOCIAL">
<p align="center" style="margin-bottom: 5px;">Seguici Su..</p>
<a href="https://www.facebook.com/pages/Jibbo-Hotel/1464177363812957?ref=hl" target="_blank"><div class="social face"></div></a>
<a href="" target="_blank"><div class="social twit"></div></a>
<a href="http://youtube.com" target="_blank"><div class="social yout"></div></a>
</div></td></tr></tbody></table>
<div id="content" class="fadeInGENERAL">
<a href="/quickregister/start.php">
<div class="fp-landing top">Crea il tuo Personaggio</div>
<div class="fp-landing">Conosci nuovi Amici</div>
<div class="fp-landing bot">Partecipa a Giochi e Competizioni</div>
</a>
<div id="bottombuttons">
<a href="/iot/go.php?lang=en&country=uk">
<div class="helptool buttons" id="fadeInBUTTON1">
<h1>Hai bisogno di Aiuto?</h1>
<h2>&raquo; Contattaci &laquo;</h2>
</div>
</a>
<a href="/quickregister/start.php">
<div class="register buttons" id="fadeInBUTTON2">
<h1>Non hai un Account?</h1>
<h3>Registrati ora</h3>
<h4>&Egrave; Gratis!</h4>
</div>
</a>
<a href="https://www.facebook.com/pages/Jibbo-Hotel/1464177363812957?ref=hl" target="_blank">
<div class="sciax2 buttons" id="fadeInBUTTON3">
<h4>Sito Ufficiale</h4>
<h1>Facebook!</h1>
</div>
</a>
</div>
</div>
<div id="footer" class="fadeInFOOTERADS">

</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$('.fadeInLOGINBOX').fadeIn(1500);
$('#fadeInLOGO').fadeIn(3000);
$('#fadeInONLINECOUNT').fadeIn(9000);
$('.fadeInSOCIAL').fadeIn(9000);
$('.fadeInGENERAL').fadeIn(3000);
$('#fadeInBUTTON1').fadeIn(4000);
$('#fadeInBUTTON2').fadeIn(5500);
$('#fadeInBUTTON3').fadeIn(7000);
$('.fadeInFOOTERADS').fadeIn(15000);
});
</script>
</body>
</html>
</script>
</body>
</html>


</div>
<div id="column2" class="column">
</div>
<div id="column-footer">





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


<div class="habblet-container ">





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





</div>
<?php



} else {
header("location:welcome.php");
}

?>

- - - Aggiornato - - -

eccola @Cix10
 
Niente fa ancora ho cancellato anche cookie e cache
Perfavore, Entra oppure Registrati per vedere i Link!


- - - Aggiornato - - -
@Cix10

- - - Aggiornato - - -

Forse perchè il vecchio logo era grande? e quello è più piccolo?
 
Vai su newindex e postami il file ihabbol.css

body{background:url('/newindex/bg.gif');cursor:default;}body,.area,.entrar{font-family:'Trebuchet MS';}a{text-decoration:none;color:inherit;}p,h1,h2,h3,h4{padding:0;margin:0;}h1,h2,h3,h4{color:#fff;text-shadow:0 2px rgba(0,0,0,0.2);text-transform:uppercase;margin-bottom:-5px;}h1{font-size:15px;}h2{font-size:30px;}h3{font-size:24px;}h4{font-size:18px;}#content{width:1000px;margin:0 auto;}#header{overflow:auto;margin-bottom:-20px;}.logo{background:url('/web-gallery/v2/images/logo.png');width:270px;height:101px;margin-top:10px;margin-right:10px;float:left;}#loginbox{font-size:14px;color:#39F;text-shadow:0 2px #000;float:left;margin-top:15px;}.loginbox{float:left;margin:0 25px;}.nav{background:url('/newindex/bluenav.png');box-shadow:0 1px #AFEEEE inset;border:solid 3px #000;border-radius:10px 0 0 10px;color:#fff;font-size:20px;text-shadow:0px 2px #35F;font-weight:bold;text-align:center;height:27px;padding:8px 5px 0 5px;float:left;}.enterb{border-radius:10px;font-size:18px;text-transform:uppercase;height:40px;padding:0 30px;margin-top:18px;cursor:pointer;}.enterb:hover{background-position:0 40px;}.right{border-radius:0 10px 10px 0;float:right;}#social{font-size:14px;color:#fff;text-shadow:0 2px #000;margin-top:10px;float:right;}.social{border:solid 3px black;border-radius:8px;width:32px;height:32px;margin-right:5px;float:left;}.buttons{background:url('/newindex/buttons.png');box-shadow:0 2px rgba(255,255,255,0.75) inset;border:solid 3px #000;border-radius:10px;text-align:center;padding:6px;margin:0 10px;float:left;}#bottombuttons{position:absolute;bottom:-30px;left:100px;top:360px;}.helptool,.sciax2{width:235px;margin-top:10px;}.helptool:hover{background-position:0 -60px;}.sciax2{background-position:0 -120px;padding:12px 6px 18px 6px;}.sciax2:hover{background-position:0 -181px;}.register{background-position:0 -250px;padding:10px 25px 14px 25px;}.register:hover{background-position:0 -330px;}.face{background:url('/newindex/facebook.png');}.face:hover{opacity:.70;filter:alpha(opacity=70);filter:”alpha(opacity=70) ”;}.twit{background:url('/newindex/twitter.png');}.twit:hover{opacity:.70;filter:alpha(opacity=70);filter:”alpha(opacity=70) ”;}.yout{background:url('/newindex/youtube.png');}.yout:hover{opacity:.70;filter:alpha(opacity=70);filter:”alpha(opacity=70) ”;}.online{box-shadow:0 2px #AFEEEE inset;border-radius:10px;padding:4px 5px 4px 5px;width:200px;height:25px;margin:35px auto;margin-bottom:5px;float:none;clear:both;}#content{position:relative;}.fp-landing{background:url('/newindex/fp-landing2.gif');border-top:solid 3px #000;border-left:solid 3px #000;border-right:solid 3px #000;font-family:'Bree Serif';font-size:35px;color:#fff;text-shadow:3px 3px rgba(0,0,0,0.5),-3px -3px rgba(0,0,0,0.5),3px -3px rgba(0,0,0,0.5),-3px 3px rgba(0,0,0,0.5);padding-left:15px;height:132px;}.top{background:url('/newindex/fp-landing1.gif');box-shadow:0 2px rgba(255,255,255,0.5) inset;border-radius:10px 10px 0 0;}.bot{background:url('/newindex/fp-landing3.gif');border-bottom:solid 3px #000;border-radius:0 0 10px 10px;}#footer{text-align:center;margin-top:50px;clear:both;}#mal{background:#e60000;box-shadow:0 2px 5px #6a0000 inset;border:solid 3px #000;border-radius:5px;font-size:18px;color:#fff;text-shadow:0 1px #000;text-align:center;padding:10px;margin:15px 0;}.mal{background:#e60000!important;box-shadow:0 5px 5px #6a0000 inset!important;}.marg{margin-left:25px;}.area{background:#282828;box-shadow:0 5px 5px #000 inset;border-top:solid 3px #000;border-bottom:solid 3px #000;border-left:none;border-right:none;font-size:18px;color:#fff;text-shadow:0 2px #000;text-align:center;width:155px;height:35px;padding:0 5px;float:left;outline:none;}


eccola