Nel file config.php che bisogna configurare della versione 7.3 io l'ho eliminato per sbaglio ed ho cancellato il setup mi potete scrivere il codice e cosa modificare tutto anceh i <? ed i ?> Grazie mi serve urgentemente
Nel file config.php che bisogna configurare della versione 7.3 io l'ho eliminato per sbaglio ed ho cancellato il setup mi potete scrivere il codice e cosa modificare tutto anceh i <? ed i ?> Grazie mi serve urgentemente
Mi potete rispondere??
ti conviene riscaricare il pacchetto...fai sicuramente prima ...
PS:io non ho la tua versione...
Adesso mi viene
<b>There seems to be a problem with the MySQL server, sorry for the inconvenience.
We should be back shortly.</b>
Che vuol dire??
Ho trovato il file config e lo messo come allegato a questo messaggio me lo potete configurare per il locale grazieee
<?php
################################################## ####################
# PHP-NUKE: Advanced Content Management System
# ============================================
#
# Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com)
# http://phpnuke.org
#
# This module is to configure the main options for your site
#
# 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 2 of the License.
################################################## ####################
################################################## ####################
# Database & System Config
#
# dbhost:
# dbuname:
# dbpass:
# dbname:
# $prefix: nuke
# $user_prefix: nuke
# $dbtype: MySQL
#
#
#
# $sitekey: SdFk*fa28367-dm56w69.3a2fDS+e9
#
# $gfx_chk: 0
#
#
#
#
#
#
#
#
#
#
# $subscription_url : If you manage subscriptions on your site, you
# must write here the url of the subscription
# information/renewal page. This will send by
# email if set.
################################################## ####################
$dbhost = "";
$dbuname = "";
$dbpass = "";
$dbname = "";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
/************************************************** *******************/
/* You finished to configure the Database. Now you can change all */
/* you want in the Administration Section. To enter just launch */
/* you web browser pointing to http://yourdomain.com/admin.php */
/* */
/* Remeber to go to Settings section where you can configure your */
/* new site. In that menu you can change all you need to change. */
/* */
/* Congratulations! now you have an automated news portal! */
/* Thanks for choose PHP-Nuke: The Future of the Web */
/************************************************** *******************/
// DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING
$reasons = array("As Is",
"Offtopic",
"Flamebait",
"Troll",
"Redundant",
"Insighful",
"Interesting",
"Informative",
"Funny",
"Overrated",
"Underrated");
$badreasons = 4;
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"ul"=>1);
$CensorList = array("fuck",
"cunt",
"fucker",
"fucking",
"pussy",
"cock",
"c0ck",
"cum",
"twat",
"clit",
"bitch",
"fuk",
"fuking",
"motherfucker");
$tipath = "images/topics/";
if (eregi("config.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
?>
Dato che non riesco ad allegarlo lo metto qui
Grazie
Io prima carico nel database il file nuke.sql poi faccio questo del config e non mi va come mai??
Mi potete configurare questo codice qui sopra??
Grazie in anticipo
così dovrebbe funzionareCodice PHP:
$dbhost = "localhost";
$dbuname = "tuousername";
$dbpass = "tuapassword";
$dbname = "nomedeldatabase";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";