So meine Liebe Forum User,
ich hoffe das ich nicht gleich wie andere user von Euch zerrissen werde?
Ich Arbeite noch nicht lange mit PHP und deswegen habe ich mir ein Auktions Script geholt. Alles soll ganz einfach sein. Aber nichts gewesen. Ich bleibe schon bei der Anpassung der Config PHP hängen
Es wird folgendes von mir verlangt:
Nach dem Überspielen der Dateien per FTP (am besten in ein eigenes Verzeichnis) editieren Sie die Konfigurationsdatei config.inc.php im Ordner Include wie folgt:
$cfgServers[1]['host'] = 'localhost; // MySQL Hostname (nur Beispiel!)
$cfgServers[1]['port'] = ''; // MySQL Port, leer lassen
$cfgServers[1]['adv_auth'] = false;
$cfgServers[1]['stduser'] = 'root'; // nicht ändern
$cfgServers[1]['stdpass'] = ''; // nicht ändern
Aber diese Befehle gibts in diesem Script nicht. schaut einmal das zu änderde Script an und wäre froh um die Lösung oder einen Tip:
<? # 1: access to the database
$DbUserName = "auk001";
$DbPassWord = "852963";
$DbHostName = "localhost";
$DatabaseName = "auk001";
# 2: table names
$grauc_counterhits = "grauc_countdata";
$grauc_counteripblock = "grauc_blockeduser";
$grauc_countercurrentonline = "grauc_useronline";
$grauc_countermaxdata = "grauc_maxdata";
$grauc_scriptconfigtbl = "grauc_scriptconfigtbl";
# 3: needed variables
$grauc_url = "http://www.z7z.de/auction1/";
$grauc_pathtoscript = "/";
$grauc_serverpath = "/home/z7z_de/www/auction1/"; //absoluter Pfad zum server
# 4: userdata, managing, gloabl variables ...
$grauc_ipadr = $REMOTE_ADDR;
$grauc_client = $HTTP_USER_AGENT;
$grauc_host = gethostbyaddr($grauc_ipadr);
$grauc_date = date("d.m.y G:i:s", time());
$grauc_dateonly = date("d.m.y",time());
$grauc_timeonly = date("G:i:s", time());
$grauc_countflag = time();
# 5 : Mysql connect ...
$grauc_connect = mysql_connect("$DbHostName", "$DbUserName", "$DbPassWord");
$grauc_selectdb = mysql_select_db("$DatabaseName") or die ("no connection");
?><? # first: access to the database
$DbUserName = "auk001";
$DbPassWord = "852963";
$DbHostName = "localhost";
$DatabaseName = "auk001";
# 6: table names
$grauc_counterhits = "grauc_countdata";
$grauc_counteripblock = "grauc_blockeduser";
$grauc_countercurrentonline = "grauc_useronline";
$grauc_countermaxdata = "grauc_maxdata";
$grauc_scriptconfigtbl = "grauc_scriptconfigtbl";
# 7: needed variables
$grauc_url = "http://www.z7z.de/auction1/";
$grauc_pathtoscript = "/";
$grauc_serverpath = "/home/z7z_de/www/auction1/"; //absoluter Pfad zum server
# 8: userdata, managing, gloabl variables ...
$grauc_ipadr = $REMOTE_ADDR;
$grauc_client = $HTTP_USER_AGENT;
$grauc_host = gethostbyaddr($grauc_ipadr);
$grauc_date = date("d.m.y G:i:s", time());
$grauc_dateonly = date("d.m.y",time());
$grauc_timeonly = date("G:i:s", time());
$grauc_countflag = time();
# 9 : Mysql connect ...
$grauc_connect = mysql_connect("$DbHostName", "$DbUserName", "$DbPassWord");
$grauc_selectdb = mysql_select_db("$DatabaseName") or die ("no connection");
?><? # first: access to the database
$DbUserName = "auk001";
$DbPassWord = "852963";
$DbHostName = "localhost";
$DatabaseName = "auk001";
# 10: table names
$grauc_counterhits = "grauc_countdata";
$grauc_counteripblock = "grauc_blockeduser";
$grauc_countercurrentonline = "grauc_useronline";
$grauc_countermaxdata = "grauc_maxdata";
$grauc_scriptconfigtbl = "grauc_scriptconfigtbl";
# 11: needed variables
$grauc_url = "http://www.z7z.de/auction1/";
$grauc_pathtoscript = "/";
$grauc_serverpath = "/home/z7z_de/www/auction1/"; //absoluter Pfad zum server
# 13: userdata, managing, gloabl variables ...
$grauc_ipadr = $REMOTE_ADDR;
$grauc_client = $HTTP_USER_AGENT;
$grauc_host = gethostbyaddr($grauc_ipadr);
$grauc_date = date("d.m.y G:i:s", time());
$grauc_dateonly = date("d.m.y",time());
$grauc_timeonly = date("G:i:s", time());
$grauc_countflag = time();
# 14 : Mysql connect ...
$grauc_connect = mysql_connect("$DbHostName", "$DbUserName", "$DbPassWord");
$grauc_selectdb = mysql_select_db("$DatabaseName") or die ("no connection");
?><? # first: access to the database
$DbUserName = "auk001";
$DbPassWord = "852963";
$DbHostName = "localhost";
$DatabaseName = "auk001";
# 15: table names
$grauc_counterhits = "grauc_countdata";
$grauc_counteripblock = "grauc_blockeduser";
$grauc_countercurrentonline = "grauc_useronline";
$grauc_countermaxdata = "grauc_maxdata";
$grauc_scriptconfigtbl = "grauc_scriptconfigtbl";
# 16: needed variables
$grauc_url = "http://www.z7z.de/auction1/";
$grauc_pathtoscript = "/";
$grauc_serverpath = "/home/z7z_de/www/auction1/"; //absoluter Pfad zum server
# 17: userdata, managing, gloabl variables ...
$grauc_ipadr = $REMOTE_ADDR;
$grauc_client = $HTTP_USER_AGENT;
$grauc_host = gethostbyaddr($grauc_ipadr);
$grauc_date = date("d.m.y G:i:s", time());
$grauc_dateonly = date("d.m.y",time());
$grauc_timeonly = date("G:i:s", time());
$grauc_countflag = time();
# 18 : Mysql connect ...
$grauc_connect = mysql_connect("$DbHostName", "$DbUserName", "$DbPassWord");
$grauc_selectdb = mysql_select_db("$DatabaseName") or die ("no connection");
?>