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)

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

Quote:

Originally Posted by Nathan2006 (Post 1168727)
Hi Dismounted,

I have been using this hack for a while now Extended Signature Limits

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:
PHP Code:

$post['message'] = anonymize($post['message']); 


Nathan2006 01-28-2007 12:11 PM

Quote:

Originally Posted by Dismounted (Post 1168744)
To turn it off in signatures, edit the plugin 'Add Anonymizer Prefix (Part 2)' and replace the whole plugin with:
PHP Code:

$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

Quote:

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

Quote:

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

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

Quote:

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

Quote:

Originally Posted by ubblite (Post 1174068)
Can you tell me how to do this?

In the plugin 'Anonymizer Function', find:
PHP Code:

if (preg_match_all("/(\<a href=\")(.[^\"]*)/i"$text$matches)) 

Replace With:
PHP Code:

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:
PHP Code:

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.....


All times are GMT. The time now is 11:04 AM.

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.01392 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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