![]() |
Quote:
https://vborg.vbsupport.ru/showpost....6&postcount=32 it's up to you, which one you want to use. floris' hack may work well too. |
This is great - but it was HELL to figure out your TXT install file... you should make it a little bit easier to read...
|
Quote:
otherwise, just here's the rule: each commands should open by <command> and closed by </command> |
It doesn't work here :(
first I get an error by the MYSQL: Duplicate column name 'proxyip' But this column isn't in the Database! So I can't remove it too. Second of all: The IP Address is: *. The host name is: *. but I don't see the Proxy message. |
Ok, that problem is solved.
So it's working now. But: when I block an IP address I can't access the forum. When I use proxy, I can access again. When I'm posting the mod can see that I am with proxyserver... but> how can I keep them banned? The system must see that I'm on proxy and the originally address is banned. Is this possbile? Someone who knows the anwser? |
Quote:
I think BAN system do work with regular IP (which would be proxy IP in your case), so if you want to ban someone, you have to ban his proxy IP. there's nothing related to real IP revealed yet. For rightnow, I am not interested in banning system (I dont ban anyone, there's no bad guy in my site tho), so ... I dont think I can help you yet. anyway, if you wanna write it yourself, check out this part in functions.php Code:
You need to mahe sure that $proxyip is detected, and then compare this value with $val, something like Code:
Maybe you just need to add the code bellow Code:
remember, I DID NOT test the script, so if you try, give it some extra carefull :D |
Once this is installed, where does the information get shown about the users IP's
Regerds |
Quote:
https://vborg.vbsupport.ru/attachmen...chmentid=16621 |
I have followed all the steps, but all I see is the IP address as before, no proxy or other information is there, what could be wrong
Regards Chet |
Quote:
Check the posts table, and see if you have any information in proxyip column for any post: - open post table (in phpMyAdmin, for example), and sort by proxyip, see if you have any IP in there, or run this querry: SELECT * FROM `post` WHERE 'proxyip' !=''; If there're some IPs in there, means you did record the proxy IPs, check the template. Otherwise, it could either be none of the new posts posted under any ip OR your proxy function doesnt work. MAKE SURE that you did all the changes in the files correct. - add any IP into some post that you can check, using phpMyAdmin, and see if it shows up in your testing post |
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? |
A new version to catch proxyIP for Whois Online is available in the first post:
https://vborg.vbsupport.ru/showthrea...503#post474503 |
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. |
Proxy Detector Version 3.1 works fine for me ;)
thanks mtha |
I'm getting this error in the online.php script
Quote:
|
My syntax in online.php looks like this
PHP Code:
Check installation instruction and your original files to fix ! |
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 |
I have installed the hack..... Thanks MTA and now I'm looking for proxy users.
|
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 :) |
OOps.. I am a newbie after all :)
sorry mate.. I didn't have user agent on :) its working thnx |
Did you install it straight from the install notes or was there mods needed?
I am looking at this and want to make I get it right the first time. Anything will help. thanks |
*install* on vB3.0.3. Wow, most complicated hack I've installed to date. Now just waiting for someone to come online with a proxy server to see if the hack works. ;)
|
Quote:
:) why dont you get a proxy for yourself, log into your board, and check :> that way you know exactly what you have. However, if some proxy doesnt return values, you may not have expected answer. Quote:
|
Thanks, had a member showup a few moments ago using a proxy server. Your hack works like a charm. I'd like to give viewing permissions to my supermods since they are online more than me and keep a better eye on things than I do. How do I give them permission?
|
Quote:
I may have encountered a bug since installing this hack. The hack requires the User Agent display to be on in Who's Online to view the real IP address. The default setting for the User Agent display is off. I tried modifying the Whosonline template to have the UA display on by default but couldn't do it. So, I decided to change the template back to the original condition using Revert. After clicking Revert I got a popup warning and continued with the Revert. To my horror it DELETED the Whosonline template. I asked for advice on vB.com to restore the template and it was suggested that I should restore the master template: AdminCP > Styles & Templates > Upload / Download Styles > Click on import. This restored the Who's Online template without overwriting my existing template modifications. They also suspected the bug occurred because of a hack I may have installed. Does anyone here have a test forum with this hack installed and would like to see if this hack has caused a problem with the Revert function for the Whosonline template? Does anyone know how to have UA on by default when loading Who's Online? |
Well i've installed everything as I should and when I click the computer Icon on the post, I get the following page (View image). Shouldn't that be something different?
|
Quote:
The proxy IP Address is: $postinfo[ipaddress]<br> The proxy host name is: $postinfo[hostaddress]<br> The real IP Address is: $postinfo[proxyip] |
Quote:
|
Quote:
Is this right? |
Neal, the three lines of info should start with:
The proxy IP Address is: The proxy host name is: The real IP Address is: if you have modified the thread_displayip template as suggested in Proxy Detector v3.1. * * The above line is incorrect. It should read: if you have created the thread_displayproxyip phrase as suggested in Proxy Detector v3.1. What hack have you installed exactly? |
Quote:
I'm uninstaling it anyhow. |
Quote:
if you have modified the thread_displayip template as suggested in Proxy Detector v3.1. it should say: if you have created the thread_displayproxyip phrase as suggested in Proxy Detector v3.1. The phrase thread_displayip already exists. You are not meant to touch that. You are meant to create a NEW phrase called thread_displayproxyip. In the Text field you should insert: The proxy IP Address is: $postinfo[ipaddress]<br> The proxy host name is: $postinfo[hostaddress]<br> The real IP Address is: $postinfo[proxyip] That will give you the proper display. |
Quote:
### Run the Following SQL Query (for POST) ALTER TABLE post ADD proxyip VARCHAR(50) not null AFTER ipaddress; ### Run the Following SQL Query (for WOL) ALTER TABLE session ADD proxyip VARCHAR(50) not null AFTER `host`; you have to have that field to store proxyIP, otherwise you will get the default IP page as you had |
Quote:
Good job with it anyhow, wish I could make them! |
Quote:
You should try to add (manually) some number into the proxyip field of some post that you KNOW (in order to test). If you have the number appeared in "show IP windows" then you are fine, just check the code to detect the proxy. Some proxys are not detectable. btw, the code only work for NEW posting. it wouldnt know the proxyip for old posts. |
I've just installed it and faced to the same problem... Looks like information do not add into proxyip in the post table. This field clean. Could you advise something?
|
Quote:
|
If I could ask for some assistance as this is not working.
If I use the link http://YourDomain/Yourforum/online.php?ua=1 then I get the new look Who's Online page with all of the relevant details. However, this info is not saved and when I next go to Who's Online it has reverted back to its original state. Also, when I click on the IP info button in the postbit I just get the regular IP info postings.php page. I don't get the proxy ip is etc which is shown in attachment 1. I am running 3.0.3 so this may have something to do with it. Any help would be most appreciated. |
Look at the bottom of Who's Online - you should see these settings:
Display: All (space) User Agent: No (space) Per Page: 20 They are the default settings that appear whenever you load http://YourDomain/Yourforum/online.php? To see the results of the Proxy Detector v3.1 hack you need to select User Agent: Yes The Real IP is seen above the user agent info and if a Proxy IP is detected you will see the round blue icon with question mark within the user agent info. Mouse-over that to see the Proxy IP. If you are concerned about the User Agent setting defaulting every time you leave and return to Who's Online then keep Who's Online open but minimised as an icon on your taskbar while you browse the rest of the site in another open window. |
Quote:
Thankyou. Although, in the first screen shot is that suppose to be displayed when I click on the IP address icon located next to each post? |
All times are GMT. The time now is 10:09 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|