vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vbAnonymizer (https://vborg.vbsupport.ru/showthread.php?t=131292)

markbach 02-07-2007 12:21 PM

Quote:

Originally Posted by Dismounted (Post 1176620)
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:

HTML Code:

[URL="http://www.google.com/"]test[/URL]
The output instead of
Code:

http://www.mysite.com/redirector.php?url=http://www.google.com/
wil look something like
Code:

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%36%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%25%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

Quote:

Originally Posted by ubblite (Post 1176614)
Yeah I did that. I just copied your code and replaced the yourdoman.com part only - I left everything else as is.

Code:

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

Quote:

Originally Posted by SecTa (Post 1180237)
Greetz. It looks like there's a bug with URL tag if used in following way:

HTML Code:

[URL="http://www.google.com/"]test[/URL]
The output instead of
Code:

http://www.mysite.com/redirector.php?url=http://www.google.com/
wil look something like
Code:

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%36%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%25%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.
Quote:

Originally Posted by SecTa (Post 1180237)
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.
Quote:

Originally Posted by ubblite (Post 1180468)
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

Quote:

Originally Posted by Dismounted (Post 1181265)
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

Quote:

Originally Posted by GearTripper (Post 1184703)
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

Quote:

Originally Posted by GearTripper (Post 1184703)
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

Quote:

Originally Posted by chadi (Post 1193890)
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.
Quote:

Originally Posted by Eagle Creek (Post 1193961)
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:

Quote:

* 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

Quote:

Originally Posted by redlabour (Post 1214313)
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?
Quote:

Originally Posted by TrIn@dOr (Post 1214368)
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

Quote:

Originally Posted by Dismounted (Post 1214370)
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

Quote:

Originally Posted by ericgray (Post 1214415)
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 '&amp;' Issues
- Fixed Compatibility Issues
- Added Function To Specify Path To Script

redlabour 03-29-2007 08:24 AM

Quote:

Originally Posted by Dismounted (Post 1215074)
Hack Updated!

29/3/2007 - Version 2.4
- Phrased WOL
- Fixed '&amp;' 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

Quote:

Originally Posted by Dismounted (Post 1215171)
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

Quote:

Originally Posted by treasureman (Post 1215160)
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

Quote:

Originally Posted by Dismounted (Post 1215210)
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!


All times are GMT. The time now is 03:31 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
  • Page Generation 0.02466 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_html_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete