Posts: 208
Threads: 38
Joined: Aug 2010
Reputation:
0
i want to connect my server registration system with my website. For example "IF a player arrive in my server without registration it should say to register it first"
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
The easiest way to do this is with mysql, but you'll need to script the website registration yourself or find a free forum which allows editing its database
Posts: 208
Threads: 38
Joined: Aug 2010
Reputation:
0
I have a website. But how will i connect it witm my server. What is the command?
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
There is no command. You need to make your server registration use mysql AND you need complete control of your websites (forum) database so you can write it in with your pawn script.