The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#222
|
|||
|
|||
Quote:
|
#223
|
|||
|
|||
installed - great stuff - thanks man!
|
#224
|
|||
|
|||
Thank you Paul
Works perfectly on VB 4.1.0 |
#225
|
||||
|
||||
Thank you Paul
Works perfectly on VB 4.1.0 |
#226
|
|||
|
|||
Just a heads up for anyone using this mod, who also implements Google's CSE (Custom Search Engine) for their site at the same time.
Even if you restrict access to this data within the mod's options set-up with AdminCP, google can sill access the do=wrtviewuser function and display the results to anyone, including unregistered guests being able to view it using Google's "http://webcache.googleusercontent.com/search?" capability. I'm currently looking for a way to either stop the Google CSE from displaying this data, or having the mod itself block access to Google. Although not a serious issue, it is a point of privacy, certainly in having public unregistered guests view this kind of information by circumventing the mod's privacy display options. Any idea Paul? Regards, Doug Edit: Would putting the following into the robots.txt file, stop Google from indexing and creating entries from this mod, readable by everyone, including unregistered guests? Disallow: /misc.php |
#227
|
||||
|
||||
Quote:
You could also not allow guests to use the who read facility in the first place by restricting it to certain usergroups. |
#228
|
|||
|
|||
Quote:
I've updated the robots.txt file with that change and I'll see what happens .... Just for clarity, even unregistered guests (in fact anyone) can use Google's web cache using their http://webcache.googleusercontent.com/search?q=cache function and view any of these screens (see attached pic), regardless of the settings within the mod itself ie: usergroups. Their process appears to circumvent Vbulletin and they add these screens to their web cache. I'm hoping the robots.txt change stops future access, plus I submitted a URL purge request to Google of that specific URL to remove all links existing within their web cache envirionment. I'll update here if and when these things work. Appreciate the support .. :up: Regards, Doug Update: Google said they couldn't remove existing links saying "Your request has been denied because the webmaster of the site hasn't applied the appropriate robots.txt file or meta tags to block us from indexing or archiving this page. Please work with the webmaster of this site or select an alternate removal option from the webpage removal request tool." So, I don't know what's wrong with the new robots.txt file that they feel we haven't done what we're supposed to do? |
#229
|
|||
|
|||
Google responded again and indicated that we needed to add a meta tag to the code, as shown in the example below, to block their indexing of this mod's specific pages.
I'm not sure where to put it, except somewhere in the original XML before uploading, or perhaps in a plugin for it? Code:
<html> <head> <title>...</title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </head> Any guidance would be appreciated ... Thanks .. Regards, Doug |
#230
|
||||
|
||||
Quote:
If you wanted to do that then you would modify the Display_Readers_View_User template. What you suggested before will work just as well. |
#231
|
|||
|
|||
Quote:
I'll add the meta tag to the Display_Readers_View_User template as well and see what happens ... :up: When I originally installed the "Who Has Read a Thread" mod earlier this year, I set the ability to use it to moderators ONLY, besides the original thread creator. When Google CSE shows a search, it does show a link to the screen (see attached pic for example of a link title List of Threads Viewed by : alarsen303) which appears in Google's CSE to every member who views the search, regardless of whether they are in the mod's AdminCP setup or not. If anyone who is not a moderator clicks on that link, they get the standard vBulletin message that they are "not allowed", as per the mod's setup options in the AdminCp. However, if anyone uses Google's Web Cache search, as shown in the pic in the last post, anyone on the Internet can view the mod's screen, The example pic I posted earlier was posted and sent into us from a regular registered member (not a moderator) who wasn't able to see the screen directly, but was able to get at it through Google's Web Cache search. I'm not sure what I'm missing and I apologize if I don't understand what you're saying, but it appears that all the user screens are accessible using Google Web Cache search, regardless of the AdminCP settings or when they were added? Thanks for your support.. it is appreciated ... :up: Regards, Doug |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|