-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Flat File - None mysql supporting servers.
- Database - MySQLi or PDO.
- No User Mode - This is for people that have there own user management.
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
Call:
?apicall=check&user=demo&s=t
HTML:
JSON:
{"pass":"0","return":"demo was found."}
Plan Text:
pass:0,return:demo was found.
apicall=myip
This was made as a demo but was left in as it can become useful.
More to be added later
