Author Topic: Whoisonline link with guests  (Read 5161 times)

0 Members and 1 Guest are viewing this topic.

Offline giusi83

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • GM - Photo
Whoisonline link with guests
« 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

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Whoisonline link with guests
« Reply #1 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>

Offline giusi83

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • GM - Photo
Re: Whoisonline link with guests
« Reply #2 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..

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Whoisonline link with guests
« Reply #3 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?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Whoisonline link with guests
« Reply #4 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";

Offline giusi83

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • GM - Photo
Re: Whoisonline link with guests
« Reply #5 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