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)

Dismounted 03-16-2008 02:37 AM

Look in the database, and see if the posts have the URL appended to them.

doc_sameer 03-16-2008 09:28 AM

Works nicely since 2 months + on my forum.. thx for a great mod

The only issue i have is, when users edit their posts or even switch between WYSIWYG & normal mode, the URL gets appended multiple number of times..

Is there any way to limit the prefix url to occur only once before the link, however many times we edit the post?

ahlycairo 03-16-2008 04:44 PM

Quote:

Originally Posted by Dismounted (Post 1465811)
Look in the database, and see if the posts have the URL appended to them.

yeah its in the database.
  • in post table (415) results.
  • pmtext table (26) results.
  • pmtextLog table (29) results.
  • usertextfield table (14) results.

so what can i do now?

Dismounted 03-17-2008 06:27 AM

Quote:

Originally Posted by doc_sameer (Post 1465973)
Works nicely since 2 months + on my forum.. thx for a great mod

The only issue i have is, when users edit their posts or even switch between WYSIWYG & normal mode, the URL gets appended multiple number of times..

Is there any way to limit the prefix url to occur only once before the link, however many times we edit the post?

I'll note down the bug as something to fix in the next version.
Quote:

Originally Posted by ahlycairo (Post 1466266)
yeah its in the database.
  • in post table (415) results.
  • pmtext table (26) results.
  • pmtextLog table (29) results.
  • usertextfield table (14) results.

so what can i do now?

Weird, must be something to do with vBulletin matching up the post data with the cache. This can be solved using an SQL query. Please tell me which fields they are appearing in.

ahlycairo 03-17-2008 11:25 AM

Quote:

Originally Posted by Dismounted (Post 1466802)
Weird, must be something to do with vBulletin matching up the post data with the cache. This can be solved using an SQL query. Please tell me which fields they are appearing in.

how can i know which fields they are appearing in?

thanx

Dismounted 03-18-2008 05:55 AM

You look inside the tables, and find which fields the links are appearing in (ie. text).

AbercrombieAron 03-19-2008 02:16 PM

Very nice :)

Fraxter 03-29-2008 10:43 PM

Quote:

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


Mhmm, it?s not working in the newest version, i think you have changed this part of code.

Can you say me, how i can use the anonym.to link with your script?

Thanks. :)

Dismounted 03-30-2008 06:12 AM

Quote:

Originally Posted by Pander23 (Post 1477951)
Mhmm, it?s not working in the newest version, i think you have changed this part of code.

I have ;).
Quote:

Originally Posted by Pander23 (Post 1477951)
Can you say me, how i can use the anonym.to link with your script?

In the function plugin, you will need to find the place where it replaces (trust me, you'll see it), and change it.

Fraxter 03-30-2008 10:20 AM

Quote:

Originally Posted by Dismounted (Post 1478116)
I have ;).

In the function plugin, you will need to find the place where it replaces (trust me, you'll see it), and change it.

I think it?s this part:

Quote:

if (preg_match_all('/' . $anchor . '([^"]+)/i', $text, $links))
But how is must change it to use anonym.to?

Thanks for your help. :)

regards

Pander23


All times are GMT. The time now is 05:16 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.01493 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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