Hab ein Problem beim UCP es reagiert nicht wen man sich ein loggen will
SQL
<?php
/***************
/ UCP für GNR /
/ By Mythen /
/ /
***************/
session_start();
error_reporting(0);
$host = 'localhost'; //mysql host
$user = '.'; //db user
$pass = '.'; //db pass
$data = '.'; //db name
$connect = mysql_connect($host, $user, $pass);
mysql_select_db($data, $connect);
$title = 'User Control Panel'; //title
$server_name = 'German Next Roleplay';
$designe = 'new';
$yeahr = '2014';
$maxpropage = '20';
?>
Alles anzeigen
Wo überall ein punkt ist will ich nicht weiter sagen also zensiert.
Bitte um Hilfe.