ARMA: Arma Reveals Memory of Atys

Added by Phantase about 9 years ago

  • Project Name: ARMA: Arma Reveals Memory of Atys
  • Project Type: API
  • Project Email: phantase(at)free.fr
  • Project Members: phantase
  • Project URL: http://wiki.github.com/phantase/ARMA
  • Project Source URL: git://github.com/phantase/ARMA.git
  • Project Description:
  • ARMA provides some xml interface to retrieve history of the character profiles, guilds informations, and guilds list.
  • The project works only on subscribed character/guild
  • Users need to register themselves to the project to allow the API to track the modifications of their information
  • Same for guilds, they need to be registered to allow the API to track their modifications
  • The API provides different levels of information, full, equipment, pets, fame, skills, and so one...

Replies (3)

RE: ARMA: Arma Reveals Memory of Atys - Added by Phantase about 9 years ago

A news to inform you that the wiki of the project start to be filled, and that the source of the project are already in github :)

http://wiki.github.com/phantase/ARMA

Enjoy and good coding !

RE: ARMA: Arma Reveals Memory of Atys - Added by Phantase about 9 years ago

Another news to inform you that a test server is up to start using of this API (Apihomin & Apinoob are registered on it, and their guild), you can find it here : http://www.fxbt.info/ARMA/

You can start to play with and give me feedback (using: http://github.com/phantase/ARMA/issues or this thread).

Additionnaly, a small screen of the "manager" of ARMA.

RE: ARMA: Arma Reveals Memory of Atys - Added by nimetu about 9 years ago

$apikey = $_GET['key'];
// Check if the key already exist in DBB
$sql = "SELECT * FROM character_history WHERE apikey = '$apikey' ";

can i try and break it ? ;-) (just kidding)

how about using mysql_real_escape_string here ?

(1-3/3)