What's new

Registration page

Nice, however you could've added a screenshot of it, however thanks for the release!
 
can i make this so my friends can register on this page ? from there homes and i dont need to make them my self al the time :)
 
Yeah thats possible you need to port forward and make your server public and also get a dns and they can connect your ip adress and they can register
 
For 90% of people you will need a dynamic DNS service and the auto sync software unless you have a static IP (business ISP or a backbone connection).

Also your webserver may or may not be public due to some ISP companies restrict port 80 & sometimes 443 outbound traffic at the switch unless your paying for business grade connections you may run into this issue and have to do some port forward mucking about to get around this.
What I have done in the past was forward ports from LAN port 80 to Live port 8080 and do some rebinding in apache but I am sure there are easier ways to do it these days. The last time I did anything with WOW servers was back in 2008 but the rules should be the same
 
Can someone help me?

I've got this errors:
Notice: Undefined variable: host in C:\xampp\htdocs\connect\connect.php on line 5

Notice: Undefined variable: username in C:\xampp\htdocs\connect\connect.php on line 5

Notice: Undefined variable: password in C:\xampp\htdocs\connect\connect.php on line 5

Notice: Undefined variable: db in C:\xampp\htdocs\connect\connect.php on line 5

Warning: mysqli_connect(): (HY000/1045): Access denied for user ''@'localhost' (using password: NO) in C:\xampp\htdocs\connect\connect.php on line 5
Couldnt connect to db

Line 5 on connect.php:
$connect = mysqli_connect($host, $username, $password, $db) or die("Couldnt connect to db");
 
Back
Top