Here is a guide to show how to make a server/wesite public
http://www.mmowned.com/forums/antrix...-tutorial.html
After that, this is what you need to change in your signup page.
Code:
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="localhost"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password="password"; // PASS for Antrix database
$db="database"; // NAME of Antrix database
$hostr="localhost"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr="password"; // PASS for Login database
$dbr="database"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "127.0.0.1"; // Antrix Server Address
$port = "8129"; // Antrix Server Port
$title="Server name"; // Insert the title of your server here
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
Password--mysql password
database--database you created in Navicat or Mysql,ect.
Server name --Name you made in realm.config(doesn't really do any thing except show on the page.)
Of course mysql has to be running or you won't connect.