the contents of the zip are as follows -- sorry I didn't make this clearer;
$ tree api
api
├── lib
│haha ├── XloveJsonApiAbstract.php
│haha ├── XloveJsonApiCurl.php
│haha └── XloveJsonApi.php
└── public_html
├── examples
│haha ├── checkisonline.php
│haha ├── filterList.php
│haha ├── getprofileinfo.php
│haha └── listonline.php
├── index.php
└── README.txt
3 directories, 9 files
haha fkn board ...
PHP Code:
$ tree api
api
├── lib
│------ ├── XloveJsonApiAbstract.php
│------ ├── XloveJsonApiCurl.php
│------ └── XloveJsonApi.php
└── public_html
├── examples
│------├── checkisonline.php
│------├── filterList.php
│------├── getprofileinfo.php
│------└── listonline.php
├── index.php
└── README.txt
3 directories, 9 files