vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - IpInfo -- Extra user IP information (https://vborg.vbsupport.ru/showthread.php?t=179362)

PoetJA-1975 07-12-2008 06:34 PM

Thanx for the sharing ;)

Jacquii.

dfc005 08-14-2008 06:31 AM

Hey Zachariah,

I've installed this but nothing seems to have changed.... I'm still getting taken to postings.php?do=getip&p=xxxx

Any ideas?

dfc005 08-19-2008 12:10 PM

False alarm. Seems to be working now after I played around with another template. Must have just needed refreshing. Good mod!

FractalizeR 09-05-2008 03:20 PM

Zachariah, can you please add a hook, that will allow to insert additional information into your hack's page online?

soundbarrierpro 09-05-2008 03:41 PM

Yeh, they dont' work together. That would be sweet if you guys could. I have zac's installed working nicely. It'd be great to have both.

Castro82 09-06-2008 06:57 PM

With the vb 3.7.3 PL 1 this Hack doesn't work. after installed, the ip icon is gone. :(

Adem GEN? 09-19-2008 08:05 PM

Suggestion
Per IP for: datetime

Zachariah 09-19-2008 09:22 PM

Quote:

Originally Posted by AdemGEN? (Post 1625871)
Suggestion
Per IP for: datetime

nice idea :)

Jaxel 09-20-2008 09:48 AM

I changed the template for this mod... try it out and check out the new features. There is no way in hell you DONT want these changes I made.

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<
title>$vboptions[bbtitle] - $vbphrase[user_ipinfo]</title>
$headinclude
</head>
<
body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="border-bottom-width:0px">
  <
tr>
    <
td class="tcat" width="100%"><phrase 1="$postinfo[username]2="$postinfo[userid]3="$postinfo[postid]">$vbphrase[xs_ip_address_for_this_post]</phrase></td>
  </
tr>
</
table>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
  <
tr align="$stylevar[left]">
    <
td class="thead" width="50%">$vbphrase[ip_address]</td>
    <
td class="thead" width="50%">$vbphrase[host_name]</td>
  </
tr>
  <
tr align="$stylevar[left]">
    <
td class="alt1" width="50%">$postinfo[ipaddress]</td>
    <
td class="alt2" width="50%">$postinfo[hostaddress]</td>
  </
tr>
  <
tr>
    <
td class="alt1" colspan="2">

<
table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
  <
tr>
    <
td width="20%" align="center"><a href="http://who.is/whois-ip/ip-address/$postinfo[ipaddress]/" target="_blank">WhoIs Information</a></td>
    <
td width="20%" align="center"><a href="http://www.geoiptool.com/en/?IP=$postinfo[ipaddress]target="_blank">GeoIP Information</a></td>
    <
td width="20%" align="center"><a href="http://www.iptools.com/dnstools.php?tool=spam_db&user_data=$postinfo[ipaddress]target="_blank">SpamDB Information</a></td>
    <
td width="20%" align="center"><a href="http://www.iptools.com/dnstools.php?tool=tracepath&user_data=$postinfo[ipaddress]target="_blank">TracePath Information</a></td>
    <
td width="20%" align="center"><a href="http://dns-tools.domaintools.com/?q=$postinfo[ipaddress]&m=traceroute" target="_blank">TraceRoute Information</a></td>
  </
tr>
</
table>

    </
td>
  </
tr>
</
table>
<
br />
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="border-bottom-width:0px">
  <
tr>
    <
td class="tcat" width="100%">$vbphrase[users_sharing_same_ip_address]</td>
  </
tr>
</
table>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
  <
tr align="$stylevar[left]">
    <
td class="thead">$vbphrase[user]</td>
  </
tr>
  <if 
condition="$show['sharingips']">
    
$sharingipbits
  
<else />
    <
tr>
      <
td class="alt1">$vbphrase[noone_sharing_ip]</td>
    </
tr>
  </if>
</
table>
<
br />
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="border-bottom-width:0px">
  <
tr>
    <
td class="tcat" width="100%">$vbphrase[other_ips_user_posted] - $vboptions[ipinfo$vbphrase[ip_host_days]</td>
  </
tr>
</
table>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
  <
tr align="$stylevar[left]">
    <
td class="thead" width="10%" nowrap="nowrap">$vbphrase[posts]</td>
    <
td class="thead" width="90%">$vbphrase[ip_address]</td>
  </
tr>
  
$otheripbits
</table>
$footer
</body>
</
html


Zachariah 09-20-2008 10:47 AM

Quote:

Originally Posted by Jaxel (Post 1626212)
I changed the template for this mod... try it out and check out the new features. There is no way in hell you DONT want these changes I made.

Not bad, there may be a few people that need on-line trace tools.
- I use Neo Trace Pro myself on my windows box.

BTW: your homepage on your profile has a 403 Error.


All times are GMT. The time now is 11:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01469 seconds
  • Memory Usage 1,794KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete