Release XenonCMS v1 BETA

XenonCMS da ora è compatibile con XAMPP
Inserirò una guida per farlo partire su xampp e il download per xampp
 
Secondo me tu e Live dovevate tenere le source... Comunque ottimo!
 
Beh non ci sono le source iniziali, casomai la grafica di Habbo UK :emoji_relieved:, se non ci credi guarda il codice com'è semplice
 
è bello usare un downloader per scaricare i file php e farci una cms davvero bravi :emoji_slight_smile:

MA CHE CAZZO STAI DICENDO ESIMIA TESTA DI CAZZO? :emoji_relieved:
php è un linguaggio latoserver, vedi il risultato, non il sorgente sennò penso che chiunque potesse penetrare un sito scaricando il sorgente e ricavandosi i dati di connessione al database mysql.
Critichi solo perchè sei invidioso e non sei in grado nemmeno di fare un codice di due righe (se non sono due sono tre).
Scusa per gli insulti ma sono i meno pesanti che conosco, mi innervosisco a vedere persone come te che scrivono cazzate a tutto andare.

Bravo luca! :emoji_smiley:
ps: per evitare lo short_open_tag sostituisci i <? con <?php
 
Si ho visto ora scusa :emoji_relieved: Comunque grazie ottimo ^^ ma il cms è pronto per xampp?
 
Sìsi ho messo il link se noti, e poi devi seguire quella mini guida altrimenti non potrebbe funzionare
 
Okei Grazie ^^
--------------- AGGIUNTA AL POST ---------------
Mi da un errore
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\include\layout_home.php on line 113

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\include\layout_home.php on line 113


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\include\layout_home.php on line 116
 
Ultima modifica:
Bah quegli errori, riguardano la connessione MySQL
Postami il contenuto di index.php e di include/config.php
 
pure a me da questi errori ti posto le immagini:

In home page prima di entrare:

immaginevg.jpg


Durante la registrazione:

immagine1cj.png


E mentre si tenta di entrare in hotel:

immagine3ib.png

--------------- AGGIUNTA AL POST ---------------
Bah quegli errori, riguardano la connessione MySQL
Postami il contenuto di index.php e di include/config.php

mi metto in mezzo alla conversazione ecco come li ho messi io Index.php:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # LiveXenon Group Habbo CMS ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2007-2009 LievXenon Group. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # --------------- LIVEXENON IS A PRIVATE SOFTWARE ---------------- # ||
|| #################################################################### ||
\*======================================================================*/
$idpagina = 1;

include("include/layout_home.php");

if($_GET['logout'] == "true"){
session_destroy();
header("Location: ".$_SERVER['PHP_SELF']."");
}

top()
?>

<? if($_SESSION['username']){ ?>
<body id="embedpage">
<div id="container">

<div id="embed-content">
<div class="clearfix">
<a href="client.php" id="fullscreen-button" class="new-button green-button" target="15fe329854098ab0db334e507a4e78397320eed6" onclick="HabboClient.openOrFocus(this); return false;"><b><? echo $linguaggio['enter']; ?></b><i></i></a>
<div id="signout">
<div class="roundedrect roundedrect-gray">
<span><a href="<? $_SERVER['PHP_SELF'] ?>?logout=true" class="userlink" onclick="HabboClient.close(true);"><? echo $linguaggio['exit']; ?></a></span>
</div>
</div>
<div id="logged-in-content">
<div class="roundedrect roundedrect-white">
<span><? echo $linguaggio['logged']; ?> <b><? echo $_SESSION['username']; ?></b></span>
</div>
</div>
</div>

<div id="image-content">
<a href="client.php" id="enter-hotel-image-link" style="background-image: url('<? echo $patch; ?>habboweb/web-gallery/v2/images/landing/embed_image_01.png')" target="15fe329854098ab0db334e507a4e78397320eed6" onclick="HabboClient.openOrFocus(this); return false;"></a>
</div>

<div id="image-caption" class="roundedrect roundedrect-gray">
<span><? echo $linguaggio['descrizione']; ?></span>
</div>
<br>
<p><a href="impostazioni.php" onclick="Embed.openPopupWindow(this); return false;" target="_blank" id="settings-submit" class="new-button"><b><? echo $linguaggio['look_change']; ?></b><i></i></a></p>
</div>

<? }else{ ?>
<body id="embedpage">
<div id="container">

<div id="embed-content">
<div class="clearfix">
<div id="habbo-logo"></div>
<div id="to-hotel">
<a href="login.php" class="new-button green-button" onclick="Embed.openPopupWindow(this); return false;" target="_blank"><b><? echo $linguaggio['enter']; ?></b><i></i></a>
</div>
</div>

<div id="image-content">
<a href="registrazione.php" onclick="Embed.openPopupWindow(this); return false;" target="_blank" class="big-button">
<table>
<tr><td align="center" valign="middle"><? echo $linguaggio['free']; ?></td></tr>
</table>
</a>
<a href="registrazione.php" onclick="Embed.openPopupWindow(this); return false;" target="_blank" id="enter-hotel-image-link" style="background-image: url('<? echo $patch; ?>habboweb/web-gallery/v2/images/landing/embed_image_01.png')"></a>
</div>

<div id="image-caption" class="roundedrect roundedrect-gray">
<span><? echo $linguaggio['descrizione']; ?></span>
</div>

</div>

<script type="text/javascript">
Embed.setEmbedWindowName();

function login_ok(roomType) {
var queryString = "";
if (roomType) {
queryString = "&createRoom=" + roomType;
}
window.location.replace("http://www.habbo.co.uk/client?embed=true&popup=false&forwardId=2&roomId=28738975&utm_campaign=embed&utm_content=partnerembed&utm_medium=media-partnerembed&utm_source=embed" + queryString);
}
</script>
<? } ?>
<?php
foot()
?>

