Search IRC Rank PHP

By MartyniP on Aug 21, 2010

This script is to be used with http://www.hawkee.com/snippet/7884/
For use if you would rather connect to localhost than my website

<?php
//
// Created By MartyniP (www.MartyniP.co.uk)
// Originaly Created For Windfyre (irc.windfyre.net #windfyre)
// Copyright MartyniP 2010
//

$rank = file_get_contents("http://searchirc.com/official_rank.php?ID=".$_GET['network']);
$rank = explode('<strong>',$rank);
$rank = explode('Ranked ',$rank[1]);
$rank = explode('</font>',$rank[1]);
echo $rank[0];
echo "\n";

?>

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.