This class provided to characteristics for use the services of taringa.net
Usage:
Including in to page
<?php
require_once('classringa.php');
//Initialize the class
$claaringa = new classringa;
?>
Methods:
GetCategories: Show all the categories
GetCloudTags: Show all the categories
GetLevels: Show all the levels the users
GetPostData: Show details for determinated post
GetPostList: Listing all post and your details
GetPostsList: Listing post for determinated user
GetSiteStats: Show the stats for the site taringa.net
GetUserData: Show details for determinated user
Examples:
<?php
require_once('classringa.php');
$claaringa = new classringa("YOUR_KEY_HERE";
$classringa->GetCategories();
$classringa->GetCloudTags();
$classringa->GetLevels();
$classringa->GetPostData("ID";
$classringa->GetPostList("RANK", "PAGE"; // Rank - 11 = novatos / rank -1 = full users
$classringa->GetPostsList("USER";
$classringa->GetSiteStats();
$classringa->GetUserData("USER";
?>
CODE http://paste2.org/p/934384