config.php:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # LiveXenon Group Habbo CMS ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2007-2009 LievXenon Group. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # --------------- LIVEXENON IS A PRIVATE SOFTWARE ---------------- # ||
|| #################################################################### ||
\*======================================================================*/

session_start();

$host = "localhost";
$dbuser = "root";
$password = "";
$dbname = "livedb2";

$connessione = mysql_connect($host, $dbuser, $password);
$selectdb = mysql_select_db($dbname, $connessione);

$patch = "http://localhost/livexenon/";
$sitename = "Cm-hotel";

//DATI CLIENT

$porta = "37529";
$musporta = "36264";
$serverhost = "127.0.0.1";
$dcr = "http://livexenon.netsons.org/DCR/v35/habbo.dcr?";
$texts = "http://nbmania.netsons.org/v37_1/extra/texts.txt?";
$variables = "http://livexenon.netsons.org/DCR/v35/gamedata/variables.txt?";

//NEW UTENTE

$figura = "hd-180-3.ch-235-92.lg-281-92.sh-295-92.hr-891-31";
$sesso = "M";
$missione = "Amministratore";
$tickets = "5000";
$crediti = "50";
$pixel = "500";

?>
 
Ultima modifica:
pure a me da questi errori ti posto le immagini:

In home page prima di entrare:

immaginevg.jpg


Durante la registrazione:

immagine1cj.png


E mentre si tenta di entrare in hotel:

immagine3ib.png

--------------- AGGIUNTA AL POST ---------------


mi metto in mezzo alla conversazione ecco come li ho messi io Index.php:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # LiveXenon Group Habbo CMS ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2007-2009 LievXenon Group. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # --------------- LIVEXENON IS A PRIVATE SOFTWARE ---------------- # ||
|| #################################################################### ||
\*======================================================================*/
$idpagina = 1;

include("include/layout_home.php");

if($_GET['logout'] == "true"){
session_destroy();
header("Location: ".$_SERVER['PHP_SELF']."");
}

top()
?>

