[2013] RaiderZ server files + databases + client = Bola

Yes in teory needs a web api, it's send to your web api by POST and data is XML format. and web api must response to loginserver as XML data format.
don't forget to commented line that use method "$this->WriteLog(...);" it's write log to text file for debug post data or you create your own $this->WriteLog method.

This is a part of the conversation I had with jenose He can connect in Raiderzbr with her laravel's api, and he share her APIController, this apicontroller are in my unfinished laravel api, but i don't have more laravels knowledge... because this, the api it's unfinished.

My api can connect into db, but i don't know what I can do for runs with the client :((
 
Did you fixed this error?

i have the same error here =/ any solution?

DB ERROR : DBTASK ID : 202200002, DB STATE : NUM(0), NativeErr:242, SQLSTATE[22007], StateInfo:[Microsoft][ODBC SQL Server Driver][SQL Server]A conversão de um tipo de dados varchar em um tipo de dados datetime resultou em um valor fora do intervalo.
 
Back