tony9411

Utente Attivo
Autore del topic
28 Agosto 2009
407
0
Miglior risposta
0
Salve Ragazzi Ho Un Problema Sull'istallazione Di Uber Cms
Non So Proprio Da Dove Partire Mi Potete Dare Una Guida Per Istallare Uber Cms?
 
Allora tw lo spieghero io in pochi e semplici passi

1 Lancia xampp e starta apache e mysql

2) Vai in xampp/htdocs e incolli il cms mi raccomando devi avere uber cms v3 altrimenti non funzionera

3) Dopo aver incollato il cms in htdocs cerca i seguenti file


Inc.config

class.db.mysql


4) Apri questi 2 file con il blocco note ( Io ti consiglio di usare komodo editor oppure notepad++)


5) Modifica inc.config in questo modo




<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

$config['Site']['www'] = "http://Link del tuo sito dove vedrai il cms oppure se fai con hamachi ip hamachi/";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "Password di phpmyadmin";
$config['MySQL']['database'] = "nome databasel";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "Tuo ip se fai con hamachi metti ip hamachi";
$config['MUS']['port'] = 3001;

?>




6) modifica in questo modo class.db.mysql


<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

class MySQL
{
private $connected = false;
private $hostname = "localhost";
private $username = "root";
private $password = "Pass mysql";
private $database = "Nome database";
private $link;

public function MySQL($host, $user, $pass, $db)
{
$this->connected = false;
$this->hostname = $host;
$this->username = $user;
$this->password = $pass;
$this->database = $db;
}

public function IsConnected()
{
if ($this->connected)
{
return true;
}

return false;
}

public function Connect()
{
$this->link = mysql_connect($this->hostname, $this->username, $this->password) or $this->error(mysql_error());
mysql_select_db($this->database, $this->link) or $this->error(mysql_error());

$this->connected = true;
}

public function Disconnect()
{
if($this->connected)
{
@mysql_close($this->link) or $this->error("could not close conn");
$this->connected = false;
}
}

public function DoQuery($query)
{
$resultset = @mysql_query($query, $this->link) or $this->error(mysql_error());
return $resultset;
}

public function Evaluate($resultset)
{
return @mysql_result($resultset, 0);
}

public function Error($errorString)
{
global $core;

$core->systemError('Database Error', $errorString);
}

public function __destruct()
{
$this->disconnect();


?>


7) Fatto questo hai terminato e potrai vedere il cms installato in localhost e anche nel tuo sito dove vorrai fare il retro :emoji_slight_smile:

Guida fatta da me adesso :emoji_slight_smile:
 
Provo e Vi Do Risultato
--------------- AGGIUNTA AL POST ---------------
scs marvon ma nei campi tipo questo cosa devo fare?li devo compilare?
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "Password di phpmyadmin";
$config['MySQL']['database'] = "nome databasel";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "Tuo ip se fai con hamachi metti ip hamachi";
$config['MUS']['port'] = 3001;
--------------- AGGIUNTA AL POST ---------------
scs marvon ma nei campi tipo questo cosa devo fare?li devo compilare?
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "Password di phpmyadmin";
$config['MySQL']['database'] = "nome databasel";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "Tuo ip se fai con hamachi metti ip hamachi";
$config['MUS']['port'] = 3001;
 
Ultima modifica:
Ho Fatto Ed Ora Per Istallare Il Cms Come Faccio?
(Ti Ho Aumentato Reputazione)
 
Se hai fatto come ti ho detto io nella guida e hai modificato tutto bene vai in
Perfavore, Entra oppure Registrati per vedere i Link!
e dovrebbe essere installato se hai fatto tutto bene ;)
 
Non Va nn Esce Nulla
Ma Qua
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "Tuo ip se fai con hamachi metti ip hamachi";
$config['MUS']['port'] = 3001;

?>

In Tou Ip Devo Mettere L'indirizzo No-Ip?
 
allora ho scaricato uber emu e cms, poi ho hostato il sito su no-ip,ho caricado il database e ho fatto il pasaggio che hai fatto tu.
nel file inc.config ho messoil sito no-ip , il nome del db e la pass di php.
nel file class.db.mysql ho messo solo nome del db e la pass di php
 
Controlla se i dati sono giusti,controlla che il cms che hai è il v3 e prova a fare una cosa in alto dove hai messo il tuo sito metti localhost e al posto del tuo ip metti 127.0.0.1 e poi per vedere il cms vai in localhost e fammi sapere se così ti va se non dovesse andare contattami tramite pm e ti aiuto con team :emoji_slight_smile:
 
Thread non consentito,non possiamo dare assistenza tecnica sull'uber.Segnalo
 
no sull'istallazione di UberCMS è consentito parlarne :emoji_slight_smile: e dell'emulatore che non si puo :emoji_alien: