The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Proxy Detector v3.1 - for Posts and WOL Details »» | |||||||||||||||||||||||||
############################################
# Hack Name: Proxy Detector v3.1 # Orgiginal hack by Takara and Stadler (for vB 2.0) # Modified for vB 3.0.1 and Addon by HacNho # Compatibility to vB 3.0.x # Date: 06.20.04 ############################################ # History: # Version 3.1: (update 06.20.04) # 1. Display ProxyIP in WhoIsOnline list (in UserAgent section) # # Version 3.0: # 1. Compatibility to vB 3.0 RC4 # 2. Admin with "adminpermission" will see the "ProxyIP when overmouse if the IP is not shown # 3. Proxy IP will be displayed with IP address in show IP page # # # Version 2.0 ... # # Version 1.0 by Takara and Stadler (for vB 2.x) ########################################### # Description: This is little hack detects via the Environmental Variable # HTTP_X_FORWARDED_FOR if the user is using a proxy. Most proxys give out this # variable. If it is it will display it out for you, and allow you to view the # real IP of the person, and proxy IP when you click the link (in Post or Who'sOnline). # # Files Edited: 5 - includes/init.php # - Files edited for proxyIP in posts: 2- includes/functions_newpost.php, postings.php # - Files edited for proxyIP in WOL: 2- includes/sessions.php, online.php # Templates Modified for proxyIP in posts: 2 - postbit_ip_show, postbit_ip_hidden # Templates Modified for ProxyIP in WOL: 1 - whosonlinebit # SQL Query to run: 2 (add proxyip in post and session table) # Phrase to add: thread_displayproxyip # # Remember to backup your files and DB before making any changes! ############################################ INSTALL: HN-ProxyDetextor-301.txt (8.9 KB) Upgrade from version 3.0 or only install ProxyDetector for WOL: HN-ProxyDetextor-WOL.txt (11.5 KB) - Update 06.20.04 Upgrade from version for vB beta7 to version 3.0HN-ProxyDetextor-upgrade-b7-RC4.txt (3.5 KB) SCREENSHOTS: proxydetected.jpg (7.8 KB) proxyip-WOL.gif (10.1 KB) *NEW: version 3.1 will save and show proxyIP in Who is Online page. In order to see proxy, you need to turn "UserAgent" on: http://YourDomain/Yourforum/online.php?ua=1 Remember to click Show Your Support
|
Comments |
#52
|
||||
|
||||
Quote:
Hmmm, I'm affraid I don't have enough PHP knowledge to make something like that . Any idea's? Does somebody want to make something like this? |
#53
|
||||
|
||||
A new version to catch proxyIP for Whois Online is available in the first post:
https://vborg.vbsupport.ru/showthrea...503#post474503 |
#54
|
||||
|
||||
Quote:
in functions.php Look for if (strpos(' ' . IPADDRESS, ' ' . trim($val)) !== false) { eval(print_standard_error('error_banip')); } Add after: if (strpos(' ' . PROXYIP, ' ' . trim($val)) !== false) { eval(print_standard_error('error_banip')); } (given that you did installed my mod) PS. I DIDNOT test the function, so if you want to do it, backup first. |
#55
|
||||
|
||||
Proxy Detector Version 3.1 works fine for me
thanks mtha |
#56
|
|||
|
|||
I'm getting this error in the online.php script
Quote:
|
#57
|
||||
|
||||
My syntax in online.php looks like this
PHP Code:
Check installation instruction and your original files to fix ! |
#58
|
||||
|
||||
Quote:
the installation files are updated. Quote:
PHP Code:
Or you just need to add session.proxyip, after session.host, in the original online.php file |
#59
|
||||
|
||||
I have installed the hack..... Thanks MTA and now I'm looking for proxy users.
|
#60
|
||||
|
||||
I just installed it and done what you said in the last 2 posts and still don't see nothing
all I see is theres what looks like a dash next to the original IP icon but I only see the one IP in posts and in whos online.. I am using proxy myself and it just shows the one IP I am using 3.0.3 btw and I am not a newbie to hacking so I did everything correctly I turn on my proxy I see the new IP (the proxy iP), I turn my proxy off I see my real IP nothing more , it won't show if I was behind proxy also on that board I am pretty sure at least 90% of users/visiters are behind proxy |
#61
|
||||
|
||||
OOps.. I am a newbie after all
sorry mate.. I didn't have user agent on its working thnx |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|