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)

bhanuprasad1981 10-03-2007 03:37 AM

i am getting error:-
Not Found
The requested URL /ext.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at xxxx.co.in Port 80
:confused::confused::confused:

Dismounted 10-03-2007 06:06 AM

Quote:

Originally Posted by mobilescafe.com (Post 1350264)
I am having the same problem and the url is double redirected as stated above.

Try disabling the plugin "Compatibility Fix".
Quote:

Originally Posted by bhanuprasad1981 (Post 1351871)
i am getting error:-
Not Found
The requested URL /ext.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at xxxx.co.in Port 80
:confused::confused::confused:

Have you been messing around with the code?

bhanuprasad1981 10-04-2007 05:49 AM

sorry cant understand u

redlabour 10-04-2007 11:25 AM

Anything new about vBSEO Compatibility (Linkbacks) ?

dj_f16 10-04-2007 04:59 PM

Quote:

Originally Posted by Dismounted (Post 1351934)
Try disabling the plugin "Compatibility Fix".

what kind of?
that problem be from where or what is becoming..
me the at DOWNLOAD BBCode, i am not confronting with this your question ten but other URLs do not direct double always :confused: :confused: :confused: :confused:


i waiting.. I can not be lift up the addition... be mostly you do not direct linklerde she is staying at

TigerWare 10-06-2007 08:30 PM

Hi Dismounted.

I'm having a bit of a problem on 2.7 with vB 3.6.8 as outlined in my test below:-

Quote:

URL rendering problem.

www.siteA.com
www.siteA.com/a.html
www.siteA.com/a

www.siteB.com/a.html
www.siteB.com/a
www.siteB.com

Hold mouse over links and look at the reported URL in your browser status bar. the siteA links are all the same ie: they miss out everything after the domain name. The siteB links are in reverse, with the URL to the domain only version being at the bottom. These are actually rendered correctly.

Here's the rub...

www.SiteC.com/page1.htm
www.SiteC.com/page2.htm

These are both correctly rendered, but if www.SiteC.com is placed in the text anywhere prior to both of those page links, they are rendered incorrectly. damned weird.
Hopefully that makes sense, if not I'll happily clarify any points. I'm a joint Admin on a 3.6.7 board using version 2.2 of vbAnonimizer but it works fine. I have uninstalled your v2.7 to check that the reported URL's are correct without the product, and yes they are quite correct. Installing the product again produces the same glitch.

Any ideas on this one Dismounted? No huge rush as it isn't a live forum at the moment, I'll start to panic in December :D

Dismounted 10-08-2007 06:47 AM

Quote:

Originally Posted by dj_f16 (Post 1352940)
what kind of?
that problem be from where or what is becoming..
me the at DOWNLOAD BBCode, i am not confronting with this your question ten but other URLs do not direct double always :confused: :confused: :confused: :confused:


i waiting.. I can not be lift up the addition... be mostly you do not direct linklerde she is staying at

Just disable the plugin I've told you.
Quote:

Originally Posted by TigerWare (Post 1354350)
Hi Dismounted.

I'm having a bit of a problem on 2.7 with vB 3.6.8 as outlined in my test below:-



Hopefully that makes sense, if not I'll happily clarify any points. I'm a joint Admin on a 3.6.7 board using version 2.2 of vbAnonimizer but it works fine. I have uninstalled your v2.7 to check that the reported URL's are correct without the product, and yes they are quite correct. Installing the product again produces the same glitch.

Any ideas on this one Dismounted? No huge rush as it isn't a live forum at the moment, I'll start to panic in December :D

Wow, I'm confused lol. Maybe it's just that I'm tired though.

TigerWare 10-08-2007 11:15 AM

Quote:

Originally Posted by Dismounted (Post 1355333)
Wow, I'm confused lol. Maybe it's just that I'm tired though.

Heh, ok let me show you the output from the two main examples in my text above, maybe it will make more sense:-

HTML Code:

