The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Proxy Hack v1.0 Details »» | |||||||||||||||||||||||||
Ooook,
Well, this hack is a little thing to give you vB admins and moderators some more information about the users using proxys on your board (mainly, thier IP address). The following version is upto date and works with vb 2.2.8 and whatever else. This version was updated by Stadler to work with 2.2.8. I cannot provide support personally for ANY versions here. And I do not know what support Stadler can give you. So, download the 2.2.8 update here ---------------- Everything below has to do with super old versions that don't matter.. because they are super old! You don't want them, so don't even read it! STOP READING! hehe, anyway. I repeat: VERSION 2.2.8 ABOVE ^ VERSION 2.2.5 BELOW enjoy -------------- Screenshots are in the posts to follow. Let me know how you like it, or ways I could improve it. ^_^ :bunny: Edit: Non intrusive version This little edit simply adds the proxy info to the getip template. So when mods/admins click the "IP Logged" button/graphic if there is any proxy info, it will tell them instead of in postbit. Get it here Attachment: Non Intrusive Version Screenshot Normal, version: Show Your Support
|
Comments |
#92
|
|||
|
|||
Well, you need to run this query in order to add this field to your 'post'-Table.
If you're not able to add this field through the query I can't help you, sorry. |
#93
|
||||
|
||||
can the query be done threw ssh?
maybe there is a bug in my Cpanel version i have never had a problem with running a query before. |
#94
|
|||
|
|||
I don't know. I'm doing all Database Maintenance and all querys through phpMyAdmin, but I think you should be able to execute the query, if you're logged in into your forums database. Well ... I prefer phpMyAdmin for this.
Just an idea, but maybe you should upgrade to phpMyAdmin 2.3.2 and then retry to apply the query again through phpMyAdmin? |
#95
|
||||
|
||||
it is version 2.3.2
MySQL 3.23.53 thanks |
#96
|
||||
|
||||
I installed this hack but it barely works..
To test it I used 5 well known proxy web based cgi engines and it only detected one. On top of that, the one that it DID detect said my IP was someone WAY off from what it really is. Great idea, great concept and it does sort of work but I'm just letting you know this needs much more work and should probably still be in the BETA forum. |
#97
|
||||
|
||||
Its dependant on the proxy and such. Normal ISP proxys and non anon proxys give your IP, but not all. So the code is not beta.
|
#98
|
|||
|
|||
A Bugtraq subscriber released a XSS vulnerability today involving Ikonboard and a similar feature to this hack in that forum. Preventative measures should probably be taken with this hack:
Quote:
Paul |
#99
|
|||
|
|||
Well ... why reinvent the wheel? Just use the XSS-Fix from vB2.2.9:
IN newthread.php AND newreply.php FIND Code:
} else { $proxyip=""; } Code:
$proxyip=xss_clean($proxyip); Stadler |
#100
|
||||
|
||||
Are there any more methods to checking proxies than this:
Code:
if ($HTTP_SERVER_VARS['HTTP_FORWARDED']!="") { $proxyip=$HTTP_SERVER_VARS['HTTP_FORWARDED']; } elseif ($HTTP_SERVER_VARS['HTTP_X_FORWARDED_FOR']!="") { $proxyip=$HTTP_SERVER_VARS['HTTP_X_FORWARDED_FOR']; } elseif ($HTTP_SERVER_VARS['HTTP_CLIENT_IP']!="") { $proxyip=$HTTP_SERVER_VARS['HTTP_CLIENT_IP']; } else { $proxyip=""; } $proxyip=xss_clean($proxyip); |
#101
|
||||
|
||||
We're getting odd results, too. It's noting people with proxies who don't use them. Not quite sure what to think now.
|
#102
|
|||
|
|||
i'm trying to install this hack but i do not have a functions.php????? LOL, did someone eat it?
|
#103
|
|||
|
|||
Quote:
|
#104
|
|||
|
|||
not to be a smartass but why can't someone just make this hack or any hack an easy install. you click set up and it does it itself. what's up w/ all the copy and pasting and running sql queries. this needs to be made easier to use. just my opinion, i could be wrong.
|
#105
|
|||
|
|||
i got this thing installed and it appears to work fine, however has anyone noticed that if you have the board turned off and you try and post, you get a sql error?
|
#106
|
||||
|
||||
nope.. no SQL errors here when the board is off...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|