in the main flyff database releases EoCRM_DBF_R and EoCRM_DBF have this username and password in the admin table: User: twilight Password: zwielicht++
that is the login to use to get in the panel. once in you can make a new user and delete this one.
then open config.asp in /common/asp/
edit this line like this:
Dim DefaultConnString
DefaultConnString = "Provider=SQLOLEDB;Data Source=ip or ms sql username;Initial Catalog=EoCRM_DBF_R;User Id=sa Password=password;"
Dim strTitleBar
strTitleBar = "FlyFF CRM"
Dim cComponyIP : cComponyIP = "127.0.0.1"
and that's it. you also also need to edit web.config. in the main folder. I don't think mines right.