4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: giusi83 on January 24, 2007, 11:31:14 AM
-
Hi all,
Hi would like to have a link to http://www.ripe.net/perl/whois/?searchtext= for guests.
Hi can i setup?
Thanks
-
??? 8O
You mean something like this?
<form id="whois" name="whois" method="post" action="http://www.ripe.net/perl/whois/">
<input type="text" name="searchtext" />
<input type="submit" name="Submit" value="Submit" />
</form>
-
ya i mean in the control panel..
Because at the moment i can only click on my IP... But on guest it doesn't work..
-
For the future please post more informations...
With the informations in your first Post no one nows what you mean...
Which Version you are using?
-
open the admin/home.php
search for:
echo "<td>".$row['session_ip']."</td>\n";
And replace it with:
echo "<td><a href=\"".$ip_whois_link.$row['session_ip']."\" target=\"_blank\">".$row['session_ip']."</a></td>\n";
-
thanks a lot Acidgod .. i'm using version 1.74!
It works fine now. That was, what i want.
Best Regards
Giusi