Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
LOGECT IP Address Detector Details »»
LOGECT IP Address Detector
Version: 1.1, by LOGECT LOGECT is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.1.9 Rating:
Released: 01-09-2012 Last Update: 01-09-2012 Installs: 11
Uses Plugins Auto-Templates
Translations  
No support by the author.

Info: By using this hack your visitors can see theirs IP Address on footer.

Screenshot:



Installation:
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]

To set options:

Go to: vBulletin Options > LOGECT - IP Address Detcetor

Versions:
v1.0 First rel
v1.1 Code optimized and back link removed.

Download Now

File Type: xml product-logect_ip.xml (3.0 KB, 77 views)

Screenshots

File Type: png ip.png (17.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-10-2012, 02:04 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow... a backlink for like... 2 lines of code? No way I'm installing this.

PHP Code:
ob_start();
$logect_ip $_SERVER['REMOTE_ADDR'];
$php_include ob_get_contents();
ob_end_clean();
vB_Template::preRegister('footer',array('logect_ip' => $logect_ip)); 
can be reduced to:
PHP Code:
vB_Template::preRegister('footer',array('logect_ip' => $_SERVER['REMOTE_ADDR'])); 
the output buffer thing is just completely useless and adds unnecessary process to your mod.

also lol @ 2 vB_TemplateParser for placing just a link into the footer... are you serious about this?
Reply With Quote
2 благодарности(ей) от:
LOGECT, OldSchoolDSL
  #3  
Old 01-10-2012, 03:02 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i would not suggest this product

1) it has external advertising when clicking on IP address it links to http://www.logect.com/

2) you need to be aware of the law before revealing someones IP address on there site, potentially what this mod does it a link track, http://www.logect.com/ will track its IP address as its a referral from your own website
Reply With Quote
Благодарность от:
OldSchoolDSL
  #4  
Old 01-10-2012, 03:23 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ LOGECT

In my opinion, everything you release is basically spam.

Your other (previous) modifications were complete dependent on your site as everything actually loaded on your site (see translation modifications).
Reply With Quote
  #5  
Old 01-10-2012, 03:24 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
i would not suggest this product

1) it has external advertising when clicking on IP address it links to http://www.logect.com/

2) you need to be aware of the law before revealing someones IP address on there site, potentially what this mod does it a link track, http://www.logect.com/ will track its IP address as its a referral from your own website
Which I think violates the terms

reported (the mod, not your post)
Reply With Quote
  #6  
Old 01-10-2012, 03:30 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
Which I think violates the terms

reported (the mod, not your post)
done the same, yes i also think it violates the terms
Reply With Quote
  #7  
Old 01-10-2012, 05:35 PM
LOGECT's Avatar
LOGECT LOGECT is offline
 
Join Date: Jun 2010
Location: Copenhagen
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disasterpiece View Post
Wow... a backlink for like... 2 lines of code? No way I'm installing this.

PHP Code:
ob_start();
$logect_ip $_SERVER['REMOTE_ADDR'];
$php_include ob_get_contents();
ob_end_clean();
vB_Template::preRegister('footer',array('logect_ip' => $logect_ip)); 
can be reduced to:
PHP Code:
vB_Template::preRegister('footer',array('logect_ip' => $_SERVER['REMOTE_ADDR'])); 
the output buffer thing is just completely useless and adds unnecessary process to your mod.

also lol @ 2 vB_TemplateParser for placing just a link into the footer... are you serious about this?
Thanks for the feed back dear Disasterpiece, i will update the code and remove that back link
Reply With Quote
Благодарность от:
Disasterpiece
  #8  
Old 01-10-2012, 05:37 PM
LOGECT's Avatar
LOGECT LOGECT is offline
 
Join Date: Jun 2010
Location: Copenhagen
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
@ LOGECT

In my opinion, everything you release is basically spam.

Your other (previous) modifications were complete dependent on your site as everything actually loaded on your site (see translation modifications).
Stop using and copying my mod if you think that is a spam!
Reply With Quote
  #9  
Old 01-10-2012, 05:41 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about this? Logged In and Logged Out. And it checks for proxies.
Attached Images
File Type: png logged_in.png (2.7 KB, 0 views)
File Type: png logged_out.png (2.7 KB, 0 views)
Reply With Quote
Благодарность от:
Disasterpiece
  #10  
Old 01-10-2012, 05:46 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good to see that you finally got to your senses. It might still be somewhat overpowered to use a product for something you could accomplish with templatevars, but at least it's fairplay without the unnecessarily blown-up code and the backlink.

//e: @boofo: that actually looks damn nice. I just can't think of any use case where a user might want to see that kind of information (since he already knows which browser/os he's using, but still. :up:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08630 seconds
  • Memory Usage 2,349KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (5)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete