vb.org Archive

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

ssslippy 08-12-2008 02:22 PM

Can I filter what url's this will not effect? I pull data from an external site via a url and anon links break it.

rmxs 08-27-2008 07:50 AM

hello,
i use vbanonymizer and i change my domain from www.domain.com to domain1.com
al the redirects to redirector was domain.com and after the domain change is still to domain.com and not to domain1.com (New links its with new domain)

How can i change the old redirector urls?

I try to unistall the vbanonymizer byt the link doesnt change (that mean if you unistall it you cannot clik the links)

rmxs 09-01-2008 05:22 AM

Someone??

Dismounted 09-02-2008 07:53 AM

Try running the script attached here. Be sure to backup everything though - I make no guarantees to how it will pan out.

maf1973 09-04-2008 03:01 PM

After i install this mod and click on a Link following error message appears:

You don't have permission to access /forum/redirector.php on this server.

I set the chmod from redirect.php to 777 but no changes.

What can i do?

Dismounted 09-05-2008 09:59 AM

You probably have mod_security/Suhosin/Hardened PHP installed. The error usually happens if the rules are too strict - TBH, I don't know exactly what to change, as I have not experimented with them.

rmxs 09-08-2008 07:22 AM

I get this error when i try the unistall fix Fatal error: Call to undefined function vbflush() in /home/rmxs/domains/rmxsmania.com/public_html/Vb/vbanonymizer_uninstall_fix.php on line 38

Dismounted 09-09-2008 02:37 AM

Try this one.

Cobro 09-09-2008 11:23 PM

Thank you so much

rmxs 09-10-2008 11:25 AM

Fixed..Finally i change the url from vb setting..Now i saw that the unistall have this code

$vbulletin->options['bburl']

unleash 09-11-2008 10:49 AM

Thanks a lot for this great hack.

I have a request, can you make a form so that users can use this service to redirect their links and use it in other site like http://anonym.to/en.html do - This would be great.

Thanks in advance.

Dismounted 09-12-2008 10:01 AM

I will think about it :).

S P E E D 09-12-2008 05:14 PM

HoW Can Uninstall Old version ?

And

I Can uninstall new Version ?

Dismounted 09-13-2008 12:18 PM

Just uninstall it from the Admin CP if you want to uninstall it.

chriskellar 09-16-2008 02:26 AM

I have an issue.

The mod is rewriting images in the forum which i have a light box mod installed and now the images can't be seen with this mod installed. I attempted to uninstall it and remove the redirector rebuild all information and the images are still showing the redirect url. How can I remove this?

Dismounted 09-16-2008 05:46 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1617895&postcount=88" target="_blank">https://vborg.vbsupport.ru/showp...5&postcount=88</a>

rmxs 09-18-2008 06:29 PM

hello in some of my links i get double http:// y?

rmxs 09-18-2008 06:37 PM

Also when i try to edit the post all the links is look like this one..
Quote:

%68%74%74%70%3a%2f%2f%72%61%70%69%64%73%68%61%72%6 5%2e%63%6f%6d%2f%66%69%6c%65%73%2f%31%30%32%37%32% 31%33%35%2f%41%6b%74%69%5f%50%65%69%72%61%69%6f%73 %5f%32%30%30%36%5f%43%44%5f%31%2e%72%61%72
Edit: this happends when the url its under text LIKE THIS

I know this is hex caracter http:/etc.. byt how can i fix it/

Dismounted 09-19-2008 05:10 AM

Quote:

Originally Posted by rmxs (Post 1625057)
hello in some of my links i get double http:// y?

Example?
Quote:

Originally Posted by rmxs (Post 1625063)
Also when i try to edit the post all the links is look like this one..
Edit: this happends when the url its under text LIKE THIS

I know this is hex caracter http:/etc.. byt how can i fix it/

Just leave it. I may work around it in the future - but it's a lot of work for not much gain.

rmxs 09-19-2008 05:21 AM

Exmple this http://%68%74%74%70%3a%2f%2f%72%61%7...%66%69%6c%65%7 3%2f%31%30%32%37%32%31%33%35%2f%41%6b%74%69%5f%50% 65%69%72%61%69%6f%73%5f%32%30% 30%36%5f%43%44%5f%31%2e%72%61%72

i try to delete http:// byt still i get it on the front after save and crear cache

