phpBB3 API made in javascript format, for better and faster implement of codes in phpBB.Please refer to phpbb.com to see detailed information about phpBB3 API for PHP.
Example, to know for what is this kit:
$user->data['username'] (PHP) ===>>> user.data.username (Javascript)
There are not much functions added, because in javascript, the information is displayed public in the source code of the page. Every function is displayed only when its passed by the phpBB authentication system and only information that its actually usefull and in the same time not so much passes out.This code takes security very seriously.More information for only selected users (the code automatically generates to who to show what).Information that not anyone should see is removed.
Features:
Planned features:
Questions & Comments