02-17-2024, 10:46 AM
3 hours ago, rondo157 said:
check firewall and plz upload config
Much Thanks for your fast response rondo157
mysql port 3306 is open.
This is my configure.php:
<?php
// Your Time Zone
// List of Supported Timezones
// 2
date_default_timezone_set('Europe/London');
// Auth Version (EP1,EP2,EP3,EP4)
$dbhash["auth_version"] = 'EP4';
// Mysql IP
$dbhash["cms_lc_host"] = 'IP Adress of my Server'; // dns or ip
// Mysql Login
$dbhash["cms_lc_username"] = 'root'; // Mysql username
$dbhash["cms_lc_password"] = 'Password Mysql'; // Mysql password
// Mysql Databases
$dbhash["cms_lc_auth"] = 'newproject_db_auth'; // auth database
$dbhash["cms_lc_db"] = 'newproject_db'; // db database
$dbhash["cms_lc_data"] = 'newproject_data'; // data database
$dbhash["cms_lc_site"] = "cms4"; // Website Database Name
// t_users Database
$dbhash["cms_lc_authORdb"] = 'db_auth';
//GM Guild Name (removes from ranks)
$gm_guild = 'LastChaos';
// Status page settings
$ptime = "3"; // Timeout limit
$Lip = "89.168.205.45"; // Login IP
$Lport = "4001"; // Login Port
$Bip = "127.0.0.1"; // Billing IP
$Bport = "5467"; // Billing Port
$G1ip = "168.144.27.79"; // GS1 IP
$G1port = "4159"; //GS1 Port
$G2ip = "168.144.27.79"; // GS2 IP
$G2port = "4160"; //GS2 Port
$G3ip = "168.144.27.79"; // GS3 IP
$G3port = "4161"; //GS3 Port
$G4ip = "168.144.27.79"; // GS4 IP
$G4port = "4162"; //GS4 Port
$G5ip = "168.144.27.79"; // GS5 IP
$G5port = "4163"; //GS5 Port
$G6ip = "168.144.27.79"; // GS6 IP
$G6port = "4164"; //GS6 Port
// FOR EVENTS ADDS % CASH
// Say you run a cash event so when someone donates you give them 30% more cash you put 30 in below
$BonusCash = "30";
/* SMTP Server PHP Support
set to yes if your php supports smtp. Set to no if you get smtp error when registering. */
$Allow_Email_sending = 'yes'; // no or yes
// SMTP Settings to send email messages
$SMTP_Host = "smtp.gmail.com";
$SMTP_Username = "";
$SMTP_Password = "";
IP Adress of the Server is hidden but i use my root ip.
Mysql Password is also hidden but its 100% the right on which i also use for phpmyadmin.
i think the configure.php is correct but i think its a firewall problem.
but i realy dont know whats wrong..
i also tried to open the website from my root because i think the root always has firewall permissions if i just search 127.0.0.1/index.php but this also did not work.

