View Full Version : Add-On Releases - vbAnonymizer
Dismounted
11-10-2006, 10:00 PM
vbAnonymizer
Description:
This is a hack to "anonymize" all outgoing links from your forum to prevent the referrer information from being sent.
Installation:
All the installation information is in the package.
What's different about this one?
Unlike the other anonymizing hacks, this one is integrated with vBulletin, meaning it shows a nice message along with your forum's headers and footers.
Changes:
2 Templates
6 Plugins
2 Files
Other Versions:
vbAnonymizer for 3.7 - https://vborg.vbsupport.ru/showthread.php?t=184267
Dismounted
11-11-2006, 07:50 PM
Change Log:
3/10/2008 - Version 3.0
- Rewrite of Code to Streamline for Efficiency
- Fixed Local URL Issues
- Fixed No Follow Attribute Issues
- Renamed Local URLs list to Whitelist
- Added Ability to Rename 'redirector.php'
3/07/2008 - Version 2.8
- Fixed XSS Flaw
- Fixed Several Other Issues
- Updated ReadMe
- First 3.7 Release
24/4/2007 - Version 2.7
- Fixed Issues With rel="nofollow"
- Fixed Input Clean Variable
- Fixed Rewriting Issues
23/4/2007 - Version 2.6
- Added Option To Add rel="nofollow"
- Improved URL Encryption
2/4/2007 - Version 2.5
- Fixed 'No Delay' Issues
- Fixed Script Typos
29/3/2007 - Version 2.4
- Phrased WOL
- Fixed '&' Issues
- Fixed Compatibility Issues
- Added Function To Specify Path To Script
28/3/2007 - Version 2.3
- Slimlined Code
20/11/2006 - Version 2.2
- Fixed Custom BB Codes Not Working After vbAnonymizer Is Installed
- Fixed Posts Prior To Installing vbAnonymizer Containing URL's Not Being Anonymized
- Countdown Timer Can Be Disabled
19/11/2006 - Version 2.1
- Added Countdown Timer For Delay
19/11/2006 - Version 2.0
- Fixed Compatibility Problems
- Fixed Several Type Errors
- Fixed Injection Exploits
- Fixed URL's Not Being Anonymized In Signatures
- Fixed URL's With '&' Not Anonymizing Properly
- Added WOL Locations (Link on profile is the about page).
- Added "About" page, can be accessed by "./redirector.php?do=about"
- Added Customizable Redirection Page Text
- Added Clickable URL On Redirection Page
12/11/2006 - Version 1.0
- Initial Release
MaestroX
11-11-2006, 08:26 PM
Nice mod, thanks for sharing
D.Ilyin
11-11-2006, 08:40 PM
Dismounted can you redid all "strong" phrases for easy translate yours exelent hack? :rolleyes:
/installed
Dismounted
11-11-2006, 08:43 PM
What do you mean? If you meant you would like to translate the text to suit your forum, just edit the template "vbanonymizer".
Shazz
11-11-2006, 08:57 PM
Looks like a charm, thanx :)
Shazz
11-11-2006, 09:03 PM
/me installs
D.Ilyin
11-12-2006, 12:08 AM
What do you mean? If you meant you would like to translate the text to suit your forum, just edit the template "vbanonymizer".
Yes. I mean that.
But i like do it (translate) with $vbphrase[]'s. Becouse my forum use two languages.
PS Never mind. I'll do it myself.
Shazz
11-12-2006, 02:18 AM
What did you updated?
The read me file... You changed who it was from?
Dismounted
11-12-2006, 03:04 AM
Yes, I changed the dates aswell. I changed the "From" because I wanted to link to my new site :p.
Shazz
11-12-2006, 03:10 AM
I see...
* Shazz ignores updated :D
Dismounted
11-12-2006, 03:18 AM
By the way, does anyone have any suggestions for the hack?
Shazz
11-12-2006, 03:41 AM
I put a longer timer on it , and Re-did everything on the redirecton page.
Just my opinioin
Dismounted
11-12-2006, 03:45 AM
I must admit, the redirection page is a bit messy :p. Could you do a better one for me?
Tacama
11-12-2006, 03:54 AM
I like the integrated style...
Thanks for your time ;)
Installed of course.
Shazz
11-12-2006, 03:57 AM
I must admit, the redirection page is a bit messy :p. Could you do a better one for me?
Mmmmm, Maybe not the exact same as mine since i want mine to be special in a way :)
Ill look into it and post back in the thread
SCRIPT3R
11-12-2006, 04:54 AM
how 'bout setting up some hooks for the WOL processes? i'm not sure if you can address the random variables for different pages though... php?* maybe?
redlabour
11-12-2006, 05:13 AM
Does not work with vBadvanced.
As long this is not fixed you can use this Hack :
Own Redirector and Anonymizer (https://vborg.vbsupport.ru/showthread.php?t=118042)
@Dismounted - i attach the German Translation with a Disclaimer. ;)
In any Way i have stopped supporting my Hack today - i think this Solution is a better one. Thx for your Work but please Fix the vBadvanced Links. ;)
Shazz
11-12-2006, 05:45 AM
^Never noticed that..
redlabour
11-12-2006, 10:10 AM
Another suggestion - can you implement that the Redirected URL is clickable so Users that know the Disclaimer can fasten the Redirection ?
how 'bout setting up some hooks for the WOL processes? i'm not sure if you can address the random variables for different pages though... php?* maybe?
https://vborg.vbsupport.ru/showthread.php?t=83247&page=9 ;)
cuphongle
11-12-2006, 08:15 PM
very nice, thanks
SCRIPT3R
11-13-2006, 02:07 AM
is this cutting long redirecting links short for anyone else?
Shazz
11-13-2006, 02:39 AM
is this cutting long redirecting links short for anyone else?
No..?
Stoebi
11-13-2006, 03:31 AM
Hi,
great hack, but you should using the vBulletin Input Cleaner Class:
https://vborg.vbsupport.ru/showthread.php?t=119372
Regards,
Stoebi
SCRIPT3R
11-13-2006, 05:25 AM
seems to cut short anything linked to imagevenue.com for whatever reason... ok figred it's cutting links off after the "&" symbol. for example,
http://img138.imagevenue.com/img.php?loc=loc473&image=blahblahblah.jpg
after the redirect, all the bolded will get removed.
SCRIPT3R
11-13-2006, 05:27 AM
great hack, but you should using the vBulletin Input Cleaner Class:
https://vborg.vbsupport.ru/showthread.php?t=119372
a very good idea to help clean things up a bit and make it more safe.
SCRIPT3R
11-13-2006, 05:36 AM
https://vborg.vbsupport.ru/showthread.php?t=83247&page=9 ;)
i don't think that can't be used for all the end variables of links. i was thinking to add a WOL hook built into the product. perhaps for just a redirecting... status maybe. i'm a bit tired and about to head off to bed, but will check back in the morning when i get into work to see if the OP can fix the bugs.
redlabour
11-13-2006, 06:18 AM
After vBAnonymizer has some security Risks and some Bugs (not vBAdvanced compatibel and others ...) i suggest to reinstall my Hack if you have it deinstalled after the Mail from Yesterday.
Until all Bugs are fixed i still use my Release : https://vborg.vbsupport.ru/showthread.php?t=118042
SCRIPT3R
11-13-2006, 03:48 PM
After vBAnonymizer has some security Risks and some Bugs (not vBAdvanced compatibel and others ...) i suggest to reinstall my Hack if you have it deinstalled after the Mail from Yesterday.
Until all Bugs are fixed i still use my Release : https://vborg.vbsupport.ru/showthread.php?t=118042
what one could do is drop your links.php code into this redirecting.php code and there you have a working vB redirector with the headers and whatnot used by this one, along with the AdminCP options. ;)
redlabour
11-13-2006, 04:25 PM
what one could do is drop your links.php code into this redirecting.php code and there you have a working vB redirector with the headers and whatnot used by this one, along with the AdminCP options. ;)
@Dismounted - feel free to do so. I give you the Permission to release this.
SaN-DeeP
11-13-2006, 10:17 PM
This is a hack to "anonymize" all outgoing links from your forum to prevent the referrer information from being sent.Not hijacking thread but as far as I have read on various sites, this kind of prevention gets your site less weightage in search engines ?
Correct me If i am wrong.
Shazz
11-13-2006, 10:20 PM
Not hijacking thread but as far as I have read on various sites, this kind of prevention gets your site less weightage in search engines ?
Correct me If i am wrong.
I don't think this is true... Um, How do I explain
redlabour
11-14-2006, 09:46 AM
Not hijacking thread but as far as I have read on various sites, this kind of prevention gets your site less weightage in search engines ?
Correct me If i am wrong.
This is not correct.
redlabour
11-14-2006, 04:19 PM
So it looks like the Hack is dead only a few Days after the Release.
@Dismounted - did you still work on it ?
SCRIPT3R
11-14-2006, 04:32 PM
i guess "Supported" means something different to everyone. it would be wise however that hack creaters subscribe to their own threads to which they claim to offer support... and then actually support them. but that's just my opinion.
:D
redlabour
11-14-2006, 04:50 PM
i guess "Supported" means something different to everyone. it would be wise however that hack creaters subscribe to their own threads to which they claim to offer support... and then actually support them. but that's just my opinion.
:D
That?s not what i mean with my last Post.
Dismounted has only a few Posts at vb.org - then he releases a new Hack. After the first critical Announcments to his Hack he seems to be gone .... :alien:
SCRIPT3R
11-14-2006, 05:29 PM
yea, it's weird that he's not back to support this just yet... especially given the circumstance. however, it's easy enough to inject your code into his for a more complete and better total hack. at least that's what i've done.
DaNIEL MeNTED
11-14-2006, 07:20 PM
yea, it's weird that he's not back to support this just yet... especially given the circumstance. however, it's easy enough to inject your code into his for a more complete and better total hack. at least that's what i've done.
Can you post the changes you made?
SCRIPT3R
11-14-2006, 08:05 PM
not without permission from both authors, sorry.
redlabour
11-14-2006, 08:44 PM
not without permission from both authors, sorry.
I gave you full Permissions to use my Code. For the vB Part you did not need the Permissions from Dismounted. ;)
But i will only give the Permissions if you release it as a brand New Hack and not in this Thread. :)
SCRIPT3R
11-14-2006, 08:48 PM
alright, i'll make some small minor adjustments and release it. does anyone want anything changed or specific they need, desire, or whatever?
redlabour
11-14-2006, 08:57 PM
alright, i'll make some small minor adjustments and release it. does anyone want anything changed or specific they need, desire, or whatever?
Fully phrased of course and the permission to release the german Version on vbhacks-germany ! ;)
The best Thing was if everyone is able to change the Disclaimertext from AdminCP with BBCode enabled. ;)
And of course the ability to klick the URL at the Disclaimer to change directly without waiting to the external URL.
Can you send me a PM if you have released ? BTW - you can use the Name of my old Hack as Versionnumber 3.0 if you want. ;)
SCRIPT3R
11-14-2006, 11:19 PM
i'm not able to release separately because the core is not mine - credit to Marco van Herwaarden; this update has been approved via PM.
vB Version: 3.6.x
Mod Version: 2.0
Mod Product ID: mh_anolink
Description:
This PRODUCT will add a self configurable anonymising link to all external urls in posts.
Installation:
Install the XML as PRODUCT.
Configuration:
vBulletin Options >> Link Anonymizer.
DaNIEL MeNTED
11-14-2006, 11:32 PM
i'm not able to release separately because the core is not mine - credit to Marco van Herwaarden, port has been approved via PM.
vB Version: 3.6.x
Mod Version: 2.0
Mod Product ID: mh_anolink
Does this still require the PHP file?
SCRIPT3R
11-14-2006, 11:36 PM
no, the product is an all-in-one type thing... completely different then this threads hack.
DaNIEL MeNTED
11-14-2006, 11:55 PM
Hmmm... is there no way this can be done without redirecting to an external anonymizer? I'd rather not have to rely on someone elses server to be up to get people redirected.
I did like the "you are about to be redirected" page... just not the fact it breaks urls with & in them....
SCRIPT3R
11-15-2006, 12:06 AM
Hmmm... is there no way this can be done without redirecting to an external anonymizer? I'd rather not have to rely on someone elses server to be up to get people redirected.
yes, redlabour hack does this well. i will release an update for his as soon as i can in a separate thread as he has given permission to do so.
I did like the "you are about to be redirected" page... just not the fact it breaks urls with & in them....
it appears as though Dismounted is a student and probably just been busy with school since the week just started. i'll give him a few more days before i start ripping into his hack. if this is truly has been abandonded (which i doubt - hopefully) i will update it.
redlabour
11-15-2006, 05:32 AM
i'm not able to release separately because the core is not mine - credit to Marco van Herwaarden; this update has been approved via PM.
vB Version: 3.6.x
Mod Version: 2.0
Mod Product ID: mh_anolink
Description:
This PRODUCT will add a self configurable anonymising link to all external urls in posts.
Installation:
Install the XML as PRODUCT.
Configuration:
vBulletin Options >> Link Anonymizer.
It uses external Anonymizer Providers. This is exactly what my Hack is for to not use them.
Alex Kray
11-15-2006, 07:16 AM
Hi, i've tested this hack, it's good, but i have a question.
What about urls in signature? It's still live links.
By the way, urls in posts and private messages works good.
Regards,
Alex
redlabour
11-15-2006, 07:41 AM
Hi, i've tested this hack, it's good, but i have a question.
What about urls in signature? It's still live links.
By the way, urls in posts and private messages works good.
Regards,
Alex
This Hack is unsecure and seems to be not longer developed and supported.
Use this between : https://vborg.vbsupport.ru/showthread.php?t=118042
And for the next Time - read the last 10 to 20 Postings before you ask questions. ;)
SCRIPT3R
11-15-2006, 03:30 PM
It uses external Anonymizer Providers. This is exactly what my Hack is for to not use them.
yes, that is known.
Alex Kray
11-15-2006, 06:16 PM
thx, really, i need to read, but it wasn't question it was something like a request or +1 to another requests ;)
Dismounted
11-17-2006, 03:59 AM
Sorry for the delay guys, I was on camp for the whole week. I'll be back up and updating this hack soon.
redlabour
11-17-2006, 04:09 AM
Sorry for the delay guys, I was on camp for the whole week. I'll be back up and updating this hack soon.
Good to hear ... which Suggestions will you implement and which Bugs will be fixed ?
Dismounted
11-17-2006, 04:41 AM
I will be implementing most of your suggestions and many bugs (if not all) should be fixed, for example, the vBA bug should be fixed.
redlabour
11-17-2006, 05:55 AM
I will be implementing most of your suggestions and many bugs (if not all) should be fixed, for example, the vBA bug should be fixed.
Sounds great - i will test it then.
Dismounted
11-18-2006, 09:27 PM
Hack Updated!
19/11/2006 - Version 2.0
- Fixed Compatibility Problems
- Fixed Several Type Errors
- Fixed Injection Exploits
- Fixed URL's Not Being Anonymized In Signatures
- Fixed URL's With '&' Not Anonymizing Properly
- Added WOL Locations (Link on profile is the about page).
- Added "About" page, can be accessed by "./redirector.php?do=about"
- Added Customizable Redirection Page Text
- Added Clickable URL On Redirection Page
redlabour
11-18-2006, 09:35 PM
Works absolutely great now ! :D
Shazz
11-18-2006, 10:17 PM
Ill check out the update :)
Shazz
11-18-2006, 10:42 PM
Since it flipped back to the old redirect page (Which I think is ugly personally)
had to change the template back to the old and vB options was nice to easily scroll to
I don't get what the old vB template is for now the old 1.0 one, So I deleted it
Anyway seems to be working well :)
Nathan2006
11-19-2006, 12:52 AM
Thank you Dismounted :)
This is great and will save a lot of time when the anonymous sites are down.
Is there anyway to have the counter count down in real time? would look cool.
Thanks again
Install :)
Shazz
11-19-2006, 12:59 AM
Um, I found numerous errors and other missing things...
Dismounted
11-19-2006, 01:10 AM
Thank you Dismounted :)
This is great and will save a lot of time when the anonymous sites are down.
Is there anyway to have the counter count down in real time? would look cool.
Thanks again
Install :)
Yes, I have been thinking of implementing this. I just haven't gotten around to doing it.
Um, I found numerous errors and other missing things...
Tell me those errors, I will try to correct them.
Shazz
11-19-2006, 01:42 AM
Yes, I have been thinking of implementing this. I just haven't gotten around to doing it.
Tell me those errors, I will try to correct them.
Well... One was, On the adminCP control panel home page.
About one hour it hit me
Error on line 1 includes/class_bbcode.php
=\
Dismounted
11-19-2006, 01:49 AM
That's weird, my hook on that file is at bbcode_parse_complete. Which is no where near there.
Shazz
11-19-2006, 02:08 AM
That's weird, my hook on that file is at bbcode_parse_complete. Which is no where near there.
I also have nothing custom to that file or anything to do with it.
It was werid how it hit me a hour later when I don't even touch anything, its just the admin Home screen. There was one more glitch i forgot what it was...
But if its just me getting this and no one else its fine.
Dismounted
11-19-2006, 02:18 AM
I've been testing version 2.0 for a few hours, and this strange error has never occurred to me.
Anyway, here's what is going to be included in the next version (more suggestions are welcome):
1. Countdown timer on redirection page. (Done)
EDIT: Decided to release version 2.1.
Hack Updated!
19/11/2006 - Version 2.1
- Added Countdown Timer For Delay
Shazz
11-19-2006, 02:33 AM
I've been testing version 2.0 for a few hours, and this strange error has never occurred to me.
Anyway, here's what is going to be included in the next version (more suggestions are welcome):
1. Countdown timer on redirection page. (Done)
EDIT: Decided to release version 2.1.
Hack Updated!
19/11/2006 - Version 2.1
- Added Countdown Timer For Delay
Im just going to use the original.. Could you point out the code changes made and maybe I could edit the original one?
Nathan2006
11-19-2006, 02:49 AM
I've been testing version 2.0 for a few hours, and this strange error has never occurred to me.
Anyway, here's what is going to be included in the next version (more suggestions are welcome):
1. Countdown timer on redirection page. (Done)
EDIT: Decided to release version 2.1.
Hack Updated!
19/11/2006 - Version 2.1
- Added Countdown Timer For Delay
:D yeahhh
Thank you Dismounted,
This works and looks great!
Updated :)
Dismounted
11-19-2006, 02:50 AM
2.0/2.1 is a half-rewrite of 1.0, so it wouldn't be practical.
Shazz
11-19-2006, 03:21 AM
2.0/2.1 is a half-rewrite of 1.0, so it wouldn't be practical.
Just the timer -.-
Dismounted
11-19-2006, 03:30 AM
I said from 1.0 to 2.0/2.1 :p, not from 2.0 to 2.1.
If you wanted without the timer, download 2.0.
Shazz
11-19-2006, 03:31 AM
I want with the timer, but using 1.0
What code edits and fixes what I need to change? :(
Or Do I have to find it out manually..
Dismounted
11-19-2006, 04:28 AM
1. Select the template 'vbanonymizer' (Version 1.0).
2. Find:
$headinclude
Add Below:
<script language="javascript" type="text/javascript">
<!--
x = $vboptions[vbanonymizer_delay] + 1;
function countdown()
{
x--;
if(x > -1)
{
document.getElementById("delay").innerHTML = x;
setTimeout('countdown()',1000);
}
}
//-->
</script>
3. Find:
<body>
Replace With:
<body onload="countdown();">
4. Find:
You are now leaving $vboptions[bbtitle] and being redirected to <b>$url</b> in $vboptions[vbanonymizer_delay] seconds.
Replace With:
You are now leaving $vboptions[bbtitle] and being redirected to <b>$url</b> in <span id="delay"></span> seconds.
Shazz
11-19-2006, 04:48 AM
Much luv
Thanx!! Looks very good
redlabour
11-19-2006, 10:32 AM
Bug :
If vBAnonymizer is activated Own vB Codes are not longer visible in Admin CP.
Dismounted
11-19-2006, 06:25 PM
Screenshot please as I don't really know what you're saying.
DaNIEL MeNTED
11-19-2006, 06:46 PM
I uninstalled the previous version and installed this version and URLs are not getting rewritten?
redlabour
11-19-2006, 09:15 PM
Screenshot please as I don't really know what you're saying.
Attached.
Dismounted
11-20-2006, 04:43 AM
Hack Updated!
20/11/2006 - Version 2.2
- Fixed Custom BB Codes Not Working After vbAnonymizer Is Installed
- Fixed Posts Prior To Installing vbAnonymizer Containing URL's Not Being Anonymized
- Countdown Timer Can Be Disabled
DaNIEL MeNTED
11-20-2006, 05:27 AM
working for me now!!
Dismounted
11-20-2006, 09:03 AM
Nice to hear! :)
redlabour
11-20-2006, 09:08 AM
Nice to hear! :)
Dont see any open Bugs now. Well done ! :)
SCRIPT3R
11-20-2006, 03:53 PM
re: Upgrading...
Step 3 (Revert Templates):
Go to your AdminCP.
Styles & Templates -> Style Manager -> Click 'Edit Templates' Under Your Style -> Select the template 'vbanonymizer'.
Click 'Revert'.
are you sure that's possible? i have and _about & _main - to which do you refer because neither can be reverted.
Dismounted
11-20-2006, 06:19 PM
Ah, sorry, I got confused when I wrote that. Those instructions are for if you have customized them.
Shazz
11-20-2006, 10:24 PM
*Trys the update again :)
DaNIEL MeNTED
11-21-2006, 09:55 AM
I'm getting some urls encoded funny... on the redirect page I get:
you are now leaving x.com and being redirected to redirector.php?url=%68%74%74%70%3a%2f%2f%77%77%77% 2e%69%6e%73%69%67%68%74%73%74%72%61%69%6e%69%6e%67 %2e%63%6f%6d in 0 seconds.
Then it reloads redirector.php and has "you are now leaving x.com ..." with the right URL.
Ideas?
redlabour
11-21-2006, 05:15 PM
I'm getting some urls encoded funny... on the redirect page I get:
Then it reloads redirector.php and has "you are now leaving x.com ..." with the right URL.
Ideas?
Same at WOL - s. Screenshot ... :D
Shazz
11-21-2006, 08:35 PM
How do you get the about screen?
redlabour
11-21-2006, 09:16 PM
How do you get the about screen?
WOL and klick on someone who is using vBanonymizer
Shazz
11-21-2006, 10:31 PM
WOL means? /me is slow
And that the only way to get the about screen -.-
Dismounted
11-22-2006, 03:58 AM
I'm getting some urls encoded funny... on the redirect page I get:
Then it reloads redirector.php and has "you are now leaving x.com ..." with the right URL.
Ideas?
Read Below. If it's just the URL in the address bar, it's OK. If it's not, screenshot please?
Same at WOL - s. Screenshot ... :D
That's the HEX-Encoded URL. It prevents the '&' sign from breaking the GET variable.
WOL means? /me is slow
And that the only way to get the about screen -.-
Who's Online Location
Shazz
11-22-2006, 04:11 AM
Alright thanx for the clarify, seems I can't find any bugs :)
DaNIEL MeNTED
11-22-2006, 12:44 PM
Ok...
Most of the time I click I link and get the regular redirect screen (see the first screenshot) but sometimes I get the redirect screen with the encoded URL. (See 2nd screenshot). After it counts down it then refreshes to the same redirector page but now it looks "normal" - i.e. it says being redirected to "http://whatever.com/whatever".
So its like its redirecting the URL to the redirector and then redirecting the person out...
I don't know why it does that... and with this URL:
http://www.insightstraining.com/view_course.asp?courseID=21&categoryID=4
It first redirects with the HEX (2nd pic) and then I get:
"406 Not Acceptable
An appropriate representation of the requested resource /forums/redirector.php could not be found on this server."
99% of URLs work ok.
Dismounted
11-22-2006, 06:22 PM
I've nailed it down to the '?' in the URL causing the problem. I don't know why, but only in that URL, the '?' causes a problem. Other URL's with '?' don't cause problems.
Shazz
11-22-2006, 06:25 PM
Werid... and interesting
I have many URL's goin out from my site I have none that pulls up like that -.-
Dismounted
11-23-2006, 03:53 AM
Ok...
Most of the time I click I link and get the regular redirect screen (see the first screenshot) but sometimes I get the redirect screen with the encoded URL. (See 2nd screenshot). After it counts down it then refreshes to the same redirector page but now it looks "normal" - i.e. it says being redirected to "http://whatever.com/whatever".
So its like its redirecting the URL to the redirector and then redirecting the person out...
I don't know why it does that... and with this URL:
http://www.insightstraining.com/view_course.asp?courseID=21&categoryID=4
It first redirects with the HEX (2nd pic) and then I get:
"406 Not Acceptable
An appropriate representation of the requested resource /forums/redirector.php could not be found on this server."
99% of URLs work ok.
That link works perfectly with my site.
Do a full reinstall by;
1. Remove the product in the AdminCP.
2. Re-Upload redirector.php from a fresh download of version 2.2.
3. Install the XML file from a fresh download of version 2.2.
DaNIEL MeNTED
11-23-2006, 01:26 PM
Did an uninstall/install... all URLs I've tested seem to work even if I add a ? to some of them.
It seems the reinstall got rid of the redirect to the redirect thing I was seeing... but it just hates this one url. Incidentally this is what its parsing it to... don't know if this is helpful.
redirector.php?url=%68%74%74%70%3a%2f%2f%77%77%77% 2e%69%6e%73%69%67%68%74%73%74% 72%61%69%6e%69%6e%67%2e%63%6f%6d%2f%76%69%65%77%5f %63%6f%75%72%73%65%2e%61%73%70 %3f%63%6f%75%72%73%65%49%44%3d%32%31%26%61%6d%70%3 b%63%61%74%65%67%6f%72%79%49%4 4%3d%34
Dismounted
11-23-2006, 05:31 PM
I have tried that URL on my boards, and it works perfectly.
redlabour
11-23-2006, 05:46 PM
I have several Feedbacks of my Users. Sometimes the Redirector works and sometimes he makes Errors in the URL.
Dismounted
11-24-2006, 07:30 AM
:S, that's weird because it works every time for my users.
Shazz
11-24-2006, 02:29 PM
:S, that's weird because it works every time for my users.
2nd that :)
SCRIPT3R
11-24-2006, 11:06 PM
http://www.yourdomain.com = no redirecting
http://yourdomain.com = redirecting = bug?
trichnosis
11-25-2006, 02:55 PM
nice mod . i have installed
Shazz
11-25-2006, 03:10 PM
http://www.yourdomain.com = no redirecting
http://yourdomain.com = redirecting = bug?
Whats the difference? :confused:
SCRIPT3R
11-26-2006, 03:24 PM
Whats the difference? :confused:
well, although they're both the same (local) domain... one get redirected and one does not. local addresses should not be anonymized. THAT'S the difference i was trying to point out.
Dismounted
11-27-2006, 04:09 AM
That's because it uses the domain set in the AdminCP.
SCRIPT3R
11-27-2006, 03:16 PM
i figured as much, just figured you might want to note that somewhere because the settings may not be clear enough to some people.
SCRIPT3R
11-27-2006, 04:23 PM
http://www.yourdomain.com = no redirecting
http://yourdomain.com = redirecting = bug?
with the forum url and homepage url set in vB as http://yourdomain.com/forums & http://yourdomain.com/, how would you set any links using http://yourdamain.com to NOT redirect then?
.yourdomain.com DOES NOT work. that's the bug.
993ti
11-28-2006, 02:00 PM
Is there a way to log the clicks on the links?
I'm using a simple version and have lots of links like on this (http://www.twenteracingscene.com/showthread.php?t=3169) page.
Every link that's clicked is logged.
Might be handy.
993ti
11-28-2006, 03:47 PM
Btw, just noticed that you can't right click and save files like .wmv
Dismounted
11-28-2006, 06:10 PM
That's because it redirects to another page before accessing the real page.
SCRIPT3R
11-29-2006, 03:59 PM
nevermind.
redlabour
12-17-2006, 09:18 AM
Hi,
if anyone else has the Portal installed at or anything else:
http://www.YOURDOMAIN.de/portal.php
and the Forum at :
http://www.YOURDOMAIN.de/forum/index.php
you have to edit the Plugin -> Anonymizer Function !
Search for :
$vboptions[bburl] . "redirector.php?url=" . $encoded_url;
and replace with :
$vboptions[bburl] . "http://www.YOURDOMAIN.com/forum/redirector.php?url=" . $encoded_url;
Otherwise the Links in vBa are routing to :
http://www.YOURDOMAIN.com/redirector.php which results in a 404!
Dominic
12-17-2006, 10:04 PM
http://YOURFORUM.com/redirector.php?url=<script>alert('OWNED')</script>
can't this cause a XSS exploit?
Dismounted
12-21-2006, 06:47 AM
Doesn't appear so, because when I do that on my site it gives me a 403 Forbidden error.
Dominic
12-21-2006, 05:45 PM
Thats because u prolly renamed the redirect file.
Dismounted
12-22-2006, 09:02 AM
I didn't, it's still redirector.php. And the error is a 403 not a 404.
Bigbro
12-27-2006, 03:06 AM
:banana: Installed and grateful!
Thanks!
Dismounted
12-27-2006, 10:07 AM
Click Install please :)!
iran.gs
12-27-2006, 01:40 PM
Installed i needed this thanks
TrIn@dOr
01-10-2007, 12:59 PM
Nice!!, perhaps u should add phrases for having it in several languages!!
KURTZ
01-10-2007, 01:22 PM
INSTALLED and running like a charm! :D
DaNIEL MeNTED
01-10-2007, 03:34 PM
Ok... here's the problem I'm having (and its becoming an issue because its affecting some sponsors).
If this url is posted -
[x]http://www.b.com/merchant2/merchant.mvc?Screen=PROD&Store_Code=oneshot&Product_Code=BB-IIA&Category_Code=BB[x]
It opens a page with:
[x]http://www.b.com/merchant2/merchant.mvc?Screen=PROD[x]
Notice everything after the & is lost...
But the redirect page says ...
You are now leaving a.com and being redirected to http://www.b.com/merchant2/merchant.mvc?Screen=PROD&Store_Code=oneshot&Product_Code=BB-IIA&Category_Code=BB in 1 seconds.
Soooooooo... its storing the code right since it seems to know the whole URL but its trimming the URL after the &
Dismounted
01-11-2007, 03:51 AM
It's redirecting everything fine on my dev board. Have you installed the latest version?
DaNIEL MeNTED
01-11-2007, 01:27 PM
Yup... unless you re-uploaded 2.2 at some point without updating the version.
Does the link I posted work on your site? or does it strip everything after the &?
justachump
01-11-2007, 09:31 PM
thanks, looks good
Ronak
01-12-2007, 12:42 AM
Works Absolutely fine :D this has increased my revenues too lol :D
Dismounted
01-12-2007, 02:18 AM
Yup... unless you re-uploaded 2.2 at some point without updating the version.
Does the link I posted work on your site? or does it strip everything after the &?
Yes, on a fresh 3.6.4 installation, it works well. It doesn't strip anything off the URL.
DaNIEL MeNTED
01-12-2007, 02:43 AM
Well... my installed version says 2.2 but I uninstalled it anyways and reuploaded the files and reinstalled the product - everything seems to be good now.
Odd.
Dismounted
01-12-2007, 03:20 AM
Glad it's working for you now though! :D
Raydar
01-13-2007, 11:11 AM
G'day Dismounted,
So would I be right in saying that if someone was on my site and spamming urls' to their business etc, that this hack sends them to where I want the url to take them?
Does the url they place in the post also stay the same (visibly) or does that change automatically (to something we set).
Regards
Reggie
Dismounted
01-14-2007, 02:39 AM
No, all this hack does is prevent referrer headers being sent. For example, RapidShare collects referrer information.
Alex Kray
01-14-2007, 07:29 PM
Hi all,
Still shows reffers from the forum v3.6.1 in statistics by Google analytics. Can someone make solution to hide from it too?
Thanks in advance.
Dismounted
01-15-2007, 02:41 AM
This hides your site from OUTGOING links, not INCOMING referrers.
Alex Kray
01-15-2007, 01:09 PM
Dismounted,
Thanks for answer. Btw, here is another question: Can i use redirector.php outside vbulletin folder? (i've already tried but just a blank screen there).
Thanks in advance, Alex
DaNIEL MeNTED
01-15-2007, 10:47 PM
Glad it's working for you now though! :D
Hrm... ok. I think I know why I've been having issues and had less and less complaints.
If I let the redirector redirect me then it works OK... but if I click the link instead of waiting 3 seconds then it screws up the link.
Dismounted
01-16-2007, 12:36 AM
Dismounted,
Thanks for answer. Btw, here is another question: Can i use redirector.php outside vbulletin folder? (i've already tried but just a blank screen there).
Thanks in advance, Alex
No you cannot. Redirector.php requires vBulletin globals and templates to work.
Ignicoccus
01-23-2007, 02:00 PM
Hi,
i would love to use this hack, but is there a way to apply the anonymizer function only to specific (private) forums ?
Nathan2006
01-28-2007, 02:31 AM
Hi Dismounted,
I have been using this hack for a while now Extended Signature Limits (https://vborg.vbsupport.ru/showthread.php?t=95523)
The problem is, that I recently got a spammer who is adding lots of external links in their signature and that hack is only seeing that as my local address as www.my-site.com/redirector.php and allowing members to add anything they want :(
Is there anyway around this?
Maybe to turn off redirector.php in the signature only?
Thank you for any help :)
tutusinghsohi
01-28-2007, 02:55 AM
installed it, and its working fine..
thanks a lot of the great addon..
Dismounted
01-28-2007, 03:15 AM
Hi Dismounted,
I have been using this hack for a while now Extended Signature Limits (https://vborg.vbsupport.ru/showthread.php?t=95523)
The problem is, that I recently got a spammer who is adding lots of external links in their signature and that hack is only seeing that as my local address as www.my-site.com/redirector.php and allowing members to add anything they want :(
Is there anyway around this?
Maybe to turn off redirector.php in the signature only?
Thank you for any help :)
To turn it off in signatures, edit the plugin 'Add Anonymizer Prefix (Part 2)' and replace the whole plugin with:
$post['message'] = anonymize($post['message']);
Nathan2006
01-28-2007, 12:11 PM
To turn it off in signatures, edit the plugin 'Add Anonymizer Prefix (Part 2)' and replace the whole plugin with:
$post['message'] = anonymize($post['message']);
Hi, Thanks for your reply.
I have replaced the code in part 2 of the plugin manager but all the links are still
directed to redirector.php
I have rebuilt the signature cache but no luck :(
Dismounted
02-02-2007, 05:49 AM
When editing signatures, do the links have the redirector.php prefixed?
Nathan2006
02-02-2007, 06:26 AM
When editing signatures, do the links have the redirector.php prefixed?
Hi,
When I edit a signature that has the redirector.php showing in a thread and then go to edit the signature there is only the main URL and not the redirector.php added to it.
Thanks for your reply :)
ubblite
02-02-2007, 06:59 AM
Hey Dismounted,
I'd love for this hack to have the ability to select which sites/links you want to anonymize as there's only a few I need it for. Would this be possibly integrated in a future release? Thanks.
Dismounted
02-03-2007, 01:49 AM
Hi,
When I edit a signature that has the redirector.php showing in a thread and then go to edit the signature there is only the main URL and not the redirector.php added to it.
Thanks for your reply :)
It should not be prefixing them, have you tried clearing your browser's cache?
Hey Dismounted,
I'd love for this hack to have the ability to select which sites/links you want to anonymize as there's only a few I need it for. Would this be possibly integrated in a future release? Thanks.
No, I highly doubt I will integrate this feature into a future release. Although you can tweak it to only anonymize certain URL's.
ubblite
02-04-2007, 02:13 AM
No, I highly doubt I will integrate this feature into a future release. Although you can tweak it to only anonymize certain URL's.
Can you tell me how to do this?
Dismounted
02-04-2007, 08:47 AM
Can you tell me how to do this?
In the plugin 'Anonymizer Function', find:
if (preg_match_all("/(\<a href=\")(.[^\"]*)/i", $text, $matches))
Replace With:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches))
Replace YOURDOMAIN.COM with a domain, for each domain you want to anonymize, add an 'OR'. For example:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches) OR preg_match_all("/(\<a href=DOMAIN2.COM\")(.[^\"]*)/i", $text, $matches))
blind-eddie
02-04-2007, 09:42 AM
I get no redirect page or message at all.....
karabalsagun
02-04-2007, 09:54 AM
Installed..
How about adding nofollow tags ?
ubblite
02-05-2007, 03:47 AM
In the plugin 'Anonymizer Function', find:
if (preg_match_all("/(\<a href=\")(.[^\"]*)/i", $text, $matches))
Replace With:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches))
Replace YOURDOMAIN.COM with a domain, for each domain you want to anonymize, add an 'OR'. For example:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches) OR preg_match_all("/(\<a href=DOMAIN2.COM\")(.[^\"]*)/i", $text, $matches))
Thanks for the info, Dismounted.
I have applied what you suggested but for some reason it won't anonymize the link at all - it doesn't acess the "referrers.php" file and just acts like a normal link.
BTW, I don't know if it makes a difference or not but if you try to enter: http://www.YOURDOMAIN.COM you'll get errors like this:
Warning: preg_match_all() [function.preg-match-all]: Unknown modifier '/' in /includes/init.php(319) : eval()'d code on line 32
So I can only do it as you mentioned above, but again, it won't anonymize the link.
Any other suggestions? ty
Nathan2006
02-06-2007, 02:15 AM
It should not be prefixing them, have you tried clearing your browser's cache?
Hi Dismounted,
Yep I have also reinstalled my pc since then.
Still no luck tho :(
Here is a screenshot of what I have added which you said
Thanks
Dismounted
02-06-2007, 04:43 AM
Thanks for the info, Dismounted.
I have applied what you suggested but for some reason it won't anonymize the link at all - it doesn't acess the "referrers.php" file and just acts like a normal link.
BTW, I don't know if it makes a difference or not but if you try to enter: http://www.YOURDOMAIN.COM you'll get errors like this:
Warning: preg_match_all() [function.preg-match-all]: Unknown modifier '/' in /includes/init.php(319) : eval()'d code on line 32
So I can only do it as you mentioned above, but again, it won't anonymize the link.
Any other suggestions? ty
You need to put a backslash '\' behind each and every slash.
Hi Dismounted,
Yep I have also reinstalled my pc since then.
Still no luck tho :(
Here is a screenshot of what I have added which you said
Thanks
It should be anonymizing only the posts then. I can't find anything wrong with the code.
The Finman
02-06-2007, 05:41 AM
I have a curious question.
The program works fine except when linking to certain sites.
When a links to some of these specific sites are posted on our board...if someone tries to "click through" they get this error meesage.
http://www.techsure.com/temp/du3.gif
The links are good, but it's only when forwarded by the vbAnonymizer
that the error occurs. :confused:
It's no biggie, but I would like to know why and if there is a "workaround".
Thanks in advance. :)
~Fin
Dismounted
02-06-2007, 07:16 AM
You are using an old version of the hack (I think). Do a full uninstall and install again.
markbach
02-06-2007, 08:00 PM
v2.2 doesn't seem to work for Safari... still sends the refer (as http://www.forums.com/forum/redirector.php?url=%68%74%74%70%3a%2f%2f.....).
I've hacked around this for now (by forcing Safari users to go through anonym.to instead), but I'd be interested in a better solution.
Dismounted, thanks for all your efforts and feel free to contact me if you need someone to test with Safari or other Mac browsers.
The Finman
02-06-2007, 08:24 PM
You are using an old version of the hack (I think). Do a full uninstall and install again.
Thanks...that fixed it. :) :up:
ubblite
02-07-2007, 07:08 AM
You need to put a backslash '\' behind each and every slash.
Yeah I did that. I just copied your code and replaced the yourdoman.com part only - I left everything else as is.
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches))
Dismounted
02-07-2007, 07:23 AM
v2.2 doesn't seem to work for Safari... still sends the refer (as http://www.forums.com/forum/redirector.php?url=%68%74%74%70%3a%2f%2f.....).
I've hacked around this for now (by forcing Safari users to go through anonym.to instead), but I'd be interested in a better solution.
Dismounted, thanks for all your efforts and feel free to contact me if you need someone to test with Safari or other Mac browsers.
It's supposed to send the URL's like that. Maybe Safari can't handle HEX-encoded URL's.
markbach
02-07-2007, 12:21 PM
It's supposed to send the URL's like that. Maybe Safari can't handle HEX-encoded URL's.
Erm, it gets to the redirection page fine. But when it redirects me to the external site, THAT's where I see the referer (in the external site's logs).
So it seems like Safari sends a referer header when redirecting to a site using the meta http-equiv as you're doing.
If you'd like, I can make some screenshots for you.
Dismounted
02-08-2007, 04:51 AM
Well that's certainly weird. I can't find any documented problems about it though.
SecTa
02-11-2007, 10:21 PM
Greetz. It looks like there's a bug with URL tag if used in following way:
test (http://www.google.com/)
The output instead of
http://www.mysite.com/redirector.php?url=http://www.google.com/
wil look something like
http://www.mysite.com/redirector.php?url=redirector.php?url=%72%65%64%69 %72%65%63%74%6f%72%2e%70%68%70%3f%75%72%6c%3d%25%3 6%38%25%37%34%25%37%34%25%37%30%25%33%61%25%32%66% 25%32%66%25%37%37%25%37%37%25%37%37%25%32%65%25%36 %37%25%36%66%25%36%66%25%36%37%25%36%63%25%36%35%2 5%32%65%25%36%33%25%36%66%25%36%64%25%32%66
and will be redirected twice...
Just try to post the first code and you'll see what i'm talking about...
Hope it'll help.
Also there's another bug:
i've put in addresses that are not anonymized exclusions for anonym.to
but still, links like http://anonym.to?http://www.google.com/ are anonymized by redirector.php....
ubblite
02-12-2007, 07:46 AM
Yeah I did that. I just copied your code and replaced the yourdoman.com part only - I left everything else as is.
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches))
Any other ideas on this Dismounted? It's still giving me errors.
Dismounted
02-13-2007, 04:57 AM
Greetz. It looks like there's a bug with URL tag if used in following way:
test (http://www.google.com/)
The output instead of
http://www.mysite.com/redirector.php?url=http://www.google.com/
wil look something like
http://www.mysite.com/redirector.php?url=redirector.php?url=%72%65%64%69 %72%65%63%74%6f%72%2e%70%68%70%3f%75%72%6c%3d%25%3 6%38%25%37%34%25%37%34%25%37%30%25%33%61%25%32%66% 25%32%66%25%37%37%25%37%37%25%37%37%25%32%65%25%36 %37%25%36%66%25%36%66%25%36%37%25%36%63%25%36%35%2 5%32%65%25%36%33%25%36%66%25%36%64%25%32%66
and will be redirected twice...
Just try to post the first code and you'll see what i'm talking about...
Hope it'll help.
It seems that the URL is being encrypted twice. That code you're seeing is the encrypted version of the URL (it's normal). I'll have a further look into it.
Also there's another bug:
i've put in addresses that are not anonymized exclusions for anonym.to
but still, links like http://anonym.to?http://www.google.com/ are anonymized by redirector.php....
Have you installed and uploaded the newest version? Try a full uninstall and install.
Any other ideas on this Dismounted? It's still giving me errors.
I really have no ideas. Are you still getting the same error?
SecTa
02-13-2007, 09:37 PM
Have you installed and uploaded the newest version? Try a full uninstall and install.
I've installed newest version (2.2). Fully uninstalled it and installed again... Both issues (double encryption & anonym.to exclusion) remains...
hotmasala4u
02-14-2007, 03:00 PM
nice hack
Eagle Creek
02-16-2007, 05:00 AM
Sweeeeeet!
SCRIPT3R
02-17-2007, 05:39 PM
if this hack is uninstalled, will the HEX-encoded URL's also be restored to their originally posted state?
Eagle Creek
02-19-2007, 04:45 AM
if this hack is uninstalled, will the HEX-encoded URL's also be restored to their originally posted state?
Wel... Not at my board.
Dismounted
02-23-2007, 05:02 AM
if this hack is uninstalled, will the HEX-encoded URL's also be restored to their originally posted state?
Yes, it should, as the URL's are changed on-the-fly. You might need to clear your cache though.
TigerWare
02-23-2007, 06:45 PM
Thank you Dismounted, great add-on. Installed.
roger.kore
02-24-2007, 06:39 AM
May I ask what this product does with img tags?
If it's redirect too will be perfect a lot
Masiello
02-24-2007, 10:52 AM
Thank you for sharing this great hack! *Installed*
Chadi
03-02-2007, 04:13 AM
Could you please clarify the purpose of this hack? I honestly am not sure what the 'pro' is of anonymous outgoing links. Please explain
Eagle Creek
03-02-2007, 09:11 AM
Is there an option to disable this function on a user base? Like in the UCP?
Dismounted
03-03-2007, 02:26 AM
Could you please clarify the purpose of this hack? I honestly am not sure what the 'pro' is of anonymous outgoing links. Please explain
Some sites log the referrer information when you visit their site. This hack prevents that information from being sent.
Is there an option to disable this function on a user base? Like in the UCP?
No, not at the moment.
Dismounted
03-28-2007, 06:40 AM
Hack Updated!
28/3/2007 - Version 2.3
- Slimlined Code
redlabour
03-28-2007, 08:18 AM
Can you please stop to forget the vBA compatibility everytime you Update ? *argh*
And you forgot to Phrase : "Visiting Link" at Product.
And since 2.2 (not 2.3) there is another Bug allways using / for redirector.php.
There are Boards like mine where vBa is at /index.php and Forums at /forum/index.php so redirector has to be at /forum/redirector.php even at vBa.
Please fix it.
TrIn@dOr
03-28-2007, 10:24 AM
In your upgrade instructions, you say in the 3rd step:
* Step 3 (Revert Templates):
o Go to your AdminCP.
o Styles & Templates -> Style Manager -> Click 'Edit Templates' Under Your Style -> Select the templates prefixed 'vbanonymizer_'.
o Click 'Revert'.
I have nothing to revert in 2 templates prefixed vbanonymizer_
???
Dismounted
03-28-2007, 10:36 AM
Can you please stop to forget the vBA compatibility everytime you Update ? *argh*
And you forgot to Phrase : "Visiting Link" at Product.
And since 2.2 (not 2.3) there is another Bug allways using / for redirector.php.
There are Boards like mine where vBa is at /index.php and Forums at /forum/index.php so redirector has to be at /forum/redirector.php even at vBa.
Please fix it.
1./ Flagged for next version.
2./ What is the behaviour in 2.3?
In your upgrade instructions, you say in the 3rd step:
I have nothing to revert in 2 templates prefixed vbanonymizer_
???
Then you don't need to do anything.
redlabour
03-28-2007, 11:11 AM
1./ Flagged for next version.
2./ What is the behaviour in 2.3?
Then you don't need to do anything.
1. Ehmm ... why didn?t you just upload a corrected 2.3 Package? :eek: Who long will it take this Time? Months again?
2. I guess the same - but i can?t checke because of Problem Nr. 1! :rolleyes:
ericgray
03-28-2007, 12:07 PM
i just installed --
-- and uninstalled --
-- this hack --
-- for the same reasons as redlabour --
:|
redlabour
03-28-2007, 06:08 PM
i just installed --
-- and uninstalled --
-- this hack --
-- for the same reasons as redlabour --
:|
Best thing you can do - i have written him a PM because of the vBa Problem and he replies to me that a Fix has to wait because "it is only a Phrase" .... i am not sure if he knows what he does. :D
1. The vBa Bug was at 1.0 - after that he fixed it weeks later at 2.2 because he dont know what vBa was before. Now its the same Bug again at 2.3.
2. The Redirectproblem because of /portal.php and /forum/index.php is something i have to fix at every Version on my own.
Search for redirector.php and add your complete Path before it at Product. Something he can do by AdminCP Option - but he dont.
3. The Phrase "Visiting Link" was never fixed at every earlier Version.
The only thing i can see at 2.3 is that there are no new Features or Bugfixes - only old Bugs again .... and he still thinks vBa is a Phrase........... ;)
But you can use Version 2.2 if you change the Path if you have moved vBa to / and Forums to /forum.
Dismounted
03-29-2007, 06:24 AM
2./ Stop blaming me for everything. Just because it isn't compatible with another hack.
3./ This was 'And you forgot to Phrase : "Visiting Link" at Product.'
Dismounted
03-29-2007, 06:46 AM
Hack Updated!
29/3/2007 - Version 2.4
- Phrased WOL
- Fixed '&' Issues
- Fixed Compatibility Issues
- Added Function To Specify Path To Script
redlabour
03-29-2007, 08:24 AM
Hack Updated!
29/3/2007 - Version 2.4
- Phrased WOL
- Fixed '&' Issues
- Fixed Compatibility Issues
- Added Function To Specify Path To Script
Thx - now it definitely works fine.
Dismounted
03-29-2007, 09:57 AM
Finally, a conclusion :).
treasureman
03-29-2007, 10:29 AM
Hi Dismounted,
Love this hack.
However there seems to be a problem in the 2.4 (2.3 also) that wasn't in 2.2
When a user clicks on the redirected link (rather than waiting for the seconds to elapse) they are redirected back to my forum main page rather than the redirected site.
It does work properly if they let the seconds elapse, but not if they are impatient and click the link.
Any ideas? I am running VBSEO if that matters, but 2.2 worked fine with VBSEO and did not have this problem.
Dismounted
03-29-2007, 10:44 AM
I'll have a look into the issue, I think it may have something to do with me cleaning up my code.
redlabour
03-29-2007, 11:41 AM
I'll have a look into the issue, I think it may have something to do with me cleaning up my code.
This Problems (i have forgotten) only appears at several Kinds of URL?s .... that?s not a Problem of your Hack - in FF it does not happen. Only in IE.
Dismounted
03-29-2007, 11:47 AM
Hi Dismounted,
Love this hack.
However there seems to be a problem in the 2.4 (2.3 also) that wasn't in 2.2
When a user clicks on the redirected link (rather than waiting for the seconds to elapse) they are redirected back to my forum main page rather than the redirected site.
It does work properly if they let the seconds elapse, but not if they are impatient and click the link.
Any ideas? I am running VBSEO if that matters, but 2.2 worked fine with VBSEO and did not have this problem.
Can you post or PM me a url that DOESN'T work?
redlabour
03-29-2007, 12:54 PM
Can you post or PM me a url that DOESN'T work?
Ok i confirm this Bug now. Forget what i post one Posting before this.
If you click on any Link you can see at the Statusbar of Browser the Direction :
http://www.YOURDOMAIN.de/forum/$url
tehPARADOX
03-29-2007, 02:49 PM
For some reason this hack caused my templates on the portal page (vBA) to stretch over 100%. This only happens on Firefox.
Disabling the plugin fixed the issue, so maybe some incompatibility issues?
SCRIPT3R
03-29-2007, 03:11 PM
Dismounted - can you upload 2.2 again?
Shazz
03-29-2007, 07:26 PM
Works better?
SCRIPT3R
03-29-2007, 07:37 PM
2.2 has less bugs.
Shazz
03-29-2007, 08:06 PM
Im still on 2.2 and lovin it
redlabour
03-29-2007, 08:34 PM
??? 2.4 works great and has only one small Bug that is also in 2.2 !!!
KURTZ
03-29-2007, 10:32 PM
updated!
Dismounted
03-30-2007, 09:54 AM
Ok i confirm this Bug now. Forget what i post one Posting before this.
If you click on any Link you can see at the Statusbar of Browser the Direction :
http://www.YOURDOMAIN.de/forum/$url
Aha! I have the solution, a new version will be released in a few days after I investigate reported bugs.
For some reason this hack caused my templates on the portal page (vBA) to stretch over 100%. This only happens on Firefox.
Disabling the plugin fixed the issue, so maybe some incompatibility issues?
Hmmm, anyone else having this problem?
Dismounted - can you upload 2.2 again?
No, I'm afraid I'd rather not.
tehPARADOX
03-30-2007, 01:40 PM
To be more precise, it actually increases my left column's width somehow, making it stretch.
SCRIPT3R
03-30-2007, 03:55 PM
No, I'm afraid I'd rather not.
bad form!
Dannyboy1
03-30-2007, 05:12 PM
Is there mod that does the same thing but for 3.5.4?
treasureman
03-30-2007, 07:07 PM
Can you post or PM me a url that DOESN'T work?
PM sent, thanks!
anarx
03-31-2007, 02:08 AM
nice hack, thank you
daddygrim
03-31-2007, 02:12 AM
whats the purpose again?
Dismounted
03-31-2007, 04:24 AM
Certain websites (not mentioning any :)) collect referrer information. This hack prevents that information from being sent, so it appears that the user entered the address manually.
redlabour
04-01-2007, 12:23 PM
Aha! I have the solution, a new version will be released in a few days after I investigate reported bugs.
Anything new ?
Dismounted
04-02-2007, 05:09 AM
Hack Updated!
2/4/2007 - Version 2.5
- Fixed 'No Delay' Issues
- Fixed Script Typos
KURTZ
04-02-2007, 05:32 AM
fixed :)
tehPARADOX
04-02-2007, 05:37 AM
Hack Updated!
2/4/2007 - Version 2.5
- Fixed 'No Delay' Issues
- Fixed Script Typos
Thanks for the update, everything is working perfectly!
D.Ilyin
04-02-2007, 06:49 AM
BUG?
Two redirects with abracadabra.
Test here (http://dumpz.ru/forum/showthread.php?t=42156).
When click edit then we see right link.
PS: Using 2.5.
PPS: Back to 2.4 and nothing changed :(
Dismounted
04-02-2007, 07:10 AM
I only get one redirect.
redlabour
04-02-2007, 07:24 AM
Works fine now ! :)
D.Ilyin
04-02-2007, 07:51 AM
I only get one redirect.
Yes :). As for now all work...
without Script Path it works with two redirects :(
Thanks and sory for disturb :).
Xplorer4x4
04-02-2007, 06:00 PM
BUG?
Two redirects with abracadabra.
Test here (http://dumpz.ru/forum/showthread.php?t=42156).
When click edit then we see right link.
PS: Using 2.5.
PPS: Back to 2.4 and nothing changed :(
I get the same problem even after setting the script path and leaving the trailing / off.
Dismounted
04-03-2007, 06:12 AM
I cannot seem to reproduce this error. Does it double up on the rewrite? (eg. the link is yourforum.com/redirector.php?url=yourforum.com/redirector.php?url=google.com) Or does it double up when you're at redirector.php?
HAVOK USA
04-21-2007, 02:56 PM
I'm getting 3 redirects???
Dismounted
04-22-2007, 12:29 AM
Again, please answer the question above yours.
Does it double up on the rewrite? (eg. the link is yourforum.com/redirector.php?url=yourforum.com/redirector.php?url=google.com) Or does it double up when you're at redirector.php?
Dismounted
04-23-2007, 06:40 AM
Hack Updated!
23/4/2007 - Version 2.6
- Added Option To Add rel="nofollow"
- Improved URL Encryption
redlabour
04-23-2007, 07:33 AM
Hack Updated!
23/4/2007 - Version 2.6
- Added Option To Add rel="nofollow"
- Improved URL Encryption
Tested with vBadvanced this Time?
BTW - why did you not use the Update Hack Button?
Dismounted
04-23-2007, 07:50 AM
No, but if it worked for you last time, it'll work for you this time.
I forgot to send an email out. :p
redlabour
04-23-2007, 08:16 AM
Bug:
URL?s are no longer crypted.
They look like :
http://www.DOMAIN.de/forum/redirector.php?url=http://www.EXTERNALDOMAIN.de now.
Stoebi
04-23-2007, 08:25 AM
I've pmed user. Sorry.
D.Ilyin
04-23-2007, 10:26 AM
Installed test board only with this hack:
Post the following tread (delete spaces before URL):
[ URL=http://webcammax.com/]Homepage[/URL]
[ URL=http://webcammax.com/en/index.php?option=com_content&task=view&id=39&Itemid=75]Download Page[/URL]And....
Second redirect leads to _http://webcammax.com/en/index.php?option=com_content
And error as i describe above happened again until i uncheck "Add NoFollow" :(.
Dismounted
04-23-2007, 11:13 AM
Bug:
URL?s are no longer crypted.
They look like :
http://www.DOMAIN.de/forum/redirector.php?url=http://www.EXTERNALDOMAIN.de now.
They are, if you view the source, you will see:
/redirector.php?url=http%3A%2F%2Fwww.google.com%2F
Installed test board only with this hack:
Post the following tread (delete spaces before URL):
And....
Second redirect leads to _http://webcammax.com/en/index.php?option=com_content
And error as i describe above happened again until i uncheck "Add NoFollow" :(.
Hmm, this seems to happen sometimes and sometimes not on my test board. I'll look into it.
redlabour
04-23-2007, 11:22 AM
And please give us a Security Fix fast as Stoebi sends you via PM!
Dismounted
04-23-2007, 11:42 AM
I've been PM'd about this before, and calm down. The exploit doesn't work. I've tested it on various servers with various platforms. They all end up with a 406 error. Have you tried it yourself?
KURTZ
04-23-2007, 12:27 PM
updated!
Dismounted
04-24-2007, 09:43 AM
Hack Updated!
24/4/2007 - Version 2.7
- Fixed Issues With rel="nofollow"
- Fixed Input Clean Variable
- Fixed Rewriting Issues
redlabour
04-24-2007, 09:52 AM
BUG:
Everything works fine - *omg* ;)
KURTZ
04-24-2007, 11:50 AM
update!
rjmjr69
04-24-2007, 11:05 PM
This is just one of the best hacks IMO. Thank you for staying on top with the updates.
tutusinghsohi
04-25-2007, 02:18 AM
crap....
sorry to say this, but a problem...
i've been having this problem with some other things too..
when (in some particular cases) someone clicks on a link (including me), instead of going to www.imagevenue.com , it goes to www.trendz4u.com/forum/www.imagevenue.com
can this be some database error?
this problem is with some hacks, now including vbAnonymizer 2.7, 2.6 was working fine..
this is what the problem i am getting..
https://vborg.vbsupport.ru/external/2007/04/5.jpg (http://www.shareapic.net/content.php?id=1495194)
when i uninstall the hack, the image opens as normal..
but with the hack installed, instead of going to http://www.shareapic.net/content.php?id=1495194 , it goes to www.trendz4u.com/forum/http://www.shareapic.net/content.php?id=1495194 (which is not right)..
any idea's on how to solve this..
i cant keep telling members to remove the www.trendz4u.com/forum address every time they click on a link :(
btw, this is not just with this hack, i installed v3Arcade high scores hack, which displays top three high scorers in forumhome, with 3 images..
the images didnt show up, so i had to put the images in /forum/www.trendz4u.com/forum/images/v3Arcade/high/xxxxxxx.gif (which is pretty annoying)
any idea on how to solve this damn problem...:( *someone please help*
Shazz
04-25-2007, 02:22 AM
Working fine, can't notice any changes
HAVOK USA
04-25-2007, 03:43 AM
Bug?
I'm still getting more than one re-direct. How can I stop this?
Majest
04-25-2007, 03:50 AM
Top hack, works like a charm. ;)
Dismounted
04-25-2007, 04:17 AM
crap....
sorry to say this, but a problem...
i've been having this problem with some other things too..
when (in some particular cases) someone clicks on a link (including me), instead of going to www.imagevenue.com , it goes to www.trendz4u.com/forum/www.imagevenue.com
can this be some database error?
this problem is with some hacks, now including vbAnonymizer 2.7, 2.6 was working fine..
this is what the problem i am getting..
http://www.shareapic.net/preview/001495194.jpg (http://www.shareapic.net/content.php?id=1495194)
when i uninstall the hack, the image opens as normal..
but with the hack installed, instead of going to http://www.shareapic.net/content.php?id=1495194 , it goes to www.trendz4u.com/forum/http://www.shareapic.net/content.php?id=1495194 (which is not right)..
any idea's on how to solve this..
i cant keep telling members to remove the www.trendz4u.com/forum address every time they click on a link :(
btw, this is not just with this hack, i installed v3Arcade high scores hack, which displays top three high scorers in forumhome, with 3 images..
the images didnt show up, so i had to put the images in /forum/www.trendz4u.com/forum/images/v3Arcade/high/xxxxxxx.gif (which is pretty annoying)
any idea on how to solve this damn problem...:( *someone please help*
If it wasn't limited with this hack, then it's not this hack's problem. :) It turns to a relative URL because of missing http://'s.
Bug?
I'm still getting more than one re-direct. How can I stop this?
That only happens when you edit a post with quick edit. It returns to normal after a reload of the thread, this is just the nature of vBulletin.
nocte
04-28-2007, 01:18 PM
Is it possible to get the Homepage Links of the Members (postbit and MEMBERINFO) redirected too?
Dismounted
04-29-2007, 05:31 AM
Yes, but I don't have it planned.
Dominic
05-05-2007, 12:48 PM
How come when i click any link, it goes to 2 redirect pages? How can i limit this to one, as 2 is pretty annoying.
Seems to have problems with urls enclosed in (). Like for example (http://www.vbulletin.org)
Then it adds the last ) to the redirect url.
Shazz
05-06-2007, 02:08 AM
How come when i click any link, it goes to 2 redirect pages? How can i limit this to one, as 2 is pretty annoying.
Same problem.
I removed this, But enjoyed having it.
When removing the hack I had some history of posts problems doing the redirect still when the mod has been completely removed, and the redirect would just send it to a unknown page. Had to run a backup :erm:
The earlyer versions didn't seem to have that problem
UltimateOreo!
05-06-2007, 02:10 AM
Hes planning to take over the world, cant you see it? Hes pure evil. Dont mess with Dismounted :x.
Shazz
05-06-2007, 02:18 AM
Hes planning to take over the world, cant you see it? Hes pure evil. Dont mess with Dismounted :x.
I can't tell of this is sarcasm because I haven't seen it in any of your posts yet. :erm:
Dismounted
05-06-2007, 02:33 AM
Seems to have problems with urls enclosed in (). Like for example (http://www.vbulletin.org)
Then it adds the last ) to the redirect url.
This happens when you don't specify url tags and the link is automatically parsed. This is a vBulletin problem and is not caused by my hack.
Same problem.
I removed this, But enjoyed having it.
When removing the hack I had some history of posts problems doing the redirect still when the mod has been completely removed, and the redirect would just send it to a unknown page. Had to run a backup :erm:
The earlyer versions didn't seem to have that problem
This is most likely caused by what I had to do to get it working with other hacks (such as vbAdvanced). Still trying to figure out how to avoid this.
I can't tell of this is sarcasm because I haven't seen it in any of your posts yet. :erm:
He's a friend of mine, being stupid :).
ruhrpottforum
05-27-2007, 08:31 PM
Does that Addon works with ebay (https://vborg.vbsupport.ru/showthread.php?t=144214) and amazon (https://vborg.vbsupport.ru/showthread.php?t=119220) affilinet link rewrites?
and a limitation would be great, that only guest will be redirected thru the doorwaypage (with some small ads), could this be possible?
Fungsten
05-28-2007, 12:08 AM
Using it on my test server.
Dismounted
05-28-2007, 06:08 AM
Does that Addon works with ebay (https://vborg.vbsupport.ru/showthread.php?t=144214) and amazon (https://vborg.vbsupport.ru/showthread.php?t=119220) affilinet link rewrites?
You will have to change the execution orders of the plugin to 10.
and a limitation would be great, that only guest will be redirected thru the doorwaypage (with some small ads), could this be possible?
Possible, but not planned.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.