Maak een account aan voor volledige toegang tot alle functies.

Enhanced WHOIS on Your Own Server

Kleine aanpassingen voor je phpBB forum & hulpmiddelen.
Plaats reactie

Beoordeel dit onderwerp

Onderwerp beoordelen
Gebruikersavatar
SpIdErPiGgY [Offline ]
Beheerder
Beheerder
Chief
Chief
Berichten: 467
Geregistreerd sinds: 2 jaren 7 maanden
Reactiescore: 17
Aantal jaren lid 2
Laatst actief: -
Onderwerpen: 275
Locatie: Erpe-Mere, Aalst, BE
Contacteer:

Enhanced WHOIS on Your Own Server

Bericht door SpIdErPiGgY »

🔍 Enhanced WHOIS on Your Own Server

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 & Installation

Download the .tar file and upload the folder whois to the root of your forum.

format-tar
whois.tar
44.5 KiB - 132 keer gedownload

📌 Step 1: Open the following file:
/styles/prosilver/template/viewonline_body.html
(If you're not using prosilver, open the template file of your own style)

🔎 Find:

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>
✅ Replace with:

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>
⚠️ Important:
After editing, clear your forum cache!

Then go to:
/viewonline.php
… and test the WHOIS function. 🧪

🌍 Example / Demo:
scripts/whois/index.php?query=94.23.188.219
.•:*¨¨*:• Gebruik je onze vertalingen? .•:*¨¨*:•.
Overweeg een vrijwillige donatie...
Facebook: https://www.facebook.com/groups/phpbbnlext
Plaats reactie
Nieuw
Bezoek onze phpBB downloadpagina – Volledige pakketten, taalbestanden & geavanceerde updates
Download nu →
Protected with 8G Firewall, Blackhole, Plesk Firewall & ModSecurity ~