<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteA.com" rel="nofollow" target="_blank">www.siteA.com</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteA.com" rel="nofollow/a.html" target="_blank">www.siteA.com/a.html</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteA.com" rel="nofollow/a" target="_blank">www.siteA.com/a</a><br />
<br />

<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteB.com%2Fa.html" rel="nofollow" target="_blank">www.siteB.com/a.html</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteB.com%2Fa" rel="nofollow" target="_blank">www.siteB.com/a</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteB.com" rel="nofollow" target="_blank">www.siteB.com</a><br />

As you can see, the displayed text of the URL's are okay, but the HREF is being wrongly formatted at some point in whatever logic is building the links, and moving data into the "rel=" attribute. The first block of links show how the bad formatting affects the links, the second set show how to fudge it to avoid bad formatting. At this stage I don't know if there is another product interfereing with yours, but AFAIK I have no other product that plays with URL's. When I remove vbAnon, all the HREF's are fine, reinstalling produces the problem.

I have considered uninstalling and reverting to a previous version, but this will take me until weekend to get around to. It's a very weird one this.

TIA

Dismounted 10-09-2007 10:03 AM

I think I know the problem. It's probably something with the regex. I'll look into it more.

TigerWare 10-09-2007 05:03 PM

Excellent!
[/Mr Burns]

:up:

bahisyeri 10-12-2007 02:48 PM

I had some problem while posting message or thread via normal way not QUICK reply. It was waiting and waiting and waiting but now i fixed i just removed compability fix code its all works fine now.
The following products may crash with this plugin;
Sniper's Youtube
Plugin accelarator.

dj_f16 10-17-2007 11:51 AM

Quote:

Originally Posted by Dismounted (Post 1355333)
Just disable the plugin I've told you.

not to be

bmwusa 10-17-2007 12:52 PM

Gracias Señor!!! thank you!!! testing on 3.6.8

TigerWare 10-18-2007 10:58 AM

Quote:

Originally Posted by Dismounted (Post 1356151)
I think I know the problem. It's probably something with the regex. I'll look into it more.

Have you managed to have a peek at this one yet Dismounted?

TigerWare 11-03-2007 09:00 PM

Any news guv'ner?

redlabour 11-18-2007 09:48 AM

After upgrading to vBadvanced CMPS v3.0 RC2 new URL´s on CMPS are no longer handled by vbAnonymizer.

Any fix on this ?

Dismounted 11-19-2007 03:50 AM

Have you disabled any plugins or anything else like that?

redlabour 11-19-2007 06:18 AM

Quote:

Originally Posted by Dismounted (Post 1385312)
Have you disabled any plugins or anything else like that?

No - the Problems i other then i first guess.

It still works with the new vbadvanced.

But it takes some Minutes till the URL?s are changed at the Portal to use vbanonymizer.

After 5-10 Minutes they are the same like in the Forum.

What can that be?

Dismounted 11-20-2007 03:48 AM

Probably because the cache has to update properly.

redlabour 11-23-2007 05:51 AM

REQUEST :

Can you give us ability to select some URL?s (amazon.de and others) to be not anonymized?

redlabour 11-23-2007 05:52 AM

Quote:

Originally Posted by Dismounted (Post 1386051)
Probably because the cache has to update properly.

How to change this in AdminCP ?

Dismounted 11-24-2007 04:10 AM

Quote:

Originally Posted by redlabour (Post 1387884)
REQUEST :

Can you give us ability to select some URL?s (amazon.de and others) to be not anonymized?

I'll add it onto my list.
Quote:

Originally Posted by redlabour (Post 1387886)
How to change this in AdminCP ?

Change what? There's nothing to change.

redlabour 11-24-2007 05:58 PM

Quote:

Originally Posted by Dismounted (Post 1388446)
I'll add it onto my list.

Change what? There's nothing to change.


1. Thx! It is very important for SEO and Affiliates.

2. I mean - what can i do?

Dismounted 11-25-2007 02:20 AM