Can i run a query like $vbulletin->db->query_write("UPDATE post SET pagetext = REPLACE(pagetext, 'http://http://', 'http://)");


?

Dismounted 09-19-2008 10:33 AM

With your example - you should run something like:
[sql]UPDATE post SET pagetext = REPLACE(pagetext, 'http://', '')[/sql]

rmxs 09-19-2008 04:10 PM

Quote:

Originally Posted by Dismounted (Post 1625551)
With your example - you should run something like:
[sql]UPDATE post SET pagetext = REPLACE(pagetext, 'http://', '')[/sql]

And this replace also the other https?
example if i have normal working with one http on the from replace also this?

Dismounted 09-21-2008 06:27 AM

You can just change the query to change "https"...

rmxs 09-21-2008 03:36 PM

Quote:

Originally Posted by Dismounted (Post 1626732)
You can just change the query to change "https"...

sorry wronk typing..
I mean in my site i have some with double http on the front and some with one..
this query change both?

Dismounted 09-22-2008 05:58 AM

If the example you provided is accurate and correct, no, the query only changes the "bad" ones.

rmxs 09-27-2008 08:03 AM

Quote:

Originally Posted by Dismounted (Post 1625551)
With your example - you should run something like:
[sql]UPDATE post SET pagetext = REPLACE(pagetext, 'http://', '')[/sql]

Doesnt help remove all the http exept the doubles.

Maybe we need to decode the links..

Dismounted 09-28-2008 04:43 AM

If you removed all the "http://", the link would point to the local host....

mechanist 09-28-2008 11:53 AM

Once the URL and the syntax for calling this addOn is public, everybody can abuse this redirector. This addOn does not check if the user is a valid member of the board. Is there any option to verify the user rights before the redirect will start ?
So far I can see, a few "guests" start using the redirect plugin.
Give it a try:
1. log out from vbulletin
2. try YOUR VBULLETIN BOARD URL/redirector.php?url=YOUR TARGE URL

Even without being logged on, you can use and off course abuse the redirect plugin.

rmxs 09-28-2008 05:55 PM

Quote:

Originally Posted by Dismounted (Post 1632029)
If you removed all the "http://", the link would point to the local host....

let me explain.

10% of my posts its look like..

http://and the encoded url...

when you click on it you get something like..

http://http://rapidshare%2ffiles%2f/...f/filename.htm

all the / on the url after click is still %2f% and the double http is there..

if there is no fix for me its ok byt for other future members maybe its not ok..

(also after unistall the links is still 2f%31%30%32%37%32%31%33%35%2f%41%6b%74%69%5f%50%65 %69%72%61%69%6f%73%5f%32%30% 30%36%5f%43%44%5f%31%2e%72%61%72) this is the biger problem because if you need edit the link its not possible.

Morsolo 09-28-2008 06:26 PM

This is a great mod, but is there a way to Anonymize links coming out of certain sections?

For example, www.google.com in the General area will go straight to google, but www.google.com in the Advertising area will go through vBAnonymizer...

Dismounted 09-29-2008 03:04 AM

Quote:

Originally Posted by mechanist (Post 1632197)
Once the URL and the syntax for calling this addOn is public, everybody can abuse this redirector. This addOn does not check if the user is a valid member of the board. Is there any option to verify the user rights before the redirect will start ?
So far I can see, a few "guests" start using the redirect plugin.
Give it a try:
1. log out from vbulletin
2. try YOUR VBULLETIN BOARD URL/redirector.php?url=YOUR TARGE URL

Even without being logged on, you can use and off course abuse the redirect plugin.

Errr, and the problem is? If you disallow guests use of it - they won't be able to click links. In any case, I don't see how you can call other people using it "abuse". It does not cause any noticeable load on your server, and if someone does use it, they will see your header and footer (free advertising). Just to re-iterate, what is being abused?
Quote:

Originally Posted by Morsolo (Post 1632426)
This is a great mod, but is there a way to Anonymize links coming out of certain sections?

For example, www.google.com in the General area will go straight to google, but www.google.com in the Advertising area will go through vBAnonymizer...

Possible - but not with the current modification
Quote:

Originally Posted by rmxs (Post 1632412)
let me explain.

10% of my posts its look like..

http://and the encoded url...

when you click on it you get something like..

http://http://rapidshare%2ffiles%2f/...f/filename.htm

all the / on the url after click is still %2f% and the double http is there..

