im still really new to all this. i just made my server, and put in a mall and stuff, so i want a page for my friends to make accounts on, and/or to learn how to create accounts by editing the database with heidiSQL.
Code:
="localhost"; // Insert your host for the character database
="root"; // Insert your username for the character database
="MySql password"; // Insert your password for the character database
="Char DB(Ascentlogon)"; // Insert your name for the character database
="localhost"; // Insert your host for the logonserver database
="root"; // Insert your username for the logonserver database
="MySql Password"; // Insert your passeword for the logonserver database
="Char DB(Ascentlogon)"; // Insert your name for the logonserver database
= 'CP1251'; // Set database encoding
i dont understand what to replace Char DB(Ascentlogon) with.