Not much I don't think, as the cache gets updated by vBulletin automatically at intervals.

Anatole 11-26-2007 10:15 AM

Can i use it on 3.5.8 version?

Dismounted 11-27-2007 04:08 AM

Yes, just find all all the instances of and remove:
Code:

executionorder="5"

Anatole 11-27-2007 07:46 AM

Thanks alot!

Fenriz 12-08-2007 11:55 PM

Great hack! Is it possible to remove any delay in redirecting?

Dismounted 12-09-2007 02:10 PM

Could you post your 'vbanonymizer_main' template?

Fenriz 12-10-2007 05:18 AM

This code from 2.7:
Quote:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<script language="javascript" type="text/javascript">
<!--
x = $delay + 1;
function countdown()
{
x--;
if(x > -1)
{
document.getElementById("delay").innerHTML = x;
setTimeout('countdown()',1000);
}
}
//-->
</script>
<title>$vboptions[bbtitle] - $vboptions[vbanonymizer_title]</title>
<if condition="!empty($url)">
<meta http-equiv="refresh" content="$vboptions[vbanonymizer_delay]; URL=$url">
<else />
<meta http-equiv="refresh" content="$vboptions[vbanonymizer_delay]; URL=$abouturl">
</if>
</head>
<body onload="countdown();">
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vboptions[vbanonymizer_title]</td>
</tr>
<tr>
<td class="alt1">
<if condition="!empty($url)">
$message
<else />
$vboptions[vbanonymizer_nourl]
</if>
</td>
</tr>
</table>
$footer
</body>
</html>

Dismounted 12-10-2007 07:47 AM

Use this:
HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<meta http-equiv="refresh" content="0; URL=$url">
</head>
<body>
</body>
</html>


Pirat3 12-11-2007 03:58 PM

Hey can someone tell me why I would want to use this mod, what are the benifiets?

baklash 12-11-2007 04:48 PM

eeh ill see what happpens thanks broo

Dismounted 12-13-2007 05:01 AM

Quote:

Originally Posted by Pirat3 (Post 1399267)
Hey can someone tell me why I would want to use this mod, what are the benifiets?

When your visitors click on posted links, they send the referrer (your site's URL) with the packet. This stops that information being sent.

Pirat3 12-13-2007 09:31 PM

Quote:

Originally Posted by Dismounted (Post 1400318)
When your visitors click on posted links, they send the referrer (your site's URL) with the packet. This stops that information being sent.

Why /what is the point of doing that?

hima85222 12-14-2007 03:52 AM

when i installed the hack i get this

Fatal error: Cannot redeclare checklocals() (previously declared in /home/MySite/public_html/forums/includes/init.php(329) : eval()'d code:99) in /home/MySite/public_html/forums/includes/init.php(329) : eval()'d code on line 200

and i dont have a backup please tell me what to do to remove it from the database

please harry up

Edit :

i got it fixed

Thanks

hima85222 12-14-2007 05:11 AM

I have a problem that The Redirection takes too long time because it redirect many times , and also there is a conflict with the you tube automatic playing in the forum

Please help me to solve this

Thanks

Dismounted 12-14-2007 05:47 AM

Quote:

Originally Posted by Pirat3 (Post 1400663)
Why /what is the point of doing that?

Certain sites track referrers and check on them.
Quote:

Originally Posted by hima85222 (Post 1400817)
I have a problem that The Redirection takes too long time because it redirect many times , and also there is a conflict with the you tube automatic playing in the forum

Please help me to solve this

Thanks

I really can't solve this as I am overseas with no access to an installation to vBulletin.

hima85222 12-14-2007 10:02 PM

Ok Thanks

cosy 12-16-2007 09:44 PM

duuno if anyone tell this but seams this mod break the display of videos using pasivevid https://vborg.vbsupport.ru/showthread.php?t=150761


is there any way to fix that ?


All times are GMT. The time now is 11:03 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.01665 seconds
  • Memory Usage 1,839KB
  • 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
  • (1)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