Firefox PHP

Search phorum by IP

Posted by jeffx 
Search phorum by IP
August 30, 2003 09:38PM
Included is Search.php from version 3.4.4, modified to include a "Search by Host (IP Address)"

You can see it in action at [qchc.webtrip.ch]

not much of a "mod" but pretty useful when people are posting under different nicknames to wreak havoc. Obviously also works with partial IPs.
Attachments:
open | download - search.php (18.1 KB)
JJnet.dk
Re: Search phorum by IP
November 22, 2003 08:19AM
Thanks for the script jeffX

It works greats!

Thanks a lot! I have need this script for 400 years ;-)
babu
Search phorum by IP - for moderators eyes only
January 03, 2004 07:45PM
in the search form, but only for moderators. It may sometimes be a point to hide IP from public eyes. So this is my solution to that problem.

Heres the little hack, wich is a small contribution to your hack, but with the extension that it's only for moderators:

set as a last table row in the form-table:

<? if(!empty($phorum_user['moderator'])){ ?>
<tr>
<td align="right">&nbsp;</td>
<td><font color="<?php echo $ForumTableBodyFontColor2; ?>"><input type="checkbox" name="fldhost" value="1" <?php if($fldhost==1) echo "checked"; ?> /> Seek (IP Adress)&nbsp;&nbsp;&nbsp;</font></td>
</tr>
<? } ?>
Re: Search phorum by IP
August 13, 2004 11:04AM
Where exactly does this file go? :)

Sorry, I'm new to Phorum, but I'd love to implement this.
Re: Search phorum by IP
August 16, 2004 03:01PM
Nevermind. I figure it out.

I just didn't expect it to be quite that easy.

Thanks jeffx for such a great mod. :)
Sorry, you do not have permission to post/reply in this forum.