Search
Username:
Password:
Register or Reset Password
Remove the ads!
Api Stats Module Example
Another API Example.
This was designed to show user how a module works. It gets the information from the user, it lets you know when users are online, it collects their avatar, and the amount of points.



<?php

include("api.php");
$api_key = "XXXXXXXXXXXXXXXX";  # Api you receive
$ownerid =  $_GET['ownerid'];  # The Owner Viewing The Module

$userid =  $_GET['userid'];  # The User Viewing the Module


$array = api_get_data($api_key,"members.info(".$userid.")"); # Gets the members info
$seenapi_get_data($api_key,"members.last_seen(".$userid.")");  # Gets the users last seen


echo'<span class="quote"><tbody><tr class="standardrow"> <th colspan="3"><font size=""><b>';


$onlinetatus = $seen['0'];  # Determines if user is online or not 
if ($onlinetatus == 'true') {
echo "<a title='User Is Online'><b class=green>.</b></a>"; # If user online is true
} else {
echo "<a title='User Is Offline'><b class=gray>.</b></a>"; # If User is not online its false
}

echo " ".$array['name']."'s Stats Box<br>"; #Displays Users Name



echo '</font><tr class="standardrow_dark"><td>';
echo "<a title='".$array['name']."'><img src='http://image.hazardstrip.com/av/".$array['avatar']."'>"; # Get users Avatar 
echo '<th colspan="3">'.$array['user_title'].'</b><br>'; # Gets users title
echo " Points: ".$array['points']." "; Gets users points

echo'<tr class="standardrow"><th colspan="3">';
echo "".$seen['2'].""; # Display what user is currently viewing
echo "</tr>";

echo '</table></tbody></tr>';

?>



Published by Aceman . 9 months ago
Comments
::
Once a Top Dog, Always a Top Dog! | Y2M
Posted 9 months ago
Please fix this.
.
Too damn christmassy to change avatar. | Y2M
Posted 9 months ago
Pretty sweet. I'm probably missing something but where is api.php kept?
- Too damn christmassy to change avatar.
.
Thinkin outside the box. ;) | Y2M
Posted 9 months ago
I'm still editing it.
Add Comment
You must login or register to access this!
Promote Me
Published by...
.
Thinkin outside the box. ;)
Ripe Member and Supervisor of Syn, H2V, CS, SOURCE, CS2D, STEAM and HL2
Ranked 479th ( 2) with 4,164 points. 12 points behind moH .

[+] Donate
Related Pages
Want more? Find related pages.