Home
>
Outdated forums
>
Phorum 3 forums (READ ONLY)
>
Finished Mods and Plug-ins (READ ONLY)
>
Topic
Search phorum by IP
Posted by jeffx
Search phorum by IP August 30, 2003 09:38PM |
Registered: 22 years ago Posts: 61 |
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.
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.
JJnet.dk
Re: Search phorum by IP November 22, 2003 08:19AM |
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"> </td>
<td><font color="<?php echo $ForumTableBodyFontColor2; ?>"><input type="checkbox" name="fldhost" value="1" <?php if($fldhost==1) echo "checked"; ?> /> Seek (IP Adress) </font></td>
</tr>
<? } ?>
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"> </td>
<td><font color="<?php echo $ForumTableBodyFontColor2; ?>"><input type="checkbox" name="fldhost" value="1" <?php if($fldhost==1) echo "checked"; ?> /> Seek (IP Adress) </font></td>
</tr>
<? } ?>
Re: Search phorum by IP August 13, 2004 11:04AM |
Registered: 20 years ago Posts: 39 |
Re: Search phorum by IP August 16, 2004 03:01PM |
Registered: 20 years ago Posts: 39 |
Sorry, you do not have permission to post/reply in this forum.