06-16-2021, 03:00 PM
well its quite old now lol and when i released the 4.0.0 it just wouldn't work haha so had to fix the old girl with 4.0.1
im sure its still got loads problems and I have warned people.
|
LC-CMS 4.0.0
|
|
06-16-2021, 03:00 PM
well its quite old now lol and when i released the 4.0.0 it just wouldn't work haha so had to fix the old girl with 4.0.1 im sure its still got loads problems and I have warned people.
07-01-2021, 05:23 PM
Hello, Thanks you. I have this and I don't understand. I configured "configure.php". I use Mariadb. Does the website work only with mysql ? 2
07-02-2021, 07:40 PM
try to add new user with full permissions
11-17-2021, 12:07 PM
i want to change charset where i change mysql charset on config?
11-18-2021, 01:42 PM
On 11/17/2021 at 7:07 PM, kimpobin said: i want to change charset where i change mysql charset on config? fixed
04-26-2022, 10:27 PM
Can this website sql injected ?
01-26-2024, 09:52 PM
thanks
02-16-2024, 11:06 PM
i got the same problem like jack41. (error connecting to mysql server) i tried to add new user with full permissions but it still dont work. does anyone know how to fix that?
02-17-2024, 08:03 AM
8 hours ago, DEzTROIT said: i got the same problem like jack41. (error connecting to mysql server) i tried to add new user with full permissions but it still dont work. does anyone know how to fix that? check firewall and plz upload config
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. |
|
« Next Oldest | Next Newest »
|