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=201211)

Paul M 03-09-2009 10:31 AM

Some of the edits appear to be in the wrong place (Steps 1 & 2) - and you also seem to have completely deleted the fetch_ip() function.

Jaiibee 03-13-2009 02:04 AM

Sigh, I missed the "Add below" part and deleted fetch_ip.
My bad, thanks for the support and modification, Paul M. Muchly appreciated.

mtlcore 03-15-2009 08:16 PM

How is this different than the IP function already in place by vbulletin?
example in the first step, where you say to add the code, there is another code which starts with:
Quote:

Fetches an alternate IP address of the current visitor, attempting to detect proxies etc.
is this the same?

chick 03-19-2009 11:15 AM

Paul before I try this I was wondering if there is anyway to prevent mods from having access to this feature in their modCP. My mods cannot view IP's, only admins.... so I don't even want them to know this is installed.

I will await your reply before installing and thank you.

Paul M 03-19-2009 12:49 PM

This doesnt make any difference to the modcp.

chick 03-19-2009 01:38 PM

okay thank you. so I add this to the header template or headerinclude?

<!-- $Header: d:\cvs/3.8/Proxy-to-real-ip/Proxy-to-real-ip.txt,v 1.1 2008/10/04 19:57:57 pem Exp $ -->

clicks install (but will wait for answer)

Thanks again

Paul M 03-19-2009 07:52 PM

You dont do anything with that - just follow the instructions in the text file.

Notorious Jay 03-22-2009 06:55 AM

Thanks Paul works great!

chick 03-25-2009 03:06 PM

OK thank you... I noticed it at the top of the text instructions and thought it must be for something. Thanks Paul

HolyKiller 04-20-2009 09:47 PM

Installed ...

It works if user use transparent proxy

It doesn't work if user use Elite proxy


Better than nothing ... so, thanks :)

dutchbb 04-28-2009 08:29 PM

Mediawiki has a pretty big list of proxy ip's, idea to import those in this mod so more Ip's are detected as proxy?

kyrenator 05-25-2009 08:12 AM

thanks! i hope it will work!!!

Paul M 05-25-2009 09:10 AM

Quote:

Originally Posted by dutchbb (Post 1800795)
Mediawiki has a pretty big list of proxy ip's, idea to import those in this mod so more Ip's are detected as proxy?

Nope. The point of this is (was) to extract the real ip if a proxy is detected, having a list of proxy servers isnt going to help with that.

JFYI, I think I have mentioned this before, but this was specifically developed for my forum when the uk ISP Virgin Media (NTL as was) used to use transparent proxy servers. They no longer do this, so this is a bit redundant to me, but I have so far kept it updated. Whether I do that for vb4 I havent decided yet.

korny 05-30-2009 06:58 AM

Ok, lets say that the user has already been banned and his IP has been banned also. After I install this, the user decides to try to gain access to my board again through a proxy. What I am reading is that the proxy will be detected and the users real IP will surface. If thats the case, then he will not be able to see the board as his original (real) ip was shown and its banned already. Is that how this mod works?

Byron 06-17-2009 02:23 PM

How do you uninstall the hack?

What tables have been added?

Do we just uninstall the product?

Paul M 06-17-2009 03:37 PM

Quote:

Originally Posted by Byron (Post 1831303)
Do we just uninstall the product?

Do this, and revert class_core.php

maplr4life 06-17-2009 08:27 PM

nice :) installed.
thanks.

ps. You should mention that class core is in includes somewhere for the general vB noob

MacHack 06-17-2009 11:19 PM

Hello Paul, I was using this in the past, great product, worked great:up:. However after upgrading to 3.8.3, I went in to class_core and couldn't find the line in step 2 to add below now in class_core. And in further investigation they seemed to make several changes to the "detect proxies" section in class_core. Have they implemented these changes of yours and is this product is no longer needed if using 3.8.3? Thanks.

kalisekj 06-18-2009 01:25 AM

Sadly for the first time of installing a hack I have an irrepairable error. After installing this Hack My Who's online is no longer working, I get a DB error as seen below:
Database error in VBulletin 3.8.2 , It was working fine right before I installed this. I uninstall and revert back to my saved class_core.php file and who's online is still not working any more. Help! Please! I have Thread Thumbnail hack installed but this should not affect who's online.

Invalid SQL:

