The default phpBB WHOIS feature only shows limited information.
With this script, you host the WHOIS on your own server and get much more detailed results!
Download the .tar file and upload the folder whois to the root of your forum.
/styles/prosilver/template/viewonline_body.html(If you're not using prosilver, open the template file of your own style)
Code: Selecteer alles
<a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a>Code: Selecteer alles
<a href="{{ user_row.U_USER_IP }}">{{ user_row.USER_IP }}</a> » <a href="./whois/index.php?query={{ user_row.USER_IP }}" onclick="popup(this.href, 900, 500); return false;">{{ lang('WHOIS') }}</a>After editing, clear your forum cache!
Then go to:
/viewonline.php… and test the WHOIS function.
scripts/whois/index.php?query=94.23.188.219
