HeyHoo,
Ich habe ein kleines Problem mit Securex3's UCP (mysql).
Immer, wenn ich auf die Hauptseite des UCPs gehe kommt das: http://www14.german-truckerlife.co.de/ucp/index.php
Liveview is still better than code!
Wie krig Ich das weg?!
Hier die Zeilen aus der core.class.php:
SQL
$this->Connect = mysql_connect($this->Hostname, $this->Username, $this->Password); $this->SelectDB = mysql_select_db($this->Database, $this->Connect);
Die ganze Funktiom:
SQL
private function MySQLConnect() { $this->Connect = mysql_connect($this->Hostname, $this->Username, $this->Password); $this->SelectDB = mysql_select_db($this->Database, $this->Connect); if(!$this->Connect || !$this->SelectDB) { die('MySQL Fehler ist aufgetreten!'); } }
Leider kenne ich mich mit PHP und solchen dingen nicht aus.
Würde gerne wissen, was da los ist :o
lg