Firefox PHP

ICQ Pager for the user profile

Posted by Pavel Rùžièka 
After this hack is used, the users can send messages directly to ICQ from the Phorum.
An example is on the [forum.trance.cz]

Add attached file as icqpager.php to the phorum directory. To the images directory place image ico_icq.gif (copy from the example phorum).

In the profile.php replace:

<?PHP echo $rec['icq']; ?>&nbsp;<img align="absmiddle" src="[wwp.icq.com] echo $rec['icq']; ?>&img=7" alt="ICQ Status" border="0">

with:

<?php echo "<a href=\"icqpager.php?icqnum=$rec[icq]&icqmail=$rec&amp;icqname=&quot;.URLEncode($rec[&#039;name&#039;]).&quot;\&quot; target=\&quot;_blank\&quot; onClick=\&quot;window.open(&#039;icqpager.php?icqnum=$rec[icq]&amp;icqmail=$rec
The final version is described here:
[hackers.phorum.org]
Sorry, you do not have permission to post/reply in this forum.