4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: giusi83 on January 24, 2007, 11:31:14 AM

Title: Whoisonline link with guests
Post 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
Title: Re: Whoisonline link with guests
Post by: Acidgod on January 24, 2007, 11:44:18 AM
???  8O

You mean something like this?
Code: [Select]
<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>
Title: Re: Whoisonline link with guests
Post by: giusi83 on January 24, 2007, 11:49:30 AM
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..
Title: Re: Whoisonline link with guests
Post by: Acidgod on January 24, 2007, 11:58:31 AM
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?
Title: Re: Whoisonline link with guests
Post by: Acidgod on January 24, 2007, 12:02:48 PM
open the admin/home.php

search for:
Code: [Select]
echo "<td>".$row['session_ip']."</td>\n";
And replace it with:
Code: [Select]
echo "<td><a href=\"".$ip_whois_link.$row['session_ip']."\" target=\"_blank\">".$row['session_ip']."</a></td>\n";
Title: Re: Whoisonline link with guests
Post by: giusi83 on January 24, 2007, 12:58:27 PM
thanks a lot Acidgod .. i'm using version 1.74!

It works fine now. That was, what i want.

Best Regards
Giusi