if there is no fix for me its ok byt for other future members maybe its not ok..

(also after unistall the links is still 2f%31%30%32%37%32%31%33%35%2f%41%6b%74%69%5f%50%65 %69%72%61%69%6f%73%5f%32%30% 30%36%5f%43%44%5f%31%2e%72%61%72) this is the biger problem because if you need edit the link its not possible.

I'm don't really understand you...

mechanist 09-29-2008 02:43 PM

Quote:

Errr, and the problem is? If you disallow guests use of it - they won't be able to click links. In any case, I don't see how you can call other people using it "abuse". It does not cause any noticeable load on your server, and if someone does use it, they will see your header and footer (free advertising). Just to re-iterate, what is being abused?
Well, I do not use Ad`s in my system so I don`t care. Also guest`s are not allowed to see postings anyway but for some reasons, the calll method for this redirector was getting pubilc. A feature, that would verify the usergroup would be nice and helpful.
Even if you see no problem at all, other may do and are concerned.

R-D 09-29-2008 03:27 PM

Quote:

Originally Posted by mechanist (Post 1632197)
Once the URL and the syntax for calling this addOn is public, everybody can abuse this redirector. This addOn does not check if the user is a valid member of the board. Is there any option to verify the user rights before the redirect will start ?
So far I can see, a few "guests" start using the redirect plugin.
Give it a try:
1. log out from vbulletin
2. try YOUR VBULLETIN BOARD URL/redirector.php?url=YOUR TARGE URL

Even without being logged on, you can use and off course abuse the redirect plugin.

Open redirector.php
Find:
Code:

// check for script path
Add above:
Code:

if (!$vbulletin->userinfo['userid'])
{
        print_no_permission();
}



That forces guests to login before they can use the redirector.php page. Doesn't stop them from seeing and copying the target link directly from the URL though
(eg. http://www.mysite.com/redirector.php?url=http://www.yoursite.com).

I added that as people were just copying my redirector.php URLs onto other sites. As I don't add ads, there was no point in letting them get away with that.

mechanist 09-29-2008 03:53 PM

Very good !
Thank you very much !!!! :up:

Dismounted 09-30-2008 03:16 PM

Quote:

Originally Posted by mechanist (Post 1633111)
Well, I do not use Ad`s in my system so I don`t care. Also guest`s are not allowed to see postings anyway but for some reasons, the calll method for this redirector was getting pubilc. A feature, that would verify the usergroup would be nice and helpful.
Even if you see no problem at all, other may do and are concerned.

I was not talking about ads - I am talking about your forum, your brand - when people visit that link - they'll see your forum (which is advertising your forum).

Dismounted 10-03-2008 05:48 AM

Modification Updated!

3/10/2008 - Version 3.0
- Rewrite of Code to Streamline for Efficency
- Fixed Local URL Issues
- Fixed No Follow Attribute Issues
- Renamed Local URLs list to Whitelist
- Added Ability to Rename 'redirector.php'

You can actually see the streamlining even if you cannot code PHP. Look at the size of 2.9 (115.4 KB), compared to 2.8 (155.9 KB).

redlabour 10-03-2008 06:11 AM

Quote:

Originally Posted by Dismounted (Post 1636240)
Modification Updated!

3/10/2008 - Version 2.9

- Rewrite of Code to Streamline for Efficency
- Fixed Local URL Issues
- Fixed No Follow Attribute Issues
- Renamed Local URLs list to Whitelist
- Added Ability to Rename 'redirector.php'

You can actually see the streamlining even if you cannot code PHP. Look at the size of 2.9 (115.5 KB), compared to 2.8 (155.9 KB).

Works great! :)

Dismounted 10-03-2008 12:40 PM

Decided to use a major version revision number, as this is a near complete rewrite of the code, and removes the (previous) fairly costly PCRE functions.

There is only one difference in 3.0 (compared to 2.9 - which has been taken down in favour of a major revision), that is, the complete removal of PCRE functions (as mentioned before).

Hatsu 10-05-2008 05:44 AM

The option Countdown Timer has no effect. It's always a countdown whether yes or no. Tested with FF 3.0.3. Rest works great. Thank you.

Dismounted 10-05-2008 09:42 AM

Fixed in next release.


All times are GMT. The time now is 11:33 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.01524 seconds
  • Memory Usage 1,831KB
  • 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
  • (2)bbcode_code_printable
  • (14)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