SELECT postid, attachmentid
FROM attachment
WHERE attachmentid IN (0,6555,4423,6107);

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, June 17th 2009 @ 09:11:41 PM
Error Date : Wednesday, June 17th 2009 @ 09:12:14 PM
Script : http://freeonlinemoviesforum.com/online.php
Referrer : http://freeonlinemoviesforum.com/index.php
IP Address : 189.217.89.62
Username : 2borno2b
Classname : vB_Database
MySQL Version :

Paul M 06-18-2009 12:47 PM

<i>MySQL server has gone away</i> is a server/mysql error, usually meaning your mysql wait_timeout is too low. Something your host needs to fix.

Paul M 06-18-2009 12:48 PM

Quote:

Originally Posted by MacHack (Post 1831599)
Hello Paul, I was using this in the past, great product, worked great:up:. However after upgrading to 3.8.3, I went in to class_core and couldn't find the line in step 2 to add below now in class_core. And in further investigation they seemed to make several changes to the "detect proxies" section in class_core. Have they implemented these changes of yours and is this product is no longer needed if using 3.8.3? Thanks.

Class_core has not changed in 3.8.3

kalisekj 06-18-2009 03:24 PM

I have had the server adjusted, and still i get the DB Error, more info though is that if I am a regular user pulling up online.php it comes up fine because it is not showing the ip addresses. So it has something to do with a db field not being added correctly or not being able to be found when an admin or mod attempts to pull up online.php. I am not to sure of what db field was added and where it was added, I did check my db on the server and do not see any proxy_ip field added to the db in any of the tables. I think that something is wrong here. Can you assist me in understanding what field needs to be added to what table. Thank You!

kalisekj 06-18-2009 04:37 PM

ok I have fixed the problem Now :D Thank You For this mod, Not sure if it works but time will tell.

MacHack 06-18-2009 09:04 PM

Quote:

Originally Posted by Paul M (Post 1831881)
Class_core has not changed in 3.8.3

You're right Paul, my apologies! It was late and I couldn't find the line in step 2, found it today, haha. Thanks again for this and all your wonderful products!!

James Birkett 06-20-2009 07:12 PM

Hey Paul, last time I installed this modification it shown the IP icon as red even when the user wasn't behind a proxy. Was this a fault on my behalf, or has this been fixed at all?
Any information would be appreciated.

Paul M 06-20-2009 11:20 PM

That happens when you forget to do the file edits.

Saviour 07-03-2009 06:49 PM

Paul...

Thanks for this...installed with no issues. Instructions were straight forward and easy to follow. Running this on 3.8.3. I'll let you know how it goes.

Thanks for a great mod!

Robbed 07-07-2009 04:42 PM

It only displays the red icons when I disabled the ipinfo hack

Any suggestions?

ricardoNJ 07-08-2009 01:09 AM

Smetimes I see:
**********.board.xm.fj.dynamic.163data.com.cn

That is a user with a proxy IP? How can I ban' him , only copy and paste?

Paul M 07-08-2009 11:10 AM

This mod does not ban anything.

ErrorLog 07-10-2009 09:07 PM

Thanks Paul Installed

Lolli 07-19-2009 07:52 AM

Installed.

SuperTaz 08-22-2009 06:37 PM

I read the info of what it can do and tried 6 proxies and it still shows those proxies and not my IP. So, I guess I use some good proxies..

Hornstar 08-22-2009 08:08 PM

Did anything change in 3.8.4?
Because I re did the changes to class_core.php in 3.8.4 like I did with every other vb release but this time, every post appears to be from the same proxy.
The Proxy Server IP Address is: PROXYIP
did I do something wrong, or has something changed?

Edit: I spoke to soon, It appears everything is working now.

Paul M 08-22-2009 08:16 PM

You did something wrong. Nothing has changed in 3.8.4.

unforsaken 08-25-2009 08:17 PM

XML Error: Not well-formed (invalid token) at Line 3 on install

Paul M 08-26-2009 12:26 PM

That means you have a corrupted xml file.

DeanLag 08-27-2009 07:03 PM

I have this mod installed on my boards annnnd someone using "anonymouse.org" (I think its a browser program that goes through a proxy or whatever?.. not sure" and it didn't detect his real IP. How do I know he's using a proxy? I IP traced him and yeah, showed me another IP.

hpidriver 08-31-2009 02:07 PM

I would looooooove this mod, but it does not work for me. I am suppposed to be editing class_core.php in the includes folder correct????? Please advise what i am doing wrong, i have installed and did everything in the directions and see no changes at all.

Paul M 08-31-2009 11:36 PM

What change exactly are you expecting to see, that you dont ?


All times are GMT. The time now is 01:33 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,809KB
  • 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
  • (5)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
  • (40)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