vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - FractalizeR: IP Tools - get extended information about IP addresses (https://vborg.vbsupport.ru/showthread.php?t=241406)

fluidswork 06-06-2010 08:35 AM

Quote:

Originally Posted by daveaite (Post 2048950)
If the person uses proxies, will this ignore the proxy and get the correct info?

Yes he is right ???

what will then this script dooo......................

FractalizeR 06-06-2010 08:38 AM

It does no additional IP parsing. So, if VBulletin can determine real IP, mod will operate on it. It only provides you additional info on IP, recognized by VB.

KURTZ 07-01-2010 06:30 PM

Hey Vlad, just a question: is there any conflict with this product? https://vborg.vbsupport.ru/showthrea...82#post2062882

edit: yes there is, can you do something to make the 2 products compatible?

FractalizeR 07-02-2010 07:40 AM

What is this conflict like?

KURTZ 07-02-2010 09:06 AM

Quote:

Originally Posted by FractalizeR (Post 2063101)
What is this conflict like?

if i install together this product doesn't works ...

FractalizeR 07-03-2010 09:08 AM

Quote:

Originally Posted by KURTZ (Post 2062895)
Hey Vlad, just a question: is there any conflict with this product? https://vborg.vbsupport.ru/showthrea...82#post2062882

edit: yes there is, can you do something to make the 2 products compatible?

I cannot do anything. The author of the product replaces a link to standard VBulletin IP information page by his own in every postbit template:

PHP Code:

$post['iplogged'] = "$vbphrase[ip]: <a href=\"ipinfo.php?$session[sessionurl]p=$post[postid]\">$post[ip]</a>"

I don't see why because you can attach your own HTML to standard page via implementing threadmanage_getip hook.... So, you should contact original author. I am sorry.

gsmph 07-06-2010 02:27 AM

hi vlad

can this trace even a user with proxy?

br
gsmph

FractalizeR 07-06-2010 06:37 AM

I already answered somewhere that it uses IP determined by forum engine. Nothing else is done on it.

whitedd 09-05-2010 10:27 PM

<a href="http://www.ipaddresslocation.org/" target="_blank">http://www.ipaddresslocation.org/</a>

Alan_SP 11-17-2010 09:42 PM

Quote:

Originally Posted by FractalizeR (Post 2063726)
I don't see why because you can attach your own HTML to standard page via implementing threadmanage_getip hook.... So, you should contact original author. I am sorry.

Is there a way to put hook location in his template? That way we could use your product with his by adding hook location. But, how is hook location added?

EDIT:

I found the way. You need to edit IPinfo's ipinfo.php file. And just add hook location there.

Hook location looks like:
PHP Code:

($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false

I added it end of file, so it looks like that:

PHP Code:

($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false;

$navbits construct_ipinfo_nav($foruminfo$threadinfo);
$navbar render_navbar_template($navbits); 

Now I have both products working fine.


All times are GMT. The time now is 04:13 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.01133 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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