NosTale P-server register

12/07/2016 14:33 adrien081213#1
Hello everyone !

As you know I have a private server on NosTale which is starting to turn right, now that the community is expanding I would like to create an automatic enrollment page (a site) wholesale that the player can register alone! For the I must create them their account 1 by 1: /

What software has installed, and can you explain me quickly? thank you !!
(I have download Nos-Register master on github opennos)

Thanks for your help, its would be very nice :)!

The software that I know: MySql, Mssql, navicat, wampserver, xampserver ..

Skype : NosFaction
12/12/2016 21:59 Ortator#2
You only need MySql or MSSQL and XAMP ( As Testserver ) and PHP ( PHP => For the Coding and HTML for the Design )

Have fun
01/31/2017 17:23 kurtmac#3
how set connection from mssql server to xampp
xampp i have all plugins for mssql
and nothing :(

my config

<?php
$dbhostname = "127.0.0.1"; //MsSQl Server Addres
$db = array(
"Database" => "opennos", // Database Name
"Uid" => "nosczech", //Database User
"PWD" => "bilokej" // Database Password;
);


and this :( Something went wrong while connecting to MSSQL
07/14/2017 19:09 XxXDisastrusXxX#4
Quote:
Originally Posted by kurtmac View Post
how set connection from mssql server to xampp
xampp i have all plugins for mssql
and nothing :(

my config

<?php
$dbhostname = "127.0.0.1"; //MsSQl Server Addres
$db = array(
"Database" => "opennos", // Database Name
"Uid" => "nosczech", //Database User
"PWD" => "bilokej" // Database Password;
);


and this :( Something went wrong while connecting to MSSQL
No one answers too I have the same problem