vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - Hide the IP of SuperAdmins (now it hides it at the online list as well) (https://vborg.vbsupport.ru/showthread.php?t=242356)

hsh72 06-02-2010 07:52 AM

Hello, I wanted this addon delete?.It is no work over AdminCP.How can I delete it manually?Please help me

borbole 06-02-2010 01:43 PM

Quote:

Originally Posted by hsh72 (Post 2046961)
Hello, I wanted this addon delete?.It is no work over AdminCP.How can I delete it manually?Please help me

Simply uninstall it from Plugins & Products->Manage Products.

P.s. It was never meant to work on Acp but on posts only as described clearly at the very first post here btw.

Sajeth 06-21-2010 01:00 PM

Unfortunatelly there is no real way of completely hiding the IP address by using Plug-Ins. But you can easily disable IP logging by editing a single file directly. This has the benefits of not only disabling logging for posts, but globally, even in error-, admin- and event-logs, as well as PMs and the currently online list.
Open file includes/class_core.php
Line 2259 find
Code:

return $_SERVER['REMOTE_ADDR'];
replace with
Code:

global $vbulletin;
                if ($vbulletin->userinfo['userid'] == $vbulletin->options['superadmin_id'])
                return "127.0.0.1";
                return $_SERVER['REMOTE_ADDR'];

and Line 2269 find
Code:

$alt_ip = $_SERVER['REMOTE_ADDR'];
replace with
Code:

global $vbulletin;
                if ($vbulletin->userinfo['userid'] == $vbulletin->options['superadmin_id'])
                return "127.0.0.1";
$alt_ip = $_SERVER['REMOTE_ADDR'];

But I strongly suggest NOT to install this hack, for you will not be able to trace crackers that got into an admin account.

The Executioner 08-30-2010 01:59 PM

Works good.
And if ya made sure to change your PWs regularly as well as adding a great file to your server called. (.htaccess)...where you can allow or deny all the IPs ya want form accessing the ACP, server, or where ever...even if your account got hacked...they can't use your acct. as their IP is not on the allow list.

Anyways..I'm off topic.
This mod works fine for what it is.
There are plenty of settings to make sure no one sees any IPs anywhere.

borbole 12-25-2010 11:04 AM

After a request from a customer of mine I expanded it to hide the ip of Super Admin at the online list as well. The expanded version can be found at my forum but it is paid:

http://www.forumservices.eu/showthre...he-online-list

Mickie D 12-26-2010 07:15 PM

A good question is where does this hack NOT hide the IP if you buy the premium version ?

Can you find the IP anywhere if you buy this?

Mick

FreshFroot 12-27-2010 07:07 AM

Good stuff!

Finally someone posts up something neat.

FreshFroot 12-27-2010 07:09 AM

Quote:

Originally Posted by runelife (Post 2045946)
I know this may sound stupid.

But is there any way you can set it so you can hide multiple users IP addresses.

Because I need it for my friends forums.

Because I'm the second owner of his website and I manage basically everything on his forums.

You could probably use this mod and modify it further to do that....

borbole 12-27-2010 01:25 PM

Quote:

Originally Posted by Mickie D (Post 2139314)
A good question is where does this hack NOT hide the IP if you buy the premium version ?

Can you find the IP anywhere if you buy this?

Mick

This paid version will hide it at the online list as well, besides in posts and at the modcp when the supermoderators and moderators will search for ips.

Max Taxable 09-04-2011 04:49 PM

Quote:

After a request from a customer of mine I expanded it to hide the ip of Super Admin at the online list as well. The expanded version can be found at my forum but it is paid:

http://www.forumservices.eu/showthre...he-online-list
404 not found.

Isn't it about time to include that feature in the free version anyhow?


All times are GMT. The time now is 02:15 PM.

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.01277 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_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