Encoded files
From Documentation of ABK-Soft Products
| Languages: |
English Русский |
Contents |
[edit] The list of protected files in the dating script AbleDating and AbleSpace
_include
core
admin_start.php
main_start.php
partner_start.php
starter.php
lib
block.php
html.php
lib.php
list.php
current
users.php
_server
flashchat
all, 11 files
recorder
deleter.php
record.php
server.php
[edit] The starters of the core
_include
core
admin_start.php
main_start.php
partner_start.php
starter.php
These files are the starters of the main part of the script. They are not documented.
[edit] Template handlers
_include
lib
block.php
html.php
list.php
These files are meant to handle the templates.
html.php - class for parsing of the files. You can read how to use it in the Custom page creating
block.php - the main parent class CHtmlBlock for creating the pages. The description of the inheriting methods are also here: Custom page creating
list.php - class СHtmlList, it inherits CHtmlBlock. It is a parent class for all paging in the dating script. It is described separately СHtmlList.
[edit] Classes for output of users
_include
current
users.php
In this file you can find the class for the outpiut of users, profiles, and photos. СUsers extends CHtmlList, CUsersInfo extends CUsers, CUsersList extends CUsers, CUsersGallery extends CUsers, CUsersProfile extends CUsers, CHtmlUsersPhoto extends CUsers
[edit] The files of flashchat, recorder, AJAX
_server
flashchat
all, 11 files
recorder
deleter.php
record.php
server.php
The recorder and flash chat are not documented. In some cases we can provide the code or part of the code of the file server.php, which is the reply to the ajax quieries of the script.
We can provide this in case you have a huge load on the server and big databases (more than 100 000 users).