<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mywot.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Creastery</id>
	<title>WOT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mywot.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Creastery"/>
	<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php/Special:Contributions/Creastery"/>
	<updated>2026-04-24T01:51:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=7710</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=7710"/>
		<updated>2012-03-30T11:32:00Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Add WOT Scorecard searches to your browser's Search [engine] Bar.&lt;br /&gt;
&lt;br /&gt;
=Internet Explorer=&lt;br /&gt;
''requires IE 7''&lt;br /&gt;
&lt;br /&gt;
For IE 8(+) please refer to: [[WOT Scorecard IE Accelerator]]&lt;br /&gt;
&lt;br /&gt;
IEblog: [http://blogs.msdn.com/b/ie/archive/2005/09/14/466186.aspx Adding Search providers to IE 7 using OpenSearch 1.1]&lt;br /&gt;
&lt;br /&gt;
MSDN Library: [http://msdn.microsoft.com/en-us/library/cc848862%28v=vs.85%29.aspx Search Provider Extensibility in Internet Explorer]&lt;br /&gt;
&lt;br /&gt;
Basically, you need to create a web page, incorporate a method for IE7 to &amp;quot;see&amp;quot; the custom search, here are a couple examples:&lt;br /&gt;
&lt;br /&gt;
The following code adds the search provider by clicking a link.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:80%;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;amp;lt;a href=&amp;quot;#&amp;quot; onclick=&amp;quot;window.external.AddSearchProvider('http://www.example.com/provider.xml')&amp;quot;&amp;amp;gt;Add Search Provider Example&amp;amp;lt;/a&amp;amp;gt;  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Making Search Provider Discoverable&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:80%;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;amp;lt;link title=&amp;quot;My Provider&amp;quot; rel=&amp;quot;search&amp;quot; type=&amp;quot;application/opensearchdescription+xml&amp;quot; href=&amp;quot;http://www.example.com/provider.xml&amp;quot;&amp;amp;gt;  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is the required XML:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;amp;gt; &lt;br /&gt;
- &amp;amp;lt;OpenSearchDescription xmlns=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;ShortName&amp;amp;gt;WOT&amp;amp;lt;/ShortName&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;Description&amp;amp;gt;WOT provider&amp;amp;lt;/Description&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;InputEncoding&amp;amp;gt;UTF-8&amp;amp;lt;/InputEncoding&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;Url type=&amp;quot;text/html&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; /&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;/OpenSearchDescription&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you're installing this locally, from your PC and not by uploading it to an online website, remove the &amp;quot;http://example.com/ from the anchor / link tag. Save both the HTML and the XML file in the same folder and point your browser to the local web page.&lt;br /&gt;
&lt;br /&gt;
=Firefox=&lt;br /&gt;
''requires version 2.x and newer.''&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery].&lt;br /&gt;
&lt;br /&gt;
The below code shows the XML code of WOT Scorecard Search Plugin.&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;OpenSearchDescription xmlns=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;ShortName&amp;gt;Check Website Reputation...&amp;lt;/ShortName&amp;gt;&lt;br /&gt;
  &amp;lt;Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;get&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;/Url&amp;gt;&lt;br /&gt;
  &amp;lt;Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;http://www.mywot.com/sites/all/images/fusion/16_16/plain/new_trusted.png&amp;lt;/Image&amp;gt;&lt;br /&gt;
  &amp;lt;OutputEncoding&amp;gt;UTF-8&amp;lt;/OutputEncoding&amp;gt;&lt;br /&gt;
  &amp;lt;InputEncoding&amp;gt;UTF-8&amp;lt;/InputEncoding&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/OpenSearchDescription&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This code can be used for autodiscovery on your website but please notify and acknowledge the owner - Creastery, if you use the below code for your website.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use the code immediately by saving the below code into an XML file and follow the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
== Firefox Bookmark ==&lt;br /&gt;
[[File:Scorecard_BM01.png|thumb|right|Create new bookmark]]&lt;br /&gt;
'''Create new bookmark'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Name: WOT Scorecard&amp;lt;br /&amp;gt;&lt;br /&gt;
Location: http&amp;amp;#58;//www&amp;amp;#46;mywot&amp;amp;#46;com/scorecard/%s&amp;lt;br /&amp;gt;&lt;br /&gt;
Tags:&amp;lt;br /&amp;gt;&lt;br /&gt;
Keyword: ws&amp;lt;br /&amp;gt;&lt;br /&gt;
Description:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding a ''keyword'' allows you to type that keyword in the Address Bar followed by the domain name to open the domain's scorecard in the current tab / window.&lt;br /&gt;
&lt;br /&gt;
[[File:Scorecard_BM02.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
see also:&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://support.mozilla.org/en-US/kb/how-do-i-use-bookmarks Firefox help: Bookmarks]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://johnbokma.com/firefox/keymarks-explained.html Firefox bookmark keywords explained]&lt;br /&gt;
&lt;br /&gt;
=Opera=&lt;br /&gt;
Opera is simple, just keep in mind that the search engine input is stored as '''%s''' which you'll need to append to the basic scorecard URL.&lt;br /&gt;
&lt;br /&gt;
In Opera:&lt;br /&gt;
# Click the search engine select menu, then '''Manage Search Engines'''&lt;br /&gt;
# Click '''Add'''&lt;br /&gt;
#* '''Name''' type ''WOT Scorecard''&lt;br /&gt;
#* '''Keyword''' type ''WOT Scorecard''&lt;br /&gt;
#* '''Address''' type or copy / paste:&lt;br /&gt;
#*: &amp;lt;pre&amp;gt;http://www.mywot.com/scorecard/%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Click '''OK''' to save&lt;br /&gt;
&lt;br /&gt;
=Chrome=&lt;br /&gt;
Creating a search engine in Chrome is easy too.&lt;br /&gt;
&lt;br /&gt;
# Click the wrench at the top right-hand corner of the browser, then '''Options'''&lt;br /&gt;
# Click '''Manage search engines...''' at Basics &amp;gt; Search&lt;br /&gt;
# To add the search engine, &lt;br /&gt;
#* '''Add a new search engine''' type ''WOT''&lt;br /&gt;
#* '''Keyword''' type ''WOT''&lt;br /&gt;
#* '''Address''' type or copy / paste:&lt;br /&gt;
#*: &amp;lt;pre&amp;gt;http://www.mywot.com/scorecard/%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Press '''Enter/Return''' to save&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=1405</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=1405"/>
		<updated>2010-10-12T04:43:32Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Removed website. No longer in use. New site does not host the script yet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Add WOT Scorecard searches to your browser's Search [engine] Bar.&lt;br /&gt;
&lt;br /&gt;
=Internet Explorer=&lt;br /&gt;
''requires IE 7 or newer''&lt;br /&gt;
&lt;br /&gt;
Go to the [http://www.microsoft.com/windows/ie/searchguide/ Add Search Providers to Internet Explorer]&lt;br /&gt;
&lt;br /&gt;
Enter this URL in the form (first line):&lt;br /&gt;
'''http&amp;amp;#58;//www.mywot.com/scorecard/TEST'''&lt;br /&gt;
&lt;br /&gt;
Type in: '''WOT'''&lt;br /&gt;
for the name (second line)&lt;br /&gt;
&lt;br /&gt;
Select '''install''', say &amp;quot;Yes&amp;quot; and allow Microsoft to install.&lt;br /&gt;
I doubt you'll want to check-mark it as your default provider, but it will appear in the list of providers in the drop-down menu.&lt;br /&gt;
&lt;br /&gt;
Just enter a domain name, ''not a URL'', and you'll get the WOT Scorecard to the site.&lt;br /&gt;
&lt;br /&gt;
This is especially handy for getting domain names from links in email via your local email reader (Outlook / Express, Thunderbird, etc.)&lt;br /&gt;
&lt;br /&gt;
If previewing the XML, it should look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;amp;gt; &lt;br /&gt;
- &amp;amp;lt;OpenSearchDescription xmlns=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;ShortName&amp;amp;gt;WOT&amp;amp;lt;/ShortName&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;Description&amp;amp;gt;WOT provider&amp;amp;lt;/Description&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;InputEncoding&amp;amp;gt;UTF-8&amp;amp;lt;/InputEncoding&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;Url type=&amp;quot;text/html&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; /&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;/OpenSearchDescription&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Firefox=&lt;br /&gt;
''requires version 2.x and newer.''&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery].&lt;br /&gt;
&lt;br /&gt;
The below code shows the XML code of WOT Scorecard Search Plugin.&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;OpenSearchDescription xmlns=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;ShortName&amp;gt;Check Website Reputation...&amp;lt;/ShortName&amp;gt;&lt;br /&gt;
  &amp;lt;Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;get&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;/Url&amp;gt;&lt;br /&gt;
  &amp;lt;Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;http://www.mywot.com/sites/all/images/fusion/16_16/plain/new_trusted.png&amp;lt;/Image&amp;gt;&lt;br /&gt;
  &amp;lt;OutputEncoding&amp;gt;UTF-8&amp;lt;/OutputEncoding&amp;gt;&lt;br /&gt;
  &amp;lt;InputEncoding&amp;gt;UTF-8&amp;lt;/InputEncoding&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/OpenSearchDescription&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This code can be used for autodiscovery on your website but please notify and acknowledge the owner - Creastery, if you use the below code for your website.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use the code immediately by saving the below code into an XML file and follow the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1375</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1375"/>
		<updated>2010-10-06T11:01:51Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Made Documentations a separate page for easier editing and searching for members.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to WOT Wiki!==&lt;br /&gt;
