![]() |
It's also opening internal links in a new window and I have http://glitchpc.com added to the Whitelist.
|
Uninstalled...went back to using NuHit's mod...at least I know that's working as it should.
Thanks, anyway...for the help. |
thank you i will wait to see more tests
thank you |
Quote:
The whitelist is wildcard based, just like VB's email or ip banning. If you add http://glitchpc.com and the link is to http://www.glitchpc.com it will not match. I suggest adding to your whitelist as just "glitchpc.com" |
Quote:
https://vborg.vbsupport.ru/showthread.php?t=145402 It hurts you, technically. |
Quote:
I followed the directions to install your mod. I used glitchpc.com and http://glitchpc.com in the whitelist and neither worked. By the way...my site is configured as http://glitchpc.com...without the "www". Even rebuilt the post cache. Still could not get your mod to work. Also read your blog and the latest info from Google regarding "nofollow". I do not use no follow...so I can't see where using NuHit's mod is technically hurting my site. The only difference, I can see, between these two mods is that NuHit's is working for me...and yours is not. So...sorry to say...I have to use something that works... Good luck with your mod... |
Quote:
As I understand it "rel=nofollow" is not looked at any more so one might as well not use them. If I'm not understanding this, please let me know. I've never worry about outbound links because the moderators and I monitor them closely, but this mod sounds interesting. I'm always interested in vB forum SEO. |
1 Attachment(s)
Smitty...
NuHit's mod settings will allow you to turn "rel=nofollow" links on/off. |
Thanks for the info. I hadn't really looked at that NuHit mod. Probably because I bought the Mediawiki integration mod (which is still working on vB 3.8.3, but with an old version of Mediawiki) and the NuHit guy disappeared. I should have looked at that mod closer.
On the other hand, in my forums we monitor all external links very closely so we're not too worried about external links to 'bad neighborhoods'. |
Quote:
I've a question for you though, if you couldn't get it installed, how is it you noticed the whitelist not working? If links were being redirected, it was obviously installed. This is where you confuse me. |
I didn't really follow how that would be possible, either. Either the mod didn't do anything, or it redirected all links and the whitelist didn't work. It can't be both.
Regardless, I'd be glad to take a look at the user's site, but he seems to have given up on it pretty quickly. If you change your mind, Saviour, I'm fairly certain we could find the problem. |
Quote:
Cloaking would be treating guests differently than SE bots. Quote:
After installing your hack, my members report the following issues: - If a member has not listed a website in profile, then this dead link is displayed on profiles: http://www.mysite.com/forum/externalredirect.php?url= I have about 40.000 of those dead links now. - signature pictures that are on another site, no longer display. - the link to a members home page from postbit dropdown does not work. Please advise. |
The cloaking bit wasn't addressed to me, but restricting posting is a bit different than restricting content, since content is the issue here.
Anyway, I'm afraid I need some more information to debug these issues; a link to your site, for example, would help a great deal. Regarding these: signature pictures that are on another site, no longer display. Does this mean the images don't display, the images are broken, or the link is not directed? the link to a members home page from postbit dropdown does not work. How does it not work? Is it not redirected as it should be, redirected when it shouldn't, or does it something else? I can't see any of these things, obviously, so I need much more information in order to help debug these problems. |
Quote:
|
Quote:
|
That was my guess, as well, but the only part of the script that adds the URL rewrite is the function which handles bbCode links, which shouldn't effect the image tag's URL.
|
Yes, it'd be best to see the exact examples, or a snippet of view source from the page.
|
Quote:
PHP Code:
Quote:
Quote:
Quote:
PHP Code:
Quote:
|
Glad that worked for you. :) We'll incorporate that change into the official release.
I've tried adding signature pictures to my test board without incident so far. I'll try a few more things and let you know if that helps me duplicate the problem. I think you're correct about the homepage link and the rel= issue being related to another mod, as this particular hack doesn't add any rel attitributes, except in the EXTERNAL_LINK template. |
Quote:
I'll try to describe the problem again...hopefully, this time, I won't lose you. When your mod is installed...and a user clicks an external link, it's supposed to redirect them with a message that they are leaving the current site...correct? Your mod does not do this for me. Your mod also opens internal links (from my site) in a new window or tab. I'm using Firefox 3.5. I included glitchpc.com in the whitelist. I had set "rel=nofollow" to off. All other settings were set to "yes". Those are the issues I'm having with your mod. For the life of me, though, I don't see the difference between your mod and NuHit's mod. How is your mod any different than NuHit's...other than the fact there's supposed to be a redirect message that does not seem to be working for me...along with the fact that internal links are opened in a new window...which shouldn't be happening. When I installed your mod...I made sure NuHit's mod was uninstalled, first. I tried several times to get your mod to work, but was unsuccessful. It's not that I had given up...I just decided to return to the previous mod I was using that worked fine. The only reason I wanted to try your mod was due to the fact a message was supposed to be displayed notifying the person who clicks an external link that they are being redirected to another site. Again...I gave this mod every opportunity and it failed on every attempt to get the redirect message to display or to prevent internal links from opening in a new window...even after rebuilding the post cache. If it matters...I'm running vb 3.8.3, vba CMPS 3.2.0 and vba Links Directory 3.2.0. I use quite a few mods...so...I'm not sure if any of them are conflicting with your mod...but that could be a possibility. However...like I said...NuHit's mod is working flawlessly. Also...aspen0 stated this: Quote:
Well...that's it...in a nutshell. I look forward to your replies. |
Nothing in this hack causes links to open in a new window, save for the one on the EXTERNAL_LINK template, which I believe has already been updated, and is easily modified. But it doesn't cause any of the links in signatures, posts, visitor comments, or anything else, to open in a new window/tab. That is vB's default behavior when parsing links in posts, etc.
Regarding differences between this hack and the other: I'm not familiar with the other one, so I couldn't tell you, but I notice you're asking for differences other than the redirect page. The redirect page may be the only major difference, but as aspen0 has explained, it's the entire point. I won't repeat his descriptions of how link weight is distributed, as they're still there for anyone to see and he explains it better than I can, but it bears mentioning. I'd be glad to help you debug this hack if you'd like to contact me privately and give me some level of access. Suffice to say this has been tested on several different versions and the code itself is pretty straightforward, so I should be able to determine rather quickly if perhaps something went wrong during installation, or if some other mod is in conflict. I am still somewhat curious about your reference to the whitelist, though. The whitelist exists to stop links from being run through the redirection page. Are you saying you added your URL to the whitelist even though this wasn't happening? |
TWTCommish...
I appreciate the offer...and hope my posting hasn't had an ill affect on others who may want to download it. However, I've just decided to stay with what I have. If I do change my mind...I'll be back to ask for assistance. Thanks, again, for your offer to help. All my best... |
Quote:
It sounds to me like Nuhit's mod is malfunctioning for you actually. If Nuhit's mod is supposed to allow you to stop internal links from opening in a new window, it is malfunctioning. Now, how is it hurting you? Hurting is perhaps the wrong word to use. It isn't helping you. It isn't helping you a lick with Google. It is doing nothing for your Google rankings. That was my point, if that is not why you use it, if you use it to stop VB's default behavior of opening links in new windows, then I misunderstood. I thought you were using it with the idea to help your search engine rankings. As for why our mod doesn't work, I'm guess it was either installed incorrectly, or there is a conflict with one of your other mods, like nuhit's not being uninstalled fully or something. I don't know how many forums the other chris runs, I've got about 10, and at least 9 other people have installed it so far too, so that is a lot of variation, in which it works, your forum might just be an oddity. |
updated with bug fixes and a toggle to allow you to set to only show it to unregistered users. No file changes are needed, just reinstall the new xml file.
|
Quote:
|
Unfortunately that is very hard to do. Google purposefully obfusicates the link weight reporting they provide to webmasters, we never know the actual score, and as well they only always show data thats usually 4 months out of date.
|
installed :D
Thanks |
Installed and after link clicking on my forum I got:
Code:
1||1246761650||88.199.62.36||url=http://www.wp.pl||http://www.forum.simple-nlp.pl/informacje/887-kolejny-test.html||Opera/9.61 (Windows NT 5.1; U; pl) Presto/2.1.1Access Denied, you have been logged. |
Also going to externalredirect.php without url param generates normal page with message about invalid url.
So this error exists only when url is set - I have white page whit that communicate and nothing else. |
I'm sorry NLP'er, I'm not understanding your issue.
|
Quote:
http://www.forum.simple-nlp.pl/exter...tp://www.wp.pl There is an error about aess denied. But thi is not access to externalredirect.php, because when you go here: http://www.forum.simple-nlp.pl/externalredirect.php It generates. So somesthing is wrong with externalredirect.php code. Whad to do to have it working? |
Hi,
First I want to thank you, I like seo mods btw . I,m afraid now before installing about this , Quote:
|
Quote:
|
Quote:
|
Quote:
|
It works :)
But as I said about signatures, it shows the url of the image like this PHP Code:
PHP Code:
btw, I think vbanonymizer does redirect . Is there a difference ?? |
another small bug
URL that contains '&' gives the same invalid message in redirect page example: Code:
http://localhost/123vb/externalredirect.php?url=http://www.external.com/vb/external.php?type=rss2&forumids=56 |
Quote:
|
Quote:
It also, in theory, shouldn't change it, if only because it only modifies links passed through vB's link creation function. Can't imagine that vB would be passing image URLs through that by default. |
1 Attachment(s)
Quote:
|
All times are GMT. The time now is 11:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|