What's new

Registration page

ExO

Admin
5,119
2014
1,637
Nice, however you could've added a screenshot of it, however thanks for the release!
 

deathlyend

Verified Member
24
2014
0
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 :)
 

cliffsmits

Senior User
Superior Member
262
2014
33
Location
netherlands
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
 

Adriel

Verified Member
27
2014
6
Location
Las Vegas, Nevada, USA
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
 

Zyranus

Verified Member
10
2014
0
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");
 
Top