We are glad you are here! The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]] and we need your help too since this project is new!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* Please read our [[Tasks|tasks]] and [[Guidelines|guidelines for contributions]].&lt;br /&gt;
* Also, do read the [[Documentations|Documentations]] made by the WOT Community!&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
* I need help because I am new to WOT. &lt;br /&gt;
** [[Getting Started|Get started]] and see the tutorial videos and other information on [http://www.mywot.com/support the Support section].&lt;br /&gt;
* What is [[Rating reliability|rating reliability]] and how does it affect WOT's trust in me?&lt;br /&gt;
* What is a [[Scorecard| scorecard]], what do [[Scorecard#Scorecard colors|the different colors]] and [[Scorecard#Scorecard components|the various sections]] mean? See also [http://www.mywot.com/en/support/symbols the full list of rating symbols].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* [http://www.mywot.com/support/faq The official FAQ] didn't have answers to your questions? Find more answers in the user-contributed [[FAQ|Wiki FAQ]]!&lt;br /&gt;
* The WOT rings are useful. I can see if a site is rated badly or excellent for external links. Can I add it to my website too?&lt;br /&gt;
** Please take a look at the [[WOT widget]] that is available to all!&lt;br /&gt;
* [[Chrome|Google Chrome]], [[Firefox|Mozilla Firefox]], [[Safari]] and [[Internet Explorer]]. Is WOT plugin available for Opera too?&lt;br /&gt;
** Yes, it is available for Opera too! Please see the user-created [[WOT for Opera]] bookmarklet for more details.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
* Use reputations in your application through [[API|the API]].&lt;br /&gt;
* Download [[Source code|the source code]] for the WOT add-on. Read the version history for our [[Firefox]], [[Chrome]], and [[Safari]] add-ons.&lt;br /&gt;
* Read more about the ongoing experiment for rating [[Shared domains|shared hosts]].&lt;br /&gt;
* Have [[Ideas|ideas for future improvements]]? Share them with the rest of us!&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Other tools ==&lt;br /&gt;
* Use [[Scorecard search plugin|the scorecard search plug-in]] or get [[WOT Scorecard IE Accelerator|a scorecard accelerator]] (for IE 8 and newer)&lt;br /&gt;
* The [[mass rating tool|mass rating tool]], available to all Platinum WOT members&lt;br /&gt;
* Other helpful [[Online tools|online tools]]&lt;br /&gt;
* Reference:&lt;br /&gt;
*: [[Business / Corporation certification]]&lt;br /&gt;
*: [[Pharmaceutical reference]]&lt;br /&gt;
&lt;br /&gt;
== Understanding Internet threats ==&lt;br /&gt;
* Beware of [[Adware|adware]], [[Advertisements|ads]], [[Backdoor|backdoors]], [[Blended Threat|blended threats]], [[botnets]], [[Browser Exploit|browser exploits]], [[Internet Fraud|fraud]], [[Identity Theft|identity theft]], [[Keylogger|keyloggers]], [[Malware|malware]], [[Phishing|phishing]], [[Popups|pop-ups]], [[Ransomware|ransomware]], [[Riskware|riskware]], [[Rootkit|rootkits]], [[Spam|spam and junk mail]], [[Spyware|spyware]], [[Trojan Horse|trojan horses]], [[Computer Virus|viruses]], and [[Computer Worm|worms]]. Can you think of other threats?&lt;br /&gt;
* Learn about what [http://groups.google.com/group/mywot/web/security-best-practices other precautions] you can take to enjoy safe surfing on the web!&lt;br /&gt;
* [[Malware submission|Malware submission]]&lt;br /&gt;
&lt;br /&gt;
== How to improve your site's reputation ==&lt;br /&gt;
* Understand what is [[Personally Identifiable Information (PII)|Personally Identifiable Information (PII)]] and why should your website have [[Privacy Policy|a privacy / cookie policy]]. Protecting your customers' or visitors' privacy allows people to trust you more.&lt;br /&gt;
* When requesting a site review on the main forum, here [[How To Ask For Rating|how to ask for ratings]].&lt;br /&gt;
* Know common threats that you can find at [http://projects.webappsec.org/Threat-Classification The WASC Threat Classification] which can attack your website and learn how to fix these possible exploits.&lt;br /&gt;
** The WASC Threat Classification is a cooperative effort to clarify and organize the threats  to the security of a web site. The members of the Web Application Security Consortium have created this project to develop and promote industry standard terminology for describing these issues. Application developers, security professionals, software vendors, and compliance auditors will have the ability to access a consistent language and definitions for web security related issues.&lt;br /&gt;
* Read more tips at [http://www.mywot.com/en/trustseal/tips WOT Trust Seal's Trust tips].&lt;br /&gt;
&lt;br /&gt;
== Learn to use the WOT Wiki ==&lt;br /&gt;
* How to [http://meta.wikimedia.org/wiki/Help:Editing edit a page]?&lt;br /&gt;
* Read the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* Find more help at [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1369</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1369"/>
		<updated>2010-10-06T10:21:31Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Added &amp;quot;Synchronize&amp;quot; page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to WOT Wiki!==&lt;br /&gt;
We are glad you are here! The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]] and we need your help too since this project is new!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* Please read our [[Tasks|tasks]] and [[Guidelines|guidelines for contributions]].&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
* I need help because I am new to WOT. &lt;br /&gt;
** [[Getting Started|Get started]] and see the tutorial videos and other information on [http://www.mywot.com/support the Support section].&lt;br /&gt;
* What is [[Rating reliability|rating reliability]] and how does it affect WOT's trust in me?&lt;br /&gt;
* What is a [[Scorecard| scorecard]], what do [[Scorecard#Scorecard colors|the different colors]] and [[Scorecard#Scorecard components|the various sections]] mean? See also [http://www.mywot.com/en/support/symbols the full list of rating symbols].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* [http://www.mywot.com/support/faq The official FAQ] didn't have answers to your questions? Find more answers in the user-contributed [[FAQ|Wiki FAQ]]!&lt;br /&gt;
* The WOT rings are useful. I can see if a site is rated badly or excellent for external links. Can I add it to my website too?&lt;br /&gt;
** Please take a look at the [[WOT widget]] that is available to all!&lt;br /&gt;
* [[Chrome|Google Chrome]], [[Firefox|Mozilla Firefox]], [[Safari]] and [[Internet Explorer]]. Is WOT plugin available for Opera too?&lt;br /&gt;
** Yes, it is available for Opera too! Please see the user-created [[WOT for Opera]] bookmarklet for more details.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[History|History]] behind WOT: the when, why, and how...&lt;br /&gt;
* Using the [[Rating window|rating window]] for [[Rating websites|rating websites]]&lt;br /&gt;
* Do you hate it when websites hold your data hostage? You can [[Exporting ratings|export your ratings and comments]].&lt;br /&gt;
* [[Comment restrictions|Comment restrictions]] enabled to reduce forum and scorecard spam.&lt;br /&gt;
* [[Rating subdomains|Rating subdomains]]&lt;br /&gt;
* [[Trusted Sources|Trusted Sources]] are automated ratings with scorecard references in addition to the WOT user ratings.&lt;br /&gt;
* [[Synchronize|Synchronizing]] WOT account on different computers/browsers or both.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
* Use reputations in your application through [[API|the API]].&lt;br /&gt;
* Download [[Source code|the source code]] for the WOT add-on. Read the version history for our [[Firefox]], [[Chrome]], and [[Safari]] add-ons.&lt;br /&gt;
* Read more about the ongoing experiment for rating [[Shared domains|shared hosts]].&lt;br /&gt;
* Have [[Ideas|ideas for future improvements]]? Share them with the rest of us!&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Other tools ==&lt;br /&gt;
* Use [[Scorecard search plugin|the scorecard search plug-in]] or get [[WOT Scorecard IE Accelerator|a scorecard accelerator]] (for IE 8 and newer)&lt;br /&gt;
* The [[mass rating tool|mass rating tool]], available to all Platinum WOT members&lt;br /&gt;
* Other helpful [[Online tools|online tools]]&lt;br /&gt;
* Reference:&lt;br /&gt;
*: [[Business / Corporation certification]]&lt;br /&gt;
*: [[Pharmaceutical reference]]&lt;br /&gt;
&lt;br /&gt;
== Understanding Internet threats ==&lt;br /&gt;
* Beware of [[Adware|adware]], [[Advertisements|ads]], [[Backdoor|backdoors]], [[Blended Threat|blended threats]], [[botnets]], [[Browser Exploit|browser exploits]], [[Internet Fraud|fraud]], [[Identity Theft|identity theft]], [[Keylogger|keyloggers]], [[Malware|malware]], [[Phishing|phishing]], [[Popups|pop-ups]], [[Ransomware|ransomware]], [[Riskware|riskware]], [[Rootkit|rootkits]], [[Spam|spam and junk mail]], [[Spyware|spyware]], [[Trojan Horse|trojan horses]], [[Computer Virus|viruses]], and [[Computer Worm|worms]]. Can you think of other threats?&lt;br /&gt;
* Learn about what [http://groups.google.com/group/mywot/web/security-best-practices other precautions] you can take to enjoy safe surfing on the web!&lt;br /&gt;
* [[Malware submission|Malware submission]]&lt;br /&gt;
&lt;br /&gt;
== How to improve your site's reputation ==&lt;br /&gt;
* Understand what is [[Personally Identifiable Information (PII)|Personally Identifiable Information (PII)]] and why should your website have [[Privacy Policy|a privacy / cookie policy]]. Protecting your customers' or visitors' privacy allows people to trust you more.&lt;br /&gt;
* When requesting a site review on the main forum, here [[How To Ask For Rating|how to ask for ratings]].&lt;br /&gt;
* Know common threats that you can find at [http://projects.webappsec.org/Threat-Classification The WASC Threat Classification] which can attack your website and learn how to fix these possible exploits.&lt;br /&gt;
** The WASC Threat Classification is a cooperative effort to clarify and organize the threats  to the security of a web site. The members of the Web Application Security Consortium have created this project to develop and promote industry standard terminology for describing these issues. Application developers, security professionals, software vendors, and compliance auditors will have the ability to access a consistent language and definitions for web security related issues.&lt;br /&gt;
* Read more tips at [http://www.mywot.com/en/trustseal/tips WOT Trust Seal's Trust tips].&lt;br /&gt;
&lt;br /&gt;
== Learn to use the WOT Wiki ==&lt;br /&gt;
* How to [http://meta.wikimedia.org/wiki/Help:Editing edit a page]?&lt;br /&gt;
* Read the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* Find more help at [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Synchronize&amp;diff=1366</id>
		<title>Synchronize</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Synchronize&amp;diff=1366"/>
		<updated>2010-10-06T10:19:25Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Updated removal of synchronization and updated spelling errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can synchronize the WOT add-on for multiple browsers on multiple computers.&lt;br /&gt;
&lt;br /&gt;
== Example configurations ==&lt;br /&gt;
* You have Internet Explorer, Firefox and Chrome on the same computer.&lt;br /&gt;
* You use Firefox at home and Internet Explorer at work.&lt;br /&gt;
* You have multiple computers on a LAN at home each using a different browser.&lt;br /&gt;
&lt;br /&gt;
== How to Synchronize ==&lt;br /&gt;
1) Login to your account&amp;lt;br /&amp;gt;&lt;br /&gt;
2) Go to your profile page&amp;lt;br /&amp;gt;&lt;br /&gt;
3) Click on the &amp;quot;''Synchronize''&amp;quot; menu tab&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: If the tab is not available, your account has already synchronized for that computer and browser. You will need to check your account profile for the Synchronize link for each browser on each computer.&lt;br /&gt;
&lt;br /&gt;
== Advantages of synchronizing ==&lt;br /&gt;
* WOT tallies your ratings and comments from all browser configurations which add to your account's Activity score.&lt;br /&gt;
* WOT will override Warnings on all browsers / computers for sites that you have rated &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;high&amp;lt;/span&amp;gt; though they may have an overall &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;poor&amp;lt;/span&amp;gt; reputation&lt;br /&gt;
&lt;br /&gt;
=== Automatic Login to WOT ===&lt;br /&gt;
1) Go to your profile page, scroll down and click Edit profile.&amp;lt;br /&amp;gt;&lt;br /&gt;
2) Look for the Privacy Settings box&amp;lt;br /&amp;gt;&lt;br /&gt;
3) Check the option: &amp;quot;''Allow the add-on to log me in automatically''&amp;quot; &amp;lt;br /&amp;gt;&lt;br /&gt;
Note: If there is no check mark, click on it to &amp;quot;set&amp;quot; it. &amp;lt;br /&amp;gt;&lt;br /&gt;
4) Scroll to the bottom of the page and click Submit to save changes.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Removing Synchronization ===&lt;br /&gt;
=== Mozilla Firefox ===&lt;br /&gt;
1) Open about:config&amp;lt;br /&amp;gt;&lt;br /&gt;
2) Reset values options of &amp;quot;''weboftrust.witness_id''&amp;quot; and &amp;quot;''weboftrust.witness_key''&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
3) Restart the browser.&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1024</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1024"/>
		<updated>2010-07-12T14:32:49Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to WOT Wiki!==&lt;br /&gt;
We are glad you are here! The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]] and we need your help too since this project is new!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* Please read our [[Tasks|tasks]] and [[Guidelines|guidelines for contributions]].&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
* I need help because I am new to WOT. &lt;br /&gt;
** [[Getting Started|Get started]] and see the tutorial videos and other information on [http://www.mywot.com/support the Support section].&lt;br /&gt;
* What is [[Rating reliability|rating reliability]] and how does it affect WOT's trust in me?&lt;br /&gt;
* What is a [[Scorecard| scorecard]], what do [[Scorecard#Scorecard colors|the different colors]] and [[Scorecard#Scorecard components|the various sections]] mean? See also [http://www.mywot.com/en/support/symbols the full list of rating symbols].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* The [http://www.mywot.com/support/faq the official FAQ] didn't have answers to your questions? Find more answers in the user-contributed [[FAQ| Wiki FAQ]]!&lt;br /&gt;
* The WOT rings are useful. I can see if a site is rated badly or excellent for external links. Can I add it to my website too?&lt;br /&gt;
** Please take a look at the [[WOT widget|WOT widget]] that is available to all!&lt;br /&gt;
* [[Chrome| Google Chrome]], [[Firefox| Mozilla Firefox]], [[Safari| Safari]] and Internet Explorer.. Is WOT plugin available for Opera too?&lt;br /&gt;
** Yes, it is available for Opera too! Please see the user-created [[WOT for Opera]] bookmarklet for more details.&lt;br /&gt;
&lt;br /&gt;
== Documentations ==&lt;br /&gt;
* [[History|History]] behind WOT: the when, why, and how...&lt;br /&gt;
* Using the [[Rating window|Rating Window]] for [[Rating websites|rating websites]]&lt;br /&gt;
* Do you hate it when websites hold your data hostage? You can [[Exporting ratings|export your ratings and comments]].&lt;br /&gt;
* [[Comment restrictions|Comment restrictions]] enabled to reduce forum and scorecard spam.&lt;br /&gt;
* Miscellaneous (in progress)&lt;br /&gt;
** [[Rating limitations|Rating limitations]] on web pages containing long lists of links (hundreds per page).&lt;br /&gt;
** Information about [[Warning messages|warnings]], links to [[Links by language|guides, tips, and articles in other languages]].&lt;br /&gt;
* [[Rating subdomains|Rating subdomains]]&lt;br /&gt;
* [[Trusted Sources|Trusted Sources]] are automated ratings with scorecard references in addition to the WOT user ratings.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
* Use reputations in your application through [[API|the API]].&lt;br /&gt;
* Download [[Source code|the source code]] for the WOT add-on. Read the version history for our [[Chrome]] and [[Safari]] add-ons.&lt;br /&gt;
* Read more about the ongoing experiment for rating [[Shared domains|shared hosts]].&lt;br /&gt;
* Have [[Ideas|ideas for future improvements]]? Share them with the rest of us!&lt;br /&gt;
&lt;br /&gt;
== Adding on to WOT Plugin ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
* [[Scorecard search plugin|Scorecard search plugin]] for Internet Explorer 7 / Firefox 2.x and above&lt;br /&gt;
* Get the [[WOT Scorecard IE Accelerator]] for Internet Explorer 8 and above&lt;br /&gt;
&lt;br /&gt;
== Useful Tools you should consider using ==&lt;br /&gt;
* [[Business / Corporation certification]]&lt;br /&gt;
* The [[mass rating tool|mass rating tool]], available to all Platinum WOT members&lt;br /&gt;
* [[Online tools|Online tools]]&lt;br /&gt;
* [http://www.ascii.cl/htmlcodes.htm HTML Codes - Characters and symbols]&lt;br /&gt;
&lt;br /&gt;
== Understanding Internet Threats ==&lt;br /&gt;
* Beware of [[Adware|Adware]], [[Advertisements|Ads]], [[Backdoor|Backdoors]], [[Blended Threat|Blended Threats]], [[Botnets]], [[Browser Exploit|Browser Exploits]], [[Internet Fraud|Fraud]], [[Identity Theft]], [[Keylogger|Keyloggers]], [[Malware|Malware]], [[Phishing|Phishing]], [[Popups|Pop-ups]], [[Ransomware]], [[Riskware]], [[Rootkit|Rootkit]], [[Spam|Spam and Junk mail]], [[Spyware|Spyware]], [[Trojan Horse|Trojan Horses]], [[Computer Virus|Viruses]], and [[Computer Worm|Worms]]. Can you think of other threats?&lt;br /&gt;
* Learn about what [http://groups.google.com/group/mywot/web/security-best-practices other precautions] you can take to enjoy safe surfing on the web!&lt;br /&gt;
&lt;br /&gt;
== How to increase your site's reputation ==&lt;br /&gt;
* Understand what is [[Personally Identifiable Information (PII)|Personally Identifiable Information (PII)]] and why should your website have a [[Privacy Policy|Privacy Policy]]. Protecting your customers' or visitors' privacy allows people to trust you more.&lt;br /&gt;
* Know common threats that you can find at [http://projects.webappsec.org/Threat-Classification The WASC Threat Classification] which can attack your website and learn how to fix these possible exploits.&lt;br /&gt;
** The WASC Threat Classification is a cooperative effort to clarify and organize the threats  to the security of a web site. The members of the Web Application Security Consortium have created this project to develop and promote industry standard terminology for describing these issues. Application developers, security professionals, software vendors, and compliance auditors will have the ability to access a consistent language and definitions for web security related issues.&lt;br /&gt;
* Read more tips at [http://www.mywot.com/en/trustseal/tips WOT Trust Seal's Trust tips].&lt;br /&gt;
&lt;br /&gt;
== Learn to use the WOT Wiki ==&lt;br /&gt;
* How to [http://meta.wikimedia.org/wiki/Help:Editing edit a page]?&lt;br /&gt;
* Read the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* Find more help at [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1023</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=1023"/>
		<updated>2010-07-12T14:30:29Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to WOT Wiki!==&lt;br /&gt;
We are glad you are here! The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]] and we need your help too since this project is new!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* Please read our [[Tasks|tasks]] and [[Guidelines|guidelines for contributions]].&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
* I need help because I am new to WOT. &lt;br /&gt;
** [[Getting Started|Get started]] and see the tutorial videos and other information on [http://www.mywot.com/support the Support section].&lt;br /&gt;
* What is [[Rating reliability|rating reliability]] and how does it affect WOT's trust in me?&lt;br /&gt;
* What is a [[Scorecard| scorecard]], what do [[Scorecard#Scorecard colors|the different colors]] and [[Scorecard#Scorecard components|the various sections]] mean? See also [http://www.mywot.com/en/support/symbols the full list of rating symbols].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* The [http://www.mywot.com/support/faq the official FAQ] didn't have answers to your questions? Find more answers in the user-contributed [[FAQ| Wiki FAQ]]!&lt;br /&gt;
* The WOT rings are useful. I can see if a site is rated badly or excellent for external links. Can I add it to my website too?&lt;br /&gt;
** Please take a look at the [[WOT widget|WOT widget]] that is available to all!&lt;br /&gt;
* [[Chrome| Google Chrome]], [[Firefox| Mozilla Firefox]], [[Safari| Safari]] and Internet Explorer.. Is WOT plugin available for Opera too?&lt;br /&gt;
** Yes, it is. Please read more at user-created [[WOT for Opera]] bookmarklet.&lt;br /&gt;
&lt;br /&gt;
== Documentations ==&lt;br /&gt;
* [[History|History]] behind WOT: the when, why, and how...&lt;br /&gt;
* Using the [[Rating window|Rating Window]] for [[Rating websites|rating websites]]&lt;br /&gt;
* Do you hate it when websites hold your data hostage? You can [[Exporting ratings|export your ratings and comments]].&lt;br /&gt;
* [[Comment restrictions|Comment restrictions]] enabled to reduce forum and scorecard spam.&lt;br /&gt;
* Miscellaneous (in progress)&lt;br /&gt;
** [[Rating limitations|Rating limitations]] on web pages containing long lists of links (hundreds per page).&lt;br /&gt;
** Information about [[Warning messages|warnings]], links to [[Links by language|guides, tips, and articles in other languages]].&lt;br /&gt;
* [[Rating subdomains|Rating subdomains]]&lt;br /&gt;
* [[Trusted Sources|Trusted Sources]] are automated ratings with scorecard references in addition to the WOT user ratings.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
* Use reputations in your application through [[API|the API]].&lt;br /&gt;
* Download [[Source code|the source code]] for the WOT add-on. Read the version history for our [[Chrome]] and [[Safari]] add-ons.&lt;br /&gt;
* Read more about the ongoing experiment for rating [[Shared domains|shared hosts]].&lt;br /&gt;
* Have [[Ideas|ideas for future improvements]]? Share them with the rest of us!&lt;br /&gt;
&lt;br /&gt;
== Adding on to WOT Plugin ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
* [[Scorecard search plugin|Scorecard search plugin]] for Internet Explorer 7 / Firefox 2.x and above&lt;br /&gt;
* Get the [[WOT Scorecard IE Accelerator]] for Internet Explorer 8 and above&lt;br /&gt;
&lt;br /&gt;
== Useful Tools you should consider using ==&lt;br /&gt;
* [[Business / Corporation certification]]&lt;br /&gt;
* The [[mass rating tool|mass rating tool]], available to all Platinum WOT members&lt;br /&gt;
* [[Online tools|Online tools]]&lt;br /&gt;
* [http://www.ascii.cl/htmlcodes.htm HTML Codes - Characters and symbols]&lt;br /&gt;
&lt;br /&gt;
== Understanding Internet Threats ==&lt;br /&gt;
* Beware of [[Adware|Adware]], [[Advertisements|Ads]], [[Backdoor|Backdoors]], [[Blended Threat|Blended Threats]], [[Botnets]], [[Browser Exploit|Browser Exploits]], [[Internet Fraud|Fraud]], [[Identity Theft]], [[Keylogger|Keyloggers]], [[Malware|Malware]], [[Phishing|Phishing]], [[Popups|Pop-ups]], [[Ransomware]], [[Riskware]], [[Rootkit|Rootkit]], [[Spam|Spam and Junk mail]], [[Spyware|Spyware]], [[Trojan Horse|Trojan Horses]], [[Computer Virus|Viruses]], and [[Computer Worm|Worms]]. Can you think of other threats?&lt;br /&gt;
* Learn about what [http://groups.google.com/group/mywot/web/security-best-practices other precautions] you can take to enjoy safe surfing on the web!&lt;br /&gt;
&lt;br /&gt;
== How to increase your site's reputation ==&lt;br /&gt;
* Understand what is [[Personally Identifiable Information (PII)|Personally Identifiable Information (PII)]] and why should your website have a [[Privacy Policy|Privacy Policy]]. Protecting your customers' or visitors' privacy allows people to trust you more.&lt;br /&gt;
* Know common threats that you can find at [http://projects.webappsec.org/Threat-Classification The WASC Threat Classification] which can attack your website and learn how to fix these possible exploits.&lt;br /&gt;
** The WASC Threat Classification is a cooperative effort to clarify and organize the threats  to the security of a web site. The members of the Web Application Security Consortium have created this project to develop and promote industry standard terminology for describing these issues. Application developers, security professionals, software vendors, and compliance auditors will have the ability to access a consistent language and definitions for web security related issues.&lt;br /&gt;
* Read more tips at [http://www.mywot.com/en/trustseal/tips WOT Trust Seal's Trust tips].&lt;br /&gt;
&lt;br /&gt;
== Learn to use the WOT Wiki ==&lt;br /&gt;
* How to [http://meta.wikimedia.org/wiki/Help:Editing edit a page]?&lt;br /&gt;
* Read the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* Find more help at [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_community&amp;diff=960</id>
		<title>WOT community</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_community&amp;diff=960"/>
		<updated>2010-06-12T16:54:21Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Added Awards information and pictures. Also modified &amp;quot;WOT Community&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WOT Community ==&lt;br /&gt;
Please read our [[Tasks]] and [[Guidelines]].&lt;br /&gt;
&lt;br /&gt;
== Community awards and honors==&lt;br /&gt;
===Awards===&lt;br /&gt;
Nominations are carried out and only WOT users who represent the best of WOT in terms of '''trustworthiness, reliability, confidence and team spirit''' will be selected. Award recipients will be selected manually by the WOT team and awards will be given out by New Year's Eve. Every outstanding nominee in each area will be chosen and profiled, along with a description of their accomplishments.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
So what are you waiting for? Contribute more to WOT and earn yourself a better chance to be a nominee! Give yourself a pat on the back if you are already an award nominee, but remember to continue contributing too!&lt;br /&gt;
===Publicity Award===&lt;br /&gt;
The WOT Publicity award goes to those members who have enthusiastically promoted WOT and safe surfing to other people.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Any kind of activity could be eligible - writing on their own blog, forum, Q&amp;amp;A sites, social networking sites, how-to videos, through business or school contacts and or other innovative techniques.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Award_publicity_2008.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
Bpvette [http://www.mywot.com/en/user/121243]&lt;br /&gt;
&lt;br /&gt;
Frank J. [http://www.mywot.com/en/user/153350]&lt;br /&gt;
&lt;br /&gt;
MysteryFCM [http://www.mywot.com/en/user/24160]&lt;br /&gt;
&lt;br /&gt;
Reprotected [http://www.mywot.com/en/user/2724]&lt;br /&gt;
&lt;br /&gt;
Spacequad [http://www.mywot.com/en/user/66196]&lt;br /&gt;
&lt;br /&gt;
Wehaveitall [http://www.mywot.com/en/user/1143]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_publicity_2009.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
Creastery [http://www.mywot.com/en/user/15879]&lt;br /&gt;
&lt;br /&gt;
Frank J. [http://www.mywot.com/en/user/153350]&lt;br /&gt;
&lt;br /&gt;
Galaxyfox [http://www.mywot.com/en/user/13016]&lt;br /&gt;
&lt;br /&gt;
Mandrake09 [http://www.mywot.com/en/user/39237]&lt;br /&gt;
&lt;br /&gt;
MysteryFCM [http://www.mywot.com/en/user/24160]&lt;br /&gt;
&lt;br /&gt;
YoKenny [http://www.mywot.com/en/user/45191]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
===Top Member Award===&lt;br /&gt;
The WOT Top Member award goes to those members who have made a significant contribution to the progress and development of WOT. They serve the community by giving their time, knowledge and advice to help others stay safe when shopping, searching or browsing on the Web.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Award_top_member_2008.png]]&lt;br /&gt;
&lt;br /&gt;
Athlonite [http://www.mywot.com/en/user/89953]&lt;br /&gt;
&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
FlyAqua [http://www.mywot.com/en/user/83067]&lt;br /&gt;
&lt;br /&gt;
Phantazm [http://www.mywot.com/en/user/108271]&lt;br /&gt;
&lt;br /&gt;
Wehaveitall [http://www.mywot.com/en/user/1143]&lt;br /&gt;
&lt;br /&gt;
Xp54321 [http://www.mywot.com/en/user/52322]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_top_member_2009.png]]&lt;br /&gt;
&lt;br /&gt;
Athlonite [http://www.mywot.com/en/user/89953]&lt;br /&gt;
&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
FlyAqua [http://www.mywot.com/en/user/83067]&lt;br /&gt;
&lt;br /&gt;
G7W [http://www.mywot.com/en/user/123741]&lt;br /&gt;
&lt;br /&gt;
MysteryFCM [http://www.mywot.com/en/user/24160]&lt;br /&gt;
&lt;br /&gt;
Phantazm [http://www.mywot.com/en/user/108271]&lt;br /&gt;
&lt;br /&gt;
Soran [http://www.mywot.com/en/user/44309]&lt;br /&gt;
&lt;br /&gt;
Wehaveitall [http://www.mywot.com/en/user/1143]&lt;br /&gt;
&lt;br /&gt;
Yatti420 [http://www.mywot.com/en/user/1057]&lt;br /&gt;
&lt;br /&gt;
YoKenny [http://www.mywot.com/en/user/45191]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
===Scam Buster Award===&lt;br /&gt;
The WOT Scam Buster award goes to those members who have contributed in the battle for a safe Internet. They may have discovered and reported threats or scams that could do harm to others' computers, personal data and wallets, or contributed to research against cybercrime.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Award_scam_buster_2008.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonsai Rosebushes [http://www.mywot.com/en/user/14812]&lt;br /&gt;
&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
Logicman [http://www.mywot.com/en/user/17863]&lt;br /&gt;
&lt;br /&gt;
Lordpake [http://www.mywot.com/en/user/1418]&lt;br /&gt;
&lt;br /&gt;
Mandrake09 [http://www.mywot.com/en/user/39237]&lt;br /&gt;
&lt;br /&gt;
Yatti420 [http://www.mywot.com/en/user/1057]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_scam_buster_2009.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
Cconniejean [http://www.mywot.com/en/user/21607]&lt;br /&gt;
&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
Delan Azabani [http://www.mywot.com/en/user/245631]&lt;br /&gt;
&lt;br /&gt;
Difawi_Defrawy [http://www.mywot.com/en/user/201340]&lt;br /&gt;
&lt;br /&gt;
Frank J. [http://www.mywot.com/en/user/153350]&lt;br /&gt;
&lt;br /&gt;
G7W [http://www.mywot.com/en/user/123741]&lt;br /&gt;
&lt;br /&gt;
LiVeRpUdLiAn932 [http://www.mywot.com/en/user/169716]&lt;br /&gt;
&lt;br /&gt;
Logicman [http://www.mywot.com/en/user/17863]&lt;br /&gt;
&lt;br /&gt;
Lordpake [http://www.mywot.com/en/user/1418]&lt;br /&gt;
&lt;br /&gt;
Mandrake09 [http://www.mywot.com/en/user/39237]&lt;br /&gt;
&lt;br /&gt;
MikeWazowski [http://www.mywot.com/en/user/175415]&lt;br /&gt;
&lt;br /&gt;
Shazza [http://www.mywot.com/en/user/108271]&lt;br /&gt;
&lt;br /&gt;
Spacequad [http://www.mywot.com/en/user/66196]&lt;br /&gt;
&lt;br /&gt;
Tonor [http://www.mywot.com/en/user/198166]&lt;br /&gt;
&lt;br /&gt;
Warxas [http://www.mywot.com/en/user/110914]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_community&amp;diff=959</id>
		<title>WOT community</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_community&amp;diff=959"/>
		<updated>2010-06-12T16:40:02Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WOT Community ==&lt;br /&gt;
===Tasks===&lt;br /&gt;
[[Tasks]]&lt;br /&gt;
&lt;br /&gt;
=== Guidelines  ===&lt;br /&gt;
[[Guidelines]]&lt;br /&gt;
&lt;br /&gt;
== Community awards and honors==&lt;br /&gt;
&lt;br /&gt;
[[File:Award_publicity_2008.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
Bpvette [http://www.mywot.com/en/user/121243]&lt;br /&gt;
&lt;br /&gt;
Frank J. [http://www.mywot.com/en/user/153350]&lt;br /&gt;
&lt;br /&gt;
MysteryFCM [http://www.mywot.com/en/user/24160]&lt;br /&gt;
&lt;br /&gt;
Reprotected [http://www.mywot.com/en/user/2724]&lt;br /&gt;
&lt;br /&gt;
Spacequad [http://www.mywot.com/en/user/66196]&lt;br /&gt;
&lt;br /&gt;
Wehaveitall [http://www.mywot.com/en/user/1143]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_publicity_2009.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
Creastery [http://www.mywot.com/en/user/15879]&lt;br /&gt;
&lt;br /&gt;
Frank J. [http://www.mywot.com/en/user/153350]&lt;br /&gt;
&lt;br /&gt;
Galaxyfox [http://www.mywot.com/en/user/13016]&lt;br /&gt;
&lt;br /&gt;
Mandrake09 [http://www.mywot.com/en/user/39237]&lt;br /&gt;
&lt;br /&gt;
MysteryFCM [http://www.mywot.com/en/user/24160]&lt;br /&gt;
&lt;br /&gt;
YoKenny [http://www.mywot.com/en/user/45191]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_top_member_2008.png]]&lt;br /&gt;
&lt;br /&gt;
Athlonite [http://www.mywot.com/en/user/89953]&lt;br /&gt;
&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
FlyAqua [http://www.mywot.com/en/user/83067]&lt;br /&gt;
&lt;br /&gt;
Phantazm [http://www.mywot.com/en/user/108271]&lt;br /&gt;
&lt;br /&gt;
Wehaveitall [http://www.mywot.com/en/user/1143]&lt;br /&gt;
&lt;br /&gt;
Xp54321 [http://www.mywot.com/en/user/52322]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_top_member_2009.png]]&lt;br /&gt;
&lt;br /&gt;
Athlonite [http://www.mywot.com/en/user/89953]&lt;br /&gt;
&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
FlyAqua [http://www.mywot.com/en/user/83067]&lt;br /&gt;
&lt;br /&gt;
G7W [http://www.mywot.com/en/user/123741]&lt;br /&gt;
&lt;br /&gt;
MysteryFCM [http://www.mywot.com/en/user/24160]&lt;br /&gt;
&lt;br /&gt;
Phantazm [http://www.mywot.com/en/user/108271]&lt;br /&gt;
&lt;br /&gt;
Soran [http://www.mywot.com/en/user/44309]&lt;br /&gt;
&lt;br /&gt;
Wehaveitall [http://www.mywot.com/en/user/1143]&lt;br /&gt;
&lt;br /&gt;
Yatti420 [http://www.mywot.com/en/user/1057]&lt;br /&gt;
&lt;br /&gt;
YoKenny [http://www.mywot.com/en/user/45191]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_scam_buster_2008.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonsai Rosebushes [http://www.mywot.com/en/user/14812]&lt;br /&gt;
&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
Logicman [http://www.mywot.com/en/user/17863]&lt;br /&gt;
&lt;br /&gt;
Lordpake [http://www.mywot.com/en/user/1418]&lt;br /&gt;
&lt;br /&gt;
Mandrake09 [http://www.mywot.com/en/user/39237]&lt;br /&gt;
&lt;br /&gt;
Yatti420 [http://www.mywot.com/en/user/1057]&lt;br /&gt;
&lt;br /&gt;
[[File:Award_scam_buster_2009.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
BobJam [http://www.mywot.com/en/user/54823]&lt;br /&gt;
&lt;br /&gt;
Cconniejean [http://www.mywot.com/en/user/21607]&lt;br /&gt;
&lt;br /&gt;
Cotojo [http://www.mywot.com/en/user/18428]&lt;br /&gt;
&lt;br /&gt;
Delan Azabani [http://www.mywot.com/en/user/245631]&lt;br /&gt;
&lt;br /&gt;
Difawi_Defrawy [http://www.mywot.com/en/user/201340]&lt;br /&gt;
&lt;br /&gt;
Frank J. [http://www.mywot.com/en/user/153350]&lt;br /&gt;
&lt;br /&gt;
G7W [http://www.mywot.com/en/user/123741]&lt;br /&gt;
&lt;br /&gt;
LiVeRpUdLiAn932 [http://www.mywot.com/en/user/169716]&lt;br /&gt;
&lt;br /&gt;
Logicman [http://www.mywot.com/en/user/17863]&lt;br /&gt;
&lt;br /&gt;
Lordpake [http://www.mywot.com/en/user/1418]&lt;br /&gt;
&lt;br /&gt;
Mandrake09 [http://www.mywot.com/en/user/39237]&lt;br /&gt;
&lt;br /&gt;
MikeWazowski [http://www.mywot.com/en/user/175415]&lt;br /&gt;
&lt;br /&gt;
Shazza [http://www.mywot.com/en/user/108271]&lt;br /&gt;
&lt;br /&gt;
Spacequad [http://www.mywot.com/en/user/66196]&lt;br /&gt;
&lt;br /&gt;
Tonor [http://www.mywot.com/en/user/198166]&lt;br /&gt;
&lt;br /&gt;
Warxas [http://www.mywot.com/en/user/110914]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Award_top_member_2009.png&amp;diff=958</id>
		<title>File:Award top member 2009.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Award_top_member_2009.png&amp;diff=958"/>
		<updated>2010-06-12T16:39:54Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Year 2008 Top Member Award Image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Year 2008 Top Member Award Image.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Award_top_member_2008.png&amp;diff=957</id>
		<title>File:Award top member 2008.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Award_top_member_2008.png&amp;diff=957"/>
		<updated>2010-06-12T16:39:22Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Year 2008 Top Member Award Image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Year 2008 Top Member Award Image&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Award_scam_buster_2009.png&amp;diff=956</id>
		<title>File:Award scam buster 2009.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Award_scam_buster_2009.png&amp;diff=956"/>
		<updated>2010-06-12T16:38:26Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Year 2009 Scam Buster Award Image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Year 2009 Scam Buster Award Image&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Award_scam_buster_2008.png&amp;diff=955</id>
		<title>File:Award scam buster 2008.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Award_scam_buster_2008.png&amp;diff=955"/>
		<updated>2010-06-12T16:37:27Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Year 2008 Scam Buster Award Image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Year 2008 Scam Buster Award Image&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Award_publicity_2009.png&amp;diff=954</id>
		<title>File:Award publicity 2009.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Award_publicity_2009.png&amp;diff=954"/>
		<updated>2010-06-12T16:36:58Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Year 2009 Publicity Award Image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Year 2009 Publicity Award Image.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Award_publicity_2008.png&amp;diff=953</id>
		<title>File:Award publicity 2008.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Award_publicity_2008.png&amp;diff=953"/>
		<updated>2010-06-12T16:35:44Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Year 2008 Publicity Award Image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Year 2008 Publicity Award Image.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=946</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=946"/>
		<updated>2010-06-11T09:20:09Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Re-modified the whole layout format so that users are able to obtain important details. (FAQs Section above all now, merged some sections and modified sections.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to WOT Wiki, supported by the WOT Community!==&lt;br /&gt;
We are glad you are here! The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]] and we need your help too since this project is new!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* Please read our [[Tasks|tasks]] and [[Guidelines|guidelines for contributions]].&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
* I need help because I am new to WOT. &lt;br /&gt;
** [[Getting Started|Get started]] and see the tutorial videos and other information on [http://www.mywot.com/support the Support section].&lt;br /&gt;
* What is [[Rating reliability|Rating Reliability]] and how does it affect WOT's trust in me?&lt;br /&gt;
* What is a [[Scorecard]], the [[Scorecard#Scorecard colors|different colors]] and [[Scorecard#Scorecard components|the various sections]] mean?&lt;br /&gt;
* I see more symbols on the Scorecard. What are they?&lt;br /&gt;
** Please refer to the [http://www.mywot.com/en/support/symbols full list of rating symbols].&lt;br /&gt;
* How does [[Activity scores|Activity Score]] works?&lt;br /&gt;
* The [http://www.mywot.com/support/faq the official FAQ] didn't have answers to your questions? Find more answers in the user-contributed [[FAQ| Wiki FAQ]]!&lt;br /&gt;
* The WOT rings are useful. I can see if a site is rated badly or excellent for external links. Can I add it to my website too?&lt;br /&gt;
** Use the [[WOT widget|WOT widget]]!&lt;br /&gt;
* Google Chrome, Mozilla Firefox and Internet Explorer. Is there WOT plugin available for Opera?&lt;br /&gt;
** Yes, there is. Please read more at [[WOT for Opera]]&lt;br /&gt;
&lt;br /&gt;
== Documentations ==&lt;br /&gt;
* [[History|History]] behind WOT: the when, why, and how...&lt;br /&gt;
* Using the [[Rating window|Rating Window]] for [[Rating websites|rating websites]]&lt;br /&gt;
* Do you hate it when websites hold your data hostage? You can [[Exporting ratings|export your ratings and comments]].&lt;br /&gt;
* [[Comment restrictions|Comment restrictions]] enabled to reduce forum and scorecard spam.&lt;br /&gt;
* Miscellaneous (in progress)&lt;br /&gt;
** [[Rating limitations|Rating limitations]] on web pages containing long lists of links (hundreds per page).&lt;br /&gt;
** Information about [[Warning messages|warnings]], links to [[Links by language|guides, tips, and articles in other languages]].&lt;br /&gt;
* [[Trusted Sources|Trusted Sources]] are automated ratings with scorecard references in addition to the WOT user ratings.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
* Use reputations in your application through [[API|the API]].&lt;br /&gt;
* Download [[Source code|the source code]] for the WOT add-on. Are you using Chrome 4? Help us test [[Chrome|our Chrome add-on]].&lt;br /&gt;
* Read more about the ongoing experiment for rating [[Shared domains|shared hosts]].&lt;br /&gt;
* Have [[Ideas|ideas for future improvements]]? Share them with the rest of us!&lt;br /&gt;
&lt;br /&gt;
== Adding on to WOT Plugin ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
* [[Scorecard search plugin|Scorecard search plugin]] for Internet Explorer 7 / Firefox 2.x and above&lt;br /&gt;
* Get the [[WOT Scorecard IE Accelerator]] for Internet Explorer 8 and above&lt;br /&gt;
&lt;br /&gt;
== Useful Tools you should consider using ==&lt;br /&gt;
* [[Business / Corporation certification]]&lt;br /&gt;
* The [[mass rating tool|mass rating tool]], available to all Platinum WOT members&lt;br /&gt;
* [[Online tools|Online tools]]&lt;br /&gt;
* [http://www.ascii.cl/htmlcodes.htm HTML Codes - Characters and symbols]&lt;br /&gt;
&lt;br /&gt;
== Understanding Internet Threats ==&lt;br /&gt;
* Beware of [[Adware|Adware]], [[Advertisements|Ads]], [[Backdoor|Backdoors]], [[Blended Threat|Blended Threats]], [[Botnets]], [[Browser Exploit|Browser Exploits]], [[Internet Fraud|Fraud]], [[Identity Theft]], [[Keylogger|Keyloggers]], [[Malware|Malware]], [[Phishing|Phishing]], [[Popups|Pop-ups]], [[Ransomware]], [[Riskware]], [[Rootkit|Rootkit]], [[Spam|Spam and Junk mail]], [[Spyware|Spyware]], [[Trojan Horse|Trojan Horses]], [[Computer Virus|Viruses]], and [[Computer Worm|Worms]]. Can you think of other threats?&lt;br /&gt;
* Learn about what [http://groups.google.com/group/mywot/web/security-best-practices other precautions] you can take to enjoy safe surfing on the web!&lt;br /&gt;
&lt;br /&gt;
== How to increase your site's reputation ==&lt;br /&gt;
* Understand what is [[Personally Identifiable Information (PII)|Personally Identifiable Information (PII)]] and why should your website have a [[Privacy Policy|Privacy Policy]]. Protecting your customers' or visitors' privacy allows people to trust you more.&lt;br /&gt;
* Know common threats that you can find at [http://projects.webappsec.org/Threat-Classification The WASC Threat Classification] which can attack your website and learn how to fix these possible exploits.&lt;br /&gt;
** The WASC Threat Classification is a cooperative effort to clarify and organize the threats  to the security of a web site. The members of the Web Application Security Consortium have created this project to develop and promote industry standard terminology for describing these issues. Application developers, security professionals, software vendors, and compliance auditors will have the ability to access a consistent language and definitions for web security related issues.&lt;br /&gt;
* Read more tips at [http://www.mywot.com/en/trustseal/tips WOT Trust Seal's Trust tips].&lt;br /&gt;
&lt;br /&gt;
== Learn to use the WOT Wiki ==&lt;br /&gt;
* How to [http://meta.wikimedia.org/wiki/Help:Editing edit a page]?&lt;br /&gt;
* Read the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* Find more help at [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Scorecard&amp;diff=943</id>
		<title>Scorecard</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Scorecard&amp;diff=943"/>
		<updated>2010-06-11T08:33:56Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Added new details for &amp;quot;Grey Ring&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:wot_security_scorecard.png|300px|thumb|right|Basic WOT Security Scorecard with no ratings]]&lt;br /&gt;
The scorecard contains everything you need to know about a website, domain name, or IP.&lt;br /&gt;
&lt;br /&gt;
== Scorecard colors ==&lt;br /&gt;
To help bridge across language barriers, colors are used for immediate identification of the overall ''Trustworthiness'' (reputation) of a website. The color range is:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Reputation&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px; width: 12em;&amp;quot; | Color and symbol&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Excellent&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | [[File:16_excellent.png]] = dark green&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;padding-left: 5px;&amp;quot; | This site has a good reputation and the community considers it a safe and pleasant experience.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Good&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | [[File:16_good.png]] = light green&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-bottom: 1px solid lightgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Unsatisfactory&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | [[File:16_unsatisfactory.png]] = yellow&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Cautionary advisory, unsatisfactory or mixed ratings.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-bottom: 1px solid lightgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Poor&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | [[File:16_poor.png]] = orange&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;padding-left: 5px;&amp;quot; | This site has a poor reputation and the add-on will bring up the [[warning screen]], or [[blocking screen]], when [[settings]] are at their default values. If you choose to proceed, do so with a high amount of care and concern; you have been ''warned''.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Very poor&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | [[File:16_verypoor.png]] = red&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-bottom: 1px solid lightgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Unrated&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | [[File:16_unrated.png]] = grey&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | There are not enough ratings to compute a reputation for this website, as referenced by the [[Media:Wot_security_scorecard.png|example scorecard]] provided. &amp;lt;br /&amp;gt;Note that the reputation rating can go back to unknown if the confidence level drops below a certain minimum threshold and therefore, it's possible for the confidence value to actually decrease.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Though we see colors to make our testimonial easier, WOT translates these colors to numbers and with using statistical analysis to compute the individual reputation values that, when combined, generate the website's overall Trustworthiness.&lt;br /&gt;
&lt;br /&gt;
== Scorecard components ==&lt;br /&gt;
__NOTOC__&lt;br /&gt;
The scorecard consists of several components that dynamically retrieves the information presented to you. A quick list of these components are as follows:&lt;br /&gt;
# [[#Thumbnail|Thumbnail]]&lt;br /&gt;
# [[#Help view|Help view]]&lt;br /&gt;
# [[#Site name|Site name]]&lt;br /&gt;
# [[#Popularity|Popularity ]]&lt;br /&gt;
# [[#Rank|Rank]]&lt;br /&gt;
# [[#Owner|Owner]]&lt;br /&gt;
# [[#Server location|Server location]]&lt;br /&gt;
# [[#Statistics|Statistics ]]&lt;br /&gt;
# [[#Wiki|Wiki]]&lt;br /&gt;
# [[#Description|Description]]&lt;br /&gt;
# [[#Tags|Tags]]&lt;br /&gt;
# [[#Reputation rating|Reputation rating:]]&lt;br /&gt;
#* Trustworthiness&lt;br /&gt;
#* Vendor reliability&lt;br /&gt;
#* Privacy&lt;br /&gt;
#* Child safety&lt;br /&gt;
# [[#The Rating Categories|The Rating Categories:]]&lt;br /&gt;
# [[#Comments|Comments:]]&lt;br /&gt;
#* Add / Request&lt;br /&gt;
#* Comment categories&lt;br /&gt;
#* Comment listing&lt;br /&gt;
# [[#Share with a friend|Share with a friend]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Thumbnail===&lt;br /&gt;
[[File:wot_scorecard_thumbnail_dual-focus.png|thumb|right|Scorecard thumbnail with dual focus]]&lt;br /&gt;
The thumbnail is a captured image of the index page of a website. The purpose is to help visually identify the site in revue. The image may be clear or it may be blurred depending upon the rating level of the Child Safety indicator. When there are poor to very poor ratings for child safety, the image is blurred to prevent viewing of possible pornographic material. The provided image displays both clear and blurred areas for example. This image is updated every 60 days. If you've changed your site design and notice a conflict, don't worry WOT will catch up in due time.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help view===&lt;br /&gt;
[[File:wot_scorecard_help-view_EN.png|300|thumb|right|Scorecard Help view]]&lt;br /&gt;
Clicking on Help View, located at the upper right corner of the Scorecard, brings up an image offering some explanation to various areas of interest such as:&lt;br /&gt;
* Popularity&lt;br /&gt;
* Server location&lt;br /&gt;
* Compete.com statistics&lt;br /&gt;
* Description&lt;br /&gt;
* Tags&lt;br /&gt;
The help view also offers hints to reputation ratings as well as mentioning about the confidence indicators.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Site name===&lt;br /&gt;
Self-explanatory, the Site Name is the domain name or IP address of the website being rated. This also includes sub domains, for example: ''subdomain.examle.com''.&lt;br /&gt;
&lt;br /&gt;
The Scorecard URL generally incorporates the site name, but in certain cases it does not.&lt;br /&gt;
[http://www.mywot.com/forum/1935-twitter-profiles-get-ratings-and-scorecard Twitter profiles may be rated in WOT] and are given special names for URLs, while the site name remains for scorecard display. For example: ''twitter.com/Web_of_Trust'' scorecard's URL is:&lt;br /&gt;
http://www.mywot.com/scorecard/_p_k5swex3pmzpvi4tvon2a.twitter.com&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Popularity===&lt;br /&gt;
[[File:wot_scorecard_indicator.png|125px|thumb|right|popularity indicator]]&lt;br /&gt;
Popularity is often confused with a site's overall monthly hit rate.&lt;br /&gt;
&lt;br /&gt;
This is not so, the popularity icons, the &amp;quot;little people&amp;quot; that are displayed next to the Site Name are an indication of how many WOT users have visited the website.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Rank===&lt;br /&gt;
A scorecard ranking is measured by the popularity of a website as visited by WOT users.&lt;br /&gt;
Many sites will have an N/A (not applicable) as their rank, if your site may fall into this ranking, don't worry about it, you're part of the majority. This is merely a demographic display and an entertaining one as well. You can view the top ten highest ranked websites by visiting the [http://www.mywot.com/community Community page] or to see more, simply open up an empty scorecard URL: http://www.mywot.com/scorecard The ranking of websites is updated every 60 days. As of this writing, Google.com is ranked at number one.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Owner===&lt;br /&gt;
The owner information is provided with a whois ([http://en.wikipedia.org/wiki/WHOIS wikipedia]) courtesy link. Currently, the service of choice is with [http://whois.domaintools.com/ whois.domaintools.com]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Server location===&lt;br /&gt;
[[File:wot_scorecard_flag.png|130px|thumb|right|Server location]]&lt;br /&gt;
For easy visual reference, mini country flags are displayed along with the two letter [http://en.wikipedia.org/wiki/Country_code country code] to give you an idea of the location of the web server that the website is hosted on. The example image shows [http://www.mywot.com/scorecard/mywot.com mywot.com] which is hosted in Finland and [http://www.mywot.com/scorecard/google.com google.com] which is hosted in the United States.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
Website statistical information such as monthly visitors and graphs are provided by [http://siteanalytics.compete.com/mywot.com/ compete.com] free of charge. There is much information available by this company however, registration is required to access it.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Wiki===&lt;br /&gt;
The wiki links to [http://www.aboutus.org/ aboutus.org] that dynamically creates pages for websites from publicly accessible information such as meta tags and whois information. Once built, the pages &amp;amp;#8211; like any wiki &amp;amp;#8211; are available to be edited by the site owner, it's representatives, or anyone who visits the site.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
The scorecard obtains the website's description dynamically through the information supplied by the [http://www.w3schools.com/html/html_meta.asp meta tag] from within the site's index page. In the event that no description meta tag exists, nothing is displayed. This information is updated every 60 days.&lt;br /&gt;
&lt;br /&gt;
An example of a description meta tag:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space:pre-wrap&amp;quot;&amp;gt;&amp;amp;#60;meta name=&amp;amp;#34;description&amp;amp;#34; content=&amp;amp;#34;WOT is a Free Internet Security addon for Firefox and IE that warns you about online scams and risky websites that try to deliver malware or send spam.&amp;amp;#34; &amp;amp;#47;&amp;amp;#62; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Tags===&lt;br /&gt;
Just like ''Description'', tags are dynamically retrieved information through the value supplied to the [http://www.w3schools.com/html/html_meta.asp meta tag keywords]. This information is also updated every 60 days.&lt;br /&gt;
&lt;br /&gt;
An example of a keyword meta tag:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space:pre-wrap&amp;quot;&amp;gt;&amp;amp;#60;meta name=&amp;amp;#34;keywords&amp;amp;#34; content=&amp;amp;#34;spam, online scams, malware, ie addon, firefox addon, online security, free internet security, web of trust, mywot, wot&amp;amp;#34; &amp;amp;#47;&amp;amp;#62; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Reputation rating===&lt;br /&gt;
[[File:wot_scorecard_reputation_unrated.png|250px|thumb|right|Reputation rating section, unrated example]]&lt;br /&gt;
Herein lies the heart of WOT where website reputations are entered and the website is deemed to be ''safe'' or trusted, ''cautionary'', ''unsafe'' or not trustful.&lt;br /&gt;
&lt;br /&gt;
The entries made in this section should be done so in an unbiased way, offering genuinely honest ratings.&lt;br /&gt;
&lt;br /&gt;
Those who try to abuse the rating system eventually get &amp;quot;caught&amp;quot; because their selected ratings differ from the majority of the votes cast; remember WOT is a [http://www.mywot.com/en/blog/anonymity-vs-democracy meritocracy]. For more information about how reputational trust is computed, please refer to this blog post on [http://www.mywot.com/en/blog/confidence Confidence] &amp;lt;small&amp;gt;Fri 22 Dec 2006 07:41:49 AM UTC &amp;amp;#8212; Sami&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Reputation Rating section of the website scorecard consists of four rating categories, each consisting of four elements.&lt;br /&gt;
&lt;br /&gt;
====The Rating Elements====&lt;br /&gt;
# The ''WOT Symbol''&amp;lt;br /&amp;gt;[[File:16_excellent.png]]&amp;lt;br /&amp;gt;displays the current reputation from the aggregated result of all prior ratings.&amp;lt;br /&amp;gt;For more information, please refer to the website support section for [http://www.mywot.com/en/support/symbols WOT symbols]&lt;br /&gt;
# The ''Rating Description'' simply identifies the category of the website's reputation that you are rating.&amp;lt;br /&amp;gt;This is a text label that is translated into the language that you have your preferences set to.&lt;br /&gt;
# The ''Rating Bar''&amp;lt;br /&amp;gt;[[File:wot_scorecard_rating_bar.png]]&amp;lt;br /&amp;gt;is how you transfer your experiences with, or opinions of, the website you are rating into the WOT reputation system.&amp;lt;br /&amp;gt;A small white bullet &amp;lt;span style=&amp;quot;color:white; background-color:green;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;#8226;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/span&amp;gt; appears when you choose to edit and hover your mouse over any of the rating bars.&amp;lt;br /&amp;gt;If you have previously rated the site, the bullet is positioned at your last value upon viewing the scorecard.&amp;lt;br /&amp;gt;The rating bar consists of five colorized sections, each represents a group of values that determine the score for the category being rated. These five sections are textually labeled as (from &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;left&amp;lt;/span&amp;gt; to &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;right&amp;lt;/span&amp;gt;):&lt;br /&gt;
#* Very Poor&lt;br /&gt;
#* Poor&lt;br /&gt;
#* Unsatisfactory&lt;br /&gt;
#* Good&lt;br /&gt;
#* Excellent&lt;br /&gt;
# The ''Confidence Indicator''&amp;lt;br /&amp;gt;[[File:Wot_scorecard_indicator.png]]&amp;lt;br /&amp;gt;simply displays how many other WOT users voted in a likewise manner.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
===The Rating Categories===&lt;br /&gt;
&amp;amp;#8212; officially explained on the [http://www.mywot.com/en/support/ratings support section] of the website and consist of:&lt;br /&gt;
; ''Trustworthiness''&lt;br /&gt;
: Can you trust this site? Would you share it with family or friends? Have you had a pleasant experience? Is it worth returning to? If you can answer &amp;quot;yes&amp;quot; to all of these questions, then it is worth rating as Excellent. If you answer &amp;quot;no&amp;quot; to one of these questions, then it is worth rating Good. The lower amount of &amp;quot;yes&amp;quot; answers to these questions, the lower the rating becomes.&lt;br /&gt;
; ''Vendor Reliability''&lt;br /&gt;
: Generally represents a site that has a product to sell and whether or not you had a positive shopping experience, as mentioned on the [http://www.mywot.com/en/support/ratings support page,] but what if there is nothing to purchase, should this be left unrated? That would depend upon what the product is that the site has to offer. It could be a free item, so there is no financial purchase. One example could be a blog, forum, or news site whose product is information; is this information factual, or it is biased, or worse is it pure fabrication? Software download sites, some mirror the author's product, some link to the authors download page, others repackage the author's product and include [http://en.wikipedia.org/wiki/Spyware Spyware] [http://en.wikipedia.org/wiki/Backdoor_%28computing%29 backdoors] or [http://en.wikipedia.org/wiki/Trojan_horse_%28computing%29 Trojans]. You are viewing this page with a browser. If you are using [http://en.wikipedia.org/wiki/Internet_Explorer Internet Explorer,] [http://en.wikipedia.org/wiki/Firefox Firefox,] [http://en.wikipedia.org/wiki/Opera_%28web_browser%29 Opera,] or [http://en.wikipedia.org/wiki/Safari_%28web_browser%29 Safari] (to name a few) you obtained these programs free of charge, their authors are the product vendors, do you have trust in your browser? There are many other examples of vendor reliability of the website concerning the ''type'' of product it has to offer.&lt;br /&gt;
; ''Privacy''&lt;br /&gt;
: Can the website be trusted with your name, address, phone number, email address, credit card information, or other [[Personally_Identifiable_Information_(PII)|Personally Identifiable Information (PII)]] Have you subscribed to a newsletter or email list and then start receiving a large amount of Spam? If you experience no abuse, then the site is worth an Excellent Rating. This is where personal experience should be used for rating purposes. Exceptions would be, for example, verifying phishing schemes or submitting Spam sites.&lt;br /&gt;
; ''Child Safety''&lt;br /&gt;
: Is the website safe for young children? Does it consist of adult related material such as a political forum where participants are engaged in swearing? Is it a gaming site whose age group is for 15 year olds or older? What about a musician's site where the music (and lyrics) are recommended for mature audiences? Does the site contain pornographic material? Base your ratings for this category by asking yourself, &amp;quot;Would I allow my child to access this website?&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Comments===&lt;br /&gt;
[[File:Wot_scorecard_comment_section.png|300px|thumb|right|Scorecard Comment Section]]&lt;br /&gt;
Comments provide more information, but '''do not affect ratings'''&lt;br /&gt;
&lt;br /&gt;
Comments were not originally intended to exist and were included based upon user feedback in the early stages of WOT testing. For more detailed commentary concerning comments, please refer to this blog post:&amp;lt;br /&amp;gt;[http://www.mywot.com/en/blog/against-textual-comments Against textual comments] &amp;lt;small&amp;gt;Mon 05 Feb 2007 07:41:02 PM UTC &amp;amp;#8212; Sami&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Request a comment====&lt;br /&gt;
[[File:Wot_scorecard_comment_request.png|200px|thumb|right|Request a comment]]&lt;br /&gt;
Request a comment is displayed on the right side of the Scorecard at the top of the Comment section. It's purpose is simply to request other members of the WOT Community to offer a comment for the website you are reviewing. Comment requests are tagged and posted on the [http://www.mywot.com/community Community] page of WOT's main website. Clicking this option toggles your request, meaning if you click once, you're requesting a comment, click again and you remove that request. If you decide to add a comment yourself, this option disappears.&lt;br /&gt;
&lt;br /&gt;
====Add a comment====&lt;br /&gt;
[[File:Wot_scorecard_comment_add_opened.png|300px|thumb|right|Add a comment]]&lt;br /&gt;
Add a comment is displayed on the left side of the Scorecard at the top of the Comment section.&lt;br /&gt;
Clicking it toggles the opening or closing of the Add Comment subsection.&lt;br /&gt;
&lt;br /&gt;
When entering a comment for a website you are presented with two elements both of which are required to save your comment. These are the comment category and the comment text.&lt;br /&gt;
&lt;br /&gt;
The comment category is a drop-down menu where you decide which classification you would like your comment associated with. The current selections available are:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[File:Bullet_green.png]] Good site&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_green.png]] Useful, informative&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_green.png]] Entertaining&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_green.png]] Good customer experience&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_green.png]] Child friendly&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Spam&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Annoying ads or popups&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Bad customer experience&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Phishing or other scams&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Malicious content, viruses&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Browser exploit&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Spyware or adware&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Adult content&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Hateful, violent or illegal content&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_red.png]] Ethical issues&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_grey.png]] Useless&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Bullet_grey.png]] Other&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The comment text area is where you enter your ''opinion'', be it praise, or warning, or basic commentary.&lt;br /&gt;
&lt;br /&gt;
====Comment listing====&lt;br /&gt;
As comments are made they appear in list form displayed as single line entries. Clicking on the comment opens it's entirety. As the author of the comment, you have the options of editing or deleting your comment. &lt;br /&gt;
&lt;br /&gt;
!!! STOP !!! - will continue at a later time - G7W&lt;br /&gt;
(mention: sort options, dis/agree options, controversial, page, RSS)&lt;br /&gt;
&lt;br /&gt;
===Share with a friend===&lt;br /&gt;
[[File:Wot_scorecard_friend_share.png|300px|thumb|right|Share with a friend]]&lt;br /&gt;
This is a simple mechanism to send the scorecard of the website you are reviewing to another person. Simply enter their email address in the area provided and click &amp;quot;Send&amp;quot;&lt;br /&gt;
&lt;br /&gt;
!!! STOP !!! - will continue at a later time - G7W&lt;br /&gt;
(include sample of email received)&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Talk:Main_Page&amp;diff=942</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Talk:Main_Page&amp;diff=942"/>
		<updated>2010-06-11T08:01:01Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please do visit our [http://www.mywot.com/en/forum forum] and our [http://www.mywot.com/en/blog blog].&lt;br /&gt;
If you are not a WOT member, we urge you to [http://www.mywot.com/en/user/register register].&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Mass_rating_tool&amp;diff=941</id>
		<title>Mass rating tool</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Mass_rating_tool&amp;diff=941"/>
		<updated>2010-06-11T07:51:13Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Added the new look for Mass Rating Tool for the new WOT theme.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
The mass rating tool allows you to rate up to 100 sites at the same time, leaving each site the same rating and comment. This is useful when rating a large number of sites with the same owner, for example. You should always act '''responsibly''' when using the mass rating tool. Using it is a privilege, which will be taken away from users suspected of spamming or abuse.&lt;br /&gt;
&lt;br /&gt;
The mass rating tool was [http://www.mywot.com/blog/98-mass-rating-tool-for-wot-power-users introduced] to the WOT Community back in September of 2008 and was originally offered to users who had obtained the Gold level or higher Platinum level [[Activity scores|activity score]]. Credit is given to WOT user ''Lordpake'' for the original suggestion of a mass submission tool.&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
On December 28, 2009 an [http://www.mywot.com/blog/216-mass-rating-tool-changes-to-platinum-users announcement] was made informing the WOT Community that access to the mass rating tool has changed to Platinum level users; while current Gold level members who already have access to the mass rating tool will retain that access. However, new Gold level members will have to reach Platinum level before they are awarded the privilege. This change came as a result of members abusing the use of the tool by rating published blacklists and host files without verifying the validity of the source and for not checking these list entries for accuracy. Sometimes innocent sites are mistakenly added to these lists, known as a [http://en.wikipedia.org/wiki/Type_I_and_type_II_errors#Type_I_error false positive], or sites are added temporarily because they were [http://community.ca.com/blogs/securityadvisor/archive/2008/05/28/compromised-websites-a-real-danger-for-internet-users.aspx compromised], in neither case should these sites ''Reputation'' suffer long term effects within WOT from this misuse.&lt;br /&gt;
&lt;br /&gt;
==User profile location==&lt;br /&gt;
When a member has reached the Platinum level [[Activity scores|activity score]], they will notice in their User Profile a new menu tab labeled ''Mass rating''. Simply open [http://www.mywot.com/user/ your profile] and you can see if you have the mass rating tool available.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Wot_mass-rate_profile.png|This is the location for the Mass Rating Tool for the old WOT theme.]]&lt;br /&gt;
&amp;lt;br /&amp;gt;This is the location for the Mass Rating Tool for the old WOT theme.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:New_mass-rate_profile.png|This is the location for Mass Rating Tool of the new WOT theme.]]&lt;br /&gt;
&amp;lt;br /&amp;gt;This is the new loction for the Mass Rating Tool for the new WOT theme.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mass Rating Tool Page Preview==&lt;br /&gt;
The below pictures are the mass rating tool for the old WOT theme and the new WOT theme respectively.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Wot_mass-rate-tool.png|300px|Mass rating tool page for old WOT theme.]] &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[File:New-mass-rate-tool.png|300px|Mass rating tool page for new WOT theme.]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mass rating tool components=&lt;br /&gt;
# [[#Domain entry box|Domain entry box]]&lt;br /&gt;
# [[#Category selection|Category selection]]&lt;br /&gt;
# [[#Reputation rating|Reputation rating]]&lt;br /&gt;
# [[#Comment section|Comment section]]&lt;br /&gt;
# [[#Replacement option|Replacement option]]&lt;br /&gt;
# [[#Mass delete|Mass delete]]&lt;br /&gt;
# [[#Submit|Submit]]&lt;br /&gt;
&lt;br /&gt;
==Domain entry box==&lt;br /&gt;
This is where you may place IP numbers or domain names that you are going to rate and comment as a group. The mass rating tool will rate up to one hundred entries per submission, however, you may place any amount of entries into the box and if over 100, you will receive a message stating the quantity of entries that remain for which you need to click the Submit button repeatedly until all are submitted. If you make an entry error, you will be informed with a &amp;quot;failed to rate: domain name&amp;quot; message. These information messages only display for a short time, so you will need to pay attention as you use the mass rating tool. The IP or domain entries may be placed in URL form, simple name comma separated value (CSV), or simple name linear.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; width: 275px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | URL - one per line&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;www.example.com&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;127.0.0.1&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;www.example.net&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;192.168.1.1&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;www.example.org&amp;amp;#47;&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; width: 275px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Comma separated&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | example.com,127.0.0.1,example.net,192.168.1.1,example.org&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; width: 275px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Linear - one per line&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | example.com &amp;lt;br /&amp;gt;127.0.0.1 &amp;lt;br /&amp;gt;example.net &amp;lt;br /&amp;gt;192.168.1.1&amp;lt;br /&amp;gt;example.org &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Category selection==&lt;br /&gt;
When mass rating domain entries, you ''must'' include a comment and select the category that best describes the comments you are making. This component displays a drop-down list of currently available comment categories to choose from. For more information, please refer to the [[Scorecard#Comments|Scorecard Comment]] article.&lt;br /&gt;
 &lt;br /&gt;
==Reputation rating==&lt;br /&gt;
All domain entries that are mass rated will be given the same [[Scorecard#Reputation_rating|reputation rating]] that you select in this section of the mass rating tool. It is exactly the same as making selections on either the [[Scorecard|Scorecard]] or within the Rating window.&lt;br /&gt;
&lt;br /&gt;
==Comment section==&lt;br /&gt;
When mass rating websites, you are ''required'' to leave a comment. This is something that should be given careful consideration since all entries you chose to rate are going to be rated equally and given the same rating category. Your comments should be precise as to ''why'' these domains are being rated in a likewise manner. If you have a linkable source that can either verify or show justification for your ratings, it is preferred that you include it. Be descriptive and authoritative when entering your comments, as well as polite.&lt;br /&gt;
&lt;br /&gt;
===Multiple comments===&lt;br /&gt;
The mass-rating tool allows up to three comment postings per scorecard per user, including sites marked as [[FAQ#Ratings_vs._comments|controversial]] which overrides the standard scorecard comment entry of only one posting per user. It is recommended to leave only one comment per rating per domain, however you may find that a domain you previously rated for spam and commented using the &amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;'''Spam'''&amp;lt;/span&amp;gt; category, you are now rating it as a Phishing domain and included the &amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;'''Phishing or other scams'''&amp;lt;/span&amp;gt; category, both comments will appear on the scorecard. Anyone who is caught misusing the mass-rating tool by trying to spam multiple comments will have their [http://www.mywot.com/forum/5839--controversial-rating?comment=29421#comment-29421 mass-rating privilege removed].&lt;br /&gt;
&lt;br /&gt;
see also: [[Mass_rating_tool#Replacement_option|Replacement option]]&lt;br /&gt;
&lt;br /&gt;
===Comment variable===&lt;br /&gt;
To enable your comments to be more precise or to appear more &amp;quot;personal&amp;quot; a [http://en.wikipedia.org/wiki/Variable_%28programming%29 variable] has been introduced for use in the comment section. The implementation of this feature was [http://www.mywot.com/forum/5298-massrating-variable announced on the Forum] by ''Timo'' on 12 January, 2010. Credit for introducing template-style variables in given to G7W.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
!domain&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
''!domain'' is simply replaced with each of the entries being rated that are listed in the [[Mass_rating_tool#Domain_entry box|domain entry box]], whether they are IP numbers, or domain names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Mass rating tool input example'''&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;235&amp;quot;|'''Domain entry box'''&lt;br /&gt;
|width=&amp;quot;355&amp;quot;|a.ns.mywot.com &amp;lt;br /&amp;gt;b.ns.mywot.com &amp;lt;br /&amp;gt;c.ns.mywot.com &amp;lt;br /&amp;gt;d.ns.mywot.com&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|'''Comment with variable'''&lt;br /&gt;
|This nameserver ('''!domain''') is owned by WOT Services Oy &amp;lt;br /&amp;gt;and is part of the mywot.com network.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click Submit to process your ratings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Scorecard comment output example'''&lt;br /&gt;
!width=&amp;quot;235&amp;quot;|Rated domain&lt;br /&gt;
!width=&amp;quot;355&amp;quot;|Scorecard comment&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|a.ns.mywot.com || This nameserver ('''a.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|b.ns.mywot.com || This nameserver ('''b.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|c.ns.mywot.com || This nameserver ('''c.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|d.ns.mywot.com || This nameserver ('''d.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can verify the desired output of the comments by reviewing your list of entries in your profile by clicking on the &amp;quot;My Ratings&amp;quot; tab or view them directly by visiting the domain's Scorecard.&lt;br /&gt;
&lt;br /&gt;
[[Mass rate comment examples|More examples]] of using !domain in reference URL's&lt;br /&gt;
&lt;br /&gt;
==Replacement option==&lt;br /&gt;
The mass rating tool allows you to rate a group of domains in a selected category and leave a comment. You can re-rate these domains and enter a different comment. By default if you have previously rated a domain your new comment replaces the previous one. If you tick the check mark box for this component, WOT will retain your previous comment and append your new one as well. &lt;br /&gt;
&lt;br /&gt;
''note:''&lt;br /&gt;
This only works if the newly selected comment category is different from any previously recorded ratings. You cannot have two or more comments of the same category for the same domain.&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
You rate 10 domains that are associated to each other in some way and which you have had a good customer experience with. You may wish to leave a &amp;quot;Good site&amp;quot; comment and then re-rate them to also leave a &amp;quot;Good customer experience&amp;quot; comment. If the check mark box is not checked, your &amp;quot;Good site&amp;quot; will be written over with the &amp;quot;Good customer experience&amp;quot; comment, ticking the check mark box will include both comments on each scorecard of the domains rated.&lt;br /&gt;
&lt;br /&gt;
alternative example:&lt;br /&gt;
You have a small list of domains that have high reputations for Trustworthiness, Vendor Reliability, and Privacy, yet these domains contain content of a mature nature. You've rated these sites high, excluding the Child Safety reputation which you've lowered to unsatisfactory, poor, or very poor and left a positive comment. You may also wish to leave a warning for parents that the site's content is not suitable for young children. You can leave your ratings as is and rate the domains a second time offering an Adult cautionary comment.&lt;br /&gt;
&lt;br /&gt;
==Mass delete==&lt;br /&gt;
Each Scorecard has the ability for a user to remove their comments and to delete their ratings for a website. The mass rating tool also provides this ability to work with more than one domain at a time. This is useful if you have rated compromised websites that are no longer compromised and wish to remove you comments and ratings from them. Simply enter the list of domains into the domain entry box, check mark this component's option and click Submit. Your previous ratings will be deleted and your comments removed.&lt;br /&gt;
&lt;br /&gt;
==Submit==&lt;br /&gt;
The submit button is confirmation to process ratings for one to one hundred entries. If you have more than one hundred entries for rating, the remainder will be displayed and you are required to Submit them again. This process continues until your entries have been depleted. If you Submit with no entries left in the domain list box, it will appear in red and a error message is displayed stating that you have no entries to process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Profile privacy settings=&lt;br /&gt;
As a Platinum Level Member of WOT and having access to the mass-rating tool you are expected to allow open communication from other users who may disagree in how you've rated/commented on a website. Previously, some mass-rating members had disabled receiving messages from other users registered on the Forums by editing Profile -&amp;gt; Edit -&amp;gt; Privacy Settings and turning &amp;quot;Off&amp;quot; their Boards.&lt;br /&gt;
&lt;br /&gt;
A [http://www.mywot.com/en/forum/5227-platinum-level-suggestion discussion] was created on the Forums to disable this feature, in effect forcing mass-rating members to maintain some form of ''responsibility'' for their ratings. It was [http://www.mywot.com/en/forum/5227-platinum-level-suggestion?comment=26041#comment-26041 announced] on 13 January, 2010 by ''Timo'' that this restriction has been implemented. Basically, if a Platinum user has their Board messages set to &amp;quot;Off&amp;quot; they shall still receive private message from other users; naturally if the board is set to &amp;quot;On&amp;quot; there is no change.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveat=&lt;br /&gt;
You have been given this tool because you have rated many domains to achieve the Platinum level status. Be careful as to how you use it, mass rating is a ''privilege'' that can be easily taken away. Do not attempt to use this for the sake of increasing your activity score, you might be surprised and discover you no longer have access. Rating a website's reputation is a serious matter. Rating websites is not a game, there is no &amp;quot;race&amp;quot; to see who can rate more. Please be accurate and at the same time be responsible.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:New-mass-rate-tool.png&amp;diff=940</id>
		<title>File:New-mass-rate-tool.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:New-mass-rate-tool.png&amp;diff=940"/>
		<updated>2010-06-11T07:43:06Z</updated>

		<summary type="html">&lt;p&gt;Creastery: This is the new look for the Mass Rating Tool for the new WOT theme.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the new look for the Mass Rating Tool for the new WOT theme.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Mass_rating_tool&amp;diff=939</id>
		<title>Mass rating tool</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Mass_rating_tool&amp;diff=939"/>
		<updated>2010-06-11T07:25:44Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
The mass rating tool allows you to rate up to 100 sites at the same time, leaving each site the same rating and comment. This is useful when rating a large number of sites with the same owner, for example. You should always act '''responsibly''' when using the mass rating tool. Using it is a privilege, which will be taken away from users suspected of spamming or abuse.&lt;br /&gt;
&lt;br /&gt;
The mass rating tool was [http://www.mywot.com/blog/98-mass-rating-tool-for-wot-power-users introduced] to the WOT Community back in September of 2008 and was originally offered to users who had obtained the Gold level or higher Platinum level [[Activity scores|activity score]]. Credit is given to WOT user ''Lordpake'' for the original suggestion of a mass submission tool.&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
On December 28, 2009 an [http://www.mywot.com/blog/216-mass-rating-tool-changes-to-platinum-users announcement] was made informing the WOT Community that access to the mass rating tool has changed to Platinum level users; while current Gold level members who already have access to the mass rating tool will retain that access. However, new Gold level members will have to reach Platinum level before they are awarded the privilege. This change came as a result of members abusing the use of the tool by rating published blacklists and host files without verifying the validity of the source and for not checking these list entries for accuracy. Sometimes innocent sites are mistakenly added to these lists, known as a [http://en.wikipedia.org/wiki/Type_I_and_type_II_errors#Type_I_error false positive], or sites are added temporarily because they were [http://community.ca.com/blogs/securityadvisor/archive/2008/05/28/compromised-websites-a-real-danger-for-internet-users.aspx compromised], in neither case should these sites ''Reputation'' suffer long term effects within WOT from this misuse.&lt;br /&gt;
&lt;br /&gt;
==User profile location==&lt;br /&gt;
When a member has reached the Platinum level [[Activity scores|activity score]], they will notice in their User Profile a new menu tab labeled ''Mass rating''. Simply open [http://www.mywot.com/user/ your profile] and you can see if you have the mass rating tool available.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Wot_mass-rate_profile.png|This is the location for the Mass Rating Tool for the old WOT theme.]]&lt;br /&gt;
&amp;lt;br /&amp;gt;This is the location for the Mass Rating Tool for the old WOT theme.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:New_mass-rate_profile.png|This is the location for Mass Rating Tool of the new WOT theme.]]&lt;br /&gt;
&amp;lt;br /&amp;gt;This is the new loction for the Mass Rating Tool for the new WOT theme.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mass rating tool components=&lt;br /&gt;
[[File:Wot_mass-rate-tool.png|300px|thumb|right|WOT Mass rating tool full page view.]]&lt;br /&gt;
# [[#Domain entry box|Domain entry box]]&lt;br /&gt;
# [[#Category selection|Category selection]]&lt;br /&gt;
# [[#Reputation rating|Reputation rating]]&lt;br /&gt;
# [[#Comment section|Comment section]]&lt;br /&gt;
# [[#Replacement option|Replacement option]]&lt;br /&gt;
# [[#Mass delete|Mass delete]]&lt;br /&gt;
# [[#Submit|Submit]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:225px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Domain entry box==&lt;br /&gt;
This is where you may place IP numbers or domain names that you are going to rate and comment as a group. The mass rating tool will rate up to one hundred entries per submission, however, you may place any amount of entries into the box and if over 100, you will receive a message stating the quantity of entries that remain for which you need to click the Submit button repeatedly until all are submitted. If you make an entry error, you will be informed with a &amp;quot;failed to rate: domain name&amp;quot; message. These information messages only display for a short time, so you will need to pay attention as you use the mass rating tool. The IP or domain entries may be placed in URL form, simple name comma separated value (CSV), or simple name linear.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; width: 275px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | URL - one per line&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;www.example.com&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;127.0.0.1&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;www.example.net&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;192.168.1.1&amp;amp;#47; &amp;lt;br /&amp;gt;http&amp;amp;#58;&amp;amp;#47;&amp;amp;#47;www.example.org&amp;amp;#47;&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; width: 275px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Comma separated&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | example.com,127.0.0.1,example.net,192.168.1.1,example.org&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; width: 275px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Linear - one per line&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | example.com &amp;lt;br /&amp;gt;127.0.0.1 &amp;lt;br /&amp;gt;example.net &amp;lt;br /&amp;gt;192.168.1.1&amp;lt;br /&amp;gt;example.org &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Category selection==&lt;br /&gt;
When mass rating domain entries, you ''must'' include a comment and select the category that best describes the comments you are making. This component displays a drop-down list of currently available comment categories to choose from. For more information, please refer to the [[Scorecard#Comments|Scorecard Comment]] article.&lt;br /&gt;
 &lt;br /&gt;
==Reputation rating==&lt;br /&gt;
All domain entries that are mass rated will be given the same [[Scorecard#Reputation_rating|reputation rating]] that you select in this section of the mass rating tool. It is exactly the same as making selections on either the [[Scorecard|Scorecard]] or within the Rating window.&lt;br /&gt;
&lt;br /&gt;
==Comment section==&lt;br /&gt;
When mass rating websites, you are ''required'' to leave a comment. This is something that should be given careful consideration since all entries you chose to rate are going to be rated equally and given the same rating category. Your comments should be precise as to ''why'' these domains are being rated in a likewise manner. If you have a linkable source that can either verify or show justification for your ratings, it is preferred that you include it. Be descriptive and authoritative when entering your comments, as well as polite.&lt;br /&gt;
&lt;br /&gt;
===Multiple comments===&lt;br /&gt;
The mass-rating tool allows up to three comment postings per scorecard per user, including sites marked as [[FAQ#Ratings_vs._comments|controversial]] which overrides the standard scorecard comment entry of only one posting per user. It is recommended to leave only one comment per rating per domain, however you may find that a domain you previously rated for spam and commented using the &amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;'''Spam'''&amp;lt;/span&amp;gt; category, you are now rating it as a Phishing domain and included the &amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;'''Phishing or other scams'''&amp;lt;/span&amp;gt; category, both comments will appear on the scorecard. Anyone who is caught misusing the mass-rating tool by trying to spam multiple comments will have their [http://www.mywot.com/forum/5839--controversial-rating?comment=29421#comment-29421 mass-rating privilege removed].&lt;br /&gt;
&lt;br /&gt;
see also: [[Mass_rating_tool#Replacement_option|Replacement option]]&lt;br /&gt;
&lt;br /&gt;
===Comment variable===&lt;br /&gt;
To enable your comments to be more precise or to appear more &amp;quot;personal&amp;quot; a [http://en.wikipedia.org/wiki/Variable_%28programming%29 variable] has been introduced for use in the comment section. The implementation of this feature was [http://www.mywot.com/forum/5298-massrating-variable announced on the Forum] by ''Timo'' on 12 January, 2010. Credit for introducing template-style variables in given to G7W.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
!domain&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
''!domain'' is simply replaced with each of the entries being rated that are listed in the [[Mass_rating_tool#Domain_entry box|domain entry box]], whether they are IP numbers, or domain names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Mass rating tool input example'''&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;235&amp;quot;|'''Domain entry box'''&lt;br /&gt;
|width=&amp;quot;355&amp;quot;|a.ns.mywot.com &amp;lt;br /&amp;gt;b.ns.mywot.com &amp;lt;br /&amp;gt;c.ns.mywot.com &amp;lt;br /&amp;gt;d.ns.mywot.com&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|'''Comment with variable'''&lt;br /&gt;
|This nameserver ('''!domain''') is owned by WOT Services Oy &amp;lt;br /&amp;gt;and is part of the mywot.com network.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click Submit to process your ratings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Scorecard comment output example'''&lt;br /&gt;
!width=&amp;quot;235&amp;quot;|Rated domain&lt;br /&gt;
!width=&amp;quot;355&amp;quot;|Scorecard comment&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|a.ns.mywot.com || This nameserver ('''a.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|b.ns.mywot.com || This nameserver ('''b.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|c.ns.mywot.com || This nameserver ('''c.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|d.ns.mywot.com || This nameserver ('''d.ns.mywot.com''') is owned by WOT Services Oy and is part of the mywot.com network.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can verify the desired output of the comments by reviewing your list of entries in your profile by clicking on the &amp;quot;My Ratings&amp;quot; tab or view them directly by visiting the domain's Scorecard.&lt;br /&gt;
&lt;br /&gt;
[[Mass rate comment examples|More examples]] of using !domain in reference URL's&lt;br /&gt;
&lt;br /&gt;
==Replacement option==&lt;br /&gt;
The mass rating tool allows you to rate a group of domains in a selected category and leave a comment. You can re-rate these domains and enter a different comment. By default if you have previously rated a domain your new comment replaces the previous one. If you tick the check mark box for this component, WOT will retain your previous comment and append your new one as well. &lt;br /&gt;
&lt;br /&gt;
''note:''&lt;br /&gt;
This only works if the newly selected comment category is different from any previously recorded ratings. You cannot have two or more comments of the same category for the same domain.&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
You rate 10 domains that are associated to each other in some way and which you have had a good customer experience with. You may wish to leave a &amp;quot;Good site&amp;quot; comment and then re-rate them to also leave a &amp;quot;Good customer experience&amp;quot; comment. If the check mark box is not checked, your &amp;quot;Good site&amp;quot; will be written over with the &amp;quot;Good customer experience&amp;quot; comment, ticking the check mark box will include both comments on each scorecard of the domains rated.&lt;br /&gt;
&lt;br /&gt;
alternative example:&lt;br /&gt;
You have a small list of domains that have high reputations for Trustworthiness, Vendor Reliability, and Privacy, yet these domains contain content of a mature nature. You've rated these sites high, excluding the Child Safety reputation which you've lowered to unsatisfactory, poor, or very poor and left a positive comment. You may also wish to leave a warning for parents that the site's content is not suitable for young children. You can leave your ratings as is and rate the domains a second time offering an Adult cautionary comment.&lt;br /&gt;
&lt;br /&gt;
==Mass delete==&lt;br /&gt;
Each Scorecard has the ability for a user to remove their comments and to delete their ratings for a website. The mass rating tool also provides this ability to work with more than one domain at a time. This is useful if you have rated compromised websites that are no longer compromised and wish to remove you comments and ratings from them. Simply enter the list of domains into the domain entry box, check mark this component's option and click Submit. Your previous ratings will be deleted and your comments removed.&lt;br /&gt;
&lt;br /&gt;
==Submit==&lt;br /&gt;
The submit button is confirmation to process ratings for one to one hundred entries. If you have more than one hundred entries for rating, the remainder will be displayed and you are required to Submit them again. This process continues until your entries have been depleted. If you Submit with no entries left in the domain list box, it will appear in red and a error message is displayed stating that you have no entries to process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Profile privacy settings=&lt;br /&gt;
As a Platinum Level Member of WOT and having access to the mass-rating tool you are expected to allow open communication from other users who may disagree in how you've rated/commented on a website. Previously, some mass-rating members had disabled receiving messages from other users registered on the Forums by editing Profile -&amp;gt; Edit -&amp;gt; Privacy Settings and turning &amp;quot;Off&amp;quot; their Boards.&lt;br /&gt;
&lt;br /&gt;
A [http://www.mywot.com/en/forum/5227-platinum-level-suggestion discussion] was created on the Forums to disable this feature, in effect forcing mass-rating members to maintain some form of ''responsibility'' for their ratings. It was [http://www.mywot.com/en/forum/5227-platinum-level-suggestion?comment=26041#comment-26041 announced] on 13 January, 2010 by ''Timo'' that this restriction has been implemented. Basically, if a Platinum user has their Board messages set to &amp;quot;Off&amp;quot; they shall still receive private message from other users; naturally if the board is set to &amp;quot;On&amp;quot; there is no change.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveat=&lt;br /&gt;
You have been given this tool because you have rated many domains to achieve the Platinum level status. Be careful as to how you use it, mass rating is a ''privilege'' that can be easily taken away. Do not attempt to use this for the sake of increasing your activity score, you might be surprised and discover you no longer have access. Rating a website's reputation is a serious matter. Rating websites is not a game, there is no &amp;quot;race&amp;quot; to see who can rate more. Please be accurate and at the same time be responsible.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:New_mass-rate_profile.png&amp;diff=938</id>
		<title>File:New mass-rate profile.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:New_mass-rate_profile.png&amp;diff=938"/>
		<updated>2010-06-11T07:24:41Z</updated>

		<summary type="html">&lt;p&gt;Creastery: uploaded a new version of &amp;quot;File:New mass-rate profile.png&amp;quot;:&amp;amp;#32;Removed redundant areas.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The new location for Mass Rating tool in the profile section.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:New_mass-rate_profile.png&amp;diff=937</id>
		<title>File:New mass-rate profile.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:New_mass-rate_profile.png&amp;diff=937"/>
		<updated>2010-06-11T07:15:32Z</updated>

		<summary type="html">&lt;p&gt;Creastery: The new location for Mass Rating tool in the profile section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The new location for Mass Rating tool in the profile section.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=574</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=574"/>
		<updated>2010-01-16T15:34:21Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Firefox 2.x and newer.&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery] and this plugin is located on his website:  [http://creastery2010.co.cc/ Creastery 2010]&lt;br /&gt;
&lt;br /&gt;
The below code shows the XML code of WOT Scorecard Search Plugin.&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;OpenSearchDescription xmlns=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;ShortName&amp;gt;Check Website Reputation...&amp;lt;/ShortName&amp;gt;&lt;br /&gt;
  &amp;lt;Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;get&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;/Url&amp;gt;&lt;br /&gt;
  &amp;lt;Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;http://www.mywot.com/sites/all/images/fusion/16_16/plain/new_trusted.png&amp;lt;/Image&amp;gt;&lt;br /&gt;
  &amp;lt;OutputEncoding&amp;gt;UTF-8&amp;lt;/OutputEncoding&amp;gt;&lt;br /&gt;
  &amp;lt;InputEncoding&amp;gt;UTF-8&amp;lt;/InputEncoding&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/OpenSearchDescription&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This code can be used for autodiscovery on your website but please notify and acknowledge the owner - Creastery, if you use the below code for your website.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use the code immediately by saving the below code into an XML file and follow the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=519</id>
		<title>Activity scores</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=519"/>
		<updated>2010-01-04T15:20:16Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users are rewarded activity points for rating websites and writing comments. All users have an activity score, which is visible on the add-on's rating window and the profile page for registered users.&lt;br /&gt;
&lt;br /&gt;
== Earning activity points ==&lt;br /&gt;
You receive activity points every time you rate a website you haven't rated before. If you are a registered user, you will also receive further points from the following activities:&lt;br /&gt;
* Leaving comments on website scorecards&lt;br /&gt;
* Posting on the WOT website (forum, blog, poll etc.)&lt;br /&gt;
* Sending invitations to your friends&lt;br /&gt;
&lt;br /&gt;
Please notice that the activity score won't update immediately after the activity, it's updated only '''once a day'''.&lt;br /&gt;
&lt;br /&gt;
== User levels ==&lt;br /&gt;
Registered users are grouped in different ranks based on their activity score. These ranks are visible on the profile and as a border with a distinct color around their avatar elsewhere on the website. The current user levels and the minimum activity points required to reach them are as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; margin-left: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Activity score&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | User level&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Color&lt;br /&gt;
! style=&amp;quot;padding-left: 5px; padding-right: 5px;&amp;quot; | Extra features&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;border-bottom: 1px solid gray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | ≥ 10000&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Platinum&lt;br /&gt;
| style=&amp;quot;text-align: center; color: #CDD6DE&amp;quot; | ▉&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Mass rating&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | ≥ 6000&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Gold&lt;br /&gt;
| style=&amp;quot;text-align: center; color: #D0BD85&amp;quot; | ▉&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | ≥ 3000&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Silver&lt;br /&gt;
| style=&amp;quot;text-align: center; color: #BFBFBF&amp;quot; | ▉&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | ≥ 1500&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Bronze&lt;br /&gt;
| style=&amp;quot;text-align: center; color: #E7B695&amp;quot; | ▉&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | ≥ 0&lt;br /&gt;
| style=&amp;quot;padding-left: 5px;&amp;quot; | Rookie&lt;br /&gt;
| style=&amp;quot;text-align: center; color: #6DCFF6&amp;quot; | ▉&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The scoring system has [http://en.wikipedia.org/wiki/Logarithmic_scale a logarithmic scale], which means the more points you have, the more difficult it will be to increase your score.&lt;br /&gt;
&lt;br /&gt;
== Extra features ==&lt;br /&gt;
Users will have access to the [[mass rating tool|mass rating tool]] after reaching the Platinum level. The [[mass rating tool|mass rating tool]] allows you to rate up to 100 sites at the same time, leaving each site the same rating and comment. This is useful when rating a large number of sites with the same owner, for example. You should always act ''responsibly'' when using the mass rating tool. Using it is a privilege, which will be taken away from users suspected of spamming.&lt;br /&gt;
&lt;br /&gt;
Note: All Gold Level Members before the Mass Rating Tool Update '''will continue to have access''' to the tool.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=501</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=501"/>
		<updated>2009-12-30T16:35:39Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About the WOT Wiki==&lt;br /&gt;
Welcome to the WOT Wiki! We are glad you are here. The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]]. This is a new project, so we need you!&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Wiki [[Tasks|tasks]] and [[Guidelines|guidelines]].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[History|History]] behind WOT: the when, why, and how...&lt;br /&gt;
* Learn more about [[Scorecard|the website scorecard]]. Do you know what [[Scorecard#Scorecard colors|the different colors]] or [[Scorecard#Scorecard components|the various sections]] mean?&lt;br /&gt;
* Didn't [http://www.mywot.com/support/faq the official FAQ] have answers to your questions? Add what's missing to [[FAQ|the Wiki FAQ]].&lt;br /&gt;
* Do you hate it when websites hold your data hostage? You can [[Exporting ratings|export your ratings and comments]].&lt;br /&gt;
* Miscellaneous (in progress)&lt;br /&gt;
** [[Getting Started|Get started with WOT]] and see the tutorial videos and other information on [http://www.mywot.com/support the Support section].&lt;br /&gt;
** Information about [[Warning messages|warnings]], links to [[Links by language|guides, tips, and articles in other languages]].&lt;br /&gt;
* [[Trusted Sources|Trusted Sources]] are automated ratings with scorecard references in addition to the WOT user ratings.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
* Use reputations in your application through [[API|the API]].&lt;br /&gt;
* Download [[Source code|the source code]] for the WOT add-on. Are you using Chrome 4? Help us test [[Chrome|our Chrome add-on]].&lt;br /&gt;
* Read more about the ongoing experiment for rating [[Shared domains|shared hosts]].&lt;br /&gt;
&lt;br /&gt;
== Ideas and feature requests ==&lt;br /&gt;
* Do you have [[Ideas|ideas for future improvements]]? Share them with the rest of us!&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
* Other [[Online tools|useful online tools]].&lt;br /&gt;
* [[Scorecard search plugin|Scorecard search plugin]] for Firefox 2.x and above&lt;br /&gt;
* [http://www.ascii.cl/htmlcodes.htm HTML Codes - Characters and symbols]&lt;br /&gt;
&lt;br /&gt;
== Internet threats (in progress) ==&lt;br /&gt;
* Beware of [[Adware|adware]], [[Advertisements|ads]], [[Backdoor|backdoors]], [[Browser Exploit|browser exploits]], [[Internet Fraud|fraud]], [[Malware|malware]], [[Phishing|phishing]], [[Rootkit|rootkit]], [[Spam|spam and junk mail]], [[Spyware|spyware]], [[Trojan Horse|trojan horses]], [[Computer Virus|viruses]], [[Popups|Pop-ups]] and [[Computer Worm|worms]]. Can you think of other threats?  &lt;br /&gt;
&lt;br /&gt;
== Using the wiki ==&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing Editing] (Start here)&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=500</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=500"/>
		<updated>2009-12-30T16:34:46Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Firefox 2.x and newer.&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery] and was originally located on his website:  [http://wintechpedia.co.cc/ WinTechPedia]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
Also, the code above has been processed by Mozilla Firefox and has automatically edited it to simplify the code.&lt;br /&gt;
Thus, if you want to have to original code, you have to wait until I update the code personally. - Creastery&lt;br /&gt;
&lt;br /&gt;
*Update: I kinda lost the code. I will redo and post it here again.*&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=451</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=451"/>
		<updated>2009-10-30T06:07:53Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Firefox 2.x and newer.&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery] and was originally located on his website:  [http://wintechpedia.co.cc/ WinTechPedia]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
Also, the code above has been processed by Mozilla Firefox and has automatically edited it to simplify the code.&lt;br /&gt;
Thus, if you want to have to original code, you have to wait until I update the code personally. - Creastery&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=449</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=449"/>
		<updated>2009-10-30T06:05:44Z</updated>

		<summary type="html">&lt;p&gt;Creastery: moved Scorecard search plugin to WOT Scorecard Search Plugin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Firefox 2.x and newer.&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery] and was originally located on his website:  [http://wintechpedia.co.cc/ WinTechPedia]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you want to &amp;quot;self-discover&amp;quot; the search plugin, you have to wait until i update the code personally. - Creastery&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Scorecard_search_plugin&amp;diff=450</id>
		<title>Scorecard search plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Scorecard_search_plugin&amp;diff=450"/>
		<updated>2009-10-30T06:05:44Z</updated>

		<summary type="html">&lt;p&gt;Creastery: moved Scorecard search plugin to WOT Scorecard Search Plugin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[WOT Scorecard Search Plugin]]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=448</id>
		<title>WOT Scorecard Search Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Scorecard_Search_Plugin&amp;diff=448"/>
		<updated>2009-10-30T06:01:51Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Firefox 2.x and newer.&lt;br /&gt;
&lt;br /&gt;
Created by WOT Member [http://www.mywot.com/en/user/15879 Creastery] and was originally located on his website:  [http://wintechpedia.co.cc/ WinTechPedia]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre id=&amp;quot;WOT_Scorecard&amp;quot; style=&amp;quot;width:800px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SearchPlugin xmlns=&amp;quot;http://www.mozilla.org/2006/browser/search/&amp;quot; xmlns:os=&amp;quot;http://a9.com/-/spec/opensearch/1.1/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;os:ShortName&amp;gt;WOT Scorecard&amp;lt;/os:ShortName&amp;gt;&lt;br /&gt;
&amp;lt;os:Description&amp;gt;WOT Scorecard&amp;lt;/os:Description&amp;gt;&lt;br /&gt;
&amp;lt;os:InputEncoding&amp;gt;UTF-8&amp;lt;/os:InputEncoding&amp;gt;&lt;br /&gt;
&amp;lt;os:Image width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot;&amp;gt;data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==&amp;lt;/os:Image&amp;gt;&lt;br /&gt;
&amp;lt;os:Url type=&amp;quot;text/html&amp;quot; method=&amp;quot;GET&amp;quot; template=&amp;quot;http://www.mywot.com/scorecard/{searchTerms}&amp;quot; rel=&amp;quot;self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/os:Url&amp;gt;&lt;br /&gt;
&amp;lt;/SearchPlugin&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. &lt;br /&gt;
Here is how you do it.&lt;br /&gt;
For Windows Vista (Windows 6) /Windows 7: &lt;br /&gt;
You have to put it in here:&lt;br /&gt;
C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: &lt;br /&gt;
C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you want to &amp;quot;self-discover&amp;quot; the search plugin, you have to wait until i update the code personally. - Creastery&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=134</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=134"/>
		<updated>2009-09-18T04:47:54Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About the WOT Wiki==&lt;br /&gt;
Welcome to the WOT Wiki! We are glad you are here. The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]]. This is a new project, so we need you!&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Wiki [[Tasks|tasks]] and [[Guidelines|guidelines]].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[Getting Started|Getting started With WOT Add-on]]&lt;br /&gt;
* [[Exporting ratings|Exporting your ratings and comments]]&lt;br /&gt;
* [[FAQ|Frequently Asked Questions (FAQ)]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
== Ideas and feature requests ==&lt;br /&gt;
&lt;br /&gt;
== Scorecard ==&lt;br /&gt;
[[Scorecard|Website scorecard]]&lt;br /&gt;
* [[Scorecard#Scorecard colors|Colors]]&lt;br /&gt;
* [[Scorecard#Scorecard components |Components]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[Online_tools|Free online tools]]&lt;br /&gt;
&lt;br /&gt;
==Internet Threats (incomplete)==&lt;br /&gt;
* [[Adware|Adware]]&lt;br /&gt;
* [[Advertisements|Ads]]&lt;br /&gt;
* [[Backdoor|Backdoor]]&lt;br /&gt;
* [[Browser Exploit|Browser Exploit]]&lt;br /&gt;
* [[Internet Fraud|Frauds]]&lt;br /&gt;
* [[Malware|Malware]]&lt;br /&gt;
* [[Phishing|Phishing]]&lt;br /&gt;
* [[Spam|Spam and Junk Mail]]&lt;br /&gt;
* [[Spyware|Spyware]]&lt;br /&gt;
* [[Trojan Horse|Trojan Horse]]&lt;br /&gt;
* [[Computer Virus|Viruses]]&lt;br /&gt;
* [[Computer Worm|Worms]]&lt;br /&gt;
&lt;br /&gt;
== Using the wiki ==&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing Editing] (Start here)&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Scorecard&amp;diff=133</id>
		<title>Scorecard</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Scorecard&amp;diff=133"/>
		<updated>2009-09-18T04:46:15Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:wot_security_scorecard.png|300px|thumb|right|Basic WOT Security Scorecard with no ratings]]&lt;br /&gt;
The scorecard contains everything you need to know about a website, domain name, or IP.&lt;br /&gt;
&lt;br /&gt;
== Scorecard colors ==&lt;br /&gt;
To help bridge across language barriers, colors are used for immediate identification of the overall ''Trustworthiness'' (safety) of a website. The color range is:&lt;br /&gt;
;&lt;br /&gt;
[[Image:Trusted.png|28px|Excellent Reputation.]] Green&lt;br /&gt;
:Highly trusted website, excellent ratings.&lt;br /&gt;
:* No problems, this site has been reviewed by WOT Members to be a safe and pleasant experience. &lt;br /&gt;
[[Image:Caution.png|28px|Unsatisfactory Reputation.]] Yellow&lt;br /&gt;
:Cautionary advisory, unsatisfactory ratings or mixed ratings. &lt;br /&gt;
:* This may be perfectly harmless but proceed with care, this site could contain content not suited for all age groups, or it could be slightly misleading.&lt;br /&gt;
[[Image:Caution.png|28px|Unsatisfactory Reputation.]] Orange&lt;br /&gt;
:Cautionary warning, poor ratings.&lt;br /&gt;
:* This poor level of trustworthiness is the first to bring up the WOT [[Warning screen]], or [[Blocking screen]], when [[settings]] are at their default values. This website is not to be trusted. If you choose to proceed, do so with a high amount of care and concern; you have been ''warned''.&lt;br /&gt;
[[Image:Danger.png|28px|Very Poor Reputation.]] Red&lt;br /&gt;
:Dangerous warning, very poor ratings&lt;br /&gt;
:* Enter this website at your own risk, expect malicious behavior with possible [http://en.wikipedia.org/wiki/Computer_worm worm], [http://en.wikipedia.org/wiki/Computer_virus virus], [http://en.wikipedia.org/wiki/Trojan_horse_%28computing%29 Trojan infection], or a [http://en.wikipedia.org/wiki/Phishing PHISHing scheme].&lt;br /&gt;
[[Image:No_Reputation.png|28px|No Reputation Yet.]] Grey&lt;br /&gt;
:Unrated website, insufficient ratings.&lt;br /&gt;
:* There are not enough ratings to generate an overall trustworthiness score for this website, as referenced by the [[Media:Wot_security_scorecard.png|example scorecard]] provided.&lt;br /&gt;
&lt;br /&gt;
== Scorecard components ==&lt;br /&gt;
The scorecard consists of several components that dynamically retrieves the information presented to you. A quick list of these components are as follows:&lt;br /&gt;
# Thumbnail&lt;br /&gt;
# Help view&lt;br /&gt;
# Site name&lt;br /&gt;
# Popularity&lt;br /&gt;
# Rank&lt;br /&gt;
# Owner&lt;br /&gt;
# Server location&lt;br /&gt;
# Statistics&lt;br /&gt;
# Wiki&lt;br /&gt;
# Description&lt;br /&gt;
# Tags&lt;br /&gt;
# Reputation rating&lt;br /&gt;
#* Trustworthiness&lt;br /&gt;
#* Vendor reliability&lt;br /&gt;
#* Privacy&lt;br /&gt;
#* Child safety&lt;br /&gt;
# Comments by category&lt;br /&gt;
# Comment: Add / Request&lt;br /&gt;
# Comment: listing&lt;br /&gt;
''note: this list should be converted to [http://en.wikipedia.org/wiki/Section_editing#Section_linking section links] to create an item menu for quick access per component''&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:No_Reputation.png&amp;diff=132</id>
		<title>File:No Reputation.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:No_Reputation.png&amp;diff=132"/>
		<updated>2009-09-18T04:45:50Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Danger.png&amp;diff=130</id>
		<title>File:Danger.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Danger.png&amp;diff=130"/>
		<updated>2009-09-18T04:35:08Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Not_safe.png&amp;diff=129</id>
		<title>File:Not safe.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Not_safe.png&amp;diff=129"/>
		<updated>2009-09-18T04:34:56Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Caution.png&amp;diff=128</id>
		<title>File:Caution.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Caution.png&amp;diff=128"/>
		<updated>2009-09-18T04:34:50Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Alright.png&amp;diff=127</id>
		<title>File:Alright.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Alright.png&amp;diff=127"/>
		<updated>2009-09-18T04:34:31Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Trusted.png&amp;diff=126</id>
		<title>File:Trusted.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Trusted.png&amp;diff=126"/>
		<updated>2009-09-18T04:33:27Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=91</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=91"/>
		<updated>2009-09-17T08:38:25Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About the WOT Wiki==&lt;br /&gt;
Welcome to the WOT Wiki! We are glad you are here. The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]]. This is a new project, so we need you!&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Wiki [[Tasks|tasks]] and [[Guidelines|guidelines]].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* [[Spam|Spam]]&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[Getting Started|Getting Started]].&lt;br /&gt;
* [[Exporting ratings|Exporting your ratings and comments]].&lt;br /&gt;
* [[FAQs|Frequent Asked Questions]].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
== Ideas and feature requests ==&lt;br /&gt;
&lt;br /&gt;
== Scorecard ==&lt;br /&gt;
* [[Scorecard|Website scorecard]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[Online_tools|Free online tools]]&lt;br /&gt;
&lt;br /&gt;
== Using the wiki ==&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing Editing] (Start here)&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Getting_Started&amp;diff=90</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Getting_Started&amp;diff=90"/>
		<updated>2009-09-17T08:37:44Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Created page with '== New to WOT == To get started with WOT, you need to create a new user.  ==== Registering ==== In order to get the most out of WOT, you should register. &amp;lt;br&amp;gt; After you register,…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New to WOT ==&lt;br /&gt;
To get started with WOT, you need to create a new user.&lt;br /&gt;
&lt;br /&gt;
==== Registering ====&lt;br /&gt;
In order to get the most out of WOT, you should register. &amp;lt;br&amp;gt;&lt;br /&gt;
After you register, you will gain access to our full range of features.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Some features are:&amp;lt;br&amp;gt;&lt;br /&gt;
* Unlocking the function to participate in [http://www.mywot.com/en/forum/ forum] and [http://www.mywot.com/en/blog/ blog].&lt;br /&gt;
* Allows you to write comments on the WOT scorecard of a website.&lt;br /&gt;
* Having a customizable profile of your own.&lt;br /&gt;
* Having a wall of your own below your profile.&lt;br /&gt;
* Accumulate [[Activity scores|Activity Scores]].&lt;br /&gt;
* Unlocking the function to participate in the WOT Wiki.&lt;br /&gt;
&lt;br /&gt;
This is why you should [http://www.mywot.com/user/register '''register now'''!]&lt;br /&gt;
&lt;br /&gt;
==== Customize Settings ====&lt;br /&gt;
[[File:Settings_link_on_addon.png|300px|thumb|How to customize settings of WOT]]&lt;br /&gt;
You can personalize WOT's web browsing security to suit your way of surfing. &amp;lt;br&amp;gt;&lt;br /&gt;
Access Settings by opening the add-on and clicking in the top right corner.&lt;br /&gt;
There are [http://www.mywot.com/wiki/FAQs#Does_WOT_have_different_protection_settings.3F different types of made-ready settings] (Due to popular demand).&lt;br /&gt;
&lt;br /&gt;
One unique feature of WOT is that there is colourblind version to add support for the colourblinds.&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
To see some videos on all the above mentioned functions or features, check out [http://www.youtube.com/user/MyWOT '''WOT's Youtube Channel''']!&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=File:Settings_link_on_addon.png&amp;diff=89</id>
		<title>File:Settings link on addon.png</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=File:Settings_link_on_addon.png&amp;diff=89"/>
		<updated>2009-09-17T08:31:20Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=88</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=88"/>
		<updated>2009-09-17T08:05:09Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About the WOT Wiki==&lt;br /&gt;
Welcome to the WOT Wiki! We are glad you are here. The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]]. This is a new project, so we need you!&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Wiki [[Tasks|tasks]] and [[Guidelines|guidelines]].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* [[Spam|Spam]]&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[Exporting ratings|Exporting your ratings and comments]].&lt;br /&gt;
* [[FAQs|Frequent Asked Questions]].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
== Ideas and feature requests ==&lt;br /&gt;
&lt;br /&gt;
== Scorecard ==&lt;br /&gt;
* [[Scorecard|Website scorecard]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[Online_tools|Free online tools]]&lt;br /&gt;
&lt;br /&gt;
== Using the wiki ==&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing Editing] (Start here)&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=FAQ&amp;diff=87</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=FAQ&amp;diff=87"/>
		<updated>2009-09-17T08:04:08Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Created page with '== Membership &amp;amp; Registration == ==== How do I become a member? ==== You become a member simply by downloading our free browser addon. It works with Firefox and Internet Explorer.…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Membership &amp;amp; Registration ==&lt;br /&gt;
==== How do I become a member? ====&lt;br /&gt;
You become a member simply by downloading our free browser addon. It works with Firefox and Internet Explorer. You don't have to register to use the system, but we encourage it because only registered members can access all the features.&lt;br /&gt;
&lt;br /&gt;
==== Why should I register as a user? ====&lt;br /&gt;
Registered members can leave comments on the WOT security scorecard, participate in the forum, leave support requests, participate in competitions, and access the My Profile page. The My Profile page lets you see your own ratings, comments and activity score, delete ratings and message other users.&lt;br /&gt;
&lt;br /&gt;
==== What information do you collect? ====&lt;br /&gt;
Your privacy is very important to us. The WOT software collects information only for computing website ratings, performing statistical analysis, and preventing abuse of our service. Any information that is no longer needed for these purposes is deleted. When loading reputations for the websites you visit, the software sends our service only the encrypted hostname and any ratings you may choose to give. The information about domains visited is stored only temporarily for computing ratings. Your IP address is never stored in our database.&lt;br /&gt;
&lt;br /&gt;
If you choose to register with the My WOT portal, we request some personal information. We ask for your name, your email address, and a password (which you can choose yourself). This information is stored in a secure database and will not be disclosed to third parties. Read the details in our [http://www.mywot.com/privacy/privacy_policy Privacy Policy].&lt;br /&gt;
&lt;br /&gt;
==== I have the addon, but cannot register. What's wrong? ====&lt;br /&gt;
You'll need to have [http://www.mywot.com/support/cookies cookies enabled] in your browser.&lt;br /&gt;
&lt;br /&gt;
* Access the settings by [http://www.mywot.com/support/customizing clicking Settings] on the rating window&lt;br /&gt;
* Open the Advanced tab&lt;br /&gt;
* Select the option Log in automatically to mywot.com and enable features that require the addon&lt;br /&gt;
* Press the Apply button if you make changes&lt;br /&gt;
* If the problem persists, please [http://www.mywot.com/support/feedback/problem contact our support].&lt;br /&gt;
&lt;br /&gt;
==== I installed WOT and it appears in Firefox tools, but it does not work, e.g. icon is missing or settings do not work, etc. How do I start WOT? ====&lt;br /&gt;
There is a possibility the add-on isn't working properly because of a conflict in the profile.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Create a new Firefox profile and install only WOT&lt;br /&gt;
* Instructions to create a new profile are at http://support.mozilla.com/kb/Managing+profiles &lt;br /&gt;
If the add-on works with the fresh profile, something in your current profile might be causing the problem.&lt;br /&gt;
&lt;br /&gt;
==== Why do you use cookies? ====&lt;br /&gt;
The addon uses cookies to authenticate itself to the My WOT portal. The cookies don't store any personally identifying information, such as your name or email address. You can disable the cookies from the addon preferences if you prefer. Please understand, though, that if cookies are turned off, you may not be able to use certain parts of the WOT services or certain functions and features that are part of the WOT software.&lt;br /&gt;
&lt;br /&gt;
== Protection and Customization ==&lt;br /&gt;
==== Does WOT have different protection settings? ====&lt;br /&gt;
Yes, WOT has three different preset protection settings that you can choose from when you first download the add-on.&lt;br /&gt;
&lt;br /&gt;
'''Basic''' - This is the recommended setting for just about everyone. You will see rating icons for all the search engines and other sites WOT supports. When you hover your mouse over a WOT rating &amp;quot;donut&amp;quot; a small pop-up will appear that shows you a little more detail about each rating component - Trustworthiness, Privacy, Vendor reliability and Child safety. If a site is rated poorly, you will get a warning, but you have the option to bypass it or see the WOT scorecard which explains more about the site's rating.&lt;br /&gt;
&lt;br /&gt;
'''Light''' - This setting is for experienced users that want minimal protection. The only rating &amp;quot;donuts&amp;quot; that show when doing a search are for dangerous sites. If you navigate to a poorly rated site, a warning bar will show at the top of your browser instead of the larger warning screen. The small pop-up is disabled.&lt;br /&gt;
&lt;br /&gt;
'''Parental Control''' - This setting provides the ultimate protection against dangerous and unknown sites. If a site is rated poorly in the child safety component or if a site has no rating at all, then WOT will block it from loading. Be aware that good sites can potentially be blocked because they have not received a rating yet.&lt;br /&gt;
&lt;br /&gt;
==== How can I change the protection settings? ====&lt;br /&gt;
You can edit your protection settings manually by going to the welcome page and selecting a different option:&lt;br /&gt;
http://www.mywot.com/settings/welcome&lt;br /&gt;
&lt;br /&gt;
==== Can I choose my own settings? ====&lt;br /&gt;
Yes, you can customize WOT however you want. Access Settings by opening the add-on and clicking in the top right corner. Look through each of the tabs and choose which settings you want. Remember to click the Apply settings button before leaving the area to make your choices stick. &lt;br /&gt;
&lt;br /&gt;
== Rating Websites ==&lt;br /&gt;
==== How do I rate a website? ====&lt;br /&gt;
* First you need to [http://www.mywot.com/download download] our free software.&lt;br /&gt;
* Open your Firefox or Internet Explorer browser. You can now see the WOT icon in your browser's navigation toolbar, next to the address bar.&lt;br /&gt;
* Go to the site that you want to rate and click the WOT icon. This will open a rating window.&lt;br /&gt;
* Move the mouse over the colored indicator bars and click, and a rating symbol appears on the screen.&lt;br /&gt;
* Click the Guide link in the rating window for more details, or watch a screencam presentation on [http://www.mywot.com/support/howtorate how to rate websites].&lt;br /&gt;
&lt;br /&gt;
==== How do I remove or change a rating that I have accidentally submitted? ====&lt;br /&gt;
* First you need to register as a WOT user. This gives you access to the Profile Page (click your user name at the top right to get there fast.)&lt;br /&gt;
* To view your ratings, select the My Ratings tab.&lt;br /&gt;
* You can delete a rating by clicking on the red X.&lt;br /&gt;
* To edit a rating, open the site's scorecard and click Edit my rating in the reputation rating area.&lt;br /&gt;
* When you have made the changes, click save.&lt;br /&gt;
&lt;br /&gt;
==== Are the ratings based only on users' input? ====&lt;br /&gt;
While our primary source of knowledge is ratings from our users, we also take advantage of hundreds of carefully chosen trusted sources, such as listings of phishing sites from [http://www.phishtank.com/ PhishTank]. This provides WOT with a fast, automated, and reliable means of protecting our users from new, rapidly spreading online threats.&lt;br /&gt;
&lt;br /&gt;
==== I have my own website. How do I get a rating for it? ====&lt;br /&gt;
The best way to influence a site's rating is to rate it yourself and ask your customers and friends to rate it. You can leave a comment on the scorecard identifying yourself as the owner as well. You may also consider introducing yourself on the WOT forum and asking our knowledgeable regulars to visit and rate your site.&lt;br /&gt;
&lt;br /&gt;
==== My website doesn't have any information or a thumbnail on the scorecard. How can I supply that information to WOT? ====&lt;br /&gt;
You don't have to provide us any information. The thumbnail, description and tags are automatically fetched from your website.&lt;br /&gt;
&lt;br /&gt;
==== Someone left a comment on my website's scorecard that I would like to address. How do I do this? ====&lt;br /&gt;
You can write to the person on their Board. Just click on their username and it will take to their Profile. Once you are there, you may leave them a message on their Board.&lt;br /&gt;
&lt;br /&gt;
==== How reliable are the ratings? ====&lt;br /&gt;
The reliability of the reputations improves as the system gathers more supporting evidence in the form of users’ ratings and information from trusted sources. The rating window shows an icon composed of tiny human figures indicating the amount of supporting evidence: one figure represents the smallest amount of confidence, five the greatest. A minimum confidence level means that we have only a little evidence and we encourage you to give your rating to improve the reliability.&lt;br /&gt;
&lt;br /&gt;
==== Can a site's reputation be manipulated? ====&lt;br /&gt;
In order to keep ratings more reliable, WOT tracks each user's rating behavior before deciding how much it trusts the user. WOT applies sophisticated algorithms to detect and eliminate any manipulation of reputation. If a user bases their ratings on how pretty the site is or what's the phase of the moon, her ratings won't be trusted. You must prove yourself before we take you seriously. The system will ignore all ratings created by a user attempting to manipulate the reputation data.&lt;br /&gt;
&lt;br /&gt;
==== How do I change a rating I think is wrong? ====&lt;br /&gt;
If you disagree with a site's reputation, you should always give your own rating and ask your friends and customers to rate it. The best ways to influence a site's rating is to keep your customers happy, display a privacy policy and contact information, be clear about the methods used to collect data and be careful not to use any methods that people might think are spyware, etc. If you want to report an incorrect inclusion on a blacklist, then please [http://www.mywot.com/support/feedback/abuse notify us] and we will investigate.&lt;br /&gt;
&lt;br /&gt;
==== How does the system rate subdomains? ====&lt;br /&gt;
Subdomains are often used with free hosting and social networking sites, for example. The WOT community can rate subdomains in exactly the same way as the members rate other domains. If WOT doesn’t have enough ratings for a specific subdomain, the subdomain inherits the parent domain's reputation. Once the system considers there to be enough supporting evidence to calculate a separate reputation for the subdomain, WOT will start to use it.&lt;br /&gt;
&lt;br /&gt;
Similarly, the reputation of each subdomain contributes to the parent domain's reputation. If a domain has lots of untrustworthy subdomains, its reputation will suffer, and, therefore, the reputation of any new subdomains will suffer as well. We designed this logic within the WOT system to model the way trust works in real life.&lt;br /&gt;
&lt;br /&gt;
==== What is an activity score and how is it calculated? ====&lt;br /&gt;
Just as the name suggests, an [[Activity scores|activity score]] is an indicator of how active you have been. It is calculated by combining information from how many sites you have rated, postings you have made on the forum or blog, invitations you have sent and shared ratings. It is not how much our system trusts your ratings, merely an indicator of your overall participation with WOT.&lt;br /&gt;
&lt;br /&gt;
== WOT and My Computer ==&lt;br /&gt;
==== Which browsers does WOT support? ====&lt;br /&gt;
WOT supports Mozilla Firefox 1.5 or later on all platforms, and Microsoft Internet Explorer 6 and 7 under Windows.&lt;br /&gt;
&lt;br /&gt;
If you are using Safari or Opera, you can add the [http://www.mywot.com/blog/wot-bookmarklet-for-safari-and-opera WOT bookmarklet].&lt;br /&gt;
&lt;br /&gt;
==== Does the system slow down my browsing? ====&lt;br /&gt;
No, it doesn’t. The amount of data transferred has been minimized, and the backend systems are optimized to provide the rating information in a flash. The rating information is retrieved in parallel with the Web page, and you won’t notice any difference.&lt;br /&gt;
&lt;br /&gt;
==== What if my ratings aren't loading and the toolbar button remains grey? ====&lt;br /&gt;
 &lt;br /&gt;
'''IF YOU ARE USING FIREFOX:'''&lt;br /&gt;
&lt;br /&gt;
Make sure your browser isn't in offline mode.&lt;br /&gt;
&lt;br /&gt;
Something in your Firefox profile might be causing the problem.&lt;br /&gt;
&lt;br /&gt;
* Create a new Firefox profile and install only WOT&lt;br /&gt;
* Instructions to create a new profile are at http://support.mozilla.com/kb/Managing+profiles &lt;br /&gt;
ZoneAlarm Pro might be causing the problem.&lt;br /&gt;
&lt;br /&gt;
* Turn off Mobile code control&lt;br /&gt;
* Click Privacy settings&lt;br /&gt;
 &lt;br /&gt;
'''IF YOU ARE USING INTERNET EXPLORER:'''&lt;br /&gt;
&lt;br /&gt;
ZoneAlarm Pro might be causing the problem.&lt;br /&gt;
&lt;br /&gt;
* Turn off Mobile code control&lt;br /&gt;
* Click Privacy settings&lt;br /&gt;
&lt;br /&gt;
Run the WOT debugger and send us an error report:&lt;br /&gt;
&lt;br /&gt;
* Download the debugger at http://www.mywot.com/files/downloads/WOTDebugger.exe&lt;br /&gt;
* Close all Internet Explorer windows if you have them open&lt;br /&gt;
* Start WOTDebugger.exe, type in a contact email address, and press the Start button&lt;br /&gt;
* Start Internet Explorer, try to reproduce the problem, and close the browser&lt;br /&gt;
* Press the Send report button on the debugger and wait for the program to finish sending&lt;br /&gt;
* Close the debugger by pressing the Exit button.&lt;br /&gt;
&lt;br /&gt;
==== I can't see the WOT toolbar anywhere. How do I get it? ====&lt;br /&gt;
&lt;br /&gt;
Your toolbar may be hidden.&lt;br /&gt;
&lt;br /&gt;
'''IF YOU ARE USING FIREFOX:'''&lt;br /&gt;
* In the Firefox menu click View, then click the Toolbars menu&lt;br /&gt;
* Open each toolbar to see if the button is on one of them&lt;br /&gt;
&lt;br /&gt;
Add the WOT icon to the toolbar of your choice.&lt;br /&gt;
&lt;br /&gt;
* Right click the toolbar and select Customize... from the pop-up menu&lt;br /&gt;
* Find the WOT button on the Customize Toolbar window and drag and drop it to a toolbar of your choice&lt;br /&gt;
* Click Done&lt;br /&gt;
&lt;br /&gt;
Something in your Firefox profile might be causing the problem.&lt;br /&gt;
&lt;br /&gt;
* Create a new Firefox profile and install only WOT&lt;br /&gt;
* Instructions to create a new profile are at http://support.mozilla.com/kb/Managing+profiles &lt;br /&gt;
&lt;br /&gt;
'''IF YOU ARE USING INTERNET EXPLORER:'''&lt;br /&gt;
&lt;br /&gt;
Method 1:&lt;br /&gt;
&lt;br /&gt;
* In Internet Explorer open Tools, then click  Internet Options&lt;br /&gt;
* Click the Advanced tab and&lt;br /&gt;
* Under Browsing check the option Enable third-party browser extensions&lt;br /&gt;
* Click OK&lt;br /&gt;
&lt;br /&gt;
Method 2:&lt;br /&gt;
&lt;br /&gt;
* In Internet Explorer open Tools, then click Manage Add-ons&lt;br /&gt;
* Choose Enable or Disable Add-ons. Make sure both ”WOT” and ”WOT Helper” are listed and enabled.&lt;br /&gt;
* If they are disabled, then Enable them by clicking on the add-on name at the bottom under Settings&lt;br /&gt;
* if they aren't listed, reinstall the add-on.&lt;br /&gt;
* Click OK&lt;br /&gt;
&lt;br /&gt;
Method 3:&lt;br /&gt;
&lt;br /&gt;
* In Internet Explorer open View, then click the Toolbars menu&lt;br /&gt;
* If WOT is listed, select it.&lt;br /&gt;
&lt;br /&gt;
==== How do I turn off the addon? ====&lt;br /&gt;
Just click on the rating icon with your right mouse button and click on the Enabled option in the pop-up menu. The addon is now turned off and no information is transferred to our servers. When the addon is disabled, the rating icon is gray and has a blue &amp;quot;pause&amp;quot; symbol. You can enable the addon from the rating window or from the pop-up menu where you disabled it.&lt;br /&gt;
&lt;br /&gt;
==== How do I log in and out of WOT? ====&lt;br /&gt;
The addon automatically logs you in when you visit our website. If you prefer to log in manually (and be able to log out), you can disable the automatic login feature from Privacy settings in [http://www.mywot.com/profile/edit your profile].&lt;br /&gt;
&lt;br /&gt;
==== I have two computers / user accounts / browsers. How can I have my ratings show up for both? ====&lt;br /&gt;
You can get the same ratings on both computers. To do this, you need to become a member of the WOT community. After you have registered from one of your computers, you can then log in to your WOT account from your other computer. When you do this, you'll get a message telling you how you can synchronize your profile. This synchronization will enable you to see your ratings from both computers. If you want to perform the synchronization later, you can find this option on the &amp;quot;My page&amp;quot;. The feature is visible only if synchronization can be done.&lt;br /&gt;
&lt;br /&gt;
If you encounter error that says: &amp;quot;Your profile has expired&amp;quot;, try the following solution.&lt;br /&gt;
* Clear all cookies and cache&lt;br /&gt;
* Restart your browser&lt;br /&gt;
* If error persists, [http://www.mywot.com/en/support/feedback/problem inform the staff].&lt;br /&gt;
&lt;br /&gt;
If you encounter error that says: &amp;quot;Access Denied&amp;quot;, try the following solution.&lt;br /&gt;
* Automatic Login must be enabled.&lt;br /&gt;
* You can enable or disable them at the [http://www.mywot.com/settings/advanced settings page].&lt;br /&gt;
* If error persists, [http://www.mywot.com/en/support/feedback/problem inform the staff].&lt;br /&gt;
&lt;br /&gt;
==== How do I enable the colorblind version? ====&lt;br /&gt;
* Open WOT Settings from the rating window&lt;br /&gt;
* Go to the Advanced page&lt;br /&gt;
* Select the option Enable color blind accessible version&lt;br /&gt;
* Press Apply settings&lt;br /&gt;
&lt;br /&gt;
==== How do I remove the WOT addon? ====&lt;br /&gt;
WOT for Firefox can be uninstalled like any other extension.&lt;br /&gt;
&lt;br /&gt;
* Go to the Tools menu and select Add-ons.&lt;br /&gt;
* In the Extensions tab, look up WOT and click Uninstall.&lt;br /&gt;
* Restart your browser and the job is done.&lt;br /&gt;
You can uninstall WOT for Internet Explorer from the Windows Control Panel option Add or Remove * * Programs just like any other Windows program. Remember to close all Internet Explorer windows before uninstalling.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=80</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Main_Page&amp;diff=80"/>
		<updated>2009-09-17T07:21:37Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About the WOT Wiki==&lt;br /&gt;
Welcome to the WOT Wiki! We are glad you are here. The WOT Wiki is a cooperative attempt to record information of use to [[WOT community|the WOT community]]. This is a new project, so we need you!&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Wiki [[Tasks|tasks]] and [[Guidelines|guidelines]].&lt;br /&gt;
* How does [[Activity scores|the activity score]] work?&lt;br /&gt;
* [[Spam|Spam]]&lt;br /&gt;
&lt;br /&gt;
== Customizing the add-on ==&lt;br /&gt;
* Learn to [http://www.mywot.com/blog/advanced-configuration create new search rules] for the Firefox add-on or find [[Additional search rules|a user-contributed search rule]] not included with the add-on.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[Exporting ratings|Exporting your ratings and comments]].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
== Ideas and feature requests ==&lt;br /&gt;
&lt;br /&gt;
== Scorecard ==&lt;br /&gt;
* [[wot_scorecard|WOT Security Scorecard]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[Online_tools|Free online tools]]&lt;br /&gt;
&lt;br /&gt;
== Using the wiki ==&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing Editing] (Start here)&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WOT_Wiki:About&amp;diff=79</id>
		<title>WOT Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WOT_Wiki:About&amp;diff=79"/>
		<updated>2009-09-17T07:13:40Z</updated>

		<summary type="html">&lt;p&gt;Creastery: Created page with '== What is WOT? ==  Web of Trust is a unique community-based safe surfing tool that uses an intuitive traffic-light style rating system to help Internet users stay safe as they s…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WOT? ==&lt;br /&gt;
&lt;br /&gt;
Web of Trust is a unique community-based safe surfing tool that uses an intuitive traffic-light style rating system to help Internet users stay safe as they search, browse, and shop online. The WOT security add-on provides safety ratings to search results when using Google, Yahoo!, Wikipedia, and other popular sites, helping people protect their computers and personal information. Web site ratings are continuously updated by millions of members of the WOT community and from numerous trusted sources, such as phishing site listings. The free Internet security add-on works with Internet Explorer and Firefox browsers and is a free download.&lt;br /&gt;
&lt;br /&gt;
== Who is behind WOT? ==&lt;br /&gt;
&lt;br /&gt;
WOT is a start-up company with investment from sources such as MySQL founder Michael Widenius’ investment company [http://www.openoceancapital.com/ Open Ocean], [http://www.teollisuussijoitus.fi/in_english/ Finnish Industry Investment Ltd.], and private investors. The company focuses on developing and providing software and services for the WOT community and promotes the community's goals of Internet security for everyone.&lt;br /&gt;
&lt;br /&gt;
== How to contact us ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to contact us is to click on a relevant link in the right-hand column. We're interested in your comments and ideas and like hearing from you. Share your thoughts and suggestions concerning the community and services, or simply submit a feature request. To talk with other WOT community members, use our [http://www.mywot.com/forum forum] or [http://www.mywot.com/blog blog].&lt;br /&gt;
&lt;br /&gt;
If you are a site owner and want to leave us feedback or report abuse, please [http://www.mywot.com/support/feedback/problem send a message to our customer service team]. We'll be happy to assist you. For business inquiries and press requests, please contact [mailto:info@mywot.com info@mywot.com]. WOT Services Ltd. is based in Helsinki, Finland.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Our postal address is:&lt;br /&gt;
&lt;br /&gt;
WOT Services Oy&amp;lt;br&amp;gt;&lt;br /&gt;
[http://maps.google.com/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;time=&amp;amp;date=&amp;amp;ttype=&amp;amp;q=It%C3%A4lahdenkatu+27,+Helsinki,+Finland&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=31.550437,69.257813&amp;amp;ie=UTF8&amp;amp;ll=60.153702,24.87987&amp;amp;spn=0.009664,0.033817&amp;amp;t=h&amp;amp;z=16&amp;amp;iwloc=addr&amp;amp;om=1 Itälahdenkatu 27 A]&amp;lt;br&amp;gt;&lt;br /&gt;
00210 Helsinki&amp;lt;br&amp;gt;&lt;br /&gt;
Finland&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Business ID: 2046987-7, VAT registration number: FI20469877&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=68</id>
		<title>Activity scores</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=68"/>
		<updated>2009-09-16T12:58:29Z</updated>

		<summary type="html">&lt;p&gt;Creastery: /* Gold or Platinum's benefits */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WOT users are rewarded activity points if they contribute to WOT. &lt;br /&gt;
Both registered users and people who only use the add-on can earn activity scores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Earning activity points ==&lt;br /&gt;
Anyone who uses the add-on, or any registered user is rewarded points for ratings.&lt;br /&gt;
&lt;br /&gt;
Furthermore, activity points can be earned with:&lt;br /&gt;
&lt;br /&gt;
-Scorecard comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Forum/Board/Blog/Poll/etc. comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Friend invitations&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above three are available to registered users only as an account is necessary to use those features.&lt;br /&gt;
&lt;br /&gt;
Scores are shown in the display page of the add-on and (for registered users) on the profile page.&lt;br /&gt;
&lt;br /&gt;
Activity score will update only '''once a day'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Scale ==&lt;br /&gt;
&lt;br /&gt;
The activity scoring system is logarythmic. This means, the more points a user gets, the more difficult it will become to get even higher because less points are rewarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ranks ==&lt;br /&gt;
&lt;br /&gt;
Registered users will get a rank based on their activity scores. These ranks are visible on their profile and as a border with a distinct colour around their profile image on the boards.&lt;br /&gt;
&lt;br /&gt;
Rank 1: Rookie (blue border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 2: Bronze (red border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 3: Silver (grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 4: Gold (yellow border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 5: Platinum (light-grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gold or Platinum's benefits ==&lt;br /&gt;
&lt;br /&gt;
Upon reaching the Gold or Platinum rank, you would be able to access the mass rating tool.&amp;lt;br&amp;gt;&lt;br /&gt;
Using the mass rating tool, you would be able to save time rating and commenting sites with the same description.&lt;br /&gt;
The '''current''' amount of websites that can be placed in the mass rating box is '''unlimited''', but the amount of websites processed every time is '''300'''.&lt;br /&gt;
&lt;br /&gt;
And of course, '''spam''' is '''totally prohibited'''.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=67</id>
		<title>Activity scores</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=67"/>
		<updated>2009-09-16T12:56:24Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WOT users are rewarded activity points if they contribute to WOT. &lt;br /&gt;
Both registered users and people who only use the add-on can earn activity scores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Earning activity points ==&lt;br /&gt;
Anyone who uses the add-on, or any registered user is rewarded points for ratings.&lt;br /&gt;
&lt;br /&gt;
Furthermore, activity points can be earned with:&lt;br /&gt;
&lt;br /&gt;
-Scorecard comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Forum/Board/Blog/Poll/etc. comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Friend invitations&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above three are available to registered users only as an account is necessary to use those features.&lt;br /&gt;
&lt;br /&gt;
Scores are shown in the display page of the add-on and (for registered users) on the profile page.&lt;br /&gt;
&lt;br /&gt;
Activity score will update only '''once a day'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Scale ==&lt;br /&gt;
&lt;br /&gt;
The activity scoring system is logarythmic. This means, the more points a user gets, the more difficult it will become to get even higher because less points are rewarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ranks ==&lt;br /&gt;
&lt;br /&gt;
Registered users will get a rank based on their activity scores. These ranks are visible on their profile and as a border with a distinct colour around their profile image on the boards.&lt;br /&gt;
&lt;br /&gt;
Rank 1: Rookie (blue border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 2: Bronze (red border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 3: Silver (grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 4: Gold (yellow border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 5: Platinum (light-grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gold or Platinum's benefits ==&lt;br /&gt;
&lt;br /&gt;
Upon reaching the Gold or Platinum rank, you would be able to access the mass rating tool.&amp;lt;br&amp;gt;&lt;br /&gt;
Using the mass rating tool, you would be able to save time rating and commenting sites with the same description.&lt;br /&gt;
&lt;br /&gt;
Still, '''spam''' is '''totally prohibited'''.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=66</id>
		<title>Activity scores</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=66"/>
		<updated>2009-09-16T12:55:39Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WOT users are rewarded activity points if they contribute to WOT. &lt;br /&gt;
Both registered users and people who only use the add-on can earn activity scores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Earning activity points ==&lt;br /&gt;
Anyone who uses the add-on, or any registered user is rewarded points for ratings.&lt;br /&gt;
&lt;br /&gt;
Furthermore, activity points can be earned with:&lt;br /&gt;
&lt;br /&gt;
-Scorecard comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Forum/Board/Blog/Poll/etc. comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Friend invitations&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above three are available to registered users only as an account is necessary to use those features.&lt;br /&gt;
&lt;br /&gt;
Scores are shown in the display page of the add-on and (for registered users) on the profile page.&lt;br /&gt;
&lt;br /&gt;
Activity score will update only '''once a day'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Scale ==&lt;br /&gt;
&lt;br /&gt;
The activity scoring system is logarythmic. This means, the more points a user gets, the more difficult it will become to get even higher because less points are rewarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ranks ==&lt;br /&gt;
&lt;br /&gt;
Registered users will get a rank based on their activity scores. These ranks are visible on their profile and as a border with a distinct colour around their profile image on the boards.&lt;br /&gt;
&lt;br /&gt;
Rank 1: Rookie (blue border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 2: Bronze (red border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 3: Silver (grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 4: Gold (yellow border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 5: Platinum (light-grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gold or Platinum's benefits ==&lt;br /&gt;
&lt;br /&gt;
Upon reaching the Gold or Platinum rank, you would be able to access the mass rating tool.&lt;br /&gt;
Using the mass rating tool, you would be able to save time rating and commenting sites with the same description.&lt;br /&gt;
&lt;br /&gt;
Still, '''spam''' is '''totally prohibited'''.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=65</id>
		<title>Activity scores</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Activity_scores&amp;diff=65"/>
		<updated>2009-09-16T12:54:05Z</updated>

		<summary type="html">&lt;p&gt;Creastery: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WOT users are rewarded activity points if they contribute to WOT. &lt;br /&gt;
Both registered users and people who only use the add-on can earn activity scores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Earning activity points ==&lt;br /&gt;
Anyone who uses the add-on, or any registered user is rewarded points for ratings.&lt;br /&gt;
&lt;br /&gt;
Furthermore, activity points can be earned with:&lt;br /&gt;
&lt;br /&gt;
-Scorecard comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Forum/Board/Blog/Poll/etc. comments&amp;lt;br&amp;gt;&lt;br /&gt;
-Friend invitations&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above three are available to registered users only as an account is necessary to use those features.&lt;br /&gt;
&lt;br /&gt;
Scores are shown in the display page of the add-on and (for registered users) on the profile page.&lt;br /&gt;
&lt;br /&gt;
Activity score will update only '''once a day'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Scale ==&lt;br /&gt;
&lt;br /&gt;
The activity scoring system is logarythmic. This means, the more points a user gets, the more difficult it will become to get even higher because less points are rewarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ranks ==&lt;br /&gt;
&lt;br /&gt;
Registered users will get a rank based on their activity scores. These ranks are visible on their profile and as a border with a distinct colour around their profile image on the boards.&lt;br /&gt;
&lt;br /&gt;
Rank 1: Rookie (blue border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 2: Bronze (red border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 3: Silver (grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 4: Gold (yellow border)&amp;lt;br&amp;gt;&lt;br /&gt;
Rank 5: Platinum (light-grey border)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gold or Platinum's benefit ==&lt;br /&gt;
&lt;br /&gt;
Upon reaching the Gold or Platinum rank, you would be able to access the mass rating tool.&lt;/div&gt;</summary>
		<author><name>Creastery</name></author>
		
	</entry>
</feed>