<? if($_SESSION['username']){ ?>
<body id="embedpage">
<div id="container">

<div id="embed-content">
<div class="clearfix">
<a href="client.php" id="fullscreen-button" class="new-button green-button" target="15fe329854098ab0db334e507a4e78397320eed6" onclick="HabboClient.openOrFocus(this); return false;"><b><? echo $linguaggio['enter']; ?></b><i></i></a>
<div id="signout">
<div class="roundedrect roundedrect-gray">
<span><a href="<? $_SERVER['PHP_SELF'] ?>?logout=true" class="userlink" onclick="HabboClient.close(true);"><? echo $linguaggio['exit']; ?></a></span>
</div>
</div>
<div id="logged-in-content">
<div class="roundedrect roundedrect-white">
<span><? echo $linguaggio['logged']; ?> <b><? echo $_SESSION['username']; ?></b></span>
</div>
</div>
</div>

<div id="image-content">
<a href="client.php" id="enter-hotel-image-link" style="background-image: url('<? echo $patch; ?>habboweb/web-gallery/v2/images/landing/embed_image_01.png')" target="15fe329854098ab0db334e507a4e78397320eed6" onclick="HabboClient.openOrFocus(this); return false;"></a>
</div>

<div id="image-caption" class="roundedrect roundedrect-gray">
<span><? echo $linguaggio['descrizione']; ?></span>
</div>
<br>
<p><a href="impostazioni.php" onclick="Embed.openPopupWindow(this); return false;" target="_blank" id="settings-submit" class="new-button"><b><? echo $linguaggio['look_change']; ?></b><i></i></a></p>
</div>

<? }else{ ?>
<body id="embedpage">
<div id="container">

<div id="embed-content">
<div class="clearfix">
<div id="habbo-logo"></div>
<div id="to-hotel">
<a href="login.php" class="new-button green-button" onclick="Embed.openPopupWindow(this); return false;" target="_blank"><b><? echo $linguaggio['enter']; ?></b><i></i></a>
</div>
</div>

<div id="image-content">
<a href="registrazione.php" onclick="Embed.openPopupWindow(this); return false;" target="_blank" class="big-button">
<table>
<tr><td align="center" valign="middle"><? echo $linguaggio['free']; ?></td></tr>
</table>
</a>
<a href="registrazione.php" onclick="Embed.openPopupWindow(this); return false;" target="_blank" id="enter-hotel-image-link" style="background-image: url('<? echo $patch; ?>habboweb/web-gallery/v2/images/landing/embed_image_01.png')"></a>
</div>

<div id="image-caption" class="roundedrect roundedrect-gray">
<span><? echo $linguaggio['descrizione']; ?></span>
</div>

</div>

<script type="text/javascript">
Embed.setEmbedWindowName();

function login_ok(roomType) {
var queryString = "";
if (roomType) {
queryString = "&createRoom=" + roomType;
}
window.location.replace("http://www.habbo.co.uk/client?embed=true&popup=false&forwardId=2&roomId=28738975&utm_campaign=embed&utm_content=partnerembed&utm_medium=media-partnerembed&utm_source=embed" + queryString);
}
</script>
<? } ?>
<?php
foot()
?>

config.php:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # LiveXenon Group Habbo CMS ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2007-2009 LievXenon Group. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # --------------- LIVEXENON IS A PRIVATE SOFTWARE ---------------- # ||
|| #################################################################### ||
\*======================================================================*/

session_start();

$host = "localhost";
$dbuser = "root";
$password = "";
$dbname = "livedb2";

$connessione = mysql_connect($host, $dbuser, $password);
$selectdb = mysql_select_db($dbname, $connessione);

$patch = "http://localhost/livexenon/";
$sitename = "Cm-hotel";

//DATI CLIENT

$porta = "37529";
$musporta = "36264";
$serverhost = "127.0.0.1";
$dcr = "http://livexenon.netsons.org/DCR/v35/habbo.dcr?";
$texts = "http://nbmania.netsons.org/v37_1/extra/texts.txt?";
$variables = "http://livexenon.netsons.org/DCR/v35/gamedata/variables.txt?";

//NEW UTENTE

$figura = "hd-180-3.ch-235-92.lg-281-92.sh-295-92.hr-891-31";
$sesso = "M";
$missione = "Amministratore";
$tickets = "5000";
$crediti = "50";
$pixel = "500";

?>

Credo che non hai inserito i dati giusti nel config.php dato che non riesce a trovare l'accesso con il MySQL.
 
Allora so come rispondere, controllando il file index.php, ho notato che quello è dalla versione non compatibile a XAMPP e si nota perchè nei file manca l'include a config.php che a quello normale non c'è.
Ora scarico il pacchetto anche se il pacchetto che avevo già di xampp diceva che stava l'include, vedose avete sbagliato voi il download o a impacchettare io

Edit: tutto controllato avete sbagliato pacchetto, ora ho anche aggiustato il link all'inizio del topic di quello per xampp e ho messo differenza fra i due link:
Codice:
Perfavore, Entra oppure Registrati per vedere i codici!
Dovete prendere il secondo
 
Ultima modifica: