Skip to content
Rexzooly Kai Black edited this page Aug 20, 2013 · 13 revisions

The Kryptr API will offer you means to have a login system for the Direct Message System, it will also include the users IP address needed for the direct messages to work, this API can be used in other programs and services also it is not limited to the Kryptr Direct Message System, you can use it and adapt it your needs.


API Modes:

  1. Flat File - None mysql supporting servers.
  2. Database - MySQLi or PDO.
  3. No User Mode - This is for people that have there own user management.

check

apicall=check&user=user

Using the check call lets you check if a user is part of this service or not, this is useful for checking for friends or users before sending a action

Check Example:

Call:

?apicall=check&user=demo&s=t

HTML: HTML

JSON:

{"pass":"0","return":"demo was found."}

Plan Text:

pass:0,return:demo was found.

myip

apicall=myip

This was made as a demo but was left in as it can become useful.

More to be added later

Clone this wiki locally