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 |
#77
|
||||
|
||||
hmm proxy...sounds familiar
|
#78
|
|||
|
|||
Hi,
I've just successfuly installed the Proxy Hack on a vBulletin 2.2.8 and I applied some changes: 1. Compatibility to vB 2.2.8 2. only Mods with "canviewip"-permission in the specific forum can see the "Proxy detected"-Link. Others won't see anything. I've applied (and marked) the changes directly to the hack-file and I want to ask, if I'm allowed to attach it here. |
#79
|
||||
|
||||
Feel free, I'll update the link on the first post to direct to yours.
|
#80
|
||||
|
||||
Sweet Hack
[high]* assassingod wonders why he hasnt this before[/high] |
#81
|
||||
|
||||
Thanks for this Great hack m8.
|
#82
|
|||
|
|||
Quote:
Could someone check it, if it works? It works as it should in our forums, but maybe I forgot something in the file. |
#83
|
|||
|
|||
Thank You
IT WORKS lmao wow thank you very much. My hats off to you Stadler BowHunt |
#84
|
|||
|
|||
You're welcome.
And thx for testing |
#85
|
|||
|
|||
Hi again.
I just fixed a bug, that caused one extra query per post displayed. I strongly recommend to upgrade to version 1.1.1 Stadler |
#86
|
||||
|
||||
I updated the post on the main page. I'm not much with words. If someone wants to put some words in my mouth (reformat the opening post) feel free to type it up for me.
Thanks again to Stadler once again for the updated version. [edit] Stadler, why don't you start a new post for the proxy hacks. I'll request this post deleted by the mods. Or you can just keep updating that one file and I'll delete all the rest of my files so there is no confusion. |
#87
|
||||
|
||||
this does not exist in 2.2.8
if ($logip==1 or $logip==2) { $ipaddress=iif(getenv("REMOTE_ADDR")!="",getenv("R EMOTE_ADDR"),$HTTP_HOST); } else { $ipaddress=""; } when i install the 2.2.8 version 1.1.1,, i get database errors :cross-eyed: |
#88
|
|||
|
|||
Try searching for:
Code:
} else { $ipaddress=""; } |
#89
|
||||
|
||||
when i run the query i get
You have to choose at least one Column to display? |
#90
|
|||
|
|||
Which query do you run from where?
Code:
ALTER TABLE post ADD proxyip VARCHAR(16) not null AFTER ipaddress; |
#91
|
||||
|
||||
i use phpMyAdmin
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|