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 - Proxy IP to real IP conversion (https://vborg.vbsupport.ru/showthread.php?t=165483)

Paul M 10-30-2008 10:34 AM

Well im afraid the instructions are correct, so you must have made a mistake somewhere, take a fresh copy and do them again, making sure you dont accidently delete an extra bracket or something. :)

mechanist 11-05-2008 11:51 PM

Oh, since I upgraded to 3.7.4, it alwasy shows a red icon and instead of showing the "detected" IP, it dispalys the word "PROXYIP".

I do not use a proxy, so something needs to be updated, I think.

Paul M 11-06-2008 07:09 AM

I think you forgot this ;

Quote:

Remember that this modification involves changes to the class_core.php file - if you upgrade your vbulletin, you must reapply those changes.

mechanist 11-06-2008 01:37 PM

Shame on me :(
Thank you for help

TaMpE 11-26-2008 11:03 PM

I get this error when I tried to create a new thread

https://vborg.vbsupport.ru/external/2008/11/8.png

nvm it was the "Answer Forums" mod causing the problem.

LGKeiz 12-29-2008 12:06 PM

does this detect tor proxies?

SuperTaz 12-30-2008 12:29 AM

There is already px.gif located in my styles. Do I overwrite it with yours?

Paul M 12-30-2008 11:14 AM

I would guess its probably mine anyway - px.gif is not something that exists in standard styles.

SuperTaz 12-30-2008 01:59 PM

They do exist and they came with these styles. They are attached.

Paul M 12-30-2008 06:28 PM

Like I said, px.gif is not a standard vb image/file, I cant imagine why those styles would have one, the only time they would get used is if you have this mod installed. Perhaps they were created for someone who originally did.

SuperTaz 12-30-2008 08:05 PM

Quote:

Originally Posted by Paul M (Post 1697339)
Like I said, px.gif is not a standard vb image/file, I cant imagine why those styles would have one, the only time they would get used is if you have this mod installed. Perhaps they were created for someone who originally did.

When you click on the "IP" button on any post it brings up the "User IP Information" page with all that users' IP addresses that he/she used. Here is where it is located in the below attachment.

Paul M 12-31-2008 11:31 AM

Quote:

Originally Posted by Warden-B- (Post 1697398)
When you click on the "IP" button on any post it brings up the "User IP Information" page with all that users' IP addresses that he/she used.

That is not standard vb functionality.

SuperTaz 01-01-2009 10:19 PM

I use this mod: https://vborg.vbsupport.ru/showthread.php?t=179362

But, the buttons do come with all the styles from vbskinworks.com from what I gather from them.

bonesz28 01-02-2009 05:12 AM

this looks like a great hack! Sorry for being such a newb, how do I access my "class_core.php" to make the html changes? I can't find anything in my style sheets? I went to style manager --> then clicked on <<>> and looked through everything. Any help please?

Paul M 01-02-2009 12:11 PM

Quote:

Originally Posted by Warden-B- (Post 1698828)
I use this mod: https://vborg.vbsupport.ru/showthread.php?t=179362

But, the buttons do come with all the styles from vbskinworks.com from what I gather from them.

Then they have made a decision at some point (either on purpose, or accidently) to add an image that is only used by modifications, not standard vb :)

GrendelKhan{TSU 01-08-2009 01:06 AM

anyone know if this is working for 3.8?

edit: doh! doesn't work for 3.8 :(

proxx 01-13-2009 07:49 PM

this is a VERY valuable hack, can someone please update it to work with 3.8

Paul M 01-13-2009 10:06 PM

You could always read the first (main) post ;)

Dimoks 01-19-2009 02:52 PM

please help me...
I have VB 3.7.4
Upload new class_core.php file
EITHER upload the XML file from your computer.......
IE write in bar "Open page http://www.kharkovforum.com/admincp/plugin.php?do=productimport"
and nothing! :(
I have clear windows

almqdad 02-04-2009 02:45 PM

hello

if I use the earlier Version: and I want to upgrade to this version what are the procedure

thanks

almqdad 02-15-2009 04:05 PM

I use Real ip detection version 2.25

do I have remove the previous version first

please help

Paul M 02-15-2009 04:17 PM

Yes, remove any old version.

tlwwolfseye 02-15-2009 06:02 PM

Whats the difference between "Real ip detection v3.7.003" and this one and is it necessary to switch ?

Paul M 02-17-2009 04:00 PM

There is no difference other than you can only install 3.7.003 on vb 3.7.

gsk8 04-07-2009 12:20 PM

Is this good to go on 3.8.2?

nyunyu 04-16-2009 11:55 PM

Quote:

Originally Posted by gsk8 (Post 1785708)
Is this good to go on 3.8.2?

Haha..why not read?
On the very first post. ;)


https://vborg.vbsupport.ru/showthread.php?t=201211

Dark_Sirius 09-17-2009 08:56 PM

Hi. I am actually trying to install this mod due to my upgrade to 3.8 until I can get everything working the way I want it. I used the uninstall option from the aCP, and reverted my class_core.php file to the updated version.

However, when I try to click on a users IP address, I get an error that says:

Could not find phrase 'thread_display_proxyip'.

How do I completely uninstall this mod? I have searched tons of php files, templates and phrases but I cannot find a solution to get it back to default Vb ip checks.

Any advice would be sound.

Paul M 09-17-2009 09:05 PM

The only way to get that message is if the product is not actually uninstalled. Its generated by code using the threadmanage_getip hook.

Dark_Sirius 09-17-2009 10:37 PM

Quote:

Originally Posted by Paul M (Post 1886638)
The only way to get that message is if the product is not actually uninstalled. Its generated by code using the threadmanage_getip hook.

Yeah, I sorta tracked that down, but I am no expert in php.... :(

Like I said, I reverted all php files mentioned in the install file and uninstalled it from the adminCP. Any advice on how to track this down?

Paul M 09-18-2009 11:20 AM

Have you looked at your plugins in the ACP, you must still have something installed, perhaps an older version ?

Dark_Sirius 09-18-2009 08:17 PM

Quote:

Originally Posted by Paul M (Post 1886924)
Have you looked at your plugins in the ACP, you must still have something installed, perhaps an older version ?

I reinstalled and then uninstalled it and that fixed it. :confused:

Sorry to bother!

oxblood12 12-24-2009 02:00 AM

thanks testing

traen 02-20-2011 09:46 PM

Any luck having this updated for 4.X? I see Paul is no longer supporting this mod, is anyone else capable of updating it?


All times are GMT. The time now is 07:34 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.01329 seconds
  • Memory Usage 1,781KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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