So guys i have a problem with my server account registration website i am using jeutie's blizzlike repack for wotlk 3.3.5a and the website that came with it so i set it up to be public.I dont have a problem making accounts with console but i know i need a website cus i wanna make it public since i already portforwarded the server and everything. my friends ( who are helping me test ) can't make an account here's the error message they get
Database connection failed: Can't connect to MySQL server on '127.0.0.1' (111)
Warning: mysqli::close(): Couldn't fetch mysqli in /srv/disk8/1981158/www/tempest-wow-registration.co.nf/SOAPRegistration.php on line 154
Warning: mysqli::mysqli(): (HY000/2003): Can't connect to MySQL server on '127.0.0.1' (111) in /srv/disk8/1981158/www/tempest-wow-registration.co.nf/SOAPRegistration.php on line 109
Note that i also get that error when trying to make an account
here's the registration website Tempest WoW Account Registration so anyone has a solution to this i'd really be greatful
Edit:
Here's the lines 109 and 154
109: $this -> db = new mysqli(DB_HOST, DB_USER, DB_PASS, DB_NAME);
154: $this -> db -> close();