<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ehwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Blue+penguin</id>
	<title>EHWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ehwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Blue+penguin"/>
	<link rel="alternate" type="text/html" href="https://ehwiki.org/wiki/Special:Contributions/Blue_penguin"/>
	<updated>2026-04-19T00:39:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=54722</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=54722"/>
		<updated>2021-06-19T17:52:41Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hum de dum dee doo!&lt;br /&gt;
&lt;br /&gt;
==Inactive Users List==&lt;br /&gt;
&lt;br /&gt;
Just so that I remember who I changed permissions for during the upheaval 2021.&lt;br /&gt;
&lt;br /&gt;
* [[User:4EverLost]] -&amp;gt; Inactive since 2017&lt;br /&gt;
* [[User:CZer]] -&amp;gt; Inactive since Aug 2019&lt;br /&gt;
* [[User:Destructorspace]] -&amp;gt; Inactive since Aug 2019&lt;br /&gt;
* [[User:ESeion]] -&amp;gt; Inactive since 2018&lt;br /&gt;
* [[User:F4tal]] -&amp;gt; Inactive since 2018&lt;br /&gt;
&lt;br /&gt;
==Users With Names Different in the Wiki and Forums==&lt;br /&gt;
&lt;br /&gt;
* [[User:Angaver]] -&amp;gt; [https://forums.e-hentai.org/index.php?showuser=989173 Shank]&lt;br /&gt;
* [[User:Ahegao_Master]] -&amp;gt; ?&lt;br /&gt;
* [[User:DJNoni]] -&amp;gt; [https://forums.e-hentai.org/index.php?showuser=2977124 Noni]&lt;br /&gt;
* [[User:Edfrbnnen]] -&amp;gt; [https://forums.e-hentai.org/index.php?showuser=211764 mdhbysut]&lt;br /&gt;
* [[User:Falbala]] -&amp;gt; [https://forums.e-hentai.org/index.php?showuser=149272 Falbala456]&lt;br /&gt;
* [[User:Fbcpck]] -&amp;gt; ?&lt;br /&gt;
* [[User:GaryMcNabb]] -&amp;gt; ?&lt;br /&gt;
* [[User:Givensp]] -&amp;gt; ?&lt;br /&gt;
&lt;br /&gt;
* [[User:Mechafujoshi]] -&amp;gt; [https://forums.e-hentai.org/index.php?showuser=986243 Necromusume]&lt;br /&gt;
* [[User:Meow]] -&amp;gt; [https://forums.e-hentai.org/index.php?showuser=2115725 Deulkkae]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=API&amp;diff=54721</id>
		<title>API</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=API&amp;diff=54721"/>
		<updated>2021-06-19T17:38:11Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Stop the thumb element from being interpreted as an image on FF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The E-Hentai API can be used to request metadata information for [[galleries]]. This can be done for links to galleries or to individual images.&lt;br /&gt;
&lt;br /&gt;
==Basics==&lt;br /&gt;
*API URL: https://api.e-hentai.org/api.php&lt;br /&gt;
*Request method: POST&lt;br /&gt;
*Request type: JSON&lt;br /&gt;
*Response type: JSON&lt;br /&gt;
*Load limiting: 25 entries per request, 4-5 sequential requests usually okay before having to wait for ~5 seconds&lt;br /&gt;
&lt;br /&gt;
==Commands &amp;amp; Responses==&lt;br /&gt;
===Gallery Metadata===&lt;br /&gt;
Users must provide a gallery ID along with its token in order to retrieve metadata. Both of these can be found in a gallery&#039;s URL which has the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;https://e-hentai.org/g/{gallery_id}/{gallery_token}/&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: https://e-hentai.org/g/1881268/38609c3c06/ would require the following request:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;method&amp;quot;: &amp;quot;gdata&amp;quot;,&lt;br /&gt;
  &amp;quot;gidlist&amp;quot;: [&lt;br /&gt;
      [1881268,&amp;quot;38609c3c06&amp;quot;]&lt;br /&gt;
  ],&lt;br /&gt;
  &amp;quot;namespace&amp;quot;: 1&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which gives the following JSON payload in response:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;{&lt;br /&gt;
  &amp;quot;gmetadata&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;gid&amp;quot;: 1881268,&lt;br /&gt;
      &amp;quot;token&amp;quot;: &amp;quot;38609c3c06&amp;quot;,&lt;br /&gt;
      &amp;quot;archiver_key&amp;quot;: &amp;quot;449341--7600994b44ff1b093bc93063d26080eb125d735c&amp;quot;,&lt;br /&gt;
      &amp;quot;title&amp;quot;: &amp;quot;(COMITIA127) [morning tea. (Beniko)] Cocktail Book vol.3&amp;quot;,&lt;br /&gt;
      &amp;quot;title_jpn&amp;quot;: &amp;quot;(コミティア127) [午前の紅茶。 (べにこ)] COCKTAILBOOK vol.3&amp;quot;,&lt;br /&gt;
      &amp;quot;category&amp;quot;: &amp;quot;Non-H&amp;quot;,&lt;br /&gt;
      &amp;quot;thumb&amp;quot;: &amp;quot;https://ehgt.org/ad/41/ad41501a46611af0ed23d594ed49dd9e7b271a29-16176016-3492-4761-png_l.jpg&amp;quot;,&lt;br /&gt;
      &amp;quot;uploader&amp;quot;: &amp;quot;Concord_e&amp;quot;,&lt;br /&gt;
      &amp;quot;posted&amp;quot;: &amp;quot;1617414996&amp;quot;,&lt;br /&gt;
      &amp;quot;filecount&amp;quot;: &amp;quot;12&amp;quot;,&lt;br /&gt;
      &amp;quot;filesize&amp;quot;: 194481976,&lt;br /&gt;
      &amp;quot;expunged&amp;quot;: false,&lt;br /&gt;
      &amp;quot;rating&amp;quot;: &amp;quot;4.48&amp;quot;,&lt;br /&gt;
      &amp;quot;torrentcount&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
      &amp;quot;torrents&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
          &amp;quot;hash&amp;quot;: &amp;quot;3c6a55f5362e9134a1baeb28f08ed3b3cd612c0a&amp;quot;,&lt;br /&gt;
          &amp;quot;added&amp;quot;: &amp;quot;1617415386&amp;quot;,&lt;br /&gt;
          &amp;quot;name&amp;quot;: &amp;quot;(コミティア127) [午前の紅茶。 (べにこ)] COCKTAILBOOK vol.3 (オリジナル).zip&amp;quot;,&lt;br /&gt;
          &amp;quot;tsize&amp;quot;: &amp;quot;15221&amp;quot;,&lt;br /&gt;
          &amp;quot;fsize&amp;quot;: &amp;quot;194489393&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
      ],&lt;br /&gt;
      &amp;quot;tags&amp;quot;: [&lt;br /&gt;
        &amp;quot;artist:ebihara beniko&amp;quot;,&lt;br /&gt;
        &amp;quot;artbook&amp;quot;,&lt;br /&gt;
        &amp;quot;full color&amp;quot;,&lt;br /&gt;
        &amp;quot;morning tea.&amp;quot;&lt;br /&gt;
      ]&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If an invalid token is specified its entry in the &#039;&#039;gmetadata&#039;&#039; array will consist of the following:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;gid&amp;quot;:519325,&lt;br /&gt;
  &amp;quot;error&amp;quot;:&amp;quot;Key missing, or incorrect key provided.&amp;quot;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gallery Tokens===&lt;br /&gt;
Individual page links cannot be used directly for requesting gallery metadata; they contain the gallery ID but not the token. The &#039;&#039;gtoken&#039;&#039; method can be used to find the gallery token by providing the page data from the link. Page links use the following format:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;https://e-hentai.org/s/{page_token}/{gallery_id}-{pagenumber}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: https://e-hentai.org/s/40bc07a79a/618395-11 would require the following request:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;method&amp;quot;: &amp;quot;gtoken&amp;quot;,&lt;br /&gt;
  &amp;quot;pagelist&amp;quot;: [&lt;br /&gt;
  [618395,&amp;quot;40bc07a79a&amp;quot;,11]&lt;br /&gt;
 ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which gives the following JSON payload in response:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
 &amp;quot;tokenlist&amp;quot;: [&lt;br /&gt;
   {&lt;br /&gt;
    &amp;quot;gid&amp;quot;:618395,&lt;br /&gt;
    &amp;quot;token&amp;quot;:&amp;quot;0439fa3666&amp;quot;&lt;br /&gt;
   }&lt;br /&gt;
  ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If any entries are invalid however, users will get an &#039;&#039;&amp;quot;error&amp;quot;: &amp;quot;File not found&amp;quot;&#039;&#039; instead of the &#039;&#039;&amp;quot;token&amp;quot;&#039;&#039; for that entry.&lt;br /&gt;
&lt;br /&gt;
==Gallery Metadata Specification==&lt;br /&gt;
*&#039;&#039;&#039;token&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;archiver_key&#039;&#039;&#039; - [[Archiver]] keys change every hour, but an individual key is good for up to 24 hours.&lt;br /&gt;
*&#039;&#039;category&#039;&#039; - [[Category]] names differ slightly from the ones used on the actual site. The following are how they are called in the API:&lt;br /&gt;
** Doujinshi&lt;br /&gt;
** Manga&lt;br /&gt;
** Artist CG&lt;br /&gt;
** Game CG&lt;br /&gt;
** Western&lt;br /&gt;
** Image Set&lt;br /&gt;
** Non-H&lt;br /&gt;
** Cosplay&lt;br /&gt;
** Asian Porn&lt;br /&gt;
** Misc&lt;br /&gt;
** Private&lt;br /&gt;
*&#039;&#039;&#039;posted&#039;&#039;&#039; - UNIX time-stamp, UTC.&lt;br /&gt;
*&#039;&#039;&#039;filesize&#039;&#039;&#039; - Gallery size in bytes.&lt;br /&gt;
*&#039;&#039;&#039;tags&#039;&#039;&#039; - A list of the gallery tags as strings. [[Namespaces]] will not be included unless the optional &amp;quot;namespace&amp;quot; argument is set to &amp;quot;1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Multiple Requests==&lt;br /&gt;
To get the metadata for multiple galleries users simply add entries to the &#039;&#039;gidlist&#039;&#039;. Users can have up to 25 entries in a single request. The same applies for tokens but with entries in the &#039;&#039;pagelist&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=157779 Gallery Filecount] - A userscript that uses API requests to add information to search results&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=multipanel_sequence&amp;diff=54447</id>
		<title>multipanel sequence</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=multipanel_sequence&amp;diff=54447"/>
		<updated>2021-05-30T23:15:09Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: We forgot to uncomment it, oof&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Technical&lt;br /&gt;
|description=A sequence of panels depicting sexual activities from a fixed perspective. Requires at least 2 sequential panels per page.&lt;br /&gt;
|note=Should not be confused with [[variant set]].&lt;br /&gt;
|misctaggroupid=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=52998</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=52998"/>
		<updated>2021-01-08T19:20:56Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hum de dum dee doo!&lt;br /&gt;
&lt;br /&gt;
==Inactive Users List==&lt;br /&gt;
&lt;br /&gt;
Just so that I remember who I changed permissions for during the upheaval 2021.&lt;br /&gt;
&lt;br /&gt;
* [[User:4EverLost]] -&amp;gt; Inactive since 2017&lt;br /&gt;
* [[User:CZer]] -&amp;gt; Inactive since Aug 2019&lt;br /&gt;
* [[User:Destructorspace]] -&amp;gt; Inactive since Aug 2019&lt;br /&gt;
* [[User:ESeion]] -&amp;gt; Inactive since 2018&lt;br /&gt;
* [[User:F4tal]] -&amp;gt; Inactive since 2018&lt;br /&gt;
&lt;br /&gt;
==Users With Names Different in the Wiki and Forums==&lt;br /&gt;
&lt;br /&gt;
* [[User:Angaver]] -&amp;gt; Shank&lt;br /&gt;
* [[User:Ahegao_Master]] -&amp;gt; ?&lt;br /&gt;
* [[User:DJNoni]] -&amp;gt; Noni&lt;br /&gt;
* [[User:Edfrbnnen]] -&amp;gt; ?&lt;br /&gt;
* [[User:Falbala]] -&amp;gt; Falbala456&lt;br /&gt;
* [[User:Fbcpck]] -&amp;gt; ?&lt;br /&gt;
* [[User:GaryMcNabb]] -&amp;gt; ?&lt;br /&gt;
* [[User:Givensp]] -&amp;gt; ?&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=missing_cover&amp;diff=52864</id>
		<title>missing cover</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=missing_cover&amp;diff=52864"/>
		<updated>2020-12-27T19:16:25Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Since this was born from misc:out of order and the note was sporadically followed let&amp;#039;s add the note explicitly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Technical&lt;br /&gt;
|description=See [[Expunging#What_Constitutes_A_.22Superior.22_Version|Expunging Reasons]]&lt;br /&gt;
|note=The uploader should be contacted by PM to include the cover. If this is unsuccessful, the gallery may be [[replaced]] by one with the cover.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Tagging_To-Do&amp;diff=52337</id>
		<title>Tagging To-Do</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Tagging_To-Do&amp;diff=52337"/>
		<updated>2020-11-26T23:52:54Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Changed protection level for &amp;quot;Tagging To-Do&amp;quot; ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;This page is for [[E-Hentai VIP|Tag Moderator]] use only. Use the existing [https://forums.e-hentai.org/index.php?showforum=74 forum threads] to discuss potential changes.&#039;&#039;&#039; Tags that are higher on the list are generally closer to becoming officiated.&lt;br /&gt;
&lt;br /&gt;
==Adjusting==&lt;br /&gt;
*[[double blowjob]] (&#039;&#039;confusion, needs a rename&#039;&#039;)&lt;br /&gt;
*[[hairy]] (&#039;&#039;more detailed definition&#039;&#039;)&lt;br /&gt;
*[[kunoichi]] ([https://forums.e-hentai.org/index.php?showtopic=216964 Forum Thread])&lt;br /&gt;
*[[wormhole]] -&amp;gt; detachable body part (&#039;&#039;expanded territory&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==Adding==&lt;br /&gt;
To assist in officiating these tags please submit [[presence]]-passing examples to a [[VIP|tag moderator]] or in the linked forum threads.&lt;br /&gt;
&lt;br /&gt;
===Assessing===&lt;br /&gt;
*[[adventitious breasts]] ♀ ([https://e-hentai.org/g/806386/d5856c66af/])&lt;br /&gt;
*[[hidden toy]] ([https://forums.e-hentai.org/index.php?showtopic=226793 Forum Thread])&lt;br /&gt;
*[[no iris]] ([https://e-hentai.org/g/1520910/7bb79d4d9a/], [https://e-hentai.org/s/48f907b216/1597910-60], [https://e-hentai.org/tag/character:hinata+hyuga], [https://e-hentai.org/tag/character:kaguya+ootsutsuki])&lt;br /&gt;
*[[purification]] ([https://forums.e-hentai.org/index.php?showtopic=228303 Forum Thread])&lt;br /&gt;
*[[shaving]] ([https://forums.e-hentai.org/index.php?showtopic=220720 Forum Thread])&lt;br /&gt;
*[[tired eyes]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Polishing===&lt;br /&gt;
*[[barbed penis]] ([https://e-hentai.org/g/836762/d918a308e0/])&lt;br /&gt;
*[[crying]] ([https://forums.e-hentai.org/index.php?showtopic=206699 Forum Thread])&lt;br /&gt;
*[[faceless]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[long nails]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[pacifier]] (&#039;&#039;need examples&#039;&#039;; [https://e-hentai.org/s/ad924d4b95/1414931-16])&lt;br /&gt;
*[[queens stallion]] ([https://e-hentai.org/g/934734/e199bafa96/], [https://e-hentai.org/g/1063685/c7d341c490/])&lt;br /&gt;
&lt;br /&gt;
===Defining===&lt;br /&gt;
*[[bellyjob]] (&#039;&#039;not to be confused with [[navel fuck]]; need examples&#039;&#039;; [https://e-hentai.org/s/057a14d4c7/838819-123])&lt;br /&gt;
*[[bracers]] ([https://e-hentai.org/g/279287/29a784a2c2/], [https://e-hentai.org/g/318887/78111c294b/], [https://e-hentai.org/g/972888/e26fbf953a/], [https://e-hentai.org/g/1087643/a0e60b9057/], [https://e-hentai.org/g/645723/391f28d3a1/], [https://e-hentai.org/g/863650/e6b6358a86/])&lt;br /&gt;
*[[engorged anus]] ([https://e-hentai.org/s/ca80a6ef95/790972-15], [https://e-hentai.org/g/1244406/fbf564fcf0/], [https://e-hentai.org/s/68a9d2f7ba/885251-15], [https://e-hentai.org/s/19a254ee68/1684966-11])&lt;br /&gt;
*[[high heels]]&lt;br /&gt;
*[[braided hair]] ([https://e-hentai.org/g/84333/d6669f4b34/], [https://e-hentai.org/g/878483/cd715f4620/]; &#039;&#039;include cornrows&#039;&#039;)&lt;br /&gt;
*[[heavy breathing]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[right to left]] (&#039;&#039;not for Japanese works&#039;&#039;; [https://e-hentai.org/g/1297159/7e76fbc448/])&lt;br /&gt;
&lt;br /&gt;
===Potential===&lt;br /&gt;
*[[castration]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[deception]] (&#039;&#039;need objective factors&#039;&#039;)&lt;br /&gt;
*[[floating sex]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[huge ass]] (&#039;&#039;not viable at this time; [[big ass]] misused far too liberally&#039;&#039;; [https://e-hentai.org/g/1233930/9feace3648/])&lt;br /&gt;
*[[gradient hair]]&lt;br /&gt;
*[[inserted nipple]] ([https://e-hentai.org/g/1186634/3e01b87a33/], &#039;&#039;not to be confused with [[nipple fuck]]&#039;&#039;)&lt;br /&gt;
*[[mohawk]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[naizuri]] ([https://forums.e-hentai.org/index.php?showtopic=225362 Forum Thread]; &#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[saggy breasts]] ([https://e-hentai.org/g/970424/91eb39c94e/], [https://e-hentai.org/g/1417925/f40d9ed372/], [https://e-hentai.org/g/1578570/a4b55acab6/], [https://e-hentai.org/g/1577980/af18c8f71f/], [https://e-hentai.org/g/1492760/9c2aa4c570/], [https://e-hentai.org/g/1423950/7059485e96/], [https://e-hentai.org/g/1372570/ea04705cce/], [https://e-hentai.org/g/1421261/519a402002/], [https://e-hentai.org/g/1389931/c33d525c7a/], [https://e-hentai.org/g/1240356/747c81b3e4/], [https://e-hentai.org/s/3b05661c79/1566740-18]; &#039;&#039;need objective defintion&#039;&#039;)&lt;br /&gt;
*[[split tongue]] ([https://e-hentai.org/g/1582116/e7c723be75/])&lt;br /&gt;
*[[stat screen]] ([https://forums.e-hentai.org/index.php?showtopic=225001 Forum Thread])&lt;br /&gt;
*[[sweater]] ([https://e-hentai.org/g/783617/a2400fde4f/], [https://e-hentai.org/g/1227629/f3dba097a3/])&lt;br /&gt;
*[[third eye]] (&#039;&#039;need examples; expand to any number &amp;gt;2?&#039;&#039;)&lt;br /&gt;
*[[veiny penis]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Dubious===&lt;br /&gt;
*[[braces]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[breastphagia]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[crotchless panties]]&lt;br /&gt;
*[[cuddling]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[cupless bra]]&lt;br /&gt;
*[[melanocyted anus]]&lt;br /&gt;
*[[sapient body parts]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[smug]] ([https://e-hentai.org/g/1566458/ad4b663fbf/])&lt;br /&gt;
*[[tail insertion]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
*[[toe curling]]&lt;br /&gt;
*[[voodoo]] (&#039;&#039;need examples&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==Removing==&lt;br /&gt;
===Conflicting===&lt;br /&gt;
*[[bike shorts]] vs. [[gymshorts]] vs. [[hotpants]] ([https://forums.e-hentai.org/index.php?showtopic=197381 Thread])&lt;br /&gt;
*[[legjob]] vs. [[sumata]] (&#039;&#039;lower legs rarely used&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==Redundant==&lt;br /&gt;
Please do not request these tags as there is a (relatively) viable method of finding the content using existing tags.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tag || Existing Approach&lt;br /&gt;
|-&lt;br /&gt;
|bara || yaoi + bbm / dilf / m:&amp;quot;facial hair&amp;quot; / m:muscle&lt;br /&gt;
|-&lt;br /&gt;
|consensual || (any tag) -rape -blackmail -&amp;quot;mind control&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|consentacles || tentacles -rape&lt;br /&gt;
|-&lt;br /&gt;
|dickgirl on female || shemale / futanari -&amp;quot;dickgirl on male&amp;quot; -&amp;quot;dickgirl on dickgirl&amp;quot; -&amp;quot;male on dickgirl&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|medium breasts || (any tag) -&amp;quot;big breasts&amp;quot; -&amp;quot;small breasts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|plugsuit || bodysuit + p:&amp;quot;neon genesis evangelion&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|straight shota || shotacon -yaoi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Deader Than Dead==&lt;br /&gt;
Please do not request these tags as they have been banned by the admin.&lt;br /&gt;
&lt;br /&gt;
*happy sex&lt;br /&gt;
*vanilla sex&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Sporadic Updates]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=multi-work_series&amp;diff=52068</id>
		<title>multi-work series</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=multi-work_series&amp;diff=52068"/>
		<updated>2020-11-20T14:37:29Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Temporary fix to include a longer *note*. What really is required is a definition clarification but that is hard.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Technical / Gallery-Wide&lt;br /&gt;
|description=A complete work whose story spans across multiple volumes, books, or releases.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with [[story arc]]. Book chapters ([[anthology]], [[tankoubon]], [[goudoushi]], [[soushuuhen]]) and unofficial collections do &#039;&#039;&#039;not&#039;&#039;&#039; qualify.&lt;br /&gt;
|japanese=巻作品&lt;br /&gt;
|misctaggroupid=341836&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=IPs&amp;diff=51997</id>
		<title>IPs</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=IPs&amp;diff=51997"/>
		<updated>2020-11-06T18:24:21Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: wiki migrated to another server&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a listing of all of E-Hentai&#039;s IP addresses; this is intended for those having DNS or other [[technical issues]] when attempting to reach the site. &#039;&#039;These are subject to change at any time and may be out of date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
&amp;lt;u&amp;gt;Updated&amp;lt;/u&amp;gt;: 2020-04-06&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!URL&lt;br /&gt;
!IPv4&lt;br /&gt;
!IPv6&lt;br /&gt;
|-&lt;br /&gt;
|alt.hentaiverse.org ||&lt;br /&gt;
213.227.140.199&lt;br /&gt;
|| 2001:1af8:4b00:2f:22::2d73&lt;br /&gt;
|-&lt;br /&gt;
|e-hentai.org&amp;lt;br&amp;gt;&amp;lt;span title=&amp;quot;Forwarding sub&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;g.e-hentai.org&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;lofi.e-hentai.org&amp;lt;br&amp;gt;r.e-hentai.org&lt;br /&gt;
||&lt;br /&gt;
104.20.27.25&amp;lt;br&amp;gt;&lt;br /&gt;
104.20.26.25&lt;br /&gt;
|-&lt;br /&gt;
|api.e-hentai.org ||&lt;br /&gt;
37.48.71.15&amp;lt;br&amp;gt;&lt;br /&gt;
37.48.71.16&amp;lt;br&amp;gt;&lt;br /&gt;
81.171.17.131&amp;lt;br&amp;gt;&lt;br /&gt;
81.171.17.132&amp;lt;br&amp;gt;&lt;br /&gt;
81.171.20.4&amp;lt;br&amp;gt;&lt;br /&gt;
81.171.20.5&lt;br /&gt;
|-&lt;br /&gt;
|ehgt.org&amp;lt;br&amp;gt;gt&amp;lt;span title=&amp;quot;Up to 3&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;.ehgt.org ||&lt;br /&gt;
37.48.71.38&amp;lt;br&amp;gt;&lt;br /&gt;
81.171.14.118&amp;lt;br&amp;gt;&lt;br /&gt;
81.171.20.13&lt;br /&gt;
|-&lt;br /&gt;
|ehtracker.org&amp;lt;br&amp;gt;&amp;lt;span title=&amp;quot;Up to 9&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;.ehtracker.org&amp;lt;br&amp;gt;&amp;lt;span title=&amp;quot;Up to f&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;a&amp;lt;/span&amp;gt;.ehtracker.org ||&lt;br /&gt;
94.100.18.247&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.18.248&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.28.55&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.28.56&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.29.71&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.29.72&lt;br /&gt;
|-&lt;br /&gt;
|ehwiki.org ||&lt;br /&gt;
178.162.151.58&lt;br /&gt;
|-&lt;br /&gt;
|forums.e-hentai.org ||&lt;br /&gt;
94.100.18.243&lt;br /&gt;
|-&lt;br /&gt;
|hentaiathome.net&amp;lt;br&amp;gt;rpc.hentaiathome.net || &lt;br /&gt;
94.100.18.250&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.28.58&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.29.74&lt;br /&gt;
|-&lt;br /&gt;
|hentaiverse.org&lt;br /&gt;
||&lt;br /&gt;
104.20.25.172&amp;lt;br&amp;gt;&lt;br /&gt;
104.20.19.172&lt;br /&gt;
||&lt;br /&gt;
2606:4700:10::6814:19ac&amp;lt;br&amp;gt;&lt;br /&gt;
2606:4700:10::6814:13ac&lt;br /&gt;
|-&lt;br /&gt;
|repo.e-hentai.org&amp;lt;br&amp;gt;ul.e-hentai.org&amp;lt;br&amp;gt;xml.ehgt.org ||&lt;br /&gt;
94.100.28.57&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.29.73&lt;br /&gt;
|-&lt;br /&gt;
|ul.ehgt.org ||&lt;br /&gt;
94.100.24.72&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.24.82&lt;br /&gt;
|-&lt;br /&gt;
|upload.e-hentai.org ||&lt;br /&gt;
94.100.24.71&amp;lt;br&amp;gt;&lt;br /&gt;
94.100.24.81&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Site Features]] [[Category:Sporadic Updates]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=51911</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=51911"/>
		<updated>2020-11-02T18:07:48Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Changed protection level for &amp;quot;Expunging&amp;quot;: will need edits with the new system ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s mod power will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from &#039;against&#039; votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior / previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a compilation of works not permitted together:&lt;br /&gt;
**Images from official sets (such as a [[comic]]s, [[tankoubon]]s, or CG sets) should not be substantially included in other collections of images.&lt;br /&gt;
**Combinations of chapters from multiple [[tankoubon]]s are not permitted, although related chapters from multiple &#039;&#039;[[anthologies]]&#039;&#039; are.&lt;br /&gt;
**Multiple language translations should not be combined in a single gallery.&lt;br /&gt;
**At least 1 source must be provided if the source has already been posted. Alternatively, at least 1 portion of the gallery that requires separation must be specified.&lt;br /&gt;
*A gallery updated more than twice per 30 days (a.k.a. excessive bumping). [[Making Galleries#Exceptions|Some exceptions exist]]. A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances should not be expunged but instead [[reported]] with the image numbers included in the report.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
**Content published by Wani Magazine does not apply (but may qualify as [[#Already Uploaded|already uploaded]]). For a list of known Wani [[tankoubon]]s that are no longer acceptable see [[Tankoubon DNP]].&lt;br /&gt;
*Any real person that cannot be verified as being 18+ years of age.&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga, especially non-h (based on publisher; e.g. Media Factory, Akita Shoten).&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
**If the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]) they are exempt.&lt;br /&gt;
**Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Generic cosplay (any cosplay not of an established character or series).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*A gallery composed of [[watermarked]] reproductions advertising a website unrelated to the content&#039;s creation, scanning, or translation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The most common type of superiority is the amount of content a gallery contains. There are 3 classifications of content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Class !! Includes !! Desirability&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Core Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Any story images.&lt;br /&gt;
*Variant CG (with both character(s) and a background present).&lt;br /&gt;
*Colophons, omake, and original credit pages.&lt;br /&gt;
*Cover pages (included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
*Translator credit pages. Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
*Any advertisements included in the original work.&lt;br /&gt;
|| Always. A gallery missing any core content can be replaced by one that has more/all of it.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Extraneous Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*CG set backgrounds or character portraits.&lt;br /&gt;
*Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
*Any smaller resolution versions of existing images.&lt;br /&gt;
*Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
*Sketches or otherwise unfinished pages to an ongoing work.&lt;br /&gt;
|| Can be included but cannot replace an existing gallery with all of its core content.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Non-Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Blank pages or pages that are effectively blank.&lt;br /&gt;
*Split versions of double pages that are already included. The same applies to book spines.&lt;br /&gt;
*Any &amp;quot;uncleaned&amp;quot; versions of images that are already cleaned and included.&lt;br /&gt;
|| Not at all, but do not make a gallery expungable.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The following factors also make a gallery superior to other versions:&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, retouching, leveling, splitting double-pages into singles, or removing original source watermarks are &#039;&#039;&#039;NOT&#039;&#039;&#039; permitted.&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
**A fully complete gallery may replace an incomplete one of superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Larger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s (and vice-versa)&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation / Proper Action&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] appropriately and move on. This also applies to anything else one might find &amp;quot;unappealing&amp;quot; or &amp;quot;offensive&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] appropriately ([[non-h]], [[western non-h]], or [[non-nude]]).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be replacement expunged by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || A gallery&#039;s [[torrent]]s (or lack thereof) are not relevant to the gallery itself. The [[EHTracker]] has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=184081 here].&lt;br /&gt;
|-&lt;br /&gt;
|Uploader / User Request || Uploaders do not have claim to their galleries once published. Copyright claims may only be done by their respective owners via the [[report]] function.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Misrepresenting copyright ownership will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[realporn]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries cease earning any [[GP]]. Galleries expunged within 4 hours of their publishing receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become [[Searching|unsearchable]] by default and require the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
*Users cannot start expunge petitions on galleries that have previously been de-expunged. [[VIP|Veto holders]] are exempt and other users may join in should a vetoer start a petition.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=242797 Expunging, Appealing and Reversion Assistance] - For galleries that require more votes be it expunge or appeal.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing difficult cases (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
*For more advanced rulings and clarifications please see the [[:Talk:Expunging|talk page]].&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=51878</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=51878"/>
		<updated>2020-10-29T21:04:11Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: updated new expunge thread&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s mod power will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from &#039;against&#039; votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior / previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a compilation of works not permitted together:&lt;br /&gt;
**Images from official sets (such as a [[comic]]s, [[tankoubon]]s, or CG sets) should not be substantially included in other collections of images.&lt;br /&gt;
**Combinations of chapters from multiple [[tankoubon]]s are not permitted, although related chapters from multiple &#039;&#039;[[anthologies]]&#039;&#039; are.&lt;br /&gt;
**Multiple language translations should not be combined in a single gallery.&lt;br /&gt;
**At least 1 source must be provided if the source has already been posted. Alternatively, at least 1 portion of the gallery that requires separation must be specified.&lt;br /&gt;
*A gallery updated more than twice per 30 days (a.k.a. excessive bumping). [[Making Galleries#Exceptions|Some exceptions exist]]. A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances should not be expunged but instead [[reported]] with the image numbers included in the report.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
**Content published by Wani Magazine does not apply (but may qualify as [[#Already Uploaded|already uploaded]]). For a list of known Wani [[tankoubon]]s that are no longer acceptable see [[Tankoubon DNP]].&lt;br /&gt;
*Any real person that cannot be verified as being 18+ years of age.&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga, especially non-h (based on publisher; e.g. Media Factory, Akita Shoten).&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
**If the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]) they are exempt.&lt;br /&gt;
**Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Generic cosplay (any cosplay not of an established character or series).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*A gallery composed of [[watermarked]] reproductions advertising a website unrelated to the content&#039;s creation, scanning, or translation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The most common type of superiority is the amount of content a gallery contains. There are 3 classifications of content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Class !! Includes !! Desirability&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Core Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Any story images.&lt;br /&gt;
*Variant CG (with both character(s) and a background present).&lt;br /&gt;
*Colophons, omake, and original credit pages.&lt;br /&gt;
*Cover pages (included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
*Translator credit pages. Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
*Any advertisements included in the original work.&lt;br /&gt;
|| Always. A gallery missing any core content can be replaced by one that has more/all of it.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Extraneous Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*CG set backgrounds or character portraits.&lt;br /&gt;
*Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
*Any smaller resolution versions of existing images.&lt;br /&gt;
*Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
*Sketches or otherwise unfinished pages to an ongoing work.&lt;br /&gt;
|| Can be included but cannot replace an existing gallery with all of its core content.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Non-Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Blank pages or pages that are effectively blank.&lt;br /&gt;
*Split versions of double pages that are already included. The same applies to book spines.&lt;br /&gt;
*Any &amp;quot;uncleaned&amp;quot; versions of images that are already cleaned and included.&lt;br /&gt;
|| Not at all, but do not make a gallery expungable.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The following factors also make a gallery superior to other versions:&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, retouching, leveling, splitting double-pages into singles, or removing original source watermarks are &#039;&#039;&#039;NOT&#039;&#039;&#039; permitted.&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
**A fully complete gallery may replace an incomplete one of superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Larger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s (and vice-versa)&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation / Proper Action&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] appropriately and move on. This also applies to anything else one might find &amp;quot;unappealing&amp;quot; or &amp;quot;offensive&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] appropriately ([[non-h]], [[western non-h]], or [[non-nude]]).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be replacement expunged by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || A gallery&#039;s [[torrent]]s (or lack thereof) are not relevant to the gallery itself. The [[EHTracker]] has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=184081 here].&lt;br /&gt;
|-&lt;br /&gt;
|Uploader / User Request || Uploaders do not have claim to their galleries once published. Copyright claims may only be done by their respective owners via the [[report]] function.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Misrepresenting copyright ownership will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[realporn]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries cease earning any [[GP]]. Galleries expunged within 4 hours of their publishing receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become [[Searching|unsearchable]] by default and require the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
*Users cannot start expunge petitions on galleries that have previously been de-expunged. [[VIP|Veto holders]] are exempt and other users may join in should a vetoer start a petition.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=242797 Expunging, Appealing and Reversion Assistance] - For galleries that require more votes be it expunge or appeal.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing difficult cases (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
*For more advanced rulings and clarifications please see the [[:Talk:Expunging|talk page]].&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=51788</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=51788"/>
		<updated>2020-10-22T21:46:43Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: One option from the expunge petition has been removed with the new system&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s mod power will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from &#039;against&#039; votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior / previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a compilation of works not permitted together:&lt;br /&gt;
**Images from official sets (such as a [[comic]]s, [[tankoubon]]s, or CG sets) should not be substantially included in other collections of images.&lt;br /&gt;
**Combinations of chapters from multiple [[tankoubon]]s are not permitted, although related chapters from multiple &#039;&#039;[[anthologies]]&#039;&#039; are.&lt;br /&gt;
**Multiple language translations should not be combined in a single gallery.&lt;br /&gt;
**At least 1 source must be provided if the source has already been posted. Alternatively, at least 1 portion of the gallery that requires separation must be specified.&lt;br /&gt;
*A gallery updated more than twice per 30 days (a.k.a. excessive bumping). [[Making Galleries#Exceptions|Some exceptions exist]]. A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances should not be expunged but instead [[reported]] with the image numbers included in the report.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
**Content published by Wani Magazine does not apply (but may qualify as [[#Already Uploaded|already uploaded]]). For a list of known Wani [[tankoubon]]s that are no longer acceptable see [[Tankoubon DNP]].&lt;br /&gt;
*Any real person that cannot be verified as being 18+ years of age.&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga, especially non-h (based on publisher; e.g. Media Factory, Akita Shoten).&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
**If the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]) they are exempt.&lt;br /&gt;
**Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Generic cosplay (any cosplay not of an established character or series).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*A gallery composed of [[watermarked]] reproductions advertising a website unrelated to the content&#039;s creation, scanning, or translation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The most common type of superiority is the amount of content a gallery contains. There are 3 classifications of content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Class !! Includes !! Desirability&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Core Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Any story images.&lt;br /&gt;
*Variant CG (with both character(s) and a background present).&lt;br /&gt;
*Colophons, omake, and original credit pages.&lt;br /&gt;
*Cover pages (included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
*Translator credit pages. Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
*Any advertisements included in the original work.&lt;br /&gt;
|| Always. A gallery missing any core content can be replaced by one that has more/all of it.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Extraneous Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*CG set backgrounds or character portraits.&lt;br /&gt;
*Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
*Any smaller resolution versions of existing images.&lt;br /&gt;
*Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
*Sketches or otherwise unfinished pages to an ongoing work.&lt;br /&gt;
|| Can be included but cannot replace an existing gallery with all of its core content.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Non-Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Blank pages or pages that are effectively blank.&lt;br /&gt;
*Split versions of double pages that are already included. The same applies to book spines.&lt;br /&gt;
*Any &amp;quot;uncleaned&amp;quot; versions of images that are already cleaned and included.&lt;br /&gt;
|| Not at all, but do not make a gallery expungable.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The following factors also make a gallery superior to other versions:&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, retouching, leveling, splitting double-pages into singles, or removing original source watermarks are &#039;&#039;&#039;NOT&#039;&#039;&#039; permitted.&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
**A fully complete gallery may replace an incomplete one of superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Larger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s (and vice-versa)&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation / Proper Action&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] appropriately and move on. This also applies to anything else one might find &amp;quot;unappealing&amp;quot; or &amp;quot;offensive&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] appropriately ([[non-h]], [[western non-h]], or [[non-nude]]).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be replacement expunged by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || A gallery&#039;s [[torrent]]s (or lack thereof) are not relevant to the gallery itself. The [[EHTracker]] has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=184081 here].&lt;br /&gt;
|-&lt;br /&gt;
|Uploader / User Request || Uploaders do not have claim to their galleries once published. Copyright claims may only be done by their respective owners via the [[report]] function.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Misrepresenting copyright ownership will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[realporn]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries cease earning any [[GP]]. Galleries expunged within 4 hours of their publishing receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become [[Searching|unsearchable]] by default and require the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
*Users cannot start expunge petitions on galleries that have previously been de-expunged. [[VIP|Veto holders]] are exempt and other users may join in should a vetoer start a petition.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=227706 Expunging] - For galleries that require more votes or for general expunge-related questions.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=193577 Wrongfully Expunged Galleries] - For invalid expunges / deletions to be undone or invalid updates to be reverted.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing difficult cases (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
*For more advanced rulings and clarifications please see the [[:Talk:Expunging|talk page]].&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51759</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51759"/>
		<updated>2020-10-20T21:41:12Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Replaced content with &amp;quot;Hum de dum dee doo!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hum de dum dee doo!&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=51758</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=51758"/>
		<updated>2020-10-20T21:40:12Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: changed after the expunge revamp 2020-10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s mod power will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from &#039;against&#039; votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===None / Withdraw Petition===&lt;br /&gt;
This option withdraws a user&#039;s vote. It is the default option.&lt;br /&gt;
----&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted, clearly marked gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior / previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a compilation of works not permitted together:&lt;br /&gt;
**Images from official sets (such as a [[comic]]s, [[tankoubon]]s, or CG sets) should not be substantially included in other collections of images.&lt;br /&gt;
**Combinations of chapters from multiple [[tankoubon]]s are not permitted, although related chapters from multiple &#039;&#039;[[anthologies]]&#039;&#039; are.&lt;br /&gt;
**Multiple language translations should not be combined in a single gallery.&lt;br /&gt;
**At least 1 source must be provided if the source has already been posted. Alternatively, at least 1 portion of the gallery that requires separation must be specified.&lt;br /&gt;
*A gallery updated more than twice per 30 days (a.k.a. excessive bumping). [[Making Galleries#Exceptions|Some exceptions exist]]. A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances should not be expunged but instead [[reported]] with the image numbers included in the report.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
**Content published by Wani Magazine does not apply (but may qualify as [[#Already Uploaded|already uploaded]]). For a list of known Wani [[tankoubon]]s that are no longer acceptable see [[Tankoubon DNP]].&lt;br /&gt;
*Any real person that cannot be verified as being 18+ years of age.&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga, especially non-h (based on publisher; e.g. Media Factory, Akita Shoten).&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
**If the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]) they are exempt.&lt;br /&gt;
**Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Generic cosplay (any cosplay not of an established character or series).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*A gallery composed of [[watermarked]] reproductions advertising a website unrelated to the content&#039;s creation, scanning, or translation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The most common type of superiority is the amount of content a gallery contains. There are 3 classifications of content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Class !! Includes !! Desirability&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Core Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Any story images.&lt;br /&gt;
*Variant CG (with both character(s) and a background present).&lt;br /&gt;
*Colophons, omake, and original credit pages.&lt;br /&gt;
*Cover pages (included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
*Translator credit pages. Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
*Any advertisements included in the original work.&lt;br /&gt;
|| Always. A gallery missing any core content can be replaced by one that has more/all of it.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Extraneous Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*CG set backgrounds or character portraits.&lt;br /&gt;
*Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
*Any smaller resolution versions of existing images.&lt;br /&gt;
*Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
*Sketches or otherwise unfinished pages to an ongoing work.&lt;br /&gt;
|| Can be included but cannot replace an existing gallery with all of its core content.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Non-Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Blank pages or pages that are effectively blank.&lt;br /&gt;
*Split versions of double pages that are already included. The same applies to book spines.&lt;br /&gt;
*Any &amp;quot;uncleaned&amp;quot; versions of images that are already cleaned and included.&lt;br /&gt;
|| Not at all, but do not make a gallery expungable.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The following factors also make a gallery superior to other versions:&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, retouching, leveling, splitting double-pages into singles, or removing original source watermarks are &#039;&#039;&#039;NOT&#039;&#039;&#039; permitted.&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
**A fully complete gallery may replace an incomplete one of superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Larger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s (and vice-versa)&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation / Proper Action&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] appropriately and move on. This also applies to anything else one might find &amp;quot;unappealing&amp;quot; or &amp;quot;offensive&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] appropriately ([[non-h]], [[western non-h]], or [[non-nude]]).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be replacement expunged by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || A gallery&#039;s [[torrent]]s (or lack thereof) are not relevant to the gallery itself. The [[EHTracker]] has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=184081 here].&lt;br /&gt;
|-&lt;br /&gt;
|Uploader / User Request || Uploaders do not have claim to their galleries once published. Copyright claims may only be done by their respective owners via the [[report]] function.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Misrepresenting copyright ownership will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[realporn]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries cease earning any [[GP]]. Galleries expunged within 4 hours of their publishing receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become [[Searching|unsearchable]] by default and require the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
*Users cannot start expunge petitions on galleries that have previously been de-expunged. [[VIP|Veto holders]] are exempt and other users may join in should a vetoer start a petition.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=227706 Expunging] - For galleries that require more votes or for general expunge-related questions.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=193577 Wrongfully Expunged Galleries] - For invalid expunges / deletions to be undone or invalid updates to be reverted.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing difficult cases (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
*For more advanced rulings and clarifications please see the [[:Talk:Expunging|talk page]].&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51757</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51757"/>
		<updated>2020-10-20T21:38:01Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Expunge Page Draft&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s mod power will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from &#039;against&#039; votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51756</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51756"/>
		<updated>2020-10-20T21:24:52Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Expunge Page Draft&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s mod power will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from against votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51755</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51755"/>
		<updated>2020-10-20T21:24:30Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Expunge Page Draft&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a mod power of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s [[mod power]] will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from against votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51754</id>
		<title>User:Blue penguin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=User:Blue_penguin&amp;diff=51754"/>
		<updated>2020-10-20T20:01:16Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Expunge Page Draft&amp;#039;&amp;#039;&amp;#039;  Expunging allows users to remove galleries from the default listing and searches. This is typically done because of duplicate or replaced con...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Expunge Page Draft&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is handled via a petitioning system.&lt;br /&gt;
Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images.&lt;br /&gt;
Any user with [[mod power]] 5 or above may start a gallery expunge.&lt;br /&gt;
Otherwise, [https://forums.e-hentai.org/index.php?showtopic=227706 this forum thread] can be used to ask for an expunge to be created on your behalf.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Petition to Expunge&amp;quot; link link will replace the gallery&#039;s image section with a list of reasons a gallery can be expunged.&lt;br /&gt;
An explanation for the expunge &#039;&#039;&#039;must&#039;&#039;&#039; be provided in the input boxes by the user who files an expunge petition, and in some cases a URL of the invalid gallery should be provided.&lt;br /&gt;
&lt;br /&gt;
Once a petition is created, subsequent users with a [[mod power]] of at least 2 may vote for or against the petition.&lt;br /&gt;
These subsequent votes do not require a reason for voting, but one may be optionally provided.&lt;br /&gt;
Votes for the petition add to the petition score, votes against reduce the score.&lt;br /&gt;
A user&#039;s [[mod power]] will determine how much their vote will contribute (capped at 30; 40 for base bonus users).&lt;br /&gt;
&lt;br /&gt;
In order for the gallery to be expunged a petition must reach a score of 100 and then remain there for 15 minutes,&lt;br /&gt;
once that happens the petition becomes ACTIVE and the gallery is expunged.&lt;br /&gt;
A petition may have a score above 100, protecting it from against votes for the required period of 15 minutes.&lt;br /&gt;
&lt;br /&gt;
A gallery may have multiple independent petitions active at the same time.&lt;br /&gt;
In the event that one petition becomes ACTIVE all other petitions on the gallery are deleted.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Appeal an Incorrect Expunge===&lt;br /&gt;
In the event an expunge was carried out incorrectly, the expunge can be appealed.&lt;br /&gt;
Within the first 7 days of the expunge any user with 10 or more mod power can create an appeal petition.&lt;br /&gt;
Only [[E-Hentai_VIP|veto holders]] may create an appeal after this time.&lt;br /&gt;
&lt;br /&gt;
Similar to expunge petitions, users may vote for or against an appeal with an optional comment.&lt;br /&gt;
If the appeal petition surpasses a sum of votes of 100 or more for 15 minutes the expunge will be revoked and the gallery will be restored.&lt;br /&gt;
&lt;br /&gt;
After a successful expunge appeal only veto holders may start a further expunge petition on that gallery.&lt;br /&gt;
&lt;br /&gt;
Users who participated in the original expunge petition may not participate in voting on an appeal petition, aside from creating them if they realize it was incorrect.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted gallery.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=E-Hentai_Janitor&amp;diff=51753</id>
		<title>E-Hentai Janitor</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=E-Hentai_Janitor&amp;diff=51753"/>
		<updated>2020-10-20T18:05:01Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Added CN-EN to Kaguya&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VIP positions are delegated based on a user&#039;s expertise, diligence, and willingness to help make E-Hentai a better place. All moderators follow a chain of command from junior to senior to [https://forums.e-hentai.org/index.php?showuser=6 Tenboro]. VIPs may, on a case-by-case basis, defer their judgements to non-VIPs who possess more expertise.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Name&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[Power]]&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[Forum]] Mod&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[IRC]] Op&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[EHWiki]] Admin&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|[[Tag]] Mod&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[Gallery]] Mod&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Additional&lt;br /&gt;
|-&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Grouping !! Vetoing !! Checking&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=90092 Alpha 7] || 46 || || || || || ✔ || || ✔ || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=989173 Angaver] || 28 || || || || || ✔ || ✔ || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=2884 Beryl] || 21 || ✔ || || || || ✔ || || ✔ || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=243587 Binglo] || 63 || ✔ || ✔ || ✔ || ✔ || ✔ || ✔ || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=924439 blue penguin] || 50 || ✔ || || ✔ || || ✔ || ✔ || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=631161 chaos-x] || 41 || || || || || ✔ || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=1207129 Cipher-kun] || 38 || || || || || ✔ || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=16353 Dammon] || 48 || || || || || ✔ || || || Sr. QC Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=409722 danixxx] || 47 || || || || || ✔ || || || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=882044 DGze] || 30 || || || || || ✔ || ✔ || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=2977124 DJNoni] || 43 || &#039;&#039;&amp;lt;span title=&amp;quot;The HentaiVerse&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039; || ✔ || || || || || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=1908893 Dnkz] || 33 || || || || || ✔ || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=2790 elgringo] || 64 || || ✔ || || ✔ || ✔ || ✔ || ✔ || Jr. [[Renaming|Rename]] Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=159384 etothex] || 37 || || || || || ✔ || || || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=1028280 freudia] || 35 || || || || || ✔ || || || JP-EN&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=971620 kitsuneH] || 18 || || || || || ✔ || || || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=940068 Koaen] || 39 || || ✔ || || || || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=867559 lestion] || 28 || &#039;&#039;&amp;lt;span title=&amp;quot;The HentaiVerse&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039; || || || || || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=589675 Maximum_Joe] || 73 || ✔ || ✔ || ✔ || ✔ || ✔ || ✔ || ✔ || Sr. [[Renaming|Rename]] Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=490854 Mayriad] || 38 || &#039;&#039;&amp;lt;span title=&amp;quot;General Chat&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039; || || || || || || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=211764 mdhbysut] || 45 || || || || || || || || Jr. QC Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=976540 milannews] || 48 || || || || || || || || Jr. QC Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=317696 Miles Edgeworth] || 51 || &#039;&#039;&amp;lt;span title=&amp;quot;General Chat&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039; || || || || ✔ || ✔ || ✔ || CN-EN&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=1898816 Mrsuperhappy] || 45 || ✔ || || || || ✔ || ✔ || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=248946 MSimm1] || 50 || || || || ✔ || ✔ || ✔ || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=3169265 nasu_sensei] || 39 || || || || || ✔ || ✔ || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=68896 NoNameNoBlame] || 34 || || || || || ✔ || || || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=106471 nonotan] || 44 || || || || || ✔ || || ||  &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=241107 ohmightycat] || 36 || || || || || ✔ || || || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=154972 pop9] || 76 || || || || || ✔ || || || &#039;&#039;Inactive&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=4850902 PrincessKaguya] || 45 || &#039;&#039;&amp;lt;span title=&amp;quot;General Chat&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039; || || || || ✔ || ✔ || ✔ || CN-EN&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=2610932 Rinnosuke M.] || 27 || || || || || ✔ || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=11328 Scremaz] || 24 || &#039;&#039;&amp;lt;span title=&amp;quot;The HentaiVerse&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039; || || || || || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=2203 Spectre] || 52 || ✔ || ✔ || ✔ || || ✔ || || ✔ || Sr. QC Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=1647739 Superlatanium] || 51 || || || || || ✔ || || || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=976341 svines85] || 48 || || || || || ✔ || || || Jr. NTR Mod&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=582527 TheGreyPanther] || 61 || || || || ✔ || ✔ || ✔ || ✔ || &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|[https://forums.e-hentai.org/index.php?showuser=301767 varst] || 41 || ✔ || &amp;lt;span title=&amp;quot;Inactive&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || ✔ || || ✔ || ✔ || ✔ || Sr. NTR Mod&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Explanations==&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Position&lt;br /&gt;
!Capabilities&lt;br /&gt;
|-&lt;br /&gt;
|[[Gallery]] Mod || Lock galleries for administrative investigation.&lt;br /&gt;
|-&lt;br /&gt;
|NTR Mod || Make judgement calls on [[Fetish_Listing#Infidelity|infidelity tags]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Quality Control&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;QC&amp;lt;/span&amp;gt; Mod || Make judgement calls on [[Expunging#Superior_Versions|gallery superiority]].&lt;br /&gt;
|-&lt;br /&gt;
|Rename Mod || Make judgement calls on [[renaming]].&lt;br /&gt;
|-&lt;br /&gt;
|JP-EN || Heightened trust on Japanese-English translations/transliterations.&amp;lt;br&amp;gt;Similar positions exist for other languages.&lt;br /&gt;
|-&lt;br /&gt;
|[[Tag]] Mod - &#039;&#039;&#039;Check&#039;&#039;&#039; || View any user&#039;s or gallery&#039;s [[Gallery_Tagging#Tag_History|tag histories]].&lt;br /&gt;
|-&lt;br /&gt;
|[[Tag]] Mod - &#039;&#039;&#039;Group&#039;&#039;&#039; || Group tags into slaves/masters as well as set blocks, [[namespace]]s, and aliases.&lt;br /&gt;
|-&lt;br /&gt;
|[[Tag]] Mod - &#039;&#039;&#039;Veto&#039;&#039;&#039;|| Downvote tags at full [[power]]. If 3 veto users downvote the same tag it is negated regardless of its power.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=51752</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=51752"/>
		<updated>2020-10-20T18:00:28Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Returned the alert moderators for CP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. This is typically done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is done via a petitioning system. Each gallery has a &amp;quot;Petition to Expunge&amp;quot; link  on the right side above the images. This link will launch a new window with the list of reasons a gallery can be expunged as well as a comment box to explain a user&#039;s reasons for expunging. An explanation &#039;&#039;&#039;must&#039;&#039;&#039; be filled in for the first user who files an expunge petition. Subsequent users do not require a reason (but cannot enter a blank explanation).&lt;br /&gt;
&lt;br /&gt;
A user&#039;s [[mod power]] will determine the percentage their vote will contribute (capped at 30; 40 for base bonus users). A gallery is expunged once a petition reaches at least 100%. An expunge can only be undone by a [[E-Hentai VIP|gallery moderator]].&lt;br /&gt;
&lt;br /&gt;
Petitions may be cleared by a moderator at any time; those left incomplete for more than 7 days are automatically cleared.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure the gallery is &amp;quot;Visible&amp;quot;; this status is indicated on the left-hand side of the gallery.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===None / Withdraw Petition===&lt;br /&gt;
This option withdraws a user&#039;s vote. It is the default option.&lt;br /&gt;
----&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted, clearly marked gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior / previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a compilation of works not permitted together:&lt;br /&gt;
**Images from official sets (such as a [[comic]]s, [[tankoubon]]s, or CG sets) should not be substantially included in other collections of images.&lt;br /&gt;
**Combinations of chapters from multiple [[tankoubon]]s are not permitted, although related chapters from multiple &#039;&#039;[[anthologies]]&#039;&#039; are.&lt;br /&gt;
**Multiple language translations should not be combined in a single gallery.&lt;br /&gt;
**At least 1 source must be provided if the source has already been posted. Alternatively, at least 1 portion of the gallery that requires separation must be specified.&lt;br /&gt;
*A gallery updated more than twice per 30 days (a.k.a. excessive bumping). [[Making Galleries#Exceptions|Some exceptions exist]]. A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances should not be expunged but instead [[reported]] with the image numbers included in the report.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
**Content published by Wani Magazine does not apply (but may qualify as [[#Already Uploaded|already uploaded]]). For a list of known Wani [[tankoubon]]s that are no longer acceptable see [[Tankoubon DNP]].&lt;br /&gt;
*Any real person that cannot be verified as being 18+ years of age.&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga, especially non-h (based on publisher; e.g. Media Factory, Akita Shoten).&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
**If the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]) they are exempt.&lt;br /&gt;
**Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265 (Ref)]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Generic cosplay (any cosplay not of an established character or series).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*A gallery composed of [[watermarked]] reproductions advertising a website unrelated to the content&#039;s creation, scanning, or translation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The most common type of superiority is the amount of content a gallery contains. There are 3 classifications of content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Class !! Includes !! Desirability&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Core Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Any story images.&lt;br /&gt;
*Variant CG (with both character(s) and a background present).&lt;br /&gt;
*Colophons, omake, and original credit pages.&lt;br /&gt;
*Cover pages (included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
*Translator credit pages. Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
*Any advertisements included in the original work.&lt;br /&gt;
|| Always. A gallery missing any core content can be replaced by one that has more/all of it.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Extraneous Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*CG set backgrounds or character portraits.&lt;br /&gt;
*Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
*Any smaller resolution versions of existing images.&lt;br /&gt;
*Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
*Sketches or otherwise unfinished pages to an ongoing work.&lt;br /&gt;
|| Can be included but cannot replace an existing gallery with all of its core content.&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Non-Content&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Blank pages or pages that are effectively blank.&lt;br /&gt;
*Split versions of double pages that are already included. The same applies to book spines.&lt;br /&gt;
*Any &amp;quot;uncleaned&amp;quot; versions of images that are already cleaned and included.&lt;br /&gt;
|| Not at all, but do not make a gallery expungable.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The following factors also make a gallery superior to other versions:&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, retouching, leveling, splitting double-pages into singles, or removing original source watermarks are &#039;&#039;&#039;NOT&#039;&#039;&#039; permitted.&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
**A fully complete gallery may replace an incomplete one of superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Larger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s (and vice-versa)&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation / Proper Action&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] appropriately and move on. This also applies to anything else one might find &amp;quot;unappealing&amp;quot; or &amp;quot;offensive&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] appropriately ([[non-h]], [[western non-h]], or [[non-nude]]).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be replacement expunged by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || A gallery&#039;s [[torrent]]s (or lack thereof) are not relevant to the gallery itself. The [[EHTracker]] has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=184081 here].&lt;br /&gt;
|-&lt;br /&gt;
|Uploader / User Request || Uploaders do not have claim to their galleries once published. Copyright claims may only be done by their respective owners via the [[report]] function.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Misrepresenting copyright ownership will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[realporn]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039;||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries cease earning any [[GP]]. Galleries expunged within 4 hours of their publishing receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become [[Searching|unsearchable]] by default and require the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
*Users cannot start expunge petitions on galleries that have previously been de-expunged. [[VIP|Veto holders]] are exempt and other users may join in should a vetoer start a petition.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=227706 Expunging] - For galleries that require more votes or for general expunge-related questions.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=193577 Wrongfully Expunged Galleries] - For invalid expunges / deletions to be undone or invalid updates to be reverted.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing difficult cases (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
*For more advanced rulings and clarifications please see the [[:Talk:Expunging|talk page]].&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=masked_face&amp;diff=51696</id>
		<title>masked face</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=masked_face&amp;diff=51696"/>
		<updated>2020-09-26T18:17:31Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Since we added mouth mask, update the note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Costume&lt;br /&gt;
|subtype1=Costume&lt;br /&gt;
|subtype2=Head&lt;br /&gt;
|description=An opaque mask fully covering a participant&#039;s face, usually to hide their identity. This includes typical balaclava-styled masks.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with [[eyemask]], [[gasmask]] or [[mouth mask]].&lt;br /&gt;
|gender=The gender of the one wearing the mask determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|japanese=仮面&lt;br /&gt;
|taggroupid=275610&lt;br /&gt;
|maletaggroupid=275840&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Reporting&amp;diff=51683</id>
		<title>Reporting</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Reporting&amp;diff=51683"/>
		<updated>2020-09-19T15:05:53Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: clarified a tad&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Point.png]] &#039;&#039;&#039;&#039;&#039;Reporting [[galleries]] should only be done in cases of serious rule violations.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Reporting galleries can be done by clicking the &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Report Gallery&amp;lt;/span&amp;gt;&#039;&#039;&#039; link located on the right-hand side of the gallery&#039;s [[tag]] section. This does not require an account. The gallery&#039;s image section will be replaced with a form wherein the complaint type and details of the complaint must be filled out. An e-mail address is required regardless of complaint type.&lt;br /&gt;
&lt;br /&gt;
==Complaint Types==&lt;br /&gt;
===Copyright Infringement===&lt;br /&gt;
A proper takedown notice requires ALL legally required information to be filed in order to be considered valid. If &#039;&#039;&#039;ANY&#039;&#039;&#039; of the information is missing or invalid E-Hentai cannot be held liable for copyright infringement.&lt;br /&gt;
&lt;br /&gt;
===Child Pornography===&lt;br /&gt;
&#039;&#039;&#039;Any&#039;&#039;&#039; depictions of real children (including &amp;quot;realistic&amp;quot; renderings).&lt;br /&gt;
&lt;br /&gt;
===Other Illicit Content===&lt;br /&gt;
Any depiction of other illicit content.  See the [https://e-hentai.org/tos.php Terms of Service] for more details.&lt;br /&gt;
&lt;br /&gt;
==Correct/Incorrect Reporting==&lt;br /&gt;
The Report Functionality comes with three separate forms (one for each category above):&lt;br /&gt;
&lt;br /&gt;
* DMCA/Copyright Infringement&lt;br /&gt;
* Child Pornography&lt;br /&gt;
* Other Illicit Content&lt;br /&gt;
&lt;br /&gt;
The use of the correct form is enforced, since different reports require different information from the claimant.&lt;br /&gt;
Repeated misuse, including the use of the wrong form, can get you blocked from using this site.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Reporting&amp;diff=51682</id>
		<title>Reporting</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Reporting&amp;diff=51682"/>
		<updated>2020-09-19T11:23:25Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Update on the form wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Point.png]] &#039;&#039;&#039;&#039;&#039;Reporting [[galleries]] should only be done in cases of serious rule violations.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Reporting galleries can be done by clicking the &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Report Gallery&amp;lt;/span&amp;gt;&#039;&#039;&#039; link located on the right-hand side of the gallery&#039;s [[tag]] section. This does not require an account. The gallery&#039;s image section will be replaced with a form wherein the complaint type and details of the complaint must be filled out. An e-mail address is required regardless of complaint type.&lt;br /&gt;
&lt;br /&gt;
==Complaint Types==&lt;br /&gt;
===Copyright Infringement===&lt;br /&gt;
A proper takedown notice requires ALL legally required information to be filed in order to be considered valid. If &#039;&#039;&#039;ANY&#039;&#039;&#039; of the information is missing or invalid E-Hentai cannot be held liable for copyright infringement.&lt;br /&gt;
&lt;br /&gt;
===Child Pornography===&lt;br /&gt;
&#039;&#039;&#039;Any&#039;&#039;&#039; depictions of real children (including &amp;quot;realistic&amp;quot; renderings).&lt;br /&gt;
&lt;br /&gt;
===Other ToS-infringing Content===&lt;br /&gt;
See the [https://e-hentai.org/tos.php Terms of Service].&lt;br /&gt;
&lt;br /&gt;
===Incorrect Reporting===&lt;br /&gt;
The Report Functionality comes with three separate forms:&lt;br /&gt;
&lt;br /&gt;
* DMCA/Copyright Infringement&lt;br /&gt;
* Child Pornography&lt;br /&gt;
* Other Illicit Content&lt;br /&gt;
&lt;br /&gt;
The use of the correct form is enforced, since different reports require different information from the claimant.&lt;br /&gt;
Repeated misuse, including the use of the wrong form, can get you blocked from using this site.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=shikikan&amp;diff=51674</id>
		<title>shikikan</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=shikikan&amp;diff=51674"/>
		<updated>2020-09-14T09:40:49Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: shikikan is the commander in Azur Lane, not Kantai - honest  mistake when originally setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Series&#039;&#039;&#039;: [[Azur Lane]]&lt;br /&gt;
*&#039;&#039;&#039;Gender&#039;&#039;&#039;: Female/Male&lt;br /&gt;
*&#039;&#039;&#039;Japanese&#039;&#039;&#039;: 指揮官&lt;br /&gt;
*&#039;&#039;&#039;Note&#039;&#039;&#039;: For [[Kantai Collection]] use [[teitoku]] instead.&lt;br /&gt;
----&lt;br /&gt;
*&#039;&#039;&#039;Series&#039;&#039;&#039;: [[Girls&#039; Frontline]]&lt;br /&gt;
*&#039;&#039;&#039;Gender&#039;&#039;&#039;: Female/Male&lt;br /&gt;
*&#039;&#039;&#039;Japanese&#039;&#039;&#039;: 指揮官&lt;br /&gt;
&lt;br /&gt;
[[Category:Character Tag]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=bisexual&amp;diff=51667</id>
		<title>bisexual</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=bisexual&amp;diff=51667"/>
		<updated>2020-08-27T18:35:42Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Revert a small misunderstanding.  Discussion posts: https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=107861&amp;amp;view=findpost&amp;amp;p=5742316&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Activity&lt;br /&gt;
|subtype1=Multiple Activities&lt;br /&gt;
|subtype2=Inter-gender Relations&lt;br /&gt;
|description= A participant that engages in sexual activities with both the same and opposite genders throughout the gallery.&lt;br /&gt;
|note=Does not apply to [[dickgirl on dickgirl]].&lt;br /&gt;
|gender=The gender of the one engaging in bisexual actions determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|japanese=両性愛&lt;br /&gt;
|taggroupid=356740&lt;br /&gt;
|maletaggroupid=356741&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Talk:Gallery_Tagging&amp;diff=51666</id>
		<title>Talk:Gallery Tagging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Talk:Gallery_Tagging&amp;diff=51666"/>
		<updated>2020-08-27T18:29:53Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Sort out small inconsistency&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Content Tag Types==&lt;br /&gt;
Activity, Animal, Attribute, Change, Costume, Creature, Technical, Tool&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
*In any cases of total gender ambiguity (no visual or contextual cues) all tagging defaults to hetero-normative. Solo participants default to female.&lt;br /&gt;
*All [[:Category:Creator Tag|creator]]s are to be tagged as they are credited (tag slaving aside). Colophons overrule covers.&lt;br /&gt;
*[[furry]] and [[alien]] are not mutually exclusive.&lt;br /&gt;
*Be wary of fetish overreach, particularly with [[alien]], [[furry]], [[monster]], and [[vore]]:&lt;br /&gt;
**Creatures from [[pokemon]], etc. are judged between animal, [[monster]], and [[furry]] based on their level of anthropomorphization and animal attributes.&lt;br /&gt;
***Very animalistic ones like [[mudsdale]] and [[rapidash]] are generally animals ([[horse]]s).&lt;br /&gt;
***Humanoid-animals like [[lopunny]], [[pikachu]], and [[mewtwo]] are essentially always [[furry]].&lt;br /&gt;
***Very humanoid ones like [[gardevoir]] and [[jynx]] should be [[monster]] &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;[[monster girl|girl]]&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
**The same as above applies to [[digimon]] (e.g. [[impmon]] is a [[demon]], not [[furry]]).&lt;br /&gt;
**Vore generally only applies when entry is via the mouth; otherwise [[unbirth]], [[absorption]] or one of the -phagia tags may be correct.&lt;br /&gt;
**The [[alien]] tag requires explicit visual attributes (e.g. gem characters from [[steven universe]] and saiyans from [[dragon ball z]] do not qualify).&lt;br /&gt;
*Clones disqualify &#039;&#039;sole&#039;&#039; tags and can qualify for [[selfcest]].&lt;br /&gt;
*&amp;quot;Change&amp;quot; tags (e.g. [[breast expansion]]) do not necessitate [[transformation]].&lt;br /&gt;
*Characters that share the exact same name use the same tag. The same applies to creators.&lt;br /&gt;
*Cosplayers&#039; names only use the misc namespace. If this cannot be done (due to the tag being assigned to other namespaces) do not tag them.&lt;br /&gt;
*Do not blindly trust titles, [https://e-hentai.org/g/1516025/5f1532c26c/ they can be misleading].&lt;br /&gt;
&lt;br /&gt;
==Creator Notes==&lt;br /&gt;
*Artist tags are assigned to lineart, illustrators, inkers, pencilers, or any individuals credited as contributing to the artwork at its core. Colorists, [layout] designers, letterers, editors, authors, writers, assistants, etc. do not qualify.&lt;br /&gt;
*a:&#039;&#039;anonymous&#039;&#039; is only for works explicitly credited as such. For any works where no creator can be verified it is best to leave them untagged.&lt;br /&gt;
&lt;br /&gt;
==Parody Notes==&lt;br /&gt;
*Parodies are generally not permitted to encompass multiple franchises at once (e.g. capcom vs. snk, disney, marvel comics, super smash brothers, type-moon, etc.). Tag each applicable franchise instead.&lt;br /&gt;
*Most [[vtuber]]s (e.g. [[kizuna ai]], [[zone-tan]], etc.) and other characters such as e-celebrities, memes, and online avatars do not have corresponding [[parody]] tags unless they are under a formal commercial franchise (e.g. [[neurotically yours]], [[os-tan]], [[vocaloid]]).&lt;br /&gt;
&lt;br /&gt;
==Non-Pornographic==&lt;br /&gt;
*Most tags may apply to [[Non-H]] and non-pornographic [[Western]] or [[3D]] works as long as they follow the presence rule.&lt;br /&gt;
**Attributes like [[big breasts]] and [[giantess]] can apply without nudity/sex.&lt;br /&gt;
**1-image tags like [[lolicon]] can apply on implicitly sexual imagery or explicit nudity.&lt;br /&gt;
**Animal and most Activity tags do &#039;&#039;&#039;not&#039;&#039;&#039; apply.&lt;br /&gt;
***Activities that don&#039;t explicitly require sex may apply (e.g. [[ahegao]], [[drunk]]).&lt;br /&gt;
*Non-pornographic content that is not directly relevant to an otherwise pornographic gallery does not receive any tags.&lt;br /&gt;
&lt;br /&gt;
==Canonical Information==&lt;br /&gt;
*Any series of media that has information may use such information only for the following content/fetish tags:&lt;br /&gt;
**Familiar relations ([[incest]])&lt;br /&gt;
**Romantic relations (e.g. [[cheating]])&lt;br /&gt;
**Gender (e.g. [[gender bender]])&lt;br /&gt;
**Clarification on &#039;&#039;&#039;ambiguous&#039;&#039;&#039; character design (e.g. [[fox girl]] vs. [[wolf girl]])&lt;br /&gt;
***Non-ambiguous cases strictly use visual cues (e.g. A character with the body of a loli does &#039;&#039;&#039;not&#039;&#039;&#039; disqualify the [[lolicon]] tag simply because the series deems them to be an adult)&lt;br /&gt;
&lt;br /&gt;
==Presence Notes==&lt;br /&gt;
The presence rule is the cornerstone of tagging on E-Hentai. &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#00A000&amp;quot;&amp;gt;The paradigm being that anything tagged on a gallery is easily found and is of a satisfactory amount.&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*The generic 25% rule is a baseline used for the most common gallery (a ~20 page [[doujinshi]]). It does not scale up past that point nor is it ironclad. Sequential images generally lower the burden to meet minimum presence.&lt;br /&gt;
**20+ sequential pictures are generally acceptable for even the largest-sized galleries.&lt;br /&gt;
**The more fragmented non-sequential images are the less they count.&lt;br /&gt;
*Non-content images do not count toward a gallery&#039;s image count for presence purposes.&lt;br /&gt;
**Examples: colophons, blank pages, credits, adverts, and artist notes. These may only count if they include illustration(s). Backgrounds and menus for CG galleries do not count. Novel pages do not count unless they are essentially the only content within a gallery.&lt;br /&gt;
*A 4-or-less image gallery can have nearly anything within it be tagged (although this is ill advised for [Ongoing] galleries since their validity may change once more images are added).&lt;br /&gt;
*For [[anthologies]] or (Various) works 4+ sequential images suffices for artists who are credited.&lt;br /&gt;
*For all (but one) of the &#039;&#039;Change&#039;&#039; tags only the images involving the change itself are counted. For [[gender bender]] the duration of the individual being a different gender also qualifies.&lt;br /&gt;
*Whilst the [[incest]] tag is 1-image only the accompanying family tags (e.g. [[mother]]) are &#039;&#039;&#039;not&#039;&#039;&#039; and thus do not necessarily qualify if the actual activities involving them is too low in presence.&lt;br /&gt;
**The same applies to all of the [[bestiality]] and [[animal]]-related tags.&lt;br /&gt;
*[[:Category:Language_Tag|Language tags]] are granted some leniency due to their metadata flagging.&lt;br /&gt;
&lt;br /&gt;
===1-Image Only Tags===&lt;br /&gt;
*&#039;&#039;&#039;Anywhere&#039;&#039;&#039;: [[abortion]], [[bestiality]], [[blood]], [[eye penetration]], [[guro]], [[incest]], [[lolicon]], [[scat]], [[shotacon]], [[snuff]], [[toddlercon]], [[vomit]].&lt;br /&gt;
*&#039;&#039;&#039;Stories / Sequences Only&#039;&#039;&#039;: [[anal birth]], [[birth]], [[burping]], [[penis birth]], [[smegma]].&lt;br /&gt;
*[[File:Point.png]] Fjording tags are valid on a gallery if &#039;&#039;&#039;any&#039;&#039;&#039; gallery in the chain has fjordable content.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=5407944]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gallery-wide Tags===&lt;br /&gt;
*[[anthology]], [[artbook]], [[comic]], [[full censorship]], [[full color]], [[females only]], [[males only]], [[mosaic censorship]], [[multi-work series]], [[non-nude]], [[sample]], [[sole dickgirl]], [[sole female]], [[sole male]], [[story arc]], [[tankoubon]], [[themeless]], [[uncensored]], [[western cg]].&lt;br /&gt;
**1 conflicting image is enough to nullify most of these tags. Omake/covers/credits/colophons can be ignored.&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Talk:goudoushi&amp;diff=50815</id>
		<title>Talk:goudoushi</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Talk:goudoushi&amp;diff=50815"/>
		<updated>2020-02-18T13:00:46Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Created page with &amp;quot;By Hyoros&amp;#039; suggestion we may change the &amp;#039;&amp;#039;&amp;#039;Notes&amp;#039;&amp;#039;&amp;#039; to:  &amp;#039;&amp;#039;&amp;#039;Notes&amp;#039;&amp;#039;&amp;#039;: Incomplete galleries do not qualify. Not to be confused with artbook (character and design elemen...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By Hyoros&#039; suggestion we may change the &#039;&#039;&#039;Notes&#039;&#039;&#039; to:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;: [[Incomplete]] galleries do not qualify. Not to be confused with [[artbook]] (character and design elements) or [[anthology]] (not self-published, not necessarily a single theme).&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Technical_Issues&amp;diff=50528</id>
		<title>Technical Issues</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Technical_Issues&amp;diff=50528"/>
		<updated>2019-12-20T20:30:15Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Added PMTU hack for H@H SSL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is meant to assist users of E-Hentai with any technical problems that they may have.&lt;br /&gt;
&lt;br /&gt;
==Universal==&lt;br /&gt;
&amp;lt;div id=&amp;quot;503&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error 503 - Service Unavailable&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The site is under maintenance or is having server issues. Please wait and try again later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;IE&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ie&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;browser&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Browser&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;The site is stuck at a static resolution!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;The site looks / behaves strangely on Internet Explorer!&#039;&#039;&#039;&lt;br /&gt;
**Only [https://www.w3schools.com/css/css_grid.asp modern browsers] are recommended for this site. Support cannot be given for [https://letsencrypt.org/docs/certificate-compatibility/ other / older browsers].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;blank&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Blank&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;DNS&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;dns&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I get a blank page when I try to access the site!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you are connecting via HTTPS, not HTTP.&lt;br /&gt;
**Disable any [[#Common Problematic Software|Common Problematic Software]] and try again.&lt;br /&gt;
**Disable any anti-virus, firewall, or other software that is capable of blocking traffic that runs in the background and try again.&lt;br /&gt;
**[https://documentation.cpanel.net/display/CKB/How+To+Clear+Your+DNS+Cache Flush your DNS cache], restart your browser, and try again.&lt;br /&gt;
**Check your region&#039;s [https://www.cloudflarestatus.com/ CloudFlare status].&lt;br /&gt;
**Go into a command prompt and use &amp;quot;&#039;&#039;nslookup e-hentai.org&#039;&#039;&amp;quot;. If there are any addresses in the results then it is not a DNS issue. Otherwise consider using a different DNS provider such as [https://developers.google.com/speed/public-dns/docs/using Google] or [https://1.1.1.1/#setup-instructions CloudFlare].&lt;br /&gt;
***You may also try reaching the site manually through one of its [[IPs]] instead of a domain name.&lt;br /&gt;
**[[Image:Opera.png]] Disable Opera Turbo and Web Acceleration features.&lt;br /&gt;
**Use a proxy or VPN to access the site. If this fails then it is an issue with your ISP.&lt;br /&gt;
***[[Image:Tor.png]] It is recommended not to access the site through the [https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29 Tor network] as numerous exit nodes have been abused and thus banned or had their access severely limited.&lt;br /&gt;
**[[Image:Firefox.png]] Firefox 55+: disable first-party isolation (&#039;&#039;about:config -&amp;gt; set &amp;quot;privacy.firstparty.isolate&amp;quot; to &amp;quot;false&amp;quot;&#039;&#039;).&lt;br /&gt;
**In order to provide diagnostics on your ability to access the site please do the following:&lt;br /&gt;
***[[Image:WindowsOS.png]] Go into a command prompt and use &amp;quot;&#039;&#039;pathping e-hentai.org&#039;&#039;&amp;quot;. [[Image:MacOS.png]] For Mac OS use &amp;quot;&#039;&#039;traceroute e-hentai.org&#039;&#039;&amp;quot;. Paste the results in a forum post.&lt;br /&gt;
***[[Image:Firefox.png]] Press {{Keypress|Ctrl}}+{{Keypress|&amp;amp;#8679;Shift}}+{{Keypress|K}} in Firefox. Attempt to visit e-hentai.org through the address bar. Paste the contents of the Firefox Console lines starting with &amp;quot;GET&amp;quot; in a forum post.&lt;br /&gt;
***[[Image:Chrome.png]] Press {{Keypress|Ctrl}}+{{Keypress|&amp;amp;#8679;Shift}}+{{Keypress|C}} in Chrome and switch to the &amp;quot;Network&amp;quot; view. Attempt to visit e-hentai.org through the address bar. Document all results of the &amp;quot;Status&amp;quot; column in a forum post.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Page load has been aborted due to a fatal error. A report has been dispatched to site staff. Please try again later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**There is a server-side error. Please try again later.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The site is currently in Read Only Mode. This page is therefore not available.&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The site is currently in Read Only/Failover Mode. Some functionality will not be available. Details may be available on [[Twitter]].&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
**The front-end servers are under read-only mode and will not allow users to take any actions that involve their user data (Accessing [[My Home]], [[Archives]], [[Tagging]], etc.)&lt;br /&gt;
&lt;br /&gt;
==Account==&lt;br /&gt;
*&#039;&#039;&#039;I forgot my password!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I forgot my username!&#039;&#039;&#039;&lt;br /&gt;
**Fill in the [https://forums.e-hentai.org/index.php?act=Reg&amp;amp;CODE=10 Lost Password Form]. This can be used to recover usernames as well. Note that you&#039;ll need your username or e-mail address to do this. These e-mails are sent instantly.&lt;br /&gt;
***Note that mail providers such as [https://login.live.com/ Hotmail] are known to be poor at receiving recovery e-mails; check your junk/spam folder.&lt;br /&gt;
**Make sure you are using your &#039;&#039;account&#039;&#039; username and not your &#039;&#039;display&#039;&#039; name. The registration process allows you to pick both a display name (used on forums) and an account username (used for logins and not readily visible to others).&lt;br /&gt;
**If you have ever made a gallery [[comment]] or a [[forum]] post attempt to search for it using any keywords that you recall having used. If you have uploaded a [[gallery]] that is not deleted attempt to [[search]] for it.&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:#a56b0d&amp;quot;&amp;gt;&amp;quot;&#039;&#039;If you&#039;re not logged on, you don&#039;t know your password, and you can&#039;t access your recovery email, you can&#039;t recover the account&#039;&#039;&amp;quot; - Tenboro&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t access the e-mail address I used to register!&#039;&#039;&#039;&lt;br /&gt;
**Without the password, an active session, or access to the recovery e-mail address your account [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=4811225 &#039;&#039;&#039;CANNOT&#039;&#039;&#039;] be recovered.&lt;br /&gt;
***If you still have access to an active session you may [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PM Tenboro] on your older device to prove your ownership. If forum access isn&#039;t working send the contents of your ipb_pass_hash cookie and a new recovery e-mail address to support AT e-hentai DOT org.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;delete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Delete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I want to delete my account!&#039;&#039;&#039;&lt;br /&gt;
**This action cannot be requested. Just stop using your account.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I want to change my e-mail!&#039;&#039;&#039;&lt;br /&gt;
**If you are logged in you may do so [https://forums.e-hentai.org/index.php?act=UserCP&amp;amp;CODE=08 here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Name&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I want to change my name!&#039;&#039;&#039;&lt;br /&gt;
**Non-donators cannot generally change their name due to historic abuse. In case of obvious spelling errors or if you used your real name by mistake you may appeal for a name change by [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PMing Tenboro]. Please be patient for a reply.&lt;br /&gt;
**[[Stars#Gold|Gold Star]] donators get one free display name change every 365 days. This will change everything with your name aside from the one used to log in. This function can be found [https://forums.e-hentai.org/index.php?act=UserCP&amp;amp;CODE=dname_start here].&lt;br /&gt;
***Having one&#039;s name changed by the administrator counts as having used their yearly change.&lt;br /&gt;
***Forum edits and quotes retain the display name that was used at the time.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I changed my username but the new name only shows up on the forums / galleries!&#039;&#039;&#039;&lt;br /&gt;
**This is related to database caching. Please wait until the cache refreshes for other databases to be updated accordingly. This process usually takes 24-48 hours.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Certain characters in my username are not being permitted!&#039;&#039;&#039;&lt;br /&gt;
**Database sanitization. Dodgy usernames also potentially flag users as attempting to scam [[HentaiVerse]] players or abuse the system in some way. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This may lead to a permanent [[ban]].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I want to use more than 1 account!&#039;&#039;&#039;&lt;br /&gt;
**You may only have 1 active account. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Multi-accounting for any reason will result in a [[ban]].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My account entered a lockdown!&#039;&#039;&#039;&lt;br /&gt;
**Accounts will enter a 24-hour security lockdown under certain conditions, including changing passwords. This disables access to [[MoogleMail]], the [[Bazaar|Equipment and Item Shop]], the [[Shrine]], and the [[GP Exchange]]/[[Hath Exchange]] functions. It also disables the Salvage and Reforge options in the [[Forge]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This page is currently not available, as you account has been suspended&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have been banned, likely for account sharing / multi-accounting.&lt;br /&gt;
&lt;br /&gt;
===Registering===&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Sorry, an error occurred. If you are unsure on how to use a feature, or don&#039;t know why you got this error message, try looking through the help files for more information. The error returned was:  Sorry, you are not permitted to use this board&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The IP you are using is banned.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;The CAPTCHA is missing!&#039;&#039;&#039;&lt;br /&gt;
**Disable any software that blocks ads or scripts.&lt;br /&gt;
**Try a different browser.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;When I try to register nothing happens!&#039;&#039;&#039;&lt;br /&gt;
**[[Image:Chrome.png]] If you are using Chrome disable incognito mode.&lt;br /&gt;
**[[Image:Tor.png]] The use of [https://www.torproject.org/ Tor] when registering is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m not receiving a validation e-mail!&#039;&#039;&#039;&lt;br /&gt;
**These are not actually sent out. Accounts may be used right away.&lt;br /&gt;
&lt;br /&gt;
==[[E-Hentai Galleries]]==&lt;br /&gt;
&amp;lt;div id=&amp;quot;images&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;image&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Images&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Images are not loading.&#039;&#039;&#039;&lt;br /&gt;
**Check your browser settings:&lt;br /&gt;
***Make sure you are using a [[#browser|modern browser]].&lt;br /&gt;
***Disable any proxies, add-ons, or scripts. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;There is no 3rd party software needed to access ANYTHING in E-Hentai or its related domains. Anything claiming otherwise may be an attempt to intercept your account credentials.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
***Due to the current [[Hentai@Home]] system images are loaded via non-SSL and require cross network traffic:&lt;br /&gt;
****[[Image:Firefox.png]] Firefox: enable mixed content (&#039;&#039;about:config -&amp;gt; set &amp;quot;security.mixed_content.block_display_content&amp;quot; to &amp;quot;false&amp;quot;&#039;&#039;).&amp;lt;br&amp;gt;[https://forums.e-hentai.org/index.php?showtopic=201984 Firefox 51-57]: disable HSTS priming (&#039;&#039;&amp;quot;security.mixed_content.send_hsts_priming&amp;quot;&#039;&#039; and &#039;&#039;&amp;quot;security.mixed_content.use_hsts&amp;quot;&#039;&#039; to &#039;&#039;&amp;quot;false&amp;quot;&#039;&#039;).&amp;lt;br&amp;gt;Firefox 65+: If content blocking cannot be enabled for the site use the Strict or Custom setting and set &#039;&#039;&amp;quot;browser.contentblocking.control-center.ui.showAllowedLabels&amp;quot;&#039;&#039; to &#039;&#039;&amp;quot;true&amp;quot;&#039;&#039;.&lt;br /&gt;
****[[Image:Opera.png]] Opera: enable Cross Network Navigation (&#039;&#039;opera:config#Network|AllowCrossNetworkNavigation&#039;&#039;).&lt;br /&gt;
****For [https://noscript.net/ NoScript] disable ABE or enable local resources to be accessed by &amp;quot;e-hentai.org&amp;quot;.&lt;br /&gt;
****[[Image:Chrome.png]] Chrome 79+: Click the lock icon in the address bar, click &#039;&#039;Site Settings&#039;&#039;, and unblock mixed content for the site.&lt;br /&gt;
**Try the &amp;quot;Click here if the image fails loading&amp;quot; link. This will attempt to pull the image from a new [[H@H]] client.&lt;br /&gt;
**Add &amp;quot;?nl=1&amp;quot; to the end of the URL. This bypasses using the [[H@H]] cluster for that image.&lt;br /&gt;
***This can be permanently enabled via your [[My Settings]] page; be aware this can quickly use up your bandwidth limit.&lt;br /&gt;
**Turn off any [[#Common Problematic Software|problematic software]] which may block E-H traffic.&lt;br /&gt;
*&#039;&#039;&#039;Thumbnails are not loading.&#039;&#039;&#039;&lt;br /&gt;
**Many adblockers have subscription-based rules that include an &#039;&#039;&#039;/ad/&#039;&#039;&#039; or &#039;&#039;&#039;^ad^&#039;&#039;&#039; filtering rule. This will catch &#039;&#039;&#039;all&#039;&#039;&#039; hexadecimal static ranges with /ad/ in them (e.g. /{00..ff}/ad/ or /ad/{00..ff}).&lt;br /&gt;
***Whitelist &#039;&#039;&#039;ehgt.org&#039;&#039;&#039; for the &#039;&#039;&#039;image&#039;&#039;&#039; content type or disable adblockers for the site.&lt;br /&gt;
***Disable any scripts/add-ons such as RequestPolicy and Smart Referrer.&lt;br /&gt;
&amp;lt;div id=&amp;quot;509&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;509&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error 509 - Bandwidth Exceeded&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error loading image: Could not get dispatch for image&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have viewed too many images. Either wait a few hours, [[My Home#Overview|reset the limit]] with [[GP]], or purchase the &amp;quot;More Pages&amp;quot; [[Hath Perk]].&lt;br /&gt;
**If you are on a shared connection consider using a proxy to browse E-Hentai.&lt;br /&gt;
**These limits are based only on IP address, not by account. The exception is for [[donators]] with [[stars]], wherein IPs are ignored.&lt;br /&gt;
&amp;lt;div id=&amp;quot;414&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error 414 - Request-URI Too Large&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Occurs if the URL being accessed is too long, often from advanced [[Searching|searches]].&lt;br /&gt;
***Depending on your search you can safely remove any non-relevant search parameters contained within the URL.&lt;br /&gt;
**You have performed a [[Searching#File_Search|file search]] that found too many results.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The connection to the server was canceled during the page load.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your connection was automatically blocked for making too many connections.&lt;br /&gt;
**Wait for the ban to expire.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Content Warning - This gallery has been flagged as Offensive For Everyone. Due to its content, it should not be viewed by anyone. (And if you choose to ignore this warning, you lose all rights to complain about it in the future.)&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
**This indicates that the gallery has been [[tagged]] with [[guro]] or [[scat]]. You may choose to view the gallery, no longer receive these warnings (&amp;quot;Never Warn Me Again&amp;quot;), or go to the gallery front page.&lt;br /&gt;
**To re-enable this warning again simply delete the &amp;quot;nw&amp;quot; cookie.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Thumbnails appear with inverted colors.&#039;&#039;&#039;&lt;br /&gt;
**This is a rare glitch which resolves itself over time. The actual images should appear as normal when viewed.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The proxy server received an invalid response from an upstream server.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Check if you are on an ISP-level proxy [https://www.toolsvoid.com/proxy-test/ here]. Reverse proxies cannot be detected with tools like these; you may need to ask your ISP.&lt;br /&gt;
**Check if your browser settings have a proxy enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;fast&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Fast&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You are opening pages too fast, thus placing a heavy load on the server. Back down, or your IP address will be automatically banned.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**[[Image:Chrome.png]] This may be triggered by prefetching in Chrome; uncheck &#039;&#039;Settings -&amp;gt; Show advanced settings -&amp;gt; Privacy -&amp;gt; &amp;quot;Use a prediction service to load pages more quickly.&amp;quot;&#039;&#039;&lt;br /&gt;
**This may be triggered by add-ons/scripts that organize/update bookmarks to galleries automatically; such actions may induce page loads.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Ban&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ban&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Banned&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;banned&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Your IP address has been temporarily banned for using automated mirroring/harvesting software and/or failing to heed the overload warning&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have opened too many pages at once or you have used software that downloaded too many images from the site simultaneously.&lt;br /&gt;
**Wait until the ban expires.&lt;br /&gt;
**If you are certain that you have not performed excessive page loads your IP may be in use by other people.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Key missing, or incorrect key provided.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The URL you are visiting is incorrect.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;When I save an image I only get blank.gif!&#039;&#039;&#039;&lt;br /&gt;
**The image did not have enough time to load. The blank.gif is a placeholder shown while waiting for image retrieval.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot rate a gallery!&#039;&#039;&#039;&lt;br /&gt;
**Sometimes the [[rating]] UI does not respond due to server congestion, try again later.&lt;br /&gt;
**You cannot rate your own galleries.&lt;br /&gt;
**You may be banned from [[rating]] galleries. You will receive a pop-up notification if this is the case.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have been banned from expunging galleries.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are no longer permitted to use [[expunge]] petitions. This is permanent.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I am being redirected to other sites!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you typed the URL correctly or that the link you followed has it spelled correctly.&lt;br /&gt;
**Check with your ISP about any blocked or redirected traffic.&lt;br /&gt;
**Any countries / territories noted [[:File:Countries_Blocking_E-Hentai.png|here]] are known to block E-Hentai.org.&lt;br /&gt;
**Check for malware such as browser hijacks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Korea&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;korea&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I am being redirected to &amp;quot;warning.or.kr&amp;quot;!&#039;&#039;&#039;&lt;br /&gt;
**You live in South Korea. Move.&lt;br /&gt;
**The use of a proxy may work but be wary of the legalities in that jurisdiction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Russia&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;russia&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This content is not available in Russia.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You live in Russia. Move.&lt;br /&gt;
**The use of a proxy may work but be wary of the legalities in that jurisdiction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;acl&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ACL&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;No ACL entry&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
**You are not on the Access Control List of the tool you are attempting to use.&lt;br /&gt;
***For most users the [[Gallery_Tagging#Tag_History|tag history tool]] can only be used to check one&#039;s &#039;&#039;own&#039;&#039; tagging history.&lt;br /&gt;
**Please contact a [[E-Hentai VIP|tag moderator]] if you wish to have something done via said tool.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Gallery not found. If you just added this gallery, you may have to wait a short while before it becomes available.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery you are attempting to visit is not yet fully integrated into the server. If this persists the gallery link is faulty.&lt;br /&gt;
** The gallery was reverted to a previous state, check its parent gallery.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Gallery [[hotkeys]] aren&#039;t working!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you have JavaScript enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;eeenope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;nope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Nope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;eeenope&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You do not have access to the [[Multi-Page Viewer]]. Change the URL.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The connection to the server was canceled during the page load.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your IP was automatically blocked for opening a huge amount of connections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;KeepTrying&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;keeptrying&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Keeptrying&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Keep&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;keep&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Keep trying.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to access an image page but have an invalid page ID, gallery ID, or file ID.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot see new galleries until ~15 minutes after they have been published!&#039;&#039;&#039;&lt;br /&gt;
**This is intentional for non-registered visitors.&lt;br /&gt;
**Register an account to see these galleries sooner.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Gallery cannot currently be expunged.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery chain was previously de-expunged and new expunges can only be started by [[VIP|veto holders]].&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:#977933&amp;quot;&amp;gt;Common Problematic Software&amp;lt;/span&amp;gt;====&lt;br /&gt;
*Ghostery, PeerGuardian, PeerBlock, Protowall, Megakey, Transmission ([[torrent]] client), DuckDuckGOPrivacy (the plugin - you need to whitelist EH to see content), DuckDuckGo, DansGuardian, SquidGuard, HackShield (used as part of some MMOs).&lt;br /&gt;
*Any global/browser-based IP blockers can cause problems. For P2P applications use directly loaded IP lists.&lt;br /&gt;
*Any &amp;quot;web accelerators&amp;quot; or pre-fetching can cause routing issues (E-Hentai&#039;s [[IPs]] are not static).&lt;br /&gt;
&lt;br /&gt;
===Gallery Not Available===&lt;br /&gt;
&amp;lt;div id=&amp;quot;removed&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Removed&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This gallery has been removed, and is unavailable.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is &#039;&#039;&#039;not&#039;&#039;&#039; the same as a gallery being deleted or [[expunged]].&lt;br /&gt;
**&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Do NOT re-upload it.&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div id=&amp;quot;locked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Locked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This gallery has been locked for review. Please check back later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**A moderator has locked the gallery due to suspected major rule violations that require examination.&lt;br /&gt;
**The gallery will likely be removed in due time, otherwise it will be returned to normal.&lt;br /&gt;
&lt;br /&gt;
===Your Galleries===&lt;br /&gt;
*&#039;&#039;&#039;My gallery disappeared!&#039;&#039;&#039;&lt;br /&gt;
**This is almost never due to a technical problem.&lt;br /&gt;
**Check if it is still listed in your [[Gallery Manager]]. If so, the reason it is not visible will be indicated there.&lt;br /&gt;
**Attempt to visit a direct link to your gallery.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;expunged&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;Expunged&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;expunge&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;Expunge&amp;quot;&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;My gallery was [[expunged]] unfairly!&#039;&#039;&#039;&lt;br /&gt;
**Check the gallery&#039;s expunge log for the reason(s).&lt;br /&gt;
**Make sure it was [[expunged]] and not removed or deleted. Each of these happen for very different reasons.&lt;br /&gt;
**Post the gallery&#039;s URL [https://forums.e-hentai.org/index.php?showtopic=28293 here] to inquire about it.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot delete my gallery!&#039;&#039;&#039;&lt;br /&gt;
**This is intentional. [https://e-hentai.org/tos.php Once a gallery has been published, it belongs to the community].&lt;br /&gt;
**Deletions by the gallery owner are only possible with unpublished, [[private]], or [[expunged]] galleries. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;False expunges will lead to a ban and the gallery reverted to its previous state.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot publish my gallery.&#039;&#039;&#039;&lt;br /&gt;
**Before publishing a gallery or a gallery update you must first read the [https://e-hentai.org/tos.php Terms of Service] and check the corresponding box, then choose a sorting order. If you do not wish to re-order, click &amp;quot;Apply with Current Ordering&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery has an incorrect name or [[category]]!&#039;&#039;&#039;&lt;br /&gt;
**Check if it is still listed in your [[Gallery Manager]]. The default category is [[Misc]].&lt;br /&gt;
***If so, you may rename or re-categorize it from there.&lt;br /&gt;
***If a [[Renaming|rename petition]] was successful on your gallery but the name is still unsatisfactory, you may insert another petition option. Should this new option reach higher [[power]], the name will change over.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot [[rename]] my gallery from the [[Gallery Manager]]!&#039;&#039;&#039;&lt;br /&gt;
**This action is only permitted from the manager for 24 hours after publishing.&lt;br /&gt;
**A successful [[Renaming|rename petition]] was done on your gallery. See the above issue.&lt;br /&gt;
**[[Expunged]] galleries cannot be renamed in this manner.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You can no longer change the [[category]] of this gallery.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery has had its [[category]] changed via [[tagging]]. If the [[category]] is still unsatisfactory report it as a [[#Gallery Tagging|mistag]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m afraid I can&#039;t let you do that.&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;That gallery has been marked as deleted, and can no longer be modified.&#039;&#039;&#039;&lt;br /&gt;
**You are attempting to modify or delete a gallery that cannot or can no longer be deleted.&lt;br /&gt;
***This also applies to properly replaced galleries and is working as intended.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not rate gallery. Reason: You cannot rate your own gallery.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Self-explanatory.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not obtain lock on gallery - if you are not running any active operations on this gallery, please wait about 15 minutes for the lock to expire.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Occurs when a gallery being uploaded / managed is in the middle of being processed by the server. Please wait and try again later.&lt;br /&gt;
**Also occurs to galleries that were reverted to a previous state, thus the URL entered is no longer valid.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery has missing, unwanted, or wrongly ordered images!&#039;&#039;&#039;&lt;br /&gt;
**You can add, remove, and modify the order of all your gallery&#039;s images via the [[Gallery Manager]].&lt;br /&gt;
***Note that you may only update a gallery twice per every 30 days (some exceptions apply).&lt;br /&gt;
****This limit does not apply to unpublished / [[private]] galleries.&lt;br /&gt;
&amp;lt;div id=&amp;quot;order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;out of order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;When people download my gallery the files are in the wrong order!&#039;&#039;&#039;&lt;br /&gt;
**Downloaded galleries use the filenames of the files &#039;&#039;when they were uploaded&#039;&#039;, so they may be out of order even if you corrected the order manually via the gallery maintenance UI.&lt;br /&gt;
**Rename your files to the correct order &#039;&#039;&#039;&#039;&#039;before&#039;&#039;&#039;&#039;&#039; uploading them (&#039;&#039;e.g. 001.jpg, 002.jpg, etc.&#039;&#039;) to avoid this problem.&lt;br /&gt;
***This is further recommended since different OSes [https://support.microsoft.com/kb/319827 sort files differently].&lt;br /&gt;
&amp;lt;div id=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Rating&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;People are giving my galleries low [[ratings]]!&#039;&#039;&#039;&lt;br /&gt;
**They are entitled to their opinions. Furthermore, ratings do not affect how well a gallery fares.&lt;br /&gt;
**Votes that deviate too much from the average rating are automatically discarded. This process is retroactive. Ratings, [[tags]] and [[favorites]] also carry over across all non-aged gallery updates.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery files are being resampled and converted to JPG!&#039;&#039;&#039;&lt;br /&gt;
**This is intended for [[Making_Galleries#Limits|files over 10MB in size]]. A link still allows you to download the original source at a cost of 5 image hits per MB.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery&#039;s stats show low/no hits!&#039;&#039;&#039;&lt;br /&gt;
**Gallery stats are updated every ~4 hours. Please wait and check again later.&lt;br /&gt;
&lt;br /&gt;
====[[Uploading]]====&lt;br /&gt;
*&#039;&#039;&#039;My uploads seem unusually slow.&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I am stuck on &amp;quot;Processing...&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Try to upload your images in ZIP or RAR archives. Uploading a small amount of larger files is faster than many smaller files. Break your upload into smaller portions.&lt;br /&gt;
***To prevent [[out of order]] situations either prefix filenames (the same way the [[Archiver]] would) or upload archives sequentially.&lt;br /&gt;
**Disable any software that uses upload bandwidth while you are uploading to the site.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Images appear outside of the scope / keep reappearing and I can&#039;t save changes!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I&#039;ve uploaded files but the gallery is empty!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The gallery is busy processing another task. Please wait until it is done before uploading more files.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The recommended maximum data you should upload in a single instance is 500 MB. Do not upload more than &amp;lt;span title=&amp;quot;1,258,291,200 bytes&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;1,200 MB&amp;lt;/span&amp;gt; in a single instance.&lt;br /&gt;
**Do not upload in multiple tabs/windows at the same time; the files are liable to be discarded.&lt;br /&gt;
***Uploading files to different galleries simultaneously is also not recommended.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My files take a lot of time to be processed.&#039;&#039;&#039;&lt;br /&gt;
**All files require indexing and thumbnail generation. PNG files additionally require decompression. Please be patient.&lt;br /&gt;
**It is recommended to use zero-compression (Store) ZIP/RAR archives; the filesize difference is negligible whilst processing will be much faster.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not retrieve lock for gallery&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The gallery has been deleted&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to upload files to the wrong gallery chain (replaced chain) or a deleted gallery.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Upload is temporarily unavailable.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The upload server is under maintenance. Please wait and try again later.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The file {filename} is corrupt, incomplete, too large, or not an accepted image file.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Make sure the file is of an [[Making_Galleries#Limits|accepted format and is not over the size limit]], is not corrupt, and is not named with [[Making_Galleries#Checking|unacceptable characters]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;{Filename} has been blacklisted on this system&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Any file that causes this message should &#039;&#039;&#039;NOT&#039;&#039;&#039; be uploaded as it is [[DNP]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have been temporarily barred from [[Making Galleries|uploading]] and managing galleries. The bar expires in &#039;&#039;x&#039;&#039; hours.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Too many of your galleries were [[expunged]], removed, or deleted.&lt;br /&gt;
**Wait for the ban to expire and do not create any more unacceptable uploads.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have been [[banned]] from [[Making Galleries|submitting galleries]] to this system.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Same as above, except permanent.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have earlier uploaded and published a gallery identical to the one you are now trying to publish. This gallery has been removed, and you will now be redirected to the old, identical gallery. If that gallery had previous been marked as deleted, it is now available again. You will be returned to the Management Interface momentarily.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You uploaded an exact copy of a gallery you have already uploaded and published.&lt;br /&gt;
**This will undelete a gallery if it was deleted by its owner.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You cannot add files to galleries that are older than twelve months. Please make a new one, then request to have this one expunged. You will be returned to the Management Interface momentarily.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is what is known as an [[aged]] gallery.&lt;br /&gt;
**[[Expunging#Replaced|Replace]] your gallery if it is truly necessary to make changes to it.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;{Filename} was generated by this system and has been replaced with the original copy.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The image uploaded is a thumbnail that was already generated by the system and thus was replaced by its original version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot select &#039;Save Changes&#039;, &#039;Start Upload&#039;, or &#039;Publish Gallery&#039; after deleting an image!&#039;&#039;&#039;&lt;br /&gt;
**Use one of the sorting buttons after making such changes to confirm them.&lt;br /&gt;
&lt;br /&gt;
===[[Gallery Tagging]]===&lt;br /&gt;
*&#039;&#039;&#039;Some tag searches include additional results.&#039;&#039;&#039;&lt;br /&gt;
**Try using [[Gallery_Tagging#Exact_Tag_Searching|exact tag searching]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot tag a gallery!&#039;&#039;&#039;&lt;br /&gt;
**The tag you are attempting to use may not be acceptable (e.g. too short or blacklisted).&lt;br /&gt;
**You may be banned from tagging galleries. You will receive a pop-up notification if this is the case.&lt;br /&gt;
**You may be attempting to upvote a downvoted tag (which may not give an error message). Be sure to read the tag&#039;s definition, [[Gallery Tagging|tagging guidelines]], or ask [https://forums.e-hentai.org/index.php?showtopic=184081 here] for upvotes.&lt;br /&gt;
**[[#Could Not Vote For Tag|See below]] for specific tagging error messages.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I tried to tag something and it turned into a different tag!&#039;&#039;&#039;&lt;br /&gt;
**Your tag included non-alphanumeric characters which are not permitted. Only hyphens, periods, and spaces are allowed in tags.&lt;br /&gt;
**Due to the grouping system for tags any [[slave tag]] will become its respective master tag. If you are not satisfied with the grouping you may post [https://forums.e-hentai.org/index.php?showtopic=199295 here] to discuss it.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot select a [[namespace]] for my tag!&#039;&#039;&#039;&lt;br /&gt;
**If you are certain it should be assigned a namespace please contact a [[E-Hentai VIP|tag moderator]] or post [https://forums.e-hentai.org/index.php?showtopic=88776 here].&lt;br /&gt;
***At least one instance of the misc tag must exist for it to be namespaced. If you cannot add the tag due to lack of [[power]] or if the tag already exists within another namespace please also link to a gallery where the tag would be a valid addition. If the tag does not pass [[presence]] for a gallery but will likely be used in the future (e.g. a [[character]] tag) please specify this in your post.&lt;br /&gt;
****If you forgot where you made the tag moderators have a listing for new tags created within the last 7 days along with the names of users who voted on them.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I accidentally created a wrong tag!&#039;&#039;&#039;&lt;br /&gt;
**Simply withdraw your tag before someone else upvotes it. If it&#039;s too late and you cannot downvote the tag completely by yourself ask for assistance in [https://forums.e-hentai.org/index.php?showtopic=184081 this thread].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Server communication failed. Server responded with:&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Connection timed out. Check your connection, wait a few seconds and try again.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Someone is voting down my tags!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;My gallery has incorrect tags!&#039;&#039;&#039;&lt;br /&gt;
**Double-check the tag&#039;s definition and [[Gallery_Tagging#Usage_Guidelines|tagging guidelines]].&lt;br /&gt;
**Vote the tags up/down only if you are absolutely certain.&lt;br /&gt;
**Post the gallery&#039;s URL [https://forums.e-hentai.org/index.php?showtopic=184081 here]. Please do not accuse any users of mistagging or request any [[bans]].&lt;br /&gt;
&lt;br /&gt;
====Could Not Vote For Tag====&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: You need more power to add that tag.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Cannot vote for tag.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The tag you are attempting to vote on [[Tagging_Mechanics#Tag_Mod_Power|requires]] additional [[mod power]]. This is to prevent poor handling of the tag by newer users.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} cannot be used.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are attempting to add/upvote a tag that is blocked or blacklisted.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag &amp;quot;{tagname}&amp;quot; is not allowed in this namespace - requires &amp;quot;{namespace}&amp;quot; or &amp;quot;{namespace}&amp;quot; namespace.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The tag you are attempting to enter requires an accompanying [[namespace]]. The namespace must be one of the approved pairings for that particular tag.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Tags should be added on the most recent gallery in this chain.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Only the most recent version of a gallery chain allows for tagging actions. The action will automatically be applied to all galleries in the chain.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Invalid user&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The API received an invalid user identification response while you were tagging.&lt;br /&gt;
***Your session may have expired. Use another browser or clear your cache/cookies.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Missing arguments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You entered in a term or phrase that is rendered as a blank tag.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Missing or malformed tags&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your request is longer than the maximum allowed for the input field.&lt;br /&gt;
***[[API]] requests are limited to the default tag input field maximum length (200 characters).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: You have already voted for or entered this tag, or you are trying to vote for a suppressed tag&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have already voted for the tag in the corresponding direction or the tag has been suppressed by downvotes.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: You cannot possibly have taken the time to look at the gallery in that short time. You must wait 10 seconds between tagging different galleries.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You attempted to vote on a tag on a gallery too quickly after doing so on a different gallery.&lt;br /&gt;
**This limit can be reduced with increased [[power]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: User fault detected. Replace user and try again&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You entered in the default text on the tag form (&amp;quot;Enter new tags, separated with comma&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: No effect&amp;quot;&lt;br /&gt;
**You are voting down a tag that was already voted down to 0 [[power]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} has been vetoed on this gallery&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The tag has been downvoted by at least 3 users with [[E-Hentai VIP|veto power]]. The tag can no longer be upvoted by other users after this has happened. If you believe that a tag has been vetoed incorrectly make an inquiry [https://forums.e-hentai.org/index.php?showtopic=11364 here].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} is in a restricted namespace and must first be defined by a tag moderator.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The [[namespace]] you are attempting to use has not been approved by a tag moderator.&lt;br /&gt;
**If you are certain it should be usable please contact a [[E-Hentai VIP|tag moderator]] or post [https://forums.e-hentai.org/index.php?showtopic=88776 here] to have it added.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} has an invalid namespace.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The [[namespace]] being used is not a correct one. Check your spelling.&lt;br /&gt;
**Make sure not to use a colon when tagging something except to indicate a namespace.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Gallery not found&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery is no longer formally in the system.&lt;br /&gt;
&lt;br /&gt;
===[[Archives]]===&lt;br /&gt;
*&#039;&#039;&#039;The [[archive]] link returns a blank page with the message &amp;quot;err&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
**Clear your cache and cookies.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I get a 503 error when I download an [[archive]]!&#039;&#039;&#039;&lt;br /&gt;
**The site may be experiencing [[#503|maintenance or other issues]].&lt;br /&gt;
**You may be attempting to use more than 4 simultaneous download threads. If using a download manager make sure that it does not exceed that amount.&lt;br /&gt;
**You may have exhausted your allowed download attempts.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My download speed is much slower than expected!&#039;&#039;&#039;&lt;br /&gt;
**After ensuring the issue is not on your end, you may be downloading from a capped or saturated archive server due to various reasons.&lt;br /&gt;
***The issue can be mitigated by using segmented downloading (use at your own risk) or just being patient. Alternately, if a very healthy [[torrent]] is available, please consider using this option.&lt;br /&gt;
***It is not possible to change servers after the archive is generated. Available servers are randomly assigned upon request and the archive then is only valid for the assigned archive server.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;A gallery I downloaded says &amp;quot;Unexpected end of archive.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The download was interrupted at some point. Please try to download it again.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;IP quota exhausted&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Too many addresses from the same IP range tried downloading the same [[archive]].&lt;br /&gt;
**Wait a week, generate another archive link, and &#039;&#039;&#039;do not share this link&#039;&#039;&#039; with anyone.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Failed to prepare one or more files for the archive. Please try again in an hour. Contact staff if this error persists.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Self-explanatory.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have clocked too many downloaded bytes on this gallery.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You download the same gallery&#039;s archive multiple times or the prior downloads kept failing and restarting. Cancel the download session and repurchase the archive.&lt;br /&gt;
&lt;br /&gt;
===[[Renaming]]===&lt;br /&gt;
*&#039;&#039;&#039;Someone else&#039;s gallery has an incorrect name or [[category]]!&#039;&#039;&#039;&lt;br /&gt;
**See [[Renaming]] for name changing.&lt;br /&gt;
**See [[Gallery Tagging#Categories|Gallery Tagging - Categories]] for category changing.&lt;br /&gt;
**You may also post links to such galleries [https://forums.e-hentai.org/index.php?showtopic=21476 here]. Please indicate the correct name/category in your post.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;That is already one of the suggested names.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You attempted to add a [[rename]] petition with the same text as an existing one for that gallery.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;New suggested title is too short.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You attempted to add a blank name as a [[rename]] petition. Pay attention to which option button is used.&lt;br /&gt;
&lt;br /&gt;
===[[Commenting]]===&lt;br /&gt;
*&#039;&#039;&#039;My gallery comment disappeared!&#039;&#039;&#039;&lt;br /&gt;
**Comments will become hidden [[Gallery_Commenting#Hidden_Comments|if they are low rated]].&lt;br /&gt;
**For galleries with more than 50 comments only the top 50 (depending on which viewing order is used) are displayed by default; the rest are hidden.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot delete my gallery comment!&#039;&#039;&#039;&lt;br /&gt;
**This is intentional.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Due to reported abuse, you have been blocked from adding more comments.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Numerous comments that you have made were severely downvoted.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You can only add comments for active galleries.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Deleted galleries may not have comments added to them.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot rate a gallery comment!&#039;&#039;&#039;&lt;br /&gt;
**You cannot rate comments if you have added a comment to the same gallery.&lt;br /&gt;
***Any existing comment ratings for a gallery will be removed if you add a comment to that gallery.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can upvote just fine but my comment downvotes do not have any effect!&#039;&#039;&#039;&lt;br /&gt;
**You have downvoted too many comments and the system acknowledged you as a potential mass-downvoter.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have to wait 60 seconds between each comment.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is to prevent spam. This limitation is reduced to 10 seconds for users with at least 25 [[power]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Your gallery comment is too short.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Comments must be at least 10 characters long.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have to type a real comment.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You entered in the default text into the comment form (&amp;quot;Enter your comments here, then hit Post Comment. If the last comment posted is yours, this will be appended to that post.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You did not enter a comment.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You either entered no text in the comment field or text that renders as nothing.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for comment. Reason: Correlation factor between reviewer and voter has exceeded reasonable limits. Vote blocked.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have voted on a particular user&#039;s comments too much. Upvote other useful comments.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for comment: Cannot vote when own comment exists in gallery&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to vote after posting a comment. Refresh the page to display your comment (unless it is perma-hidden).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not get editable comment: Can only edit own comment&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to edit someone else&#039;s comment. Refresh the page to display your own comment.&lt;br /&gt;
&lt;br /&gt;
==[[HentaiVerse]]==&lt;br /&gt;
(&#039;&#039;&#039;&amp;lt;span style=color:#FF5555&amp;gt;For in-game error messages see [[HentaiVerse_Bugs_%26_Errors|HentaiVerse Bugs &amp;amp; Errors]]&amp;lt;/span&amp;gt;&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;HentaiVerse is slow for me!&#039;&#039;&#039;&lt;br /&gt;
**Disable any [[scripts]] or browser add-ons. Re-enable them individually to isolate which one(s) may be causing the slowdown.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Failed to initialize player state. Try again later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;HV is temporarily unavailable, as the battle state tracker or master database is currently offline.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;HentaiVerse is not available on this cluster. If you are seeing this message, contact staff.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Snowflake and the moogles are basking in the summer sun. Check back later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Wait a few minutes and try again or use the alternative &#039;&#039;alt.hentaiverse.org&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t see everything in the HentaiVerse window!&#039;&#039;&#039;&lt;br /&gt;
**The minimum recommended resolution for HV is 1280x768.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;dawn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Dawn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;[[Dawn of a New Day]] / [[Random Encounter]] message does not appear.&#039;&#039;&#039;&lt;br /&gt;
**If you have just logged in reload the page.&lt;br /&gt;
**Wait a few minutes and try again.&lt;br /&gt;
**Even if the message did not appear check to see if the rewards from the Dawn have been received.&lt;br /&gt;
**Disable any ad-blockers or other add-ons which may prevent scripts from running.&lt;br /&gt;
**There is a limit of 24 random encounters per day.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Posting in [[E-Hentai Forums|the forums]] is not giving an [[EXP]] gain bonus.&#039;&#039;&#039;&lt;br /&gt;
**The EXP bonus takes 1 hour after the posting to take effect.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t enable my abilities!&#039;&#039;&#039;&lt;br /&gt;
**Use a browser that supports HTML5.&lt;br /&gt;
&amp;lt;div id=&amp;quot;exp&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;EXP&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;noexp&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;noEXP&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m not receiving any [[EXP]]!&#039;&#039;&#039;&lt;br /&gt;
**Make sure your [[Stamina]] is above 9.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Nope&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are attempting to access an [[equipment]] piece&#039;s link with an invalid ID or key.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Holding down hotkeys doesn&#039;t work!&#039;&#039;&#039;&lt;br /&gt;
**[[Image:Firefox.png]] If you are using NoScript, navigate Firefox to &#039;&#039;about:config&#039;&#039; and set &#039;&#039;noscript.clearClick.rapidFireCheck&#039;&#039; to &amp;quot;false&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I jumped to a new fight instead of going to the next turn!&#039;&#039;&#039;&lt;br /&gt;
**The server cluster lost a node temporarily. Just wait a few minutes and it should re-establish the connection to the node and load your battle again.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Some of the graphics don&#039;t show!&#039;&#039;&#039;&lt;br /&gt;
**Try {{Keypress|Ctrl}} + {{Keypress|F5}} to force reload them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div ID=&amp;quot;ShopBot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;Profit&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;Bazaar&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;bazaar&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;profit&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;shopbot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I sold an [[item]] to the [[Bazaar]] and got more [[credits]] than what it indicated.&#039;&#039;&#039;&lt;br /&gt;
**[[Item Bot]] [[Bazaar#Item_Shop|profit sharing]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My [[EXP]] required for the next level is showing as a negative!&#039;&#039;&#039;&lt;br /&gt;
**This is purely an aesthetic bug. It can occur when triggering a [[dawn]] event that gives enough [[EXP]] to [[level up]] whilst in a [[battle]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;H@H&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[H@H]]==&lt;br /&gt;
;Always make sure you have the latest stable version of [https://www.java.com/en/download/ Java Runtime Environment] and that your internet speed is sufficient when running the client.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;What&#039;s my Client ID?&#039;&#039;&#039;&lt;br /&gt;
**You will not have one if you did not sign up for H@H.&lt;br /&gt;
**Check [https://e-hentai.org/hentaiathome.php here] for it.&lt;br /&gt;
**Client IDs that have been inactive for over 13 months (~400 days) are revoked. Re-applying is permitted.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client&#039;s status is fine but I don&#039;t earn any [[Hath]] from it!&#039;&#039;&#039;&lt;br /&gt;
**Hath will not be granted if a client&#039;s speed is below the minimum requirements&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=215951&amp;amp;view=findpost&amp;amp;p=5139875]&amp;lt;/sup&amp;gt;.&lt;br /&gt;
***Make sure the client can constantly sustain at least 200KB/s of burst speed.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client isn&#039;t doing anything!&#039;&#039;&#039;&lt;br /&gt;
**Make sure the client is [[H@H#Activity|active enough]].&lt;br /&gt;
**If you are running a brand new client wait for your cache to fill (and subsequently [[static range]]s). Caches generally only fill for clients that have been running for at least 24 hours.&lt;br /&gt;
**Cached content itself will not affect hitrate; the only factors involved are burst speed, client quality, client region, and assigned [[static range]]s.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I am not being assigned static ranges!&#039;&#039;&#039;&lt;br /&gt;
**Ensure your client is stable and active with sufficient dedicated disk space. Keep it running for as long as possible.&lt;br /&gt;
**Clients will only get up to 48 static ranges assigned every day at peak performance (requires up to 8,400 MB of additional cache).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Disk usage is too high! Is there a way to limit this?&#039;&#039;&#039;&lt;br /&gt;
**To reduce disk seeks lower the cache size, a higher percentage of file accesses will be cached in RAM.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=215709&amp;amp;view=findpost&amp;amp;p=5138580]&amp;lt;/sup&amp;gt;&lt;br /&gt;
***&#039;&#039;&#039;All static ranges unable to fit within the new cache size will be lost.&#039;&#039;&#039; Ranges will be gradually reassigned once the cache becomes bigger again and the client is qualified to earn more ranges.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;HTTP 400 (Bad Request) responses show up in the client!&#039;&#039;&#039;&lt;br /&gt;
**This is normal as long as the client is within its region&#039;s average failure rate.&lt;br /&gt;
**If this happens a lot the client&#039;s ISP may have poor connectivity to the querying region. This can also be due to packet loss.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client has low trust!&#039;&#039;&#039;&lt;br /&gt;
**This commonly occurs after a bad shutdown since the server continues to attempt contact with your client after it went offline.&lt;br /&gt;
**Leave the client running, it will gradually regain trust if no other problems exist.&lt;br /&gt;
**If its trust is not recovering at all it may indicate a communication or file corruption issue. Check your cache.&lt;br /&gt;
**Low trust can also happen when your drive is full. It can happen on certain systems despite setting a free disc space in your panel. You can reduce your Maximum Disk Cache Size setting in your panel (and check &amp;quot;Remove static ranges if necessary&amp;quot;) to fix that issue.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client&#039;s trust is fine but my quality drops!&#039;&#039;&#039;&lt;br /&gt;
**This is usually caused by transient routing problems in the short-term and prevents single malfunctioning clients from causing entire network issues by lowering their priority accordingly.&lt;br /&gt;
**Sudden and large drops are normal for newer clients; waiting for a few weeks will generally give a stable baseline.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Request host did not send Content-Length, aborting transfer.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Something is blocking your requests; disable any [[#Common Problematic Software|problematic software]] that may be doing this.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;We appear to have reached the image limit. Attempting to contact the server to ask for a limit increase...&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have downloaded up to your daily limit via H@H downloader; you must wait 24 hours.&lt;br /&gt;
**This limit can be reset at your [[My Home]] area or increased by purchasing the &amp;quot;More Pages&amp;quot; [[Hath Perks]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Server reported expired key; attempting to refresh time from server and retrying.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Ignore this unless it persists.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Your client has been suspended for having an unreasonably high cache reset count.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your client has been banned. You may send an unblock request to [https://forums.e-hentai.org/index.php?showuser=6 Tenboro].&lt;br /&gt;
**This can occur if any of your cache files were deleted and your cache database was not updated to reflect this. Do &#039;&#039;&#039;NOT&#039;&#039;&#039; manually delete files from your cache.&lt;br /&gt;
***If you need to reduce your cache size simply reduce your max speed setting. The client will automatically remove excess cache files.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Critical Error: java.sql.SQLException: disk I/O error&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;java.lang.NullPointerException - [ERR] at org.hath.base.CacheHandler.initializeCacheHandler(CacheHandler.java:214)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] {java.lang.Throwable$WrappedPrintStream.println(Unknown Source)} at org.sqlite.Conn.setAutoCommit(Conn.java:336)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] java.sql.SQLException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Delete hath.db and rename hath.db.bak to hath.db, then restart the client.&lt;br /&gt;
***If this fails delete both files and restart the client. &lt;br /&gt;
**Make sure that the user you&#039;re running H@H as has write access to the directory from which you run it.&lt;br /&gt;
**If all else fails run [https://en.wikipedia.org/wiki/CHKDSK chkdsk] on the drive that stores H@H.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] {java.lang.Throwable$WrappedPrintStream.println(Unknown Source)} java.lang.InternalError: HTHEME is null&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is an aesthetic issue. [[Image:WindowsOS.png]] If the Themes service is disabled on a Windows OS and a client is running in the H@H GUI this error will happen whenever it is given focus as it fails to parse themes.&lt;br /&gt;
**Use the command-line client or enable the Themes service.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Cache Handler: cannot meet space constraints: Disk free space limit reached.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your free disk space was detected as too low. The client will stop getting new files until this is remedied.&lt;br /&gt;
**Change your disk space setting (&amp;quot;Minimum space to leave on disk&amp;quot;) (minimum 100 MB even if not set) or remove non-H@H files from the drive that H@H uses.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m having high memory usage running H@H under OpenVZ!&#039;&#039;&#039;&lt;br /&gt;
**Because of how OpenVZ calculates resident memory size H@H can appear to use as much as 1 GB of RAM even though its actual resident memory size is usually 50-100 MB.&lt;br /&gt;
**There is no known workaround at this time.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My country is incorrect on my H@H page!&#039;&#039;&#039;&lt;br /&gt;
**This does not matter for clients in Canada/United States.&lt;br /&gt;
**If the indicated country is geographically very far away from what it should be an override for the client ID may be necessary.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client key is &amp;quot;Not Set&amp;quot;!&#039;&#039;&#039;&lt;br /&gt;
**You must enter all the configuration details (speed, disk size, etc.) before the key is given.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;The SSL handshake times out&#039;&#039;&#039;&lt;br /&gt;
**This would happen on some routers where the WAN is through PPPoE, although rare.&lt;br /&gt;
**If you have access to your router configuration you can change this with iptables:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;iptables -t mangle -A FORWARD -p tcp -i pppoe-wan -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu&amp;lt;/pre&amp;gt;&lt;br /&gt;
For ISP provided router you may need to switch the router into modem mode and use a second (full) router in front of it.&lt;br /&gt;
&lt;br /&gt;
===Startup Errors===&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Startup notification failed.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**(This is a generic message, but if no other message accompanies it then this section may apply).&lt;br /&gt;
**Your speed was measured as too low. Turn off any bandwidth-consuming applications and try again.&lt;br /&gt;
**Java may be binding an IPv6 port. Try launching H@H with &amp;lt;tt&amp;gt;java -Djava.net.preferIPv4Stack=true -jar HentaiAtHome.jar&amp;lt;/tt&amp;gt;.&lt;br /&gt;
**You failed to contact the main server. Try again later.&lt;br /&gt;
**Turn off any anti-DDoS settings on your router which prevent multiple connections from occurring simultaneously.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The client has failed the external connection test.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your port for H@H was not detected as open. You may test it [https://canyouseeme.org/ here].&lt;br /&gt;
**Make sure that the port you are opening matches the one set in your H@H settings.&lt;br /&gt;
**Read a [https://portforward.com/ guide] to help with the opening of ports.&lt;br /&gt;
**Make sure you have a public IP address. ISPs may use [https://en.wikipedia.org/wiki/Carrier-grade_NAT CG-NAT], preventing others on the internet from seeing your computer.&lt;br /&gt;
**Check the IP of your router/modem. If it is [https://en.wikipedia.org/wiki/Private_network#Private_IPv4_address_spaces within a private range], you may have to ask your ISP to grant you a public address.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My entire cache is being verified when I start the client!&#039;&#039;&#039;&lt;br /&gt;
**This happens whenever there was a bad shutdown. This is to ensure the integrity of your cache is still in good standing.&lt;br /&gt;
**The client should run normally after the checking is complete. Please be patient.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The database could not be loaded.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Critical Error: Failed to buffer requested data for cache list write.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Delete hath.db, rename hath.db.bak to hath.db, then re-launch the client.&lt;br /&gt;
***If this fails, delete both files and re-launch the client.&lt;br /&gt;
**Make sure you have ownership of the files and folders that H@H uses.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Rejecting connection request during startup.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**If this doesn&#039;t happen very often just ignore it. Other users are simply contacting your client too soon.&lt;br /&gt;
**Check if your firewall or other software is blocking Java connections.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Required library file sqlitejdbc-v056.jar could not be found.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The file is missing, re-download H@H.&lt;br /&gt;
**It you run H@H through a command line, make sure to &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; to the same directory as the HentaiAtHome.jar file before running. You may also add that &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; command to the batch file.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[WARN] Unknown host rpc.hentaiathome.net, aborting..&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] java.net.UnknownHostException: e-hentai.org&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This may be a DNS issue. Try [https://documentation.cpanel.net/display/CKB/How+To+Clear+Your+DNS+Cache flushing your DNS cache] and restarting the client.&lt;br /&gt;
**Try switching to [https://developers.google.com/speed/public-dns/docs/using Google&#039;s public DNS].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] {java.lang.Throwable$WrappedPrintStream.println(Unknown Source)}&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not start the internal HTTP server.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Something besides H@H is already using the port that it was assigned. Try closing any program that may be doing this or set H@H to use a different port.&lt;br /&gt;
&amp;lt;div id=&amp;quot;ports&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Ports&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;port&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Port&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;It doesn&#039;t allow me to use a specific port!&#039;&#039;&#039;&lt;br /&gt;
**The following ports aren&#039;t available due to browser blocking and other compatibility issues: 80, 2049, 3659, 4045, 6000, 6665, 6666, 6667, 6668, 6669.&lt;br /&gt;
&lt;br /&gt;
==[[E-Hentai Forums]]==&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Sorry, you are not permitted to use this board.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your IP address may be banned. Try to change it.&lt;br /&gt;
**[https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PM Tenboro] with your IP if this continues or if you cannot change it.&lt;br /&gt;
**[[Image:Opera.png]] You are using the Opera Mini browser/network. Try an alternate browser.&lt;br /&gt;
&amp;lt;div id=&amp;quot;NoURLs&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I made a [[donation]] recently but don&#039;t see the corresponding [[awards]]!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m missing a [[award|confectionery]]!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I don&#039;t get the corresponding [[Dawn]] rewards!&#039;&#039;&#039;&lt;br /&gt;
**Refresh your account by performing an action such as changing [[HentaiVerse]], [[Gallery]], or [[My Home]] settings, custom forum title, or buying/selling from the [[GP Exchange]] or [[Hath Exchange]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Attachment&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t post URLs or attachments!&#039;&#039;&#039;&lt;br /&gt;
**New users may not do so until they have made at least &#039;&#039;&#039;2&#039;&#039;&#039; posts.&lt;br /&gt;
**Some subforums and threads disallow attachments.&lt;br /&gt;
***If there is a serious need to post an image in such a thread simply upload to and link to a filehost.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My post count is not going up!&#039;&#039;&#039;&lt;br /&gt;
**Posts made in some subforums do not increase post counts.&lt;br /&gt;
**[[Forums#Rewards|There is no benefit to inflating one&#039;s post count anyway]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;TenboroPM&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;PMTenboro&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;My PMs to [https://forums.e-hentai.org/index.php?showuser=6 Tenboro] are not being answered!&#039;&#039;&#039;&lt;br /&gt;
**He receives a lot of them, please be patient.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I accidentally deleted a private message!&#039;&#039;&#039;&lt;br /&gt;
**Unfortunately, it is too difficult to individually restore PMs from the site&#039;s backups.&lt;br /&gt;
**It is best to maintain [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=14 archives] of important PMs on your own.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My sent PMs are not showing up in my &#039;Sent&#039; folder!&#039;&#039;&#039;&lt;br /&gt;
**You must check off &amp;quot;Add a copy of this message to my sent items folder&amp;quot; when you send messages.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My post / thread disappeared!&#039;&#039;&#039;&lt;br /&gt;
**They were likely deleted by a moderator due to rule violations.&lt;br /&gt;
**Do &#039;&#039;&#039;not&#039;&#039;&#039; repost the offending content.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I receive a warning e-mail from the forum!&#039;&#039;&#039;&lt;br /&gt;
**The forum will send a warning to your original e-mail address whenever the password or e-mail associated with the account is changed.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot see the CAPTCHA for posting.&#039;&#039;&#039;&lt;br /&gt;
**Disable any software that blocks ads or scripts.&lt;br /&gt;
**Try with a different browser.&lt;br /&gt;
&lt;br /&gt;
==[[Bounty]]==&lt;br /&gt;
*&#039;&#039;&#039;I cannot contribute [[GP]] to a bounty.&#039;&#039;&#039;&lt;br /&gt;
**You may only use [[Hath]] or [[Credits]]. Use the [[GP Exchange]] to convert your gallery points to credits.&lt;br /&gt;
*&#039;&#039;&#039;I cannot claim a bounty!&#039;&#039;&#039;&lt;br /&gt;
**Check if you have met the [[bounty#Hunter_Ranks|Hunter Ranks]]. Note that Unranked is above Rank D.&lt;br /&gt;
**The bounty may be closed (a [https://e-hentai.org/bounty.php?s=c pending claim] already exists or [https://e-hentai.org/bounty.php?s=r the bounty is reserved]). Check its status.&lt;br /&gt;
*&#039;&#039;&#039;I claimed a bounty but even after 7 days, the claim was not accepted.&#039;&#039;&#039;&lt;br /&gt;
**Working as intended (see above). The bounty poster may no longer dispute the claim but you should PM/contact them to remind them as accepts are manual to prevent abuse.&lt;br /&gt;
*&#039;&#039;&#039;I cannot rescind a reward!&#039;&#039;&#039;&lt;br /&gt;
**Rewards can only be rescinded within 15 minutes of posting, after 30 days or by cancelling the bounty if it is yours. They also cannot be rescinded if the bounty enters a closed status (Closed/Claimed or Closed/Reserved).&lt;br /&gt;
*&#039;&#039;&#039;Bounties do not properly value Hath.&#039;&#039;&#039;&lt;br /&gt;
**Hath to Credit conversion uses the [[Hath Exchange]] average over 24 hours&amp;lt;sup&amp;gt;verification needed&amp;lt;/sup&amp;gt;, not a static amount of 5,000 credits per Hath - the minimal amount is intended as a guideline.&lt;br /&gt;
*&#039;&#039;&#039;I cannot set bounty restrictions above rank A.&#039;&#039;&#039;&lt;br /&gt;
**Working as intended. If you notice users of rank A or above claiming bounties in bad faith, PM them politely or report them in the relevant thread to let other users know.&lt;br /&gt;
**If accounts reach rank A unusually fast and then immediately start claiming bounties in bad faith, you should contact Tenboro to have him investigate and, if applicable, ban all involved accounts. Please be patient.&lt;br /&gt;
*&#039;&#039;&#039;The requested bounty was not found.&#039;&#039;&#039;&lt;br /&gt;
**If you get this message when clicking on a link from the [[forums]], the [https://e-hentai.org/logs.php?t=credits credit log] or a private message, the bounty does not exist or was deleted by the bounty poster or Tenboro.&lt;br /&gt;
**Bounties you contributed to will be immediately refunded when deleted.&lt;br /&gt;
&lt;br /&gt;
==[[EHTracker]]==&lt;br /&gt;
*&#039;&#039;&#039;My stats are not being tracked!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you are using the personalized torrent and not the public one.&lt;br /&gt;
**You may have reset your personal key. Any torrents with older personal keys need to be re-downloaded.&lt;br /&gt;
***Seedmins only count towards torrents you created yourself.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My stats stopped updating even though I&#039;m seeding properly!&#039;&#039;&#039;&lt;br /&gt;
**This generally happens if you are disconnected while seeding and have a dynamic IP address.&lt;br /&gt;
**Stop all torrents, then resume them in order to force a tracker announce check.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m seeding but not gaining any GP!&#039;&#039;&#039;&lt;br /&gt;
**This only occurs [[EHTracker#Rewards|if you are the torrent&#039;s or gallery&#039;s uploader]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Torrent not found&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**All torrents for the gallery have been expunged.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Upload Error: Failed uploading file (code=4).&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The server didn&#039;t receive any file. Try uploading with another browser.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Invalid auth&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Refresh the page and try to upload the torrent again.&lt;br /&gt;
&lt;br /&gt;
==[[EHWiki]]==&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m not receiving a verification e-mail!&#039;&#039;&#039;&lt;br /&gt;
**You may change the e-mail address for the account and revalidate.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t edit/create anything!&#039;&#039;&#039;&lt;br /&gt;
**You need to be in the &#039;Creator&#039; group in order to edit/create pages. Please contact a [[E-Hentai VIP|wiki admin]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t edit certain articles!&#039;&#039;&#039;&lt;br /&gt;
**Some articles are protected due to their importance or past abuse and thus cannot be edited by non-admins. Please [[E-Hentai VIP|contact one of them]] if you have information to add/edit.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t create an account!&#039;&#039;&#039;&lt;br /&gt;
**If your IP may be listed on the wiki&#039;s DNSBL.&lt;br /&gt;
**Change your IP and try again.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showforum=7 Forum - Site Discussion, Help &amp;amp; Feedback]&lt;br /&gt;
&lt;br /&gt;
[[Category:Site Features]][[Category:E-Hentai Forums]][[Category:EHwiki]][[Category:HentaiVerse]][[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Hentai@Home&amp;diff=48810</id>
		<title>Hentai@Home</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Hentai@Home&amp;diff=48810"/>
		<updated>2019-01-29T23:14:59Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: removed the ability to run on port 80&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hentai@Home (H@H) is a Peer-2-Peer gallery distribution system which reduces the load on the [[E-Hentai Galleries]]. Current version: [https://forums.e-hentai.org/index.php?showtopic=209761 1.4.2]&lt;br /&gt;
&lt;br /&gt;
[[Image:H@H Client.png|thumb|The client UI (maximized)]]&lt;br /&gt;
[[Image:H@H Client Screen.png|thumb|The client list UI]]&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
H@H is a project that can be compared to a cross between the [https://setiathome.ssl.berkeley.edu/ SETI@home] project and [https://en.wikipedia.org/wiki/BitTorrent_(protocol) BitTorrent].&lt;br /&gt;
&lt;br /&gt;
All participating users run a small Java-based client that downloads files from the main E-Hentai servers to their computer and passes those files on to people who browse the [[E-Hentai Galleries]]. This allows E-Hentai to serve many more images using less server bandwidth.&lt;br /&gt;
&lt;br /&gt;
The client may be run freely for any duration of time but it is recommended to run it continuously for as long as possible for maximum [[#Rewards|rewards]].&lt;br /&gt;
&lt;br /&gt;
==Signing Up==&lt;br /&gt;
[[Image:H@H Application.png|thumb|The H@H application form.]]&lt;br /&gt;
&amp;lt;div id=&amp;quot;Requirements&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;requirements&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Requirement&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;requirement&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Minimum Requirements===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Requirement&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.java.com/en/download/index.jsp Java Runtime Environment]&lt;br /&gt;
|&lt;br /&gt;
*Version must be 7-9.&lt;br /&gt;
*The SDKs are also usable.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;625 KB/s&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;5+ Mbit/s&amp;lt;/span&amp;gt; burst speed&lt;br /&gt;
|&lt;br /&gt;
*This applies to both upload and download.&lt;br /&gt;
*Sustained upload should be &amp;lt;span title=&amp;quot;1.6 Mbit/s&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;200+ KB/s&amp;lt;/span&amp;gt;. 250+ KB/s is recommended.&lt;br /&gt;
|-&lt;br /&gt;
|300 MB/hour bandwidth&lt;br /&gt;
|Users may limit how much bandwidth is used per hour.&lt;br /&gt;
|-&lt;br /&gt;
|10+ GB of &#039;&#039;&#039;dedicated&#039;&#039;&#039; hard drive space&lt;br /&gt;
|&lt;br /&gt;
*SSDs are ideal; &amp;lt;span title=&amp;quot;Disabling logging can reduce I/O even further&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;write endurance is not an issue&amp;lt;/span&amp;gt;.&lt;br /&gt;
*At least 1 GB for every 25 KB/s is encouraged for optimal [[static range]] allocation.&lt;br /&gt;
**Please ensure the client can sustain both speed and disk I/O in the long run to maintain decent performance.&lt;br /&gt;
|-&lt;br /&gt;
|[https://portforward.com/ An open TCP port]&lt;br /&gt;
|&lt;br /&gt;
*Must be between 1024-65534.&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Ephemeral_port Unregistered IANA ports or UNIX kernel ports] are recommended as private ports. Check [https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers this list] for potential port conflicts.&lt;br /&gt;
**[[Technical_Issues#Ports|Some ports are not permitted]].&lt;br /&gt;
|-&lt;br /&gt;
|A unique IPv4 IP address&lt;br /&gt;
|1 per every operational client.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Obtaining Client Keys===&lt;br /&gt;
Users signing up for their first client simply go to the [[My_Home#Hentai.40Home | Hentai@Home page]] in their [[My Home]] area. A flash interface will appear where users may fill in their qualifications. Applications typically take a few days to process.&lt;br /&gt;
&lt;br /&gt;
For any additional clients please [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PM Tenboro]. For users wishing to run more than 5 clients the average quality of their existing clients must be stable 7000+ before more keys are assigned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Installation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation Guides==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=19795 Windows]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=100453 FreeBSD with Jails]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=19795&amp;amp;view=findpost&amp;amp;p=797807 Linux]&lt;br /&gt;
**[[Installing H@H on Ubuntu|Ubuntu]]&lt;br /&gt;
**[[Installing H@H on Debian|Debian]]&lt;br /&gt;
**[https://forums.e-hentai.org/index.php?showtopic=69880 Debian on Raspberry Pi]&lt;br /&gt;
**[https://forums.e-hentai.org/index.php?showtopic=69887 Solaris]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=97809 Rented Server]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=132751 Python Client]&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
A client&#039;s maximum burst speed (in KB/s) will determine the maximum number of connections that can be had simultaneously (up to 500 at 4800 KB/s or more).&lt;br /&gt;
&lt;br /&gt;
Simultaneous connections are determined by a client&#039;s hitrate and burst speed (during speed tests, the packet size is adjusted to match the client&#039;s burst speed).&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Maximum connections&#039;&#039;&#039; = 20 + max_burst_speed / 10000&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The disk cache size (in GB) must be enough to maintain static ranges. Clients must be able to store 10 GB or 175 MB per static range at any given time, whichever is higher:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Minimum cache size&#039;&#039;&#039; = max(10, static_ranges * 175 / 1024)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Speed Test===&lt;br /&gt;
When the H@H client starts, it contacts one of the H@H control servers which tests the connection of the client in order to check if it can upload data at the configured maximum burst speed. If it cannot, the maximum burst speed is reduced internally to the measured upload speed in order to prevent the connection from being overloaded.&lt;br /&gt;
&lt;br /&gt;
It is possible for the measured upload speed to be significantly lower than real upload speed of the Internet connection. In such a case, the H@H client will be underused and its owner can request a speed test override from [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 Tenboro] by sending proof (e.g. a screenshot of their [https://speedof.me/ speed test] results).&lt;br /&gt;
&lt;br /&gt;
==Activity==&lt;br /&gt;
An H@H client needs to maintain a [[#Trust|Trust]] of 0, [[#Quality|Quality]] of 2500, and max tested speed of 80 KB/s. Failure to reach any of these requirements will make it idle on the network and wait until the requirements are reached.&lt;br /&gt;
&lt;br /&gt;
==Scheduler==&lt;br /&gt;
Each client can be scheduled to use less than its maximum burst speed and bandwidth. These can be based on particular days but are limited to using precise times (every hour on the hour). Schedules are read and cached at the start of each hour so changes won&#039;t apply until the start of next hour.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
A few command line switches may be given to the H@H application in order to change some of its behaviors:&lt;br /&gt;
:&amp;lt;tt&amp;gt;--disable_bwm&amp;lt;/tt&amp;gt;&lt;br /&gt;
::(&#039;&#039;Can also be set from the client&#039;s settings page&#039;&#039;)&lt;br /&gt;
::Disables the bandwidth monitor, which prevents the client from using more upload speed than the value of the &amp;quot;Maximum Burst Speed&amp;quot; parameter. The H@H dispatcher will still respect the &amp;quot;Maximum Burst Speed&amp;quot; parameter so that the &amp;lt;u&amp;gt;mean&amp;lt;/u&amp;gt; upload speed of the client won&#039;t exceed that value. However, the client might use as much upload speed as its connection provides in order to send files, which generally results in upload peaks.&lt;br /&gt;
::In some cases, the bandwidth monitor is unable to use the whole maximum upload speed that has been set, which can result in an under-utilization of the client&#039;s upload speed (and might trigger false overload notifications). In such cases, it is better to disable the bandwidth monitor in order for the client to give better performances.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--disable_logging&amp;lt;/tt&amp;gt;&lt;br /&gt;
::(&#039;&#039;Can also be set from the client&#039;s settings page&#039;&#039;)&lt;br /&gt;
::Disables the opening, creation, and writing to the &#039;&#039;log_out&#039;&#039; file. This will significantly reduce I/O for HDD but make network troubleshooting harder. Java errors will still be logged to &#039;&#039;log_err&#039;&#039;.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--flush-logs&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Flushes the log to disk for every written line. This will increase I/O; mostly recommended for when the log is written to a ramdisk.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--max_connections=&#039;&#039;conn&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Sets the maximum number of connections the application can handle to &#039;&#039;conn&#039;&#039;. The default maximum number of connections depends on the max burst speed parameter, as detailed above. In some rare circumstances the default value is too low and the maximum number of connections needs to be increased slightly in order to avoid triggering false overload notifications. Setting this value too high might have severe consequences on a client&#039;s performance and impact the whole H@H network badly. &#039;&#039;&#039;DO NOT CHANGE THIS VALUE UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING!&#039;&#039;&#039;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--port&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Overrides the port set in the client&#039;s settings. For example, one may use this option and the following iptables rules to allow running H@H on one port officially (in the [https://e-hentai.org/hentaiathome.php settings page]) whilst binding or tunnelling a completelly different port.  This usercase is seldom but an example cloud be: configure H@H in the setting to start on port &amp;lt;tt&amp;gt;6000&amp;lt;/tt&amp;gt;, then use &amp;lt;tt&amp;gt;--port=7777&amp;lt;/tt&amp;gt; with the following iptables rules:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;iptables -A INPUT -p tcp --dport 6000 -j ACCEPT&lt;br /&gt;
iptables -A INPUT -p tcp --dport 7777 -j ACCEPT&lt;br /&gt;
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 6000 -j REDIRECT --to-port 7777&amp;lt;/pre&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--rescan-cache&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Checks the cache for errors.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--silentstart&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Starts the UI in minimized mode / tray icon.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--skip_free_space_check&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Disables the free space check so that the application won&#039;t err if the space left on the partition that contains the &#039;&#039;cache&#039;&#039; folder is less than the configured parameter (or 100MB if that parameter is set to a value less than 100MB).&lt;br /&gt;
:&amp;lt;tt&amp;gt;--verify_cache&amp;lt;/tt&amp;gt;&lt;br /&gt;
::(&#039;&#039;Can also be requested from the client&#039;s settings page&#039;&#039;)&lt;br /&gt;
::Forces a check of the entire cache. This is the same as &amp;lt;tt&amp;gt;--rescan-cache&amp;lt;/tt&amp;gt; with the addition that the SHA-1 hash of each file is also checked; this can take a long time.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--Xmx&#039;&#039;mem&#039;&#039;m&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Limits the use of memory to &#039;&#039;mem&#039;&#039; (in MB).&lt;br /&gt;
&lt;br /&gt;
===Directories===&lt;br /&gt;
:&amp;lt;tt&amp;gt;--cache-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--data-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--download-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--log-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--temp-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These arguments allow for changes to the locations of these directories. Quotes are required if there are spaces in the path. H@H will attempt to create the directory if it does not exist. Only &#039;&#039;log&#039;&#039; and &#039;&#039;temp&#039;&#039; may share a directory.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Windows&#039;&#039;&#039;: --download-dir=&amp;quot;c:\some download dir with spaces\&amp;quot;&lt;br /&gt;
&#039;&#039;&#039;Linux&#039;&#039;&#039;: --cache-dir=/some/cache/location --temp-dir=/dev/shm/hath --log-dir=/dev/shm/hath&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Cache==&lt;br /&gt;
The system fills a client&#039;s cache exclusively with [[#Static Ranges|static ranges]] of files. Users should &#039;&#039;&#039;not&#039;&#039;&#039; tamper with any of these files; this will cause major [[#Trust|trust]] and cache database issues for the client. Corrupted files will be deleted and replaced if requested.&lt;br /&gt;
&lt;br /&gt;
===Static Ranges===&lt;br /&gt;
Static ranges are ~175 MB each or 1/65536th of the site&#039;s &amp;quot;active&amp;quot; content. The server will always assume that the client is able to serve files from that range without tracking the files individually. If a ranged file isn&#039;t currently cached the client will proxy-request it from the image servers on-demand and store it for later use. The ranged files will stay in the client&#039;s cache for 90 days after they were last requested.&lt;br /&gt;
&lt;br /&gt;
Clients that have started for the first time are assigned 20 ranges. Ranges are capped based on the low-end [[#Quality|quality]] mark of the client.&lt;br /&gt;
&lt;br /&gt;
Clients experiencing connectivity issues during peak hours will receive less static ranges to avoid increases in hitrate and workload they would otherwise not properly manage.&lt;br /&gt;
&lt;br /&gt;
==Trust==&lt;br /&gt;
Trust indicates how well the client is performing according to other clients.&lt;br /&gt;
*Trust caps at +1000 and gradually rises by 1-4 per minute if the client is behaving normally, even if it is not serving files.&lt;br /&gt;
*Negative trust often occurs from improper shutdowns or bad connections.&lt;br /&gt;
&lt;br /&gt;
==Quality==&lt;br /&gt;
Quality measures the long-term overall stability and reliability of a client, calculated by comparing the client&#039;s average failure rate with its average hit rate. It prioritizes clients for file requests (along with raw speed and proximity factors) and determines how many [[static range]]s can be assigned every day when compared with the region&#039;s average performance.&lt;br /&gt;
*Quality gradually increases as long as the client is properly serving files. It fluctuates using a weighed average of low and high marks to measure a client&#039;s long-term stability. Those marks stabilize over time unless network issues exist. The low-end mark defines daily [[static range]] assignment.&lt;br /&gt;
*What constitutes a decent quality rating varies between geographical regions. A client&#039;s low-end mark should be at least within its regional average in order to get the most [[static range]]s.&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Quality&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|10,000 || Maximum quality.&lt;br /&gt;
|-&lt;br /&gt;
|7,000 || [[Static Range]] cap becomes 6,000.&lt;br /&gt;
|-&lt;br /&gt;
|5,000 || [[Static Range]] cap becomes 2,000. Its factor for [[hath]] calculation is reduced.&lt;br /&gt;
|-&lt;br /&gt;
|3,000 || [[Static Range]] cap becomes 1,000.&lt;br /&gt;
|-&lt;br /&gt;
|2,500 || Client stays idle.&lt;br /&gt;
|-&lt;br /&gt;
|1,500 || Starting point for new clients or those that have been unused for several days.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Users receive 1 [[GP]] for each hit on their client and may compete for a position on the [[Toplists#Hentai.40Home_Toplists|H@H toplist]].&lt;br /&gt;
&lt;br /&gt;
While running H@H clients &#039;&#039;&#039;that meet the minimum speed requirements&#039;&#039;&#039; users receive [[Hath]] which can be used to purchase [[Hath Perks]]. &#039;&#039;&#039;Clients must be able to hit at least 160 KB/s to award any Hath.&#039;&#039;&#039; The daily amount earned per client is based on average hit/minute (calculated over a week) and [[static range]]s. The hath is made available roughly every 4 hours the client has been running.&lt;br /&gt;
&lt;br /&gt;
A quality rating below 5000 reduces the static range gain by a linear factor:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Hathrate/day&#039;&#039;&#039; = 1 + 0.15 * hitrate + 0.01 * static_ranges * min(1, low_quality_factor)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===H@H Downloader===&lt;br /&gt;
&#039;&#039;For more information, please check [https://forums.e-hentai.org/index.php?showtopic=196195 this thread].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An H@H client can be used to download [[archive]]s (instead of via HTTPS).&lt;br /&gt;
*Resolution options include 780x, 980x, 1280x, 1600x, 2400x, or original (availability may differ).&lt;br /&gt;
*Once queued there is no way to prevent the client from downloading the gallery.&lt;br /&gt;
*This generates a galleryinfo.txt file upon completed unlike normal [[archive]] downloading.&lt;br /&gt;
*[[Archives#Filenames|Filename changes]] still occur.&lt;br /&gt;
*These downloads still cost [[GP]]/[[credits]] ([[#Free_Archives|see below for exceptions]]).&lt;br /&gt;
&lt;br /&gt;
====Free [[Archives]]====&lt;br /&gt;
Functioning clients earn a quota of 1,000 MB/day in free [[archive]] downloads. An additional 10 MB/day is earned per adjusted average hit.&lt;br /&gt;
&lt;br /&gt;
A client is considered functional if &#039;&#039;&#039;all 4&#039;&#039;&#039; of the following apply:&lt;br /&gt;
* The client scores an average hitrate of &#039;&#039;&#039;at least 1.0 hit/minute&#039;&#039;&#039;.&lt;br /&gt;
* The client has been running for at least &#039;&#039;&#039;24 hours straight&#039;&#039;&#039;.&lt;br /&gt;
* The client had &#039;&#039;&#039;no more than one downtime within the same hour&#039;&#039;&#039;.&lt;br /&gt;
* The client had &#039;&#039;&#039;no downtime that exceeded 4 hours&#039;&#039;&#039;.&lt;br /&gt;
**If a client breaks either of the last 2 conditions its the uptime is reset and it must remain active for 24 hours again to qualify.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*This quota is measured over a 7-day sliding window.&lt;br /&gt;
*Extra clients do NOT earn another 1,000 MB.&lt;br /&gt;
*[[Archives#Costs|Recreated archives]] do NOT qualify.&lt;br /&gt;
*The amount a user has earned can be found on their H@H client list page at the bottom of the &amp;quot;Your Active Clients&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Hentai@Home FAQ|FAQ - Hentai@Home]]&lt;br /&gt;
*[[Technical_Issues#H.40H|Technical Issues - H@H]]&lt;br /&gt;
*[[Hath]]&lt;br /&gt;
*[[Downloading]]&lt;br /&gt;
*[[Renting A Seedbox]]&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=19795 H@H FAQ topic]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=101296&amp;amp;view=findpost&amp;amp;p=2336526 Running H@H as a Service]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Site Features]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Hentai@Home&amp;diff=48809</id>
		<title>Hentai@Home</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Hentai@Home&amp;diff=48809"/>
		<updated>2019-01-28T23:14:46Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: changed the wording of port iptables rules&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hentai@Home (H@H) is a Peer-2-Peer gallery distribution system which reduces the load on the [[E-Hentai Galleries]]. Current version: [https://forums.e-hentai.org/index.php?showtopic=209761 1.4.2]&lt;br /&gt;
&lt;br /&gt;
[[Image:H@H Client.png|thumb|The client UI (maximized)]]&lt;br /&gt;
[[Image:H@H Client Screen.png|thumb|The client list UI]]&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
H@H is a project that can be compared to a cross between the [https://setiathome.ssl.berkeley.edu/ SETI@home] project and [https://en.wikipedia.org/wiki/BitTorrent_(protocol) BitTorrent].&lt;br /&gt;
&lt;br /&gt;
All participating users run a small Java-based client that downloads files from the main E-Hentai servers to their computer and passes those files on to people who browse the [[E-Hentai Galleries]]. This allows E-Hentai to serve many more images using less server bandwidth.&lt;br /&gt;
&lt;br /&gt;
The client may be run freely for any duration of time but it is recommended to run it continuously for as long as possible for maximum [[#Rewards|rewards]].&lt;br /&gt;
&lt;br /&gt;
==Signing Up==&lt;br /&gt;
[[Image:H@H Application.png|thumb|The H@H application form.]]&lt;br /&gt;
&amp;lt;div id=&amp;quot;Requirements&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;requirements&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Requirement&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;requirement&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Minimum Requirements===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Requirement&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.java.com/en/download/index.jsp Java Runtime Environment]&lt;br /&gt;
|&lt;br /&gt;
*Version must be 7-9.&lt;br /&gt;
*The SDKs are also usable.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;625 KB/s&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;5+ Mbit/s&amp;lt;/span&amp;gt; burst speed&lt;br /&gt;
|&lt;br /&gt;
*This applies to both upload and download.&lt;br /&gt;
*Sustained upload should be &amp;lt;span title=&amp;quot;1.6 Mbit/s&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;200+ KB/s&amp;lt;/span&amp;gt;. 250+ KB/s is recommended.&lt;br /&gt;
|-&lt;br /&gt;
|300 MB/hour bandwidth&lt;br /&gt;
|Users may limit how much bandwidth is used per hour.&lt;br /&gt;
|-&lt;br /&gt;
|10+ GB of &#039;&#039;&#039;dedicated&#039;&#039;&#039; hard drive space&lt;br /&gt;
|&lt;br /&gt;
*SSDs are ideal; &amp;lt;span title=&amp;quot;Disabling logging can reduce I/O even further&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;write endurance is not an issue&amp;lt;/span&amp;gt;.&lt;br /&gt;
*At least 1 GB for every 25 KB/s is encouraged for optimal [[static range]] allocation.&lt;br /&gt;
**Please ensure the client can sustain both speed and disk I/O in the long run to maintain decent performance.&lt;br /&gt;
|-&lt;br /&gt;
|[https://portforward.com/ An open TCP port]&lt;br /&gt;
|&lt;br /&gt;
*Must be between 1024-65534.&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Ephemeral_port Unregistered IANA ports or UNIX kernel ports] are recommended as private ports. Check [https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers this list] for potential port conflicts.&lt;br /&gt;
**[[Technical_Issues#Ports|Some ports are not permitted]].&lt;br /&gt;
|-&lt;br /&gt;
|A unique IPv4 IP address&lt;br /&gt;
|1 per every operational client.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Obtaining Client Keys===&lt;br /&gt;
Users signing up for their first client simply go to the [[My_Home#Hentai.40Home | Hentai@Home page]] in their [[My Home]] area. A flash interface will appear where users may fill in their qualifications. Applications typically take a few days to process.&lt;br /&gt;
&lt;br /&gt;
For any additional clients please [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PM Tenboro]. For users wishing to run more than 5 clients the average quality of their existing clients must be stable 7000+ before more keys are assigned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Installation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation Guides==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=19795 Windows]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=100453 FreeBSD with Jails]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=19795&amp;amp;view=findpost&amp;amp;p=797807 Linux]&lt;br /&gt;
**[[Installing H@H on Ubuntu|Ubuntu]]&lt;br /&gt;
**[[Installing H@H on Debian|Debian]]&lt;br /&gt;
**[https://forums.e-hentai.org/index.php?showtopic=69880 Debian on Raspberry Pi]&lt;br /&gt;
**[https://forums.e-hentai.org/index.php?showtopic=69887 Solaris]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=97809 Rented Server]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=132751 Python Client]&lt;br /&gt;
&lt;br /&gt;
==Limits==&lt;br /&gt;
A client&#039;s maximum burst speed (in KB/s) will determine the maximum number of connections that can be had simultaneously (up to 500 at 4800 KB/s or more).&lt;br /&gt;
&lt;br /&gt;
Simultaneous connections are determined by a client&#039;s hitrate and burst speed (during speed tests, the packet size is adjusted to match the client&#039;s burst speed).&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Maximum connections&#039;&#039;&#039; = 20 + max_burst_speed / 10000&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The disk cache size (in GB) must be enough to maintain static ranges. Clients must be able to store 10 GB or 175 MB per static range at any given time, whichever is higher:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Minimum cache size&#039;&#039;&#039; = max(10, static_ranges * 175 / 1024)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Speed Test===&lt;br /&gt;
When the H@H client starts, it contacts one of the H@H control servers which tests the connection of the client in order to check if it can upload data at the configured maximum burst speed. If it cannot, the maximum burst speed is reduced internally to the measured upload speed in order to prevent the connection from being overloaded.&lt;br /&gt;
&lt;br /&gt;
It is possible for the measured upload speed to be significantly lower than real upload speed of the Internet connection. In such a case, the H@H client will be underused and its owner can request a speed test override from [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 Tenboro] by sending proof (e.g. a screenshot of their [https://speedof.me/ speed test] results).&lt;br /&gt;
&lt;br /&gt;
==Activity==&lt;br /&gt;
An H@H client needs to maintain a [[#Trust|Trust]] of 0, [[#Quality|Quality]] of 2500, and max tested speed of 80 KB/s. Failure to reach any of these requirements will make it idle on the network and wait until the requirements are reached.&lt;br /&gt;
&lt;br /&gt;
==Scheduler==&lt;br /&gt;
Each client can be scheduled to use less than its maximum burst speed and bandwidth. These can be based on particular days but are limited to using precise times (every hour on the hour). Schedules are read and cached at the start of each hour so changes won&#039;t apply until the start of next hour.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
A few command line switches may be given to the H@H application in order to change some of its behaviors:&lt;br /&gt;
:&amp;lt;tt&amp;gt;--disable_bwm&amp;lt;/tt&amp;gt;&lt;br /&gt;
::(&#039;&#039;Can also be set from the client&#039;s settings page&#039;&#039;)&lt;br /&gt;
::Disables the bandwidth monitor, which prevents the client from using more upload speed than the value of the &amp;quot;Maximum Burst Speed&amp;quot; parameter. The H@H dispatcher will still respect the &amp;quot;Maximum Burst Speed&amp;quot; parameter so that the &amp;lt;u&amp;gt;mean&amp;lt;/u&amp;gt; upload speed of the client won&#039;t exceed that value. However, the client might use as much upload speed as its connection provides in order to send files, which generally results in upload peaks.&lt;br /&gt;
::In some cases, the bandwidth monitor is unable to use the whole maximum upload speed that has been set, which can result in an under-utilization of the client&#039;s upload speed (and might trigger false overload notifications). In such cases, it is better to disable the bandwidth monitor in order for the client to give better performances.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--disable_logging&amp;lt;/tt&amp;gt;&lt;br /&gt;
::(&#039;&#039;Can also be set from the client&#039;s settings page&#039;&#039;)&lt;br /&gt;
::Disables the opening, creation, and writing to the &#039;&#039;log_out&#039;&#039; file. This will significantly reduce I/O for HDD but make network troubleshooting harder. Java errors will still be logged to &#039;&#039;log_err&#039;&#039;.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--flush-logs&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Flushes the log to disk for every written line. This will increase I/O; mostly recommended for when the log is written to a ramdisk.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--max_connections=&#039;&#039;conn&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Sets the maximum number of connections the application can handle to &#039;&#039;conn&#039;&#039;. The default maximum number of connections depends on the max burst speed parameter, as detailed above. In some rare circumstances the default value is too low and the maximum number of connections needs to be increased slightly in order to avoid triggering false overload notifications. Setting this value too high might have severe consequences on a client&#039;s performance and impact the whole H@H network badly. &#039;&#039;&#039;DO NOT CHANGE THIS VALUE UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING!&#039;&#039;&#039;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--port&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Overrides the port set in the client&#039;s settings. For example, one may use this option (as &amp;lt;tt&amp;gt;--port=7777&amp;lt;/tt&amp;gt;) and the following iptables rules to allow running H@H on port 80 on Linux as a non-priviledged user:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;iptables -A INPUT -p tcp --dport 80 -j ACCEPT&lt;br /&gt;
iptables -A INPUT -p tcp --dport 7777 -j ACCEPT&lt;br /&gt;
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 7777&amp;lt;/pre&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--rescan-cache&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Checks the cache for errors.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--silentstart&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Starts the UI in minimized mode / tray icon.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--skip_free_space_check&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Disables the free space check so that the application won&#039;t err if the space left on the partition that contains the &#039;&#039;cache&#039;&#039; folder is less than the configured parameter (or 100MB if that parameter is set to a value less than 100MB).&lt;br /&gt;
:&amp;lt;tt&amp;gt;--verify_cache&amp;lt;/tt&amp;gt;&lt;br /&gt;
::(&#039;&#039;Can also be requested from the client&#039;s settings page&#039;&#039;)&lt;br /&gt;
::Forces a check of the entire cache. This is the same as &amp;lt;tt&amp;gt;--rescan-cache&amp;lt;/tt&amp;gt; with the addition that the SHA-1 hash of each file is also checked; this can take a long time.&lt;br /&gt;
:&amp;lt;tt&amp;gt;--Xmx&#039;&#039;mem&#039;&#039;m&amp;lt;/tt&amp;gt;&lt;br /&gt;
::Limits the use of memory to &#039;&#039;mem&#039;&#039; (in MB).&lt;br /&gt;
&lt;br /&gt;
===Directories===&lt;br /&gt;
:&amp;lt;tt&amp;gt;--cache-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--data-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--download-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--log-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;--temp-dir&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These arguments allow for changes to the locations of these directories. Quotes are required if there are spaces in the path. H@H will attempt to create the directory if it does not exist. Only &#039;&#039;log&#039;&#039; and &#039;&#039;temp&#039;&#039; may share a directory.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Windows&#039;&#039;&#039;: --download-dir=&amp;quot;c:\some download dir with spaces\&amp;quot;&lt;br /&gt;
&#039;&#039;&#039;Linux&#039;&#039;&#039;: --cache-dir=/some/cache/location --temp-dir=/dev/shm/hath --log-dir=/dev/shm/hath&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Cache==&lt;br /&gt;
The system fills a client&#039;s cache exclusively with [[#Static Ranges|static ranges]] of files. Users should &#039;&#039;&#039;not&#039;&#039;&#039; tamper with any of these files; this will cause major [[#Trust|trust]] and cache database issues for the client. Corrupted files will be deleted and replaced if requested.&lt;br /&gt;
&lt;br /&gt;
===Static Ranges===&lt;br /&gt;
Static ranges are ~175 MB each or 1/65536th of the site&#039;s &amp;quot;active&amp;quot; content. The server will always assume that the client is able to serve files from that range without tracking the files individually. If a ranged file isn&#039;t currently cached the client will proxy-request it from the image servers on-demand and store it for later use. The ranged files will stay in the client&#039;s cache for 90 days after they were last requested.&lt;br /&gt;
&lt;br /&gt;
Clients that have started for the first time are assigned 20 ranges. Ranges are capped based on the low-end [[#Quality|quality]] mark of the client.&lt;br /&gt;
&lt;br /&gt;
Clients experiencing connectivity issues during peak hours will receive less static ranges to avoid increases in hitrate and workload they would otherwise not properly manage.&lt;br /&gt;
&lt;br /&gt;
==Trust==&lt;br /&gt;
Trust indicates how well the client is performing according to other clients.&lt;br /&gt;
*Trust caps at +1000 and gradually rises by 1-4 per minute if the client is behaving normally, even if it is not serving files.&lt;br /&gt;
*Negative trust often occurs from improper shutdowns or bad connections.&lt;br /&gt;
&lt;br /&gt;
==Quality==&lt;br /&gt;
Quality measures the long-term overall stability and reliability of a client, calculated by comparing the client&#039;s average failure rate with its average hit rate. It prioritizes clients for file requests (along with raw speed and proximity factors) and determines how many [[static range]]s can be assigned every day when compared with the region&#039;s average performance.&lt;br /&gt;
*Quality gradually increases as long as the client is properly serving files. It fluctuates using a weighed average of low and high marks to measure a client&#039;s long-term stability. Those marks stabilize over time unless network issues exist. The low-end mark defines daily [[static range]] assignment.&lt;br /&gt;
*What constitutes a decent quality rating varies between geographical regions. A client&#039;s low-end mark should be at least within its regional average in order to get the most [[static range]]s.&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Quality&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|10,000 || Maximum quality.&lt;br /&gt;
|-&lt;br /&gt;
|7,000 || [[Static Range]] cap becomes 6,000.&lt;br /&gt;
|-&lt;br /&gt;
|5,000 || [[Static Range]] cap becomes 2,000. Its factor for [[hath]] calculation is reduced.&lt;br /&gt;
|-&lt;br /&gt;
|3,000 || [[Static Range]] cap becomes 1,000.&lt;br /&gt;
|-&lt;br /&gt;
|2,500 || Client stays idle.&lt;br /&gt;
|-&lt;br /&gt;
|1,500 || Starting point for new clients or those that have been unused for several days.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Users receive 1 [[GP]] for each hit on their client and may compete for a position on the [[Toplists#Hentai.40Home_Toplists|H@H toplist]].&lt;br /&gt;
&lt;br /&gt;
While running H@H clients &#039;&#039;&#039;that meet the minimum speed requirements&#039;&#039;&#039; users receive [[Hath]] which can be used to purchase [[Hath Perks]]. &#039;&#039;&#039;Clients must be able to hit at least 160 KB/s to award any Hath.&#039;&#039;&#039; The daily amount earned per client is based on average hit/minute (calculated over a week) and [[static range]]s. The hath is made available roughly every 4 hours the client has been running.&lt;br /&gt;
&lt;br /&gt;
A quality rating below 5000 reduces the static range gain by a linear factor:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Hathrate/day&#039;&#039;&#039; = 1 + 0.15 * hitrate + 0.01 * static_ranges * min(1, low_quality_factor)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===H@H Downloader===&lt;br /&gt;
&#039;&#039;For more information, please check [https://forums.e-hentai.org/index.php?showtopic=196195 this thread].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An H@H client can be used to download [[archive]]s (instead of via HTTPS).&lt;br /&gt;
*Resolution options include 780x, 980x, 1280x, 1600x, 2400x, or original (availability may differ).&lt;br /&gt;
*Once queued there is no way to prevent the client from downloading the gallery.&lt;br /&gt;
*This generates a galleryinfo.txt file upon completed unlike normal [[archive]] downloading.&lt;br /&gt;
*[[Archives#Filenames|Filename changes]] still occur.&lt;br /&gt;
*These downloads still cost [[GP]]/[[credits]] ([[#Free_Archives|see below for exceptions]]).&lt;br /&gt;
&lt;br /&gt;
====Free [[Archives]]====&lt;br /&gt;
Functioning clients earn a quota of 1,000 MB/day in free [[archive]] downloads. An additional 10 MB/day is earned per adjusted average hit.&lt;br /&gt;
&lt;br /&gt;
A client is considered functional if &#039;&#039;&#039;all 4&#039;&#039;&#039; of the following apply:&lt;br /&gt;
* The client scores an average hitrate of &#039;&#039;&#039;at least 1.0 hit/minute&#039;&#039;&#039;.&lt;br /&gt;
* The client has been running for at least &#039;&#039;&#039;24 hours straight&#039;&#039;&#039;.&lt;br /&gt;
* The client had &#039;&#039;&#039;no more than one downtime within the same hour&#039;&#039;&#039;.&lt;br /&gt;
* The client had &#039;&#039;&#039;no downtime that exceeded 4 hours&#039;&#039;&#039;.&lt;br /&gt;
**If a client breaks either of the last 2 conditions its the uptime is reset and it must remain active for 24 hours again to qualify.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*This quota is measured over a 7-day sliding window.&lt;br /&gt;
*Extra clients do NOT earn another 1,000 MB.&lt;br /&gt;
*[[Archives#Costs|Recreated archives]] do NOT qualify.&lt;br /&gt;
*The amount a user has earned can be found on their H@H client list page at the bottom of the &amp;quot;Your Active Clients&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Hentai@Home FAQ|FAQ - Hentai@Home]]&lt;br /&gt;
*[[Technical_Issues#H.40H|Technical Issues - H@H]]&lt;br /&gt;
*[[Hath]]&lt;br /&gt;
*[[Downloading]]&lt;br /&gt;
*[[Renting A Seedbox]]&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=19795 H@H FAQ topic]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=101296&amp;amp;view=findpost&amp;amp;p=2336526 Running H@H as a Service]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Site Features]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Fetish_Listing&amp;diff=48575</id>
		<title>Fetish Listing</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Fetish_Listing&amp;diff=48575"/>
		<updated>2018-12-04T23:26:58Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: add kemonomimi to costumes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Age==&lt;br /&gt;
[[age progression]], [[age regression]], [[dilf]] ♂, [[infantilism]], [[lolicon]], [[low lolicon]] ♀, [[low shotacon]] ♂, [[milf]] ♀, [[old lady]] ♀, [[old man]] ♂, [[shotacon]] ♂, [[toddlercon]]&lt;br /&gt;
&lt;br /&gt;
==Body==&lt;br /&gt;
[[adventitious penis]], [[adventitious vagina]], [[amputee]], [[body modification]], [[conjoined]], [[doll joints]], [[gijinka]], [[inflation]], [[invisible]], [[multiple arms]], [[multiple breasts]] ♀, [[multiple nipples]], [[multiple penises]], [[multiple vaginas]] ♀, [[muscle]], [[muscle growth]], [[pregnant]], [[stretching]], [[tailjob]], [[wings]]&lt;br /&gt;
&lt;br /&gt;
===Change===&lt;br /&gt;
[[absorption]], [[age progression]], [[age regression]], [[ass expansion]], [[balls expansion]], [[body swap]], [[breast expansion]], [[breast reduction]] ♀, [[clit growth]] ♀, [[corruption]], [[dick growth]], [[feminization]] ♂, [[gender bender]], [[growth]], [[moral degeneration]], [[muscle growth]], [[nipple expansion]] ♀, [[petrification]], [[shrinking]], [[transformation]], [[weight gain]]&lt;br /&gt;
&lt;br /&gt;
===Creature===&lt;br /&gt;
[[alien]], [[alien girl]] ♀, [[angel]], [[bear boy]] ♂, [[bear girl]] ♀, [[bee girl]] ♀, [[bunny boy]] ♂, [[bunny girl]] ♀, [[catboy]] ♂, [[catgirl]] ♀, [[centaur]], [[cowgirl]] ♀, [[cowman]] ♂, [[deer boy]] ♂, [[deer girl]] ♀, [[demon]] ♂, [[demon girl]] ♀, [[dog boy]] ♂, [[dog girl]] ♀, [[draenei]], [[fairy]], [[fox boy]] ♂, [[fox girl]] ♀, [[frog girl]] ♀, [[furry]], [[giraffe girl‎]] ♀, [[ghost]], [[goblin]], [[harpy]], [[horse boy]] ♂, [[horse girl]] ♀, [[human on furry]], [[insect boy]] ♂, [[insect girl]] ♀, [[kappa]], [[kemonomimi]], [[lizard girl]] ♀, [[lizard guy]] ♂, [[mermaid]] ♀, [[merman]] ♂, [[minotaur]] ♂, [[monkey boy]] ♂, [[monkey girl]] ♀, [[monoeye]], [[monster]] ♂, [[monster girl]] ♀, [[mouse boy]] ♂, [[mouse girl]] ♀, [[necrophilia]], [[oni]], [[orc]], [[panda girl]] ♀, [[pig girl]] ♀, [[pig man]] ♂, [[plant boy]] ♂, [[plant girl]] ♀, [[raccoon boy]] ♂, [[raccoon girl‎]] ♀, [[robot]], [[shark boy]] ♂, [[shark girl]] ♀, [[sheep boy]] ♂, [[sheep girl]] ♀, [[slime]], [[slime boy‎]] ♂, [[slime girl]] ♀, [[snake boy]] ♂, [[snake girl]] ♀, [[spider girl]] ♀, [[squid boy]] ♂, [[squid girl]] ♀, [[squirrel girl]] ♀, [[tentacles]], [[vampire]], [[wolf boy]] ♂, [[wolf girl]] ♀, [[yukkuri]], [[zombie]]&lt;br /&gt;
&lt;br /&gt;
====Animal====&lt;br /&gt;
[[animal on animal]], [[animal on furry]], [[bear]], [[bestiality]], [[bull]] ♂, [[camel]], [[cat]], [[cow]] ♀, [[crab]], [[dinosaur]], [[dog]], [[dolphin]], [[donkey]], [[dragon]], [[eel]], [[elephant]], [[fish]], [[fox]], [[frog]], [[goat]], [[gorilla]], [[horse]], [[insect]], [[kangaroo]], [[lion]] ♂, [[lioness]] ♀, [[low bestiality]], [[maggot]], [[monkey]], [[mouse]], [[octopus]], [[ostrich]], [[panther]], [[pig]], [[rabbit]], [[reptile]], [[rhinoceros]], [[sheep]], [[shark]], [[slug]], [[snake]], [[spider]], [[tiger]], [[turtle]], [[unicorn]], [[whale]], [[wolf]], [[worm]], [[zebra]]&lt;br /&gt;
&lt;br /&gt;
===Height===&lt;br /&gt;
[[giant]] ♂, [[giantess]] ♀, [[growth]], [[midget]], [[minigirl]] ♀, [[miniguy]] ♂, [[shrinking]], [[tall girl]] ♀, [[tall man]] ♂&lt;br /&gt;
&lt;br /&gt;
===Skin===&lt;br /&gt;
[[albino]], [[body writing]], [[body painting]], [[crotch tattoo]] ♀, [[dark skin]], [[freckles]], [[full body tattoo]], [[gyaru]] ♀, [[gyaru-oh‎]] ♂, [[oil]], [[scar]], [[skinsuit]], [[sweating]], [[tanlines]]&lt;br /&gt;
&lt;br /&gt;
===Weight===&lt;br /&gt;
[[anorexic]] ♀, [[bbm]] ♂, [[bbw]] ♀, [[ssbbm]] ♂, [[ssbbw]] ♀, [[weight gain]]&lt;br /&gt;
&lt;br /&gt;
==Head==&lt;br /&gt;
[[ahegao]], [[beauty mark]], [[brain fuck]], [[cockslapping]] ♀, [[crown]], [[ear fuck]] ♀, [[elf]], [[facesitting]], [[gasmask]], [[horns]], [[masked face]], [[thick eyebrows]]&lt;br /&gt;
&lt;br /&gt;
===Hair===&lt;br /&gt;
[[afro]], [[bald]], [[hairjob]], [[pixie cut]], [[ponytail]], [[prehensile hair]] ♀, [[shaved head]], [[twintails]]&lt;br /&gt;
&lt;br /&gt;
===Mind===&lt;br /&gt;
[[body swap]], [[chloroform]], [[corruption]], [[drugs]], [[drunk]], [[emotionless sex]], [[mind break]], [[mind control]], [[moral degeneration]], [[parasite]], [[possession]], [[shared senses]], [[sleeping]]&lt;br /&gt;
&lt;br /&gt;
===Eyes===&lt;br /&gt;
[[blindfold]], [[closed eyes]], [[cum in eye]] ♀, [[dark sclera]], [[eye penetration]], [[eyemask]], [[eyepatch]], [[glasses]], [[heterochromia]], [[monoeye]], [[sunglasses]], [[unusual pupils]]&lt;br /&gt;
&lt;br /&gt;
===Nose===&lt;br /&gt;
[[nose fuck]] ♀, [[nose hook]], [[smell]]&lt;br /&gt;
&lt;br /&gt;
===Mouth===&lt;br /&gt;
[[autofellatio]], [[ball sucking]], [[big lips]] ♀, [[blowjob]], [[blowjob face]], [[braces]] ♀, [[burping]], [[coprophagia]], [[cunnilingus]] ♀, [[deepthroat]], [[double blowjob]], [[foot licking]], [[gag]], [[gokkun]], [[kissing]], [[long tongue]], [[piss drinking]], [[rimjob]], [[saliva]], [[smoking]], [[tooth brushing]], [[unusual teeth]], [[vampire]], [[vomit]], [[vore]]&lt;br /&gt;
&lt;br /&gt;
==Neck==&lt;br /&gt;
[[asphyxiation]], [[collar]]&lt;br /&gt;
&lt;br /&gt;
==Arms==&lt;br /&gt;
[[armpit licking]], [[armpit sex]], [[fingering]], [[fisting]], [[handjob]], [[hairy armpits]]&lt;br /&gt;
&lt;br /&gt;
==Chest==&lt;br /&gt;
===Breasts===&lt;br /&gt;
[[autopaizuri]] ♀, [[big areolae]], [[big breasts]], [[breast expansion]], [[breast feeding]], [[breast reduction]] ♀, [[clothed paizuri]], [[gigantic breasts]] ♀, [[huge breasts]] ♀, [[lactation]], [[milking]], [[multiple paizuri]] ♀, [[oppai loli]] ♀, [[paizuri]], [[small breasts]] ♀&lt;br /&gt;
&lt;br /&gt;
====Nipples====&lt;br /&gt;
[[big nipples]], [[dark nipples]], [[dicknipples]], [[inverted nipples]], [[multiple nipples]] ♀, [[nipple birth]], [[nipple expansion]] ♀, [[nipple fuck]] ♀&lt;br /&gt;
&lt;br /&gt;
==Torso==&lt;br /&gt;
[[inflation]], [[navel fuck]], [[pregnant]], [[stomach deformation]]&lt;br /&gt;
&lt;br /&gt;
==Lower Body==&lt;br /&gt;
===Crotch===&lt;br /&gt;
[[bike shorts]], [[bloomers]], [[chastity belt]], [[crotch tattoo]] ♀, [[diaper]], [[fundoshi]], [[gymshorts]], [[hairy]], [[hotpants]], [[pantyjob]], [[pubic stubble]], [[shimapan]], [[urethra insertion]]&lt;br /&gt;
&lt;br /&gt;
====Penile====&lt;br /&gt;
[[adventitious penis]], [[balls expansion]], [[ball sucking]], [[balljob]], [[big balls]], [[big penis]], [[cbt]], [[cuntboy]] ♂, [[cockslapping]] ♀, [[dick growth]], [[dickgirl on male]] ♂, [[dickgirls only]] ♀, [[frottage]], [[futanari]] ♀, [[horse cock]], [[huge penis]], [[multiple penises]], [[penis birth]], [[phimosis]], [[prostate massage]], [[shemale]] ♀, [[scrotal lingerie]], [[smegma]]&lt;br /&gt;
&lt;br /&gt;
====Vaginal====&lt;br /&gt;
[[adventitious vagina]], [[big clit]] ♀, [[big vagina]] ♀, [[birth]], [[cervix penetration]] ♀, [[clit growth]] ♀, [[cunnilingus]] ♀, [[defloration]] ♀, [[double vaginal]] ♀, [[multiple vaginas]] ♀, [[squirting]] ♀, [[strap-on]] ♀, [[tribadism]] ♀, [[triple vaginal]] ♀, [[vaginal sticker]] ♀&lt;br /&gt;
&lt;br /&gt;
===Buttocks===&lt;br /&gt;
[[anal]], [[anal birth]], [[ass expansion]], [[assjob]], [[big ass]], [[double anal]], [[enema]], [[farting]], [[pegging]] ♂, [[rimjob]], [[scat]], [[spanking]], [[tail plug]], [[triple anal]]&lt;br /&gt;
&lt;br /&gt;
===Either Hole===&lt;br /&gt;
[[eggs]], [[gaping]], [[large insertions]], [[nakadashi]], [[prolapse]], [[sex toys]], [[speculum]], [[unbirth]]&lt;br /&gt;
&lt;br /&gt;
==Legs==&lt;br /&gt;
[[garter belt]], [[kneepit sex]] ♀, [[leg lock]], [[legjob]], [[pantyhose]], [[stockings]], [[sumata]]&lt;br /&gt;
&lt;br /&gt;
==Feet==&lt;br /&gt;
[[foot insertion]], [[foot licking]], [[footjob]], [[sockjob]], [[thigh high boots]]&lt;br /&gt;
&lt;br /&gt;
==Costume==&lt;br /&gt;
[[apron]], [[bandages]], [[bandaid]] ♀, [[bike shorts]], [[bikini]], [[blindfold]], [[bloomers]], [[bodystocking]], [[bodysuit]], [[bride]], [[bunny boy]] ♂, [[bunny girl]] ♀, [[business suit]], [[butler]], [[cashier]], [[catboy]] ♂, [[catgirl]] ♀, [[cheerleader]], [[chinese dress]], [[christmas]], [[clothed female nude male]] ♂, [[clothed male nude female]] ♀, [[clown]], [[collar]], [[condom]], [[corset]], [[cosplaying]], [[cowgirl]] ♀, [[cowman]] ♂, [[crossdressing]], [[diaper]], [[dougi]], [[eyemask]], [[eyepatch]], [[fishnets]], [[fundoshi]], [[gag]], [[garter belt]], [[gasmask]], [[glasses]], [[gothic lolita]], [[gymshorts]], [[haigure]], [[hijab]] ♀, [[hotpants]], [[kemonomimi]], [[kigurumi]], [[kimono]], [[kindergarten uniform]] ♀, [[kunoichi]], [[lab coat]], [[latex]], [[leotard]], [[lingerie]], [[living clothes]], [[magical girl]], [[maid]], [[mecha boy‎]] ♂, [[mecha girl]] ♀, [[metal armor]], [[miko]], [[military]], [[nazi]], [[ninja]] ♂, [[nose hook]], [[nun]], [[nurse]], [[pantyhose]], [[pasties]], [[piercing]], [[pirate]], [[policeman]] ♂, [[policewoman]] ♀, [[ponygirl]] ♀, [[race queen]] ♀, [[randoseru]], [[schoolboy uniform]], [[schoolgirl uniform]], [[scrotal lingerie]], [[shimapan]], [[stewardess]], [[steward]] ♂, [[stockings]], [[swimsuit]], [[school swimsuit]], [[sundress]], [[sunglasses]], [[thigh high boots]], [[tiara]], [[tights]], [[tracksuit]], [[vaginal sticker]] ♀, [[waiter]], [[waitress]], [[wet clothes]], [[witch]]&lt;br /&gt;
&lt;br /&gt;
==Multiple Activities==&lt;br /&gt;
[[bisexual]], [[double anal]], [[double blowjob]], [[double vaginal]] ♀, [[ffm threesome]], [[fft threesome]] ♀, [[group]], [[harem]], [[layer cake]], [[mmf threesome]], [[mmt threesome]], [[mtf threesome]], [[multiple paizuri]] ♀, [[oyakodon‎]], [[triple anal]], [[triple vaginal]] ♀, [[ttf threesome]] ♀, [[ttm threesome]], [[twins]]&lt;br /&gt;
&lt;br /&gt;
===Multiple Holes===&lt;br /&gt;
[[all the way through]], [[double penetration]], [[triple penetration]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
[[blindfold]], [[clamp]], [[dakimakura]], [[gag]], [[glory hole]], [[machine]], [[onahole]], [[pillory]], [[pole dancing]], [[real doll]] ♀, [[sex toys]], [[speculum]], [[strap-on]] ♀, [[syringe]], [[table masturbation]], [[tail plug]], [[tube]], [[vacbed]], [[whip]], [[wooden horse]], [[wormhole]]&lt;br /&gt;
&lt;br /&gt;
==Fluids==&lt;br /&gt;
[[oil]], [[slime]], [[slime boy‎]] ♂, [[slime girl]] ♀, [[underwater]]&lt;br /&gt;
&lt;br /&gt;
===Bodily Fluids===&lt;br /&gt;
[[blood]], [[lactation]], [[milking]], [[saliva]], [[squirting]] ♀&lt;br /&gt;
&lt;br /&gt;
====Semen====&lt;br /&gt;
[[bukkake]], [[cum bath]] ♀, [[cum in eye]] ♀, [[cum swap]] ♀, [[gokkun]], [[nakadashi]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Bodily Waste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Waste====&lt;br /&gt;
[[coprophagia]], [[menstruation]] ♀, [[piss drinking]], [[public use]], [[scat]], [[sweating]], [[urination]], [[vomit]]&lt;br /&gt;
&lt;br /&gt;
==Force==&lt;br /&gt;
[[chikan]], [[rape]], [[sleeping]], [[time stop]]&lt;br /&gt;
&lt;br /&gt;
===Sadomasochism===&lt;br /&gt;
[[bdsm]], [[bodysuit]], [[blindfold]], [[clamp]], [[collar]], [[femdom]] ♀, [[forniphilia]], [[human cattle]] ♀, [[human pet]], [[josou seme]] ♂, [[latex]], [[orgasm denial]], [[slave]], [[tickling]]&lt;br /&gt;
&lt;br /&gt;
===Bondage===&lt;br /&gt;
[[bondage]], [[gag]], [[harness]], [[pillory]], [[shibari]], [[stuck in wall]], [[vacbed]]&lt;br /&gt;
&lt;br /&gt;
===Violence===&lt;br /&gt;
[[abortion]], [[blood]], [[cannibalism]], [[catfight]] ♀, [[cbt]], [[dismantling]], [[guro]], [[electric shocks]], [[ryona]], [[snuff]], [[torture]], [[trampling]], [[whip]], [[wrestling]]&lt;br /&gt;
&lt;br /&gt;
==Self Pleasure==&lt;br /&gt;
[[autofellatio]], [[autopaizuri]] ♀, [[masturbation]], [[phone sex]], [[selfcest]], [[solo action]], [[table masturbation]]&lt;br /&gt;
&lt;br /&gt;
==Disability==&lt;br /&gt;
[[amputee]], [[blind]], [[handicapped]] ♀, [[mute]] ♀&lt;br /&gt;
&lt;br /&gt;
==Gender==&lt;br /&gt;
[[cuntboy]] ♂, [[feminization]] ♂, [[futanari]] ♀, [[gender bender]], [[shemale]] ♀&lt;br /&gt;
&lt;br /&gt;
===Inter-gender Relations===&lt;br /&gt;
[[bisexual]], [[dickgirl on dickgirl]] ♀, [[dickgirl on male]] ♂, [[fft threesome]] ♀, [[male on dickgirl]] ♀, [[mmt threesome]], [[mtf threesome]], [[ttf threesome]] ♀, [[ttm threesome]]&lt;br /&gt;
&lt;br /&gt;
==Technical==&lt;br /&gt;
[[3d]], [[anaglyph]], [[animated]], [[anthology]], [[artbook]], [[figure]], [[first person perspective]], [[full color]], [[game sprite]], [[how to]], [[multi-work series‎]], [[novel]], [[paperchild]], [[redraw]], [[screenshots]], [[stereoscopic]], [[story arc]], [[tankoubon]], [[themeless]], [[variant set]], [[webtoon]], [[x-ray]]&lt;br /&gt;
&lt;br /&gt;
===Censorship===&lt;br /&gt;
[[full censorship]], [[mosaic censorship]], [[uncensored]]&lt;br /&gt;
&lt;br /&gt;
===[[Cosplay]]===&lt;br /&gt;
[[hardcore]], [[non-nude]]&lt;br /&gt;
&lt;br /&gt;
===[[Expunging]]===&lt;br /&gt;
[[already uploaded]], [[compilation]], [[forbidden content]], [[realporn]], [[replaced]], [[watermarked]]&lt;br /&gt;
&lt;br /&gt;
====Semi-[[Expunging]]====&lt;br /&gt;
[[incomplete]], [[missing cover]], [[out of order]], [[sample]], [[scanmark]]&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
[[albanian]], [[arabic]], [[caption]], [[catalan]], [[chinese]], [[czech]], [[danish]], [[dutch]], [[english]], [[esperanto]], [[estonian]], [[finnish]], [[french]], [[german]], [[greek]], [[hebrew]], [[hindi]], [[hungarian]], [[indonesian]], [[italian]], [[japanese]], [[korean]], [[malay]], [[polish]], [[poor grammar]], [[portuguese]], [[rewrite]], [[romanian]], [[russian]], [[slovak]], [[spanish]], [[speechless]], [[swedish]], [[tagalog]], [[text cleaned]], [[thai]], [[translated]], [[turkish]], [[ukrainian]], [[vietnamese]]&lt;br /&gt;
&lt;br /&gt;
==[[Contextual]]==&lt;br /&gt;
[[blackmail]], [[coach]], [[defloration]] ♀, [[dickgirls only]] ♀, [[females only]] ♀, [[males only]] ♂, [[impregnation]], [[nudity only]], [[oyakodon‎]], [[prostitution]], [[sole dickgirl]] ♀, [[sole female]] ♀, [[sole male]] ♂, [[teacher]], [[tomboy]] ♀, [[tomgirl]] ♂, [[tutor]], [[virginity]] ♂, [[widow]] ♀, [[widower]] ♂, [[yandere]], [[yaoi]] ♂, [[yuri]] ♀&lt;br /&gt;
&lt;br /&gt;
===Infidelity===&lt;br /&gt;
[[cheating]], [[netorare]], [[swinging]]&lt;br /&gt;
&lt;br /&gt;
===Incest===&lt;br /&gt;
[[aunt]] ♀, [[brother]] ♂, [[cousin]], [[daughter]] ♀, [[father]] ♂, [[granddaughter]] ♀, [[grandfather]] ♂, [[grandmother]] ♀, [[incest]], [[inseki]], [[mother]] ♀, [[niece]] ♀, [[sister]] ♀, [[uncle]] ♂&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
[[exhibitionism]], [[filming]], [[hidden sex]], [[humiliation]], [[voyeurism]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[:Category:Tag|Alphabetical Listing]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Fetish_Listing&amp;diff=48574</id>
		<title>Fetish Listing</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Fetish_Listing&amp;diff=48574"/>
		<updated>2018-12-04T23:25:24Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: add kemonomimi to creature fetish listing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Age==&lt;br /&gt;
[[age progression]], [[age regression]], [[dilf]] ♂, [[infantilism]], [[lolicon]], [[low lolicon]] ♀, [[low shotacon]] ♂, [[milf]] ♀, [[old lady]] ♀, [[old man]] ♂, [[shotacon]] ♂, [[toddlercon]]&lt;br /&gt;
&lt;br /&gt;
==Body==&lt;br /&gt;
[[adventitious penis]], [[adventitious vagina]], [[amputee]], [[body modification]], [[conjoined]], [[doll joints]], [[gijinka]], [[inflation]], [[invisible]], [[multiple arms]], [[multiple breasts]] ♀, [[multiple nipples]], [[multiple penises]], [[multiple vaginas]] ♀, [[muscle]], [[muscle growth]], [[pregnant]], [[stretching]], [[tailjob]], [[wings]]&lt;br /&gt;
&lt;br /&gt;
===Change===&lt;br /&gt;
[[absorption]], [[age progression]], [[age regression]], [[ass expansion]], [[balls expansion]], [[body swap]], [[breast expansion]], [[breast reduction]] ♀, [[clit growth]] ♀, [[corruption]], [[dick growth]], [[feminization]] ♂, [[gender bender]], [[growth]], [[moral degeneration]], [[muscle growth]], [[nipple expansion]] ♀, [[petrification]], [[shrinking]], [[transformation]], [[weight gain]]&lt;br /&gt;
&lt;br /&gt;
===Creature===&lt;br /&gt;
[[alien]], [[alien girl]] ♀, [[angel]], [[bear boy]] ♂, [[bear girl]] ♀, [[bee girl]] ♀, [[bunny boy]] ♂, [[bunny girl]] ♀, [[catboy]] ♂, [[catgirl]] ♀, [[centaur]], [[cowgirl]] ♀, [[cowman]] ♂, [[deer boy]] ♂, [[deer girl]] ♀, [[demon]] ♂, [[demon girl]] ♀, [[dog boy]] ♂, [[dog girl]] ♀, [[draenei]], [[fairy]], [[fox boy]] ♂, [[fox girl]] ♀, [[frog girl]] ♀, [[furry]], [[giraffe girl‎]] ♀, [[ghost]], [[goblin]], [[harpy]], [[horse boy]] ♂, [[horse girl]] ♀, [[human on furry]], [[insect boy]] ♂, [[insect girl]] ♀, [[kappa]], [[kemonomimi]], [[lizard girl]] ♀, [[lizard guy]] ♂, [[mermaid]] ♀, [[merman]] ♂, [[minotaur]] ♂, [[monkey boy]] ♂, [[monkey girl]] ♀, [[monoeye]], [[monster]] ♂, [[monster girl]] ♀, [[mouse boy]] ♂, [[mouse girl]] ♀, [[necrophilia]], [[oni]], [[orc]], [[panda girl]] ♀, [[pig girl]] ♀, [[pig man]] ♂, [[plant boy]] ♂, [[plant girl]] ♀, [[raccoon boy]] ♂, [[raccoon girl‎]] ♀, [[robot]], [[shark boy]] ♂, [[shark girl]] ♀, [[sheep boy]] ♂, [[sheep girl]] ♀, [[slime]], [[slime boy‎]] ♂, [[slime girl]] ♀, [[snake boy]] ♂, [[snake girl]] ♀, [[spider girl]] ♀, [[squid boy]] ♂, [[squid girl]] ♀, [[squirrel girl]] ♀, [[tentacles]], [[vampire]], [[wolf boy]] ♂, [[wolf girl]] ♀, [[yukkuri]], [[zombie]]&lt;br /&gt;
&lt;br /&gt;
====Animal====&lt;br /&gt;
[[animal on animal]], [[animal on furry]], [[bear]], [[bestiality]], [[bull]] ♂, [[camel]], [[cat]], [[cow]] ♀, [[crab]], [[dinosaur]], [[dog]], [[dolphin]], [[donkey]], [[dragon]], [[eel]], [[elephant]], [[fish]], [[fox]], [[frog]], [[goat]], [[gorilla]], [[horse]], [[insect]], [[kangaroo]], [[lion]] ♂, [[lioness]] ♀, [[low bestiality]], [[maggot]], [[monkey]], [[mouse]], [[octopus]], [[ostrich]], [[panther]], [[pig]], [[rabbit]], [[reptile]], [[rhinoceros]], [[sheep]], [[shark]], [[slug]], [[snake]], [[spider]], [[tiger]], [[turtle]], [[unicorn]], [[whale]], [[wolf]], [[worm]], [[zebra]]&lt;br /&gt;
&lt;br /&gt;
===Height===&lt;br /&gt;
[[giant]] ♂, [[giantess]] ♀, [[growth]], [[midget]], [[minigirl]] ♀, [[miniguy]] ♂, [[shrinking]], [[tall girl]] ♀, [[tall man]] ♂&lt;br /&gt;
&lt;br /&gt;
===Skin===&lt;br /&gt;
[[albino]], [[body writing]], [[body painting]], [[crotch tattoo]] ♀, [[dark skin]], [[freckles]], [[full body tattoo]], [[gyaru]] ♀, [[gyaru-oh‎]] ♂, [[oil]], [[scar]], [[skinsuit]], [[sweating]], [[tanlines]]&lt;br /&gt;
&lt;br /&gt;
===Weight===&lt;br /&gt;
[[anorexic]] ♀, [[bbm]] ♂, [[bbw]] ♀, [[ssbbm]] ♂, [[ssbbw]] ♀, [[weight gain]]&lt;br /&gt;
&lt;br /&gt;
==Head==&lt;br /&gt;
[[ahegao]], [[beauty mark]], [[brain fuck]], [[cockslapping]] ♀, [[crown]], [[ear fuck]] ♀, [[elf]], [[facesitting]], [[gasmask]], [[horns]], [[masked face]], [[thick eyebrows]]&lt;br /&gt;
&lt;br /&gt;
===Hair===&lt;br /&gt;
[[afro]], [[bald]], [[hairjob]], [[pixie cut]], [[ponytail]], [[prehensile hair]] ♀, [[shaved head]], [[twintails]]&lt;br /&gt;
&lt;br /&gt;
===Mind===&lt;br /&gt;
[[body swap]], [[chloroform]], [[corruption]], [[drugs]], [[drunk]], [[emotionless sex]], [[mind break]], [[mind control]], [[moral degeneration]], [[parasite]], [[possession]], [[shared senses]], [[sleeping]]&lt;br /&gt;
&lt;br /&gt;
===Eyes===&lt;br /&gt;
[[blindfold]], [[closed eyes]], [[cum in eye]] ♀, [[dark sclera]], [[eye penetration]], [[eyemask]], [[eyepatch]], [[glasses]], [[heterochromia]], [[monoeye]], [[sunglasses]], [[unusual pupils]]&lt;br /&gt;
&lt;br /&gt;
===Nose===&lt;br /&gt;
[[nose fuck]] ♀, [[nose hook]], [[smell]]&lt;br /&gt;
&lt;br /&gt;
===Mouth===&lt;br /&gt;
[[autofellatio]], [[ball sucking]], [[big lips]] ♀, [[blowjob]], [[blowjob face]], [[braces]] ♀, [[burping]], [[coprophagia]], [[cunnilingus]] ♀, [[deepthroat]], [[double blowjob]], [[foot licking]], [[gag]], [[gokkun]], [[kissing]], [[long tongue]], [[piss drinking]], [[rimjob]], [[saliva]], [[smoking]], [[tooth brushing]], [[unusual teeth]], [[vampire]], [[vomit]], [[vore]]&lt;br /&gt;
&lt;br /&gt;
==Neck==&lt;br /&gt;
[[asphyxiation]], [[collar]]&lt;br /&gt;
&lt;br /&gt;
==Arms==&lt;br /&gt;
[[armpit licking]], [[armpit sex]], [[fingering]], [[fisting]], [[handjob]], [[hairy armpits]]&lt;br /&gt;
&lt;br /&gt;
==Chest==&lt;br /&gt;
===Breasts===&lt;br /&gt;
[[autopaizuri]] ♀, [[big areolae]], [[big breasts]], [[breast expansion]], [[breast feeding]], [[breast reduction]] ♀, [[clothed paizuri]], [[gigantic breasts]] ♀, [[huge breasts]] ♀, [[lactation]], [[milking]], [[multiple paizuri]] ♀, [[oppai loli]] ♀, [[paizuri]], [[small breasts]] ♀&lt;br /&gt;
&lt;br /&gt;
====Nipples====&lt;br /&gt;
[[big nipples]], [[dark nipples]], [[dicknipples]], [[inverted nipples]], [[multiple nipples]] ♀, [[nipple birth]], [[nipple expansion]] ♀, [[nipple fuck]] ♀&lt;br /&gt;
&lt;br /&gt;
==Torso==&lt;br /&gt;
[[inflation]], [[navel fuck]], [[pregnant]], [[stomach deformation]]&lt;br /&gt;
&lt;br /&gt;
==Lower Body==&lt;br /&gt;
===Crotch===&lt;br /&gt;
[[bike shorts]], [[bloomers]], [[chastity belt]], [[crotch tattoo]] ♀, [[diaper]], [[fundoshi]], [[gymshorts]], [[hairy]], [[hotpants]], [[pantyjob]], [[pubic stubble]], [[shimapan]], [[urethra insertion]]&lt;br /&gt;
&lt;br /&gt;
====Penile====&lt;br /&gt;
[[adventitious penis]], [[balls expansion]], [[ball sucking]], [[balljob]], [[big balls]], [[big penis]], [[cbt]], [[cuntboy]] ♂, [[cockslapping]] ♀, [[dick growth]], [[dickgirl on male]] ♂, [[dickgirls only]] ♀, [[frottage]], [[futanari]] ♀, [[horse cock]], [[huge penis]], [[multiple penises]], [[penis birth]], [[phimosis]], [[prostate massage]], [[shemale]] ♀, [[scrotal lingerie]], [[smegma]]&lt;br /&gt;
&lt;br /&gt;
====Vaginal====&lt;br /&gt;
[[adventitious vagina]], [[big clit]] ♀, [[big vagina]] ♀, [[birth]], [[cervix penetration]] ♀, [[clit growth]] ♀, [[cunnilingus]] ♀, [[defloration]] ♀, [[double vaginal]] ♀, [[multiple vaginas]] ♀, [[squirting]] ♀, [[strap-on]] ♀, [[tribadism]] ♀, [[triple vaginal]] ♀, [[vaginal sticker]] ♀&lt;br /&gt;
&lt;br /&gt;
===Buttocks===&lt;br /&gt;
[[anal]], [[anal birth]], [[ass expansion]], [[assjob]], [[big ass]], [[double anal]], [[enema]], [[farting]], [[pegging]] ♂, [[rimjob]], [[scat]], [[spanking]], [[tail plug]], [[triple anal]]&lt;br /&gt;
&lt;br /&gt;
===Either Hole===&lt;br /&gt;
[[eggs]], [[gaping]], [[large insertions]], [[nakadashi]], [[prolapse]], [[sex toys]], [[speculum]], [[unbirth]]&lt;br /&gt;
&lt;br /&gt;
==Legs==&lt;br /&gt;
[[garter belt]], [[kneepit sex]] ♀, [[leg lock]], [[legjob]], [[pantyhose]], [[stockings]], [[sumata]]&lt;br /&gt;
&lt;br /&gt;
==Feet==&lt;br /&gt;
[[foot insertion]], [[foot licking]], [[footjob]], [[sockjob]], [[thigh high boots]]&lt;br /&gt;
&lt;br /&gt;
==Costume==&lt;br /&gt;
[[apron]], [[bandages]], [[bandaid]] ♀, [[bike shorts]], [[bikini]], [[blindfold]], [[bloomers]], [[bodystocking]], [[bodysuit]], [[bride]], [[bunny boy]] ♂, [[bunny girl]] ♀, [[business suit]], [[butler]], [[cashier]], [[catboy]] ♂, [[catgirl]] ♀, [[cheerleader]], [[chinese dress]], [[christmas]], [[clothed female nude male]] ♂, [[clothed male nude female]] ♀, [[clown]], [[collar]], [[condom]], [[corset]], [[cosplaying]], [[cowgirl]] ♀, [[cowman]] ♂, [[crossdressing]], [[diaper]], [[dougi]], [[eyemask]], [[eyepatch]], [[fishnets]], [[fundoshi]], [[gag]], [[garter belt]], [[gasmask]], [[glasses]], [[gothic lolita]], [[gymshorts]], [[haigure]], [[hijab]] ♀, [[hotpants]], [[kigurumi]], [[kimono]], [[kindergarten uniform]] ♀, [[kunoichi]], [[lab coat]], [[latex]], [[leotard]], [[lingerie]], [[living clothes]], [[magical girl]], [[maid]], [[mecha boy‎]] ♂, [[mecha girl]] ♀, [[metal armor]], [[miko]], [[military]], [[nazi]], [[ninja]] ♂, [[nose hook]], [[nun]], [[nurse]], [[pantyhose]], [[pasties]], [[piercing]], [[pirate]], [[policeman]] ♂, [[policewoman]] ♀, [[ponygirl]] ♀, [[race queen]] ♀, [[randoseru]], [[schoolboy uniform]], [[schoolgirl uniform]], [[scrotal lingerie]], [[shimapan]], [[stewardess]], [[steward]] ♂, [[stockings]], [[swimsuit]], [[school swimsuit]], [[sundress]], [[sunglasses]], [[thigh high boots]], [[tiara]], [[tights]], [[tracksuit]], [[vaginal sticker]] ♀, [[waiter]], [[waitress]], [[wet clothes]], [[witch]]&lt;br /&gt;
&lt;br /&gt;
==Multiple Activities==&lt;br /&gt;
[[bisexual]], [[double anal]], [[double blowjob]], [[double vaginal]] ♀, [[ffm threesome]], [[fft threesome]] ♀, [[group]], [[harem]], [[layer cake]], [[mmf threesome]], [[mmt threesome]], [[mtf threesome]], [[multiple paizuri]] ♀, [[oyakodon‎]], [[triple anal]], [[triple vaginal]] ♀, [[ttf threesome]] ♀, [[ttm threesome]], [[twins]]&lt;br /&gt;
&lt;br /&gt;
===Multiple Holes===&lt;br /&gt;
[[all the way through]], [[double penetration]], [[triple penetration]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
[[blindfold]], [[clamp]], [[dakimakura]], [[gag]], [[glory hole]], [[machine]], [[onahole]], [[pillory]], [[pole dancing]], [[real doll]] ♀, [[sex toys]], [[speculum]], [[strap-on]] ♀, [[syringe]], [[table masturbation]], [[tail plug]], [[tube]], [[vacbed]], [[whip]], [[wooden horse]], [[wormhole]]&lt;br /&gt;
&lt;br /&gt;
==Fluids==&lt;br /&gt;
[[oil]], [[slime]], [[slime boy‎]] ♂, [[slime girl]] ♀, [[underwater]]&lt;br /&gt;
&lt;br /&gt;
===Bodily Fluids===&lt;br /&gt;
[[blood]], [[lactation]], [[milking]], [[saliva]], [[squirting]] ♀&lt;br /&gt;
&lt;br /&gt;
====Semen====&lt;br /&gt;
[[bukkake]], [[cum bath]] ♀, [[cum in eye]] ♀, [[cum swap]] ♀, [[gokkun]], [[nakadashi]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Bodily Waste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Waste====&lt;br /&gt;
[[coprophagia]], [[menstruation]] ♀, [[piss drinking]], [[public use]], [[scat]], [[sweating]], [[urination]], [[vomit]]&lt;br /&gt;
&lt;br /&gt;
==Force==&lt;br /&gt;
[[chikan]], [[rape]], [[sleeping]], [[time stop]]&lt;br /&gt;
&lt;br /&gt;
===Sadomasochism===&lt;br /&gt;
[[bdsm]], [[bodysuit]], [[blindfold]], [[clamp]], [[collar]], [[femdom]] ♀, [[forniphilia]], [[human cattle]] ♀, [[human pet]], [[josou seme]] ♂, [[latex]], [[orgasm denial]], [[slave]], [[tickling]]&lt;br /&gt;
&lt;br /&gt;
===Bondage===&lt;br /&gt;
[[bondage]], [[gag]], [[harness]], [[pillory]], [[shibari]], [[stuck in wall]], [[vacbed]]&lt;br /&gt;
&lt;br /&gt;
===Violence===&lt;br /&gt;
[[abortion]], [[blood]], [[cannibalism]], [[catfight]] ♀, [[cbt]], [[dismantling]], [[guro]], [[electric shocks]], [[ryona]], [[snuff]], [[torture]], [[trampling]], [[whip]], [[wrestling]]&lt;br /&gt;
&lt;br /&gt;
==Self Pleasure==&lt;br /&gt;
[[autofellatio]], [[autopaizuri]] ♀, [[masturbation]], [[phone sex]], [[selfcest]], [[solo action]], [[table masturbation]]&lt;br /&gt;
&lt;br /&gt;
==Disability==&lt;br /&gt;
[[amputee]], [[blind]], [[handicapped]] ♀, [[mute]] ♀&lt;br /&gt;
&lt;br /&gt;
==Gender==&lt;br /&gt;
[[cuntboy]] ♂, [[feminization]] ♂, [[futanari]] ♀, [[gender bender]], [[shemale]] ♀&lt;br /&gt;
&lt;br /&gt;
===Inter-gender Relations===&lt;br /&gt;
[[bisexual]], [[dickgirl on dickgirl]] ♀, [[dickgirl on male]] ♂, [[fft threesome]] ♀, [[male on dickgirl]] ♀, [[mmt threesome]], [[mtf threesome]], [[ttf threesome]] ♀, [[ttm threesome]]&lt;br /&gt;
&lt;br /&gt;
==Technical==&lt;br /&gt;
[[3d]], [[anaglyph]], [[animated]], [[anthology]], [[artbook]], [[figure]], [[first person perspective]], [[full color]], [[game sprite]], [[how to]], [[multi-work series‎]], [[novel]], [[paperchild]], [[redraw]], [[screenshots]], [[stereoscopic]], [[story arc]], [[tankoubon]], [[themeless]], [[variant set]], [[webtoon]], [[x-ray]]&lt;br /&gt;
&lt;br /&gt;
===Censorship===&lt;br /&gt;
[[full censorship]], [[mosaic censorship]], [[uncensored]]&lt;br /&gt;
&lt;br /&gt;
===[[Cosplay]]===&lt;br /&gt;
[[hardcore]], [[non-nude]]&lt;br /&gt;
&lt;br /&gt;
===[[Expunging]]===&lt;br /&gt;
[[already uploaded]], [[compilation]], [[forbidden content]], [[realporn]], [[replaced]], [[watermarked]]&lt;br /&gt;
&lt;br /&gt;
====Semi-[[Expunging]]====&lt;br /&gt;
[[incomplete]], [[missing cover]], [[out of order]], [[sample]], [[scanmark]]&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
[[albanian]], [[arabic]], [[caption]], [[catalan]], [[chinese]], [[czech]], [[danish]], [[dutch]], [[english]], [[esperanto]], [[estonian]], [[finnish]], [[french]], [[german]], [[greek]], [[hebrew]], [[hindi]], [[hungarian]], [[indonesian]], [[italian]], [[japanese]], [[korean]], [[malay]], [[polish]], [[poor grammar]], [[portuguese]], [[rewrite]], [[romanian]], [[russian]], [[slovak]], [[spanish]], [[speechless]], [[swedish]], [[tagalog]], [[text cleaned]], [[thai]], [[translated]], [[turkish]], [[ukrainian]], [[vietnamese]]&lt;br /&gt;
&lt;br /&gt;
==[[Contextual]]==&lt;br /&gt;
[[blackmail]], [[coach]], [[defloration]] ♀, [[dickgirls only]] ♀, [[females only]] ♀, [[males only]] ♂, [[impregnation]], [[nudity only]], [[oyakodon‎]], [[prostitution]], [[sole dickgirl]] ♀, [[sole female]] ♀, [[sole male]] ♂, [[teacher]], [[tomboy]] ♀, [[tomgirl]] ♂, [[tutor]], [[virginity]] ♂, [[widow]] ♀, [[widower]] ♂, [[yandere]], [[yaoi]] ♂, [[yuri]] ♀&lt;br /&gt;
&lt;br /&gt;
===Infidelity===&lt;br /&gt;
[[cheating]], [[netorare]], [[swinging]]&lt;br /&gt;
&lt;br /&gt;
===Incest===&lt;br /&gt;
[[aunt]] ♀, [[brother]] ♂, [[cousin]], [[daughter]] ♀, [[father]] ♂, [[granddaughter]] ♀, [[grandfather]] ♂, [[grandmother]] ♀, [[incest]], [[inseki]], [[mother]] ♀, [[niece]] ♀, [[sister]] ♀, [[uncle]] ♂&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
[[exhibitionism]], [[filming]], [[hidden sex]], [[humiliation]], [[voyeurism]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[:Category:Tag|Alphabetical Listing]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Technical_Issues&amp;diff=48330</id>
		<title>Technical Issues</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Technical_Issues&amp;diff=48330"/>
		<updated>2018-09-29T19:54:48Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: added DDG plugin to problematic software&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is meant to assist users of E-Hentai with any technical problems that they may have.&lt;br /&gt;
&lt;br /&gt;
==Universal==&lt;br /&gt;
&amp;lt;div id=&amp;quot;503&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error 503 - Service Unavailable&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**These are usually caused by site maintenance or server issues. Please wait and try again later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;IE&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ie&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;The site looks / behaves strangely using Internet Explorer!&#039;&#039;&#039;&lt;br /&gt;
**The site is not ([[Never_To_Be_Added|and will never be]]) optimized for IE. Please use [https://www.mozilla.org/en-US/firefox/new/ Firefox] or [https://www.google.com/chrome Chrome].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;blank&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Blank&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;DNS&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;dns&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I get a blank page when I try to access the site!&#039;&#039;&#039;&lt;br /&gt;
**Disable any [[#Common Problematic Software|Common Problematic Software]] and try again.&lt;br /&gt;
**Disable any anti-virus, firewall, or other software that is capable of blocking traffic that runs in the background and try again.&lt;br /&gt;
**[https://documentation.cpanel.net/display/CKB/How+To+Clear+Your+DNS+Cache Flush your DNS cache], restart your browser, and try again.&lt;br /&gt;
**Go into a command prompt and use &amp;quot;&#039;&#039;nslookup e-hentai.org&#039;&#039;&amp;quot;. If there are any addresses in the results then it is not a DNS issue. Otherwise consider using a different DNS provider such as [https://developers.google.com/speed/public-dns/docs/using Google] or [https://1.1.1.1/#setup-instructions CloudFlare].&lt;br /&gt;
***You may also try reaching the site manually through one of its [[IPs]] instead of a domain name.&lt;br /&gt;
**Disable Opera Turbo and Web Acceleration features.&lt;br /&gt;
**Use a proxy or VPN to access the site.&lt;br /&gt;
***If this fails then it is an issue with your ISP.&lt;br /&gt;
**It is recommended not to access the site through the [https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29 Tor network] as numerous exit nodes have been abused and thus banned or had their access severely limited.&lt;br /&gt;
**In order to provide diagnostics on your ability to access the site please do the following:&lt;br /&gt;
***Go into a command prompt and use &amp;quot;&#039;&#039;pathping e-hentai.org&#039;&#039;&amp;quot;. Paste the results.&lt;br /&gt;
****For Mac OS use &amp;quot;&#039;&#039;traceroute e-hentai.org&#039;&#039;&amp;quot;.&lt;br /&gt;
***Press {{Keypress|Ctrl}}+{{Keypress|&amp;amp;#8679;Shift}}+{{Keypress|K}} in Firefox. Attempt to visit e-hentai.org through the address bar. Paste the contents of the Firefox Console.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Page load has been aborted due to a fatal error. A report has been dispatched to site staff. Please try again later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**There is a server-side error. Please try again later.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The site is currently in Read Only Mode. This page is therefore not available.&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The site is currently in Read Only/Failover Mode. Some functionality will not be available. Details may be available on [[Twitter]].&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
**The front-end servers are under read-only mode and will not allow users to take any actions that involve their user data (Accessing [[My Home]], [[Archives]], [[Tagging]], etc.)&lt;br /&gt;
&lt;br /&gt;
==Account==&lt;br /&gt;
*&#039;&#039;&#039;I forgot my password!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I forgot my username!&#039;&#039;&#039;&lt;br /&gt;
**Fill in the [https://forums.e-hentai.org/index.php?act=Reg&amp;amp;CODE=10 Lost Password Form]. This can be used to recover usernames as well. Note that you&#039;ll need your username or e-mail address to do this. These e-mails are sent instantly.&lt;br /&gt;
***Note that mail providers such as [https://login.live.com/ Hotmail] are known to be poor at receiving recovery e-mails; check your junk/spam folder.&lt;br /&gt;
**Make sure you are using your &#039;&#039;account&#039;&#039; username and not your &#039;&#039;display&#039;&#039; name. The registration process allows you to pick both a display name (used on forums) and an account username (used for logins and not readily visible to others).&lt;br /&gt;
**If you have ever made a gallery [[comment]] or a [[forum]] post attempt to search for it using any keywords that you recall having used. If you have uploaded a [[gallery]] that is not deleted attempt to [[search]] for it.&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:#a56b0d&amp;quot;&amp;gt;&amp;quot;&#039;&#039;If you&#039;re not logged on, you don&#039;t know your password, and you can&#039;t access your recovery email, you can&#039;t recover the account&#039;&#039;&amp;quot; - Tenboro&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t access the e-mail address I used to register!&#039;&#039;&#039;&lt;br /&gt;
**Without the password, an active session, or access to the recovery e-mail address your account [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=4811225 &#039;&#039;&#039;CANNOT&#039;&#039;&#039;] be recovered.&lt;br /&gt;
***If you changed devices and still have access to an active session, you may [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PM Tenboro] on your older device to prove your ownership.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;delete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Delete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I want to delete my account!&#039;&#039;&#039;&lt;br /&gt;
**This action cannot be requested. Just stop using your account.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I want to change my e-mail!&#039;&#039;&#039;&lt;br /&gt;
**If you are logged in you may do so [https://forums.e-hentai.org/index.php?act=UserCP&amp;amp;CODE=08 here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Name&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I want to change my name!&#039;&#039;&#039;&lt;br /&gt;
**Non-donators cannot generally change their name due to historic abuse. In case of obvious spelling errors or if you used your real name by mistake you may appeal for a name change by [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PMing Tenboro]. Please be patient for a reply.&lt;br /&gt;
**[[Stars#Gold|Gold Star]] donators get one free display name change every 365 days. This will change everything with your name aside from the one used to log in. This function can be found [https://forums.e-hentai.org/index.php?act=UserCP&amp;amp;CODE=dname_start here].&lt;br /&gt;
***Having one&#039;s name changed by the administrator counts as having used their yearly change.&lt;br /&gt;
***Forum edits and quotes retain the display name that was used at the time.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I changed my username but the new name only shows up on the forums!&#039;&#039;&#039;&lt;br /&gt;
**This is related to database caching. Please wait until the cache refreshes for other databases to be updated accordingly. This process usually takes less than 24 hours.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Why can&#039;t I use certain characters in my username?&#039;&#039;&#039;&lt;br /&gt;
**Database sanitization. Dodgy usernames also potentially flag users as attempting to scam [[HentaiVerse]] players or abuse the system in some way. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This may lead to a permanent [[ban]].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I want to use more than 1 account!&#039;&#039;&#039;&lt;br /&gt;
**You may only have 1 active account. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Multi-accounting for any reason will result in a [[ban]].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My account entered a lockdown!&#039;&#039;&#039;&lt;br /&gt;
**Accounts will enter a 24-hour security lockdown under certain conditions, including changing passwords. This disables access to [[MoogleMail]], the [[Bazaar|Equipment and Item Shop]], the [[Shrine]], and the [[GP Exchange]]/[[Hath Exchange]] functions. It also disables the Salvage and Reforge options in the [[Forge]].&lt;br /&gt;
&lt;br /&gt;
===Registering===&lt;br /&gt;
*&#039;&#039;&#039;The CAPTCHA is missing!&#039;&#039;&#039;&lt;br /&gt;
**Disable any software that blocks ads or scripts.&lt;br /&gt;
**Try a different browser.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;When I try to register nothing happens!&#039;&#039;&#039;&lt;br /&gt;
**If you are using Chrome disable incognito mode.&lt;br /&gt;
**[https://www.torproject.org/ Tor] usage when registering is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m not receiving a validation e-mail!&#039;&#039;&#039;&lt;br /&gt;
**These are not actually sent out. Accounts may be used right away.&lt;br /&gt;
&lt;br /&gt;
==[[E-Hentai Galleries]]==&lt;br /&gt;
&amp;lt;div id=&amp;quot;images&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;image&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Images&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Images are not loading.&#039;&#039;&#039;&lt;br /&gt;
**Check your browser settings:&lt;br /&gt;
***Only [https://www.mozilla.org/en-US/firefox/new/ Firefox] and [https://www.google.com/chrome Chrome] are recommended for this site. Other browsers are not supported.&lt;br /&gt;
***Check your browser&#039;s image settings ([https://support.mozilla.org/en-US/kb/fix-problems-images-not-show Firefox]) ([https://support.google.com/websearch/answer/112568 Chrome]) ([http://help.opera.com/Windows/12.10/en/images.html Opera]).&lt;br /&gt;
***Disable any proxies and add-ons/scripts. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;There are no add-ons, plugins, or scripts needed to access ANYTHING in E-Hentai or its related domains. Anything claiming otherwise may be an attempt to intercept your account credentials.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
***Due to the [[Hentai@Home]] system images are loaded via non-SSL and require cross network traffic:&lt;br /&gt;
****[https://forums.e-hentai.org/index.php?showtopic=201984 Firefox 51-57]: disable HSTS priming (&#039;&#039;about:config -&amp;gt; set &amp;quot;security.mixed_content.send_hsts_priming&amp;quot; and &amp;quot;security.mixed_content.use_hsts&amp;quot; to &amp;quot;false&amp;quot;&#039;&#039;).&lt;br /&gt;
****Opera: enable Cross Network Navigation (&#039;&#039;opera:config#Network|AllowCrossNetworkNavigation&#039;&#039;).&lt;br /&gt;
****For [https://noscript.net/ NoScript] disable ABE or enable local resources to be accessed by &amp;quot;e-hentai.org&amp;quot;.&lt;br /&gt;
****For [https://github.com/duckduckgo/duckduckgo-privacy-extension DuckDuckGo] whitelist &amp;quot;e-hentai.org&amp;quot;.&lt;br /&gt;
**Try the &amp;quot;Click here if the image fails loading&amp;quot; link. This will attempt to pull the image from a new [[H@H]] client.&lt;br /&gt;
**Add &amp;quot;?nl=1&amp;quot; to the end of the URL. This bypasses using the [[H@H]] cluster for that image.&lt;br /&gt;
***This can be permanently enabled via your [[My Settings]] page; be aware this can quickly use up your bandwidth limit.&lt;br /&gt;
**Turn off any [[#Common Problematic Software|problematic software]] which may block E-H traffic.&lt;br /&gt;
&amp;lt;div id=&amp;quot;509&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Thumbnails are not loading.&#039;&#039;&#039;&lt;br /&gt;
**Many adblockers have subscription-based rules that include an &#039;&#039;&#039;/ad/&#039;&#039;&#039; or &#039;&#039;&#039;^ad^&#039;&#039;&#039; filtering rule. This will catch &#039;&#039;&#039;all&#039;&#039;&#039; hexadecimal static ranges with /ad/ in them (e.g. /{00..ff}/ad/ or /ad/{00..ff}).&lt;br /&gt;
***Whitelist &#039;&#039;&#039;ehgt.org&#039;&#039;&#039; for the &#039;&#039;&#039;image&#039;&#039;&#039; content type or disable adblockers for the site.&lt;br /&gt;
***Disable any scripts/add-ons such as RequestPolicy and Smart Referrer.&lt;br /&gt;
&amp;lt;div id=&amp;quot;509&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error 509 - Bandwidth Exceeded&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error loading image: Could not get dispatch for image&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have viewed too many images. Either wait a few hours, [[My Home#Overview|reset the limit]] with [[GP]], or purchase the &amp;quot;More Pages&amp;quot; [[Hath Perk]].&lt;br /&gt;
**If you are on a shared connection consider using a proxy to browse E-Hentai.&lt;br /&gt;
**These limits are based only on IP address, not by account. The exception is for [[donators]] with [[stars]], wherein IPs are ignored.&lt;br /&gt;
&amp;lt;div id=&amp;quot;414&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Error 414 - Request-URI Too Large&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Occurs if the URL being accessed is too long, often from advanced [[Searching|searches]].&lt;br /&gt;
***Depending on your search you can safely remove any non-relevant search parameters contained within the URL.&lt;br /&gt;
**You have performed a [[Searching#File_Search|file search]] that found too many results.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The connection to the server was canceled during the page load.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your connection was automatically blocked for making too many connections.&lt;br /&gt;
**Wait for the ban to expire.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Content Warning - This gallery has been flagged as Offensive For Everyone. Due to its content, it should not be viewed by anyone. (And if you choose to ignore this warning, you lose all rights to complain about it in the future.)&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
**This indicates that the gallery has been [[tagged]] with [[guro]] or [[scat]]. You may choose to view the gallery, no longer receive these warnings (&amp;quot;Never Warn Me Again&amp;quot;), or go to the front page of the galleries.&lt;br /&gt;
**To re-enable this warning again simply delete the &amp;quot;nw&amp;quot; cookie.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Thumbnails appear with inverted colors.&#039;&#039;&#039;&lt;br /&gt;
**This is a rare glitch which resolves itself over time. The actual images should appear as normal when viewed.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The proxy server received an invalid response from an upstream server.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Check if you are on an ISP-level proxy [http://www.toolsvoid.com/proxy-test here]. Note that reverse proxies cannot be detected with tools like these.&lt;br /&gt;
**Check if your browser settings have a proxy enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;fast&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Fast&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You are opening pages too fast, thus placing a heavy load on the server. Back down, or your IP address will be automatically banned.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This may be triggered by prefetching in Chrome; uncheck &#039;&#039;Settings -&amp;gt; Show advanced settings -&amp;gt; Privacy -&amp;gt; &amp;quot;Use a prediction service to load pages more quickly.&amp;quot;&#039;&#039;&lt;br /&gt;
**This may be triggered by add-ons/scripts that organize/update bookmarks to galleries automatically; such actions may induce page loads.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Ban&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ban&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Banned&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;banned&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Your IP address has been temporarily banned for using automated mirroring/harvesting software and/or failing to heed the overload warning&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have opened too many pages at once or you have used software that downloaded too many images from the site simultaneously.&lt;br /&gt;
**Wait until the ban expires.&lt;br /&gt;
**If you are certain that you have not performed excessive page loads your IP may be in use by other people.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Key missing, or incorrect key provided.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The URL you are visiting is incorrect.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;When I save an image I only get blank.gif!&#039;&#039;&#039;&lt;br /&gt;
**The image did not have enough time to load. The blank.gif is a placeholder shown while waiting for image retrieval.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot rate a gallery!&#039;&#039;&#039;&lt;br /&gt;
**Sometimes the [[rating]] UI does not respond due to server congestion, try again later.&lt;br /&gt;
**You cannot rate your own galleries.&lt;br /&gt;
**You may be banned from [[rating]] galleries. You will receive a pop-up notification if this is the case.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have been banned from expunging galleries.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are no longer permitted to use [[expunge]] petitions. This is permanent.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I am being redirected to other sites!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you typed the URL correctly or that the link you followed has it spelled correctly.&lt;br /&gt;
**Check with your ISP about any blocked or redirected traffic.&lt;br /&gt;
**Any countries / territories noted [[:File:Countries_Blocking_E-Hentai.png|here]] are known to block E-Hentai.org.&lt;br /&gt;
**Check for malware such as browser hijacks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Korea&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;korea&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I am being redirected to &amp;quot;warning.or.kr&amp;quot;!&#039;&#039;&#039;&lt;br /&gt;
**You live in South Korea. Move.&lt;br /&gt;
**The use of a proxy may work but be wary of the legalities in that jurisdiction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Russia&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;russia&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This content is not available in Russia.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You live in Russia. Move.&lt;br /&gt;
**The use of a proxy may work but be wary of the legalities in that jurisdiction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;acl&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ACL&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;No ACL entry&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
**You are not on the Access Control List of the tool you are attempting to use.&lt;br /&gt;
***For most users the [[Gallery_Tagging#Tag_History|tag history tool]] can only be used to check one&#039;s &#039;&#039;own&#039;&#039; tagging history.&lt;br /&gt;
**Please contact a [[E-Hentai VIP|tag moderator]] if you wish to have something done via said tool.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Gallery not found. If you just added this gallery, you may have to wait a short while before it becomes available.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery you are attempting to visit is not yet fully integrated into the server. If this persists the gallery link is faulty.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Gallery [[hotkeys]] aren&#039;t working!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you have JavaScript enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;eeenope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;nope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Nope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;eeenope&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You do not have access to the [[Multi-Page Viewer]]. Change the URL.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The connection to the server was canceled during the page load.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your IP was automatically blocked for opening a huge amount of connections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;KeepTrying&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;keeptrying&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Keeptrying&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Keep&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;keep&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Keep trying.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to access an image page but have an invalid page ID, gallery ID, or file ID.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot see new galleries until ~15 minutes after they have been published!&#039;&#039;&#039;&lt;br /&gt;
**This is intentional for non-registered visitors.&lt;br /&gt;
**Register an account to see these galleries sooner.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Gallery cannot currently be expunged.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery chain was previously de-expunged and new expunges can only be started by [[VIP|veto holders]].&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:#977933&amp;quot;&amp;gt;Common Problematic Software&amp;lt;/span&amp;gt;====&lt;br /&gt;
*Ghostery, PeerGuardian, PeerBlock, Protowall, Megakey, Transmission ([[torrent]] client), DuckDuckGOPrivacy (the plugin - you need to whitelist EH to see content), DansGuardian, SquidGuard, HackShield (used as part of some MMOs).&lt;br /&gt;
*Any global/browser-based IP blockers can cause problems. Most P2P applications support directly loading IP lists; do that instead.&lt;br /&gt;
*Any &amp;quot;web accelerators&amp;quot; or pre-fetching can cause routing issues (E-Hentai [[IPs]] are not static).&lt;br /&gt;
&lt;br /&gt;
===Gallery Not Available===&lt;br /&gt;
&amp;lt;div id=&amp;quot;removed&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Removed&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This gallery has been removed, and is unavailable.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is &#039;&#039;&#039;not&#039;&#039;&#039; the same as a gallery being deleted or expunged.&lt;br /&gt;
**&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Do NOT re-upload it.&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div id=&amp;quot;locked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Locked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;This gallery has been locked for review. Please check back later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**A moderator has locked the gallery. This is usually only due to potentially serious rule violations that require examination.&lt;br /&gt;
**The gallery will likely be removed or deleted in due time, otherwise it will be returned to normal.&lt;br /&gt;
&lt;br /&gt;
===Your Galleries===&lt;br /&gt;
*&#039;&#039;&#039;My gallery disappeared!&#039;&#039;&#039;&lt;br /&gt;
**This is almost never due to a technical problem.&lt;br /&gt;
**Check if it is still listed in your [[Gallery Manager]]. If so, the reason it is not visible will be indicated there.&lt;br /&gt;
**Attempt to visit a direct link to your gallery.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;expunged&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;Expunged&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;expunge&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;Expunge&amp;quot;&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;My gallery was [[expunged]] unfairly!&#039;&#039;&#039;&lt;br /&gt;
**Check the gallery&#039;s expunge log for the reason(s).&lt;br /&gt;
**Make sure it was [[expunged]] and not removed or deleted. Each of these happen for very different reasons.&lt;br /&gt;
**Post the gallery&#039;s URL [https://forums.e-hentai.org/index.php?showtopic=28293 here] to inquire about it.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot delete my gallery!&#039;&#039;&#039;&lt;br /&gt;
**This is intentional. [https://e-hentai.org/tos.php Once a gallery has been published, it belongs to the community].&lt;br /&gt;
**Deletions by the gallery owner are only possible with unpublished, [[private]], or [[expunged]] galleries. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;False expunges will lead to a ban and the gallery reverted to its previous state.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot publish my gallery.&#039;&#039;&#039;&lt;br /&gt;
**Before publishing a gallery or a gallery update you must first read the [https://e-hentai.org/tos.php Terms of Service] and check the corresponding box, then choose a sorting order. If you do not wish to re-order, click &amp;quot;Apply with Current Ordering&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery has an incorrect name or [[category]]!&#039;&#039;&#039;&lt;br /&gt;
**Check if it is still listed in your [[Gallery Manager]]. The default category is [[Misc]].&lt;br /&gt;
***If so, you may rename or re-categorize it from there.&lt;br /&gt;
***If a [[Renaming|rename petition]] was successful on your gallery but the name is still unsatisfactory, you may insert another petition option. Should this new option reach higher [[power]], the name will change over.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot [[rename]] my gallery from the [[Gallery Manager]]!&#039;&#039;&#039;&lt;br /&gt;
**This action is only permitted from the manager for 24 hours after publishing.&lt;br /&gt;
**A successful [[Renaming|rename petition]] was done on your gallery. See the above issue.&lt;br /&gt;
**[[Expunged]] galleries cannot be renamed in this manner.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You can no longer change the [[category]] of this gallery.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery has had its [[category]] changed via [[tagging]]. If the [[category]] is still unsatisfactory report it as a [[#Gallery Tagging|mistag]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m afraid I can&#039;t let you do that.&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;That gallery has been marked as deleted, and can no longer be modified.&#039;&#039;&#039;&lt;br /&gt;
**You are attempting to modify or delete a gallery that cannot or can no longer be deleted.&lt;br /&gt;
***This also applies to properly replaced galleries and is working as intended.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not rate gallery. Reason: You cannot rate your own gallery.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Self-explanatory.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not obtain lock on gallery - if you are not running any active operations on this gallery, please wait about 15 minutes for the lock to expire.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Occurs when a gallery being uploaded / managed is in the middle of being processed by the server. Please wait and try again later.&lt;br /&gt;
**Also occurs to galleries that were reverted to a previous state, thus the URL entered is no longer valid.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery has missing, unwanted, or wrongly ordered images!&#039;&#039;&#039;&lt;br /&gt;
**You can add, remove, and modify the order of all your gallery&#039;s images via the [[Gallery Manager]].&lt;br /&gt;
***Note that you may only update a gallery twice per every 30 days (some exceptions apply).&lt;br /&gt;
****This limit does not apply to unpublished / [[private]] galleries.&lt;br /&gt;
&amp;lt;div id=&amp;quot;order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;out of order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;When people download my gallery the files are in the wrong order!&#039;&#039;&#039;&lt;br /&gt;
**Downloaded galleries use the filenames of the files &#039;&#039;when they were uploaded&#039;&#039;, so they may be out of order even if you corrected the order manually via the gallery maintenance UI.&lt;br /&gt;
**Rename your files to the correct order &#039;&#039;&#039;&#039;&#039;before&#039;&#039;&#039;&#039;&#039; uploading them (&#039;&#039;e.g. 001.jpg, 002.jpg, etc.&#039;&#039;) to avoid this problem.&lt;br /&gt;
***This is further recommended since different OSes [https://support.microsoft.com/kb/319827 sort files differently].&lt;br /&gt;
&amp;lt;div id=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Rating&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;People are giving my galleries low [[ratings]]!&#039;&#039;&#039;&lt;br /&gt;
**They are entitled to their opinions. Furthermore, ratings do not affect how well a gallery fares.&lt;br /&gt;
**Votes that deviate too much from the average rating are automatically discarded. This process is retroactive. Ratings, [[tags]] and [[favorites]] also carry over across all non-aged gallery updates.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery files are being resampled and converted to JPG!&#039;&#039;&#039;&lt;br /&gt;
**This is intended for [[Making_Galleries#Limits|files over 10MB in size]]. A link still allows you to download the original source at a cost of 5 image hits per MB.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My gallery&#039;s stats show low/no hits!&#039;&#039;&#039;&lt;br /&gt;
**Gallery stats are updated every ~4 hours. Please wait and check again later.&lt;br /&gt;
&lt;br /&gt;
====[[Uploading]]====&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m having trouble uploading.&#039;&#039;&#039;&lt;br /&gt;
**Upload your images in a compressed format such as .ZIP or .RAR.&lt;br /&gt;
**Break your upload into smaller portions. Start at ~20MB portions and adjust as desired.&lt;br /&gt;
**Turn off any software that uses upload bandwidth while you are uploading to the site.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Upload is temporarily unavailable.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The upload server is offline. Please wait and try again later.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The file {filename} is corrupt, incomplete, too large, or not an accepted image file.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Make sure the file is of an [[Making_Galleries#Limits|accepted format and is not over the size limit]], is not corrupt, and is not named with [[Making_Galleries#Checking|unacceptable characters]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;{Filename} has been blacklisted on this system&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Any file that causes this message should &#039;&#039;&#039;NOT&#039;&#039;&#039; be uploaded as it is [[DNP]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have been temporarily barred from [[Making Galleries|uploading]] and managing galleries. The bar expires in &#039;&#039;x&#039;&#039; hours.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Too many of your galleries were [[expunged]], removed, or deleted.&lt;br /&gt;
**Wait for the ban to expire and do not create any more bad uploads.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have been [[banned]] from [[Making Galleries|submitting galleries]] to this system.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Same as above, except permanent.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have earlier uploaded and published a gallery identical to the one you are now trying to publish. This gallery has been removed, and you will now be redirected to the old, identical gallery. If that gallery had previous been marked as deleted, it is now available again. You will be returned to the Management Interface momentarily.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You uploaded an exact copy of a gallery you have already uploaded and published.&lt;br /&gt;
**This will undelete a gallery if it was deleted by its owner.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You cannot add files to galleries that are older than twelve months. Please make a new one, then request to have this one expunged. You will be returned to the Management Interface momentarily.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is what is known as an [[aged]] gallery.&lt;br /&gt;
**[[Expunging#Replaced|Replace]] your gallery if it is truly necessary to make changes to it.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;{Filename} was generated by this system and has been replaced with the original copy.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The image uploaded is a thumbnail that was already generated by the system and thus was replaced by its original version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot select &#039;Save Changes&#039;, &#039;Start Upload&#039;, or &#039;Publish Gallery&#039; after deleting an image!&#039;&#039;&#039;&lt;br /&gt;
**This is a known issue with Firefox&#039;s handling of DOM content. Use one of the sorting buttons to alleviate this.&lt;br /&gt;
&lt;br /&gt;
===[[Gallery Tagging]]===&lt;br /&gt;
*&#039;&#039;&#039;Some tag searches include additional results.&#039;&#039;&#039;&lt;br /&gt;
**Try using [[Gallery_Tagging#Exact_Tag_Searching|exact tag searching]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot tag a gallery!&#039;&#039;&#039;&lt;br /&gt;
**The tag you are attempting to use may not be acceptable (e.g. too short or blacklisted).&lt;br /&gt;
**You may be banned from tagging galleries. You will receive a pop-up notification if this is the case.&lt;br /&gt;
**You may be attempting to upvote a downvoted tag (which may not give an error message). Be sure to read the tag&#039;s definition, [[Gallery Tagging|tagging guidelines]], or ask [https://forums.e-hentai.org/index.php?showtopic=184081 here] for upvotes.&lt;br /&gt;
**[[#Could Not Vote For Tag|See below]] for specific tagging error messages.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I tried to tag something and it turned into a different tag!&#039;&#039;&#039;&lt;br /&gt;
**Your tag included non-alphanumeric characters which are not permitted. Only hyphens, periods, and spaces are allowed in tags.&lt;br /&gt;
**Due to the grouping system for tags any [[slave tag]] will become its respective master tag. If you are not satisfied with the grouping you may post [https://forums.e-hentai.org/index.php?showtopic=199295 here] to discuss it.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Server communication failed. Server responded with:&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Connection timed out. Check your connection, wait a few seconds and try again.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Someone is voting down my tags!&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;My gallery has incorrect tags!&#039;&#039;&#039;&lt;br /&gt;
**Double-check the tag&#039;s definition and [[Gallery_Tagging#Usage_Guidelines|tagging guidelines]].&lt;br /&gt;
**Vote the tags up/down only if you are absolutely certain.&lt;br /&gt;
**Post the gallery&#039;s URL [https://forums.e-hentai.org/index.php?showtopic=184081 here].&lt;br /&gt;
***Please do not accuse any users of misuse or request any [[bans]].&lt;br /&gt;
&lt;br /&gt;
====Could Not Vote For Tag====&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: You need more power to add that tag.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Cannot vote for tag.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The tag you are attempting to vote on [[Tagging_Mechanics#Tag_Mod_Power|requires]] additional [[mod power]]. This is to prevent poor handling of the tag by newer users.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} cannot be used.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are attempting to add/upvote a tag that is blocked or blacklisted.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag &amp;quot;{tagname}&amp;quot; is not allowed in this namespace - requires &amp;quot;{namespace}&amp;quot; or &amp;quot;{namespace}&amp;quot; namespace.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The tag you are attempting to enter requires an accompanying [[namespace]]. The namespace must be one of the approved pairings for that particular tag.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Tags should be added on the most recent gallery in this chain.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Only the most recent version of a gallery chain allows for tagging actions. The action will automatically be applied to all galleries in the chain.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Invalid user&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The API received an invalid user identification response while you were tagging.&lt;br /&gt;
***Your session may have expired. Use another browser or clear your cache/cookies.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Missing arguments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You entered in a term or phrase that is rendered as a blank tag.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Missing or malformed tags&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your request is longer than the maximum allowed for the input field.&lt;br /&gt;
***[[API]] requests are limited to the default tag input field maximum length (200 characters).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: You have already voted for or entered this tag, or you are trying to vote for a suppressed tag&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have already voted for the tag in the corresponding direction or the tag has been suppressed by downvotes.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: You cannot possibly have taken the time to look at the gallery in that short time. You must wait 10 seconds between tagging different galleries.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You attempted to vote on a tag on a gallery too quickly after doing so on a different gallery.&lt;br /&gt;
**This limit can be reduced with increased [[power]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: User fault detected. Replace user and try again&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You entered in the default text on the tag form (&amp;quot;Enter new tags, separated with comma&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: No effect&amp;quot;&lt;br /&gt;
**You are voting down a tag that was already voted down to 0 [[power]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} has been vetoed on this gallery&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The tag has been downvoted by at least 3 users with [[E-Hentai VIP|veto power]]. The tag can no longer be upvoted by other users after this has happened. If you believe that a tag has been vetoed incorrectly make an inquiry [https://forums.e-hentai.org/index.php?showtopic=11364 here].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} is in a restricted namespace and must first be defined by a tag moderator.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The [[namespace]] you are attempting to use has not been approved by a tag moderator.&lt;br /&gt;
**If you are certain it should be usable please contact a [[E-Hentai VIP|tag moderator]] or post [https://forums.e-hentai.org/index.php?showtopic=88776 here] to have it added.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: The tag {tagname} has an invalid namespace.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The [[namespace]] being used is not a correct one. Check your spelling.&lt;br /&gt;
**Make sure not to use a colon when tagging something except to indicate a namespace.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for tag: Gallery not found&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The gallery is no longer formally in the system.&lt;br /&gt;
&lt;br /&gt;
===[[Archives]]===&lt;br /&gt;
*&#039;&#039;&#039;The [[archive]] link returns a blank page with the message &amp;quot;err&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
**Clear your cache and cookies.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I get a 503 error when I download an [[archive]]!&#039;&#039;&#039;&lt;br /&gt;
**The site may be experiencing [[#503|maintenance or other issues]].&lt;br /&gt;
**You may be attempting to use more than 4 simultaneous download threads. If using a download manager make sure that it does not exceed that amount.&lt;br /&gt;
**You may have exhausted your allowed download attempts.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My download speed is much slower than expected!&#039;&#039;&#039;&lt;br /&gt;
**After ensuring the issue is not on your end, you may be downloading from a capped archive server due to various reasons. &amp;lt;span title=&amp;quot;95.211.212.245&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;rarity.is.the.best.pony&amp;lt;/span&amp;gt; tends to cap at 200-250 KB/s per connection.&lt;br /&gt;
***The issue can be mitigated by using segmented downloading (use at your own risk) or just being patient. Alternately, if a very healthy [[torrent]] is available, please consider using this option.&lt;br /&gt;
***It is not possible to change servers after the archive is generated. Available servers are randomly assigned upon request and the archive then is only valid for the assigned archive server.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;A gallery I downloaded says &amp;quot;Unexpected end of archive.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The download was interrupted at some point. Please try to download it again.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;IP quota exhausted&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Too many addresses from the same IP range tried downloading the same [[archive]].&lt;br /&gt;
**Wait a week, generate another archive link, and &#039;&#039;&#039;do not share this link&#039;&#039;&#039; with anyone.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Failed to prepare one or more files for the archive. Please try again in an hour. Contact staff if this error persists.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Self-explanatory.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;The resampled archive is bigger than the original! What gives?&#039;&#039;&#039;&lt;br /&gt;
**This is expected for some galleries and is not really a problem. Please refer to [[Archives#Costs|this]].&lt;br /&gt;
&lt;br /&gt;
===[[Renaming]]===&lt;br /&gt;
*&#039;&#039;&#039;Someone else&#039;s gallery has an incorrect name or [[category]]!&#039;&#039;&#039;&lt;br /&gt;
**See [[Renaming]] for name changing.&lt;br /&gt;
**See [[Gallery Tagging#Categories|Gallery Tagging - Categories]] for category changing.&lt;br /&gt;
**You may also post links to such galleries [https://forums.e-hentai.org/index.php?showtopic=21476 here]. Please indicate the correct name/category in your post.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;That is already one of the suggested names.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You attempted to add a [[rename]] petition with the same text as an existing one for that gallery.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;New suggested title is too short.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You attempted to add a blank name as a [[rename]] petition. Pay attention to which option button is used.&lt;br /&gt;
&lt;br /&gt;
===[[Commenting]]===&lt;br /&gt;
*&#039;&#039;&#039;My gallery comment disappeared!&#039;&#039;&#039;&lt;br /&gt;
**Comments will become hidden [[Gallery_Commenting#Hidden_Comments|if they are low rated]].&lt;br /&gt;
**For galleries with more than 50 comments only the top 50 (depending on which viewing order is used) are displayed by default; the rest are hidden.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot delete my gallery comment!&#039;&#039;&#039;&lt;br /&gt;
**This is intentional.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Due to reported abuse, you have been blocked from adding more comments.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Numerous comments that you have made were severely downvoted.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You can only add comments for active galleries.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Deleted galleries may not have comments added to them.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot rate a gallery comment!&#039;&#039;&#039;&lt;br /&gt;
**You cannot rate comments if you have added a comment to the same gallery.&lt;br /&gt;
***Any existing comment ratings for a gallery will be removed if you add a comment to that gallery.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can upvote just fine but my comment downvotes do not have any effect!&#039;&#039;&#039;&lt;br /&gt;
**You have downvoted too many comments and the system acknowledged you as a potential mass-downvoter.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have to wait 60 seconds between each comment.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is to prevent spam. This limitation is reduced to 10 seconds for users with at least 25 [[power]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Your gallery comment is too short.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Comments must be at least 10 characters long.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You have to type a real comment.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You entered in the default text into the comment form (&amp;quot;Enter your comments here, then hit Post Comment. If the last comment posted is yours, this will be appended to that post.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;You did not enter a comment.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You either entered no text in the comment field or text that renders as nothing.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for comment. Reason: Correlation factor between reviewer and voter has exceeded reasonable limits. Vote blocked.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have voted on a particular user&#039;s comments too much. Upvote other useful comments.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not vote for comment: Cannot vote when own comment exists in gallery&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to vote after posting a comment. Refresh the page to display your comment (unless it is perma-hidden).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not get editable comment: Can only edit own comment&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are trying to edit someone else&#039;s comment. Refresh the page to display your own comment.&lt;br /&gt;
&lt;br /&gt;
==[[HentaiVerse]]==&lt;br /&gt;
(&#039;&#039;&#039;&amp;lt;span style=color:#FF5555&amp;gt;For in-game error messages see [[HentaiVerse_Bugs_%26_Errors|HentaiVerse Bugs &amp;amp; Errors]]&amp;lt;/span&amp;gt;&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;HentaiVerse is slow for me!&#039;&#039;&#039;&lt;br /&gt;
**Disable any [[scripts]] or browser add-ons. Re-enable them individually to isolate which one(s) may be causing the slowdown.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Failed to initialize player state. Try again later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;HV is temporarily unavailable, as the battle state tracker or master database is currently offline.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;HentaiVerse is not available on this cluster. If you are seeing this message, contact staff.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Snowflake and the moogles are basking in the summer sun. Check back later.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Wait a few minutes and try again or use the alternative &#039;&#039;alt.hentaiverse.org&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t see everything in the HentaiVerse window!&#039;&#039;&#039;&lt;br /&gt;
**The minimum recommended resolution for HV is 1280x768.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;dawn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Dawn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;[[Dawn of a New Day]] / [[Random Encounter]] message does not appear.&#039;&#039;&#039;&lt;br /&gt;
**If you have just logged in reload the page.&lt;br /&gt;
**Wait a few minutes and try again.&lt;br /&gt;
**Even if the message did not appear check to see if the rewards from the Dawn have been received.&lt;br /&gt;
**Disable any ad-blockers or other add-ons which may prevent scripts from running.&lt;br /&gt;
**There is a limit of 24 random encounters per day.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Posting in [[E-Hentai Forums|the forums]] is not giving an [[EXP]] gain bonus.&#039;&#039;&#039;&lt;br /&gt;
**The EXP bonus takes 1 hour after the posting to take effect.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t enable my abilities!&#039;&#039;&#039;&lt;br /&gt;
**Use a browser that supports HTML5.&lt;br /&gt;
&amp;lt;div id=&amp;quot;exp&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;EXP&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;noexp&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;noEXP&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m not receiving any [[EXP]]!&#039;&#039;&#039;&lt;br /&gt;
**Make sure your [[Stamina]] is above 9.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Nope&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You are attempting to access an [[equipment]] piece&#039;s link with an invalid ID or key.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Holding down hotkeys doesn&#039;t work!&#039;&#039;&#039;&lt;br /&gt;
**If you are using NoScript, open Firefox to &#039;&#039;about:config&#039;&#039; and set &#039;&#039;noscript.clearClick.rapidFireCheck&#039;&#039; to &amp;quot;false&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I jumped to a new fight instead of going to the next turn!&#039;&#039;&#039;&lt;br /&gt;
**The server cluster lost a node temporarily. Just wait a few minutes and it should re-establish the connection to the node and load your battle again.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Some of the graphics don&#039;t show!&#039;&#039;&#039;&lt;br /&gt;
**Try {{Keypress|Ctrl}} + {{Keypress|F5}} to force reload them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div ID=&amp;quot;ShopBot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;Profit&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;Bazaar&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;bazaar&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;profit&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div ID=&amp;quot;shopbot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;I sold an [[item]] to the [[Bazaar]] and got more [[credits]] than what it indicated.&#039;&#039;&#039;&lt;br /&gt;
**[[Item Bot]] [[Bazaar#Item_Shop|profit sharing]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My [[EXP]] required for the next level is showing as a negative!&#039;&#039;&#039;&lt;br /&gt;
**This is purely an aesthetic bug. It can occur when triggering a [[dawn]] event that gives enough [[EXP]] to [[level up]] whilst in a [[battle]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;H@H&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[H@H]]==&lt;br /&gt;
;Always make sure you have the latest stable version of [https://www.java.com/en/download/index.jsp Java Runtime Environment] and that your internet speed is sufficient when running the client.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;What&#039;s my Client ID?&#039;&#039;&#039;&lt;br /&gt;
**You will not have one if you did not sign up for H@H.&lt;br /&gt;
**Check [https://e-hentai.org/hentaiathome.php here] for it.&lt;br /&gt;
**Client IDs that have been inactive for over 13 months (about 400 days) are revoked. Re-applying is permitted.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client&#039;s status is fine but I don&#039;t earn any [[Hath]] from it!&#039;&#039;&#039;&lt;br /&gt;
**No Hath will be granted if a client&#039;s speed is below the minimum requirements&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=215951&amp;amp;view=findpost&amp;amp;p=5139875]&amp;lt;/sup&amp;gt;.&lt;br /&gt;
***Make sure the client can constantly sustain at least 200KB/s of burst speed (shown as 160KB/s when used at 80%).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client isn&#039;t doing anything!&#039;&#039;&#039;&lt;br /&gt;
**Make sure the client is [[H@H#Activity|active enough]].&lt;br /&gt;
**If you are running a brand new client wait for your cache to fill. Caches tend to only fill for clients that have been running for at least 24 hours.&lt;br /&gt;
**Cached content will not affect hitrate - the only 4 factors involved are burst speed, client quality, client region, and assigned [[static range]]s. Let the cache build naturally over an extended period of time.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I am not being assigned static ranges!&#039;&#039;&#039;&lt;br /&gt;
**Clients will only get up to 48 static ranges every day at peak performance. Keep in mind this also requires up to 8,400 MB (8.20 GB) of additional cache.&lt;br /&gt;
**Ensure your client is stable and active with sufficient dedicated disk space. Keep it running for as long as possible.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Disk usage is too high! Is there a way to limit this?&#039;&#039;&#039;&lt;br /&gt;
**If you really want to reduce disk seeks, lowering cache size is the optimal way to do that, mostly because in addition to reducing traffic in general, a higher percentage of file accesses will be cached in RAM&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=215709&amp;amp;view=findpost&amp;amp;p=5138580]&amp;lt;/sup&amp;gt;.&lt;br /&gt;
***&#039;&#039;&#039;All static ranges unable to fit within the new cache size will be lost, so please be careful.&#039;&#039;&#039; Ranges will be gradually reassigned once the cache becomes bigger again and the client is qualified to earn more ranges.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;HTTP 400 (Bad Request) responses show up in the client!&#039;&#039;&#039;&lt;br /&gt;
**This is normal as long as the client is within its region&#039;s average failure rate.&lt;br /&gt;
**If this happens a lot the client&#039;s ISP may have poor connectivity to the querying region. This can also be due to packet loss.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client has low trust!&#039;&#039;&#039;&lt;br /&gt;
**This commonly occurs after a bad shutdown since the server continues to attempt contact with your client after it went offline.&lt;br /&gt;
**Leave the client running, it will gradually regain trust if no other problems exist.&lt;br /&gt;
**If its trust is not recovering at all it may indicate a communication or file corruption issue. Check your cache.&lt;br /&gt;
**Low trust can also happen when your drive is full. It can happen on certain systems despite setting a free disc space in your panel. You can reduce your Maximum Disk Cache Size setting in your panel (and check &amp;quot;Remove static ranges if necessary&amp;quot;) to fix that issue.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My client&#039;s trust is fine but my quality drops!&#039;&#039;&#039;&lt;br /&gt;
**This is usually caused by transient routing problems in the short-term and prevents single malfunctioning clients from causing entire network issues by lowering their priority accordingly.&lt;br /&gt;
**Sudden and large drops are normal for newer clients; waiting for a few weeks will generally give a stable baseline.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Request host did not send Content-Length, aborting transfer.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Something is blocking your requests; disable any [[#Common Problematic Software|problematic software]] that may be doing this.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;We appear to have reached the image limit. Attempting to contact the server to ask for a limit increase...&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**You have downloaded up to your daily limit via H@H downloader; you must wait 24 hours.&lt;br /&gt;
**This limit can be reset at your [[My Home]] area or increased by purchasing the &amp;quot;More Pages&amp;quot; [[Hath Perks]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Server reported expired key; attempting to refresh time from server and retrying.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Ignore this unless it persists.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Your client has been suspended for having an unreasonably high cache reset count.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your client has been banned. You may send an unblock request to [https://forums.e-hentai.org/index.php?showuser=6 Tenboro].&lt;br /&gt;
**This can occur if any of your cache files were deleted and your cache database was not updated to reflect this. Do &#039;&#039;&#039;NOT&#039;&#039;&#039; manually delete files from your cache.&lt;br /&gt;
***If you need to reduce your cache size simply reduce your max speed setting. The client will automatically remove excess cache files.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Critical Error: java.sql.SQLException: disk I/O error&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;java.lang.NullPointerException - [ERR] at org.hath.base.CacheHandler.initializeCacheHandler(CacheHandler.java:214)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] {java.lang.Throwable$WrappedPrintStream.println(Unknown Source)} at org.sqlite.Conn.setAutoCommit(Conn.java:336)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] java.sql.SQLException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Delete hath.db and rename hath.db.bak to hath.db, then restart the client.&lt;br /&gt;
***If this fails delete both files and restart the client. &lt;br /&gt;
**Make sure that the user you&#039;re running H@H as has write access to the directory from which you run it.&lt;br /&gt;
**If all else fails run [https://en.wikipedia.org/wiki/CHKDSK chkdsk] on the drive that stores H@H.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] {java.lang.Throwable$WrappedPrintStream.println(Unknown Source)} java.lang.InternalError: HTHEME is null&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This is an aesthetic issue. If the Themes service is disabled on a Windows OS and a client is running in the H@H GUI, this error will happen whenever it is given focus as it fails to parse themes.&lt;br /&gt;
**Use the command-line client or enable the Themes service.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Cache Handler: cannot meet space constraints: Disk free space limit reached.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your free disk space was detected as too low. The client will stop getting new files until this is remedied.&lt;br /&gt;
**Change your disk space setting (&amp;quot;Minimum space to leave on disk&amp;quot;) (minimum 100 MB even if not set) or remove non-H@H files from the drive that H@H uses.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m having high memory usage running H@H under OpenVZ!&#039;&#039;&#039;&lt;br /&gt;
**Because of how OpenVZ calculates resident memory size H@H can appear to use as much as 1 GB of RAM even though its actual resident memory size is usually 50-100 MB.&lt;br /&gt;
**There is no known workaround at this time.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My country is incorrect on my H@H page!&#039;&#039;&#039;&lt;br /&gt;
**This does not matter for clients in Canada/United States.&lt;br /&gt;
**If the indicated country is geographically very far away from what it should be an override for the client ID may be necessary.&lt;br /&gt;
&lt;br /&gt;
===Startup Errors===&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Startup notification failed.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**(This is a generic message, but if no other message accompanies it then this section may apply).&lt;br /&gt;
**Your speed was measured as too low. Turn off any bandwidth-consuming applications and try again.&lt;br /&gt;
**Java may be binding an IPv6 port. Try launching H@H with &amp;lt;tt&amp;gt;java -Djava.net.preferIPv4Stack=true -jar HentaiAtHome.jar&amp;lt;/tt&amp;gt;.&lt;br /&gt;
**You failed to contact the main server. Try again later.&lt;br /&gt;
**Turn off any anti-DDoS settings on your router which prevent multiple connections from occurring simultaneously.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The client has failed the external connection test.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your port for H@H was not detected as open. You may test it [http://canyouseeme.org/ here].&lt;br /&gt;
**Make sure that the port you are opening matches the one set in your H@H settings.&lt;br /&gt;
**Read a [https://portforward.com/ guide] to help with the opening of ports.&lt;br /&gt;
**Make sure you have a public IP address. ISPs may use [https://en.wikipedia.org/wiki/Carrier-grade_NAT CG-NAT], preventing others on the internet from seeing your computer.&lt;br /&gt;
**Check the IP of your router/modem. If it is [https://en.wikipedia.org/wiki/Private_network#Private_IPv4_address_spaces within a private range], you may have to ask your ISP to grant you a public address.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My entire cache is being verified when I start the client!&#039;&#039;&#039;&lt;br /&gt;
**This happens whenever there was a bad shutdown. This is to ensure the integrity of your cache is still in good standing.&lt;br /&gt;
**The client should run normally after the checking is complete. Please be patient.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;The database could not be loaded.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Critical Error: Failed to buffer requested data for cache list write.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Delete hath.db, rename hath.db.bak to hath.db, then re-launch the client.&lt;br /&gt;
***If this fails, delete both files and re-launch the client.&lt;br /&gt;
**Make sure you have ownership of the files and folders that H@H uses.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Rejecting connection request during startup.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**If this doesn&#039;t happen very often just ignore it. Other users are simply contacting your client too soon.&lt;br /&gt;
**Check if your firewall or other software is blocking Java connections.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Required library file sqlitejdbc-v056.jar could not be found.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The file is missing, re-download H@H.&lt;br /&gt;
**It you run H@H through a command line, make sure to &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; to the same directory as the HentaiAtHome.jar file before running. You may also add that &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; command to the batch file.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[WARN] Unknown host rpc.hentaiathome.net, aborting..&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] java.net.UnknownHostException: e-hentai.org&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**This may be a DNS issue. Try [https://documentation.cpanel.net/display/CKB/How+To+Clear+Your+DNS+Cache flushing your DNS cache] and restarting the client.&lt;br /&gt;
**Try switching to [https://developers.google.com/speed/public-dns/docs/using Google&#039;s public DNS].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;[ERR] {java.lang.Throwable$WrappedPrintStream.println(Unknown Source)}&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Could not start the internal HTTP server.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Something besides H@H is already using the port that it was assigned. Try closing any program that may be doing this or set H@H to use a different port.&lt;br /&gt;
&amp;lt;div id=&amp;quot;ports&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Ports&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;port&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Port&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;It doesn&#039;t allow me to use a specific port!&#039;&#039;&#039;&lt;br /&gt;
**The following ports aren&#039;t available due to browser blocking and other compatibility issues: 80, 2049, 3659, 4045, 6000, 6665, 6666, 6667, 6668, 6669.&lt;br /&gt;
&lt;br /&gt;
==[[E-Hentai Forums]]==&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Sorry, you are not permitted to use this board.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**Your IP address may be banned. Try to change it.&lt;br /&gt;
**[https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=4&amp;amp;MID=6 PM Tenboro] with your IP if this continues or if you cannot change it.&lt;br /&gt;
**You are using the Opera Mini browser/network. Try an alternate browser.&lt;br /&gt;
&amp;lt;div id=&amp;quot;NoURLs&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I made a [[donation]] recently but don&#039;t see the corresponding [[awards]].&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;I don&#039;t get the corresponding [[Dawn]] rewards.&#039;&#039;&#039;&lt;br /&gt;
**Flush the EH caches by performing those actions - change [[HentaiVerse]], [[Gallery]] or [[My Home]] settings, buy/sell from the [[GP Exchange]] or [[Hath Exchange]].&lt;br /&gt;
***The forum display cache issue historically applied to users who were below Henjutsu Level 2.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t post URLs or attachments!&#039;&#039;&#039;&lt;br /&gt;
**New users may not do so until they have made at least &#039;&#039;&#039;2&#039;&#039;&#039; posts.&lt;br /&gt;
**Some subforums and threads disallow attachments.&lt;br /&gt;
***Make sure you didn&#039;t exceed attachment limitations: 10 MB per post, 1000 MB (1 GiB) total.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My post count is not going up!&#039;&#039;&#039;&lt;br /&gt;
**Posts made in some subforums do not increase post counts.&lt;br /&gt;
**[[Forums#Rewards|There is no benefit to inflating one&#039;s post count anyway]].&lt;br /&gt;
&amp;lt;div id=&amp;quot;TenboroPM&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;tenboroPM&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;tenboropm&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Tenboropm&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;PMTenboro&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My PMs to [https://forums.e-hentai.org/index.php?showuser=6 Tenboro] are not being answered!&#039;&#039;&#039;&lt;br /&gt;
**He receives a lot of them, please be patient.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I accidentally deleted a private message!&#039;&#039;&#039;&lt;br /&gt;
**Unfortunately, it is too difficult to individually restore PMs from the site&#039;s backups.&lt;br /&gt;
**It is best to maintain [https://forums.e-hentai.org/index.php?act=Msg&amp;amp;CODE=14 archives] of important PMs on your own.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My sent PMs are not showing up in my &#039;Sent&#039; folder!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you checked off &amp;quot;Add a copy of this message to my sent items folder&amp;quot; when you send messages.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My post / thread disappeared!&#039;&#039;&#039;&lt;br /&gt;
**They were likely deleted by a moderator due to rule violations.&lt;br /&gt;
**Do &#039;&#039;&#039;not&#039;&#039;&#039; repost the offending content.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I receive a warning e-mail from the forum!&#039;&#039;&#039;&lt;br /&gt;
**The forum will send a warning to your original e-mail address whenever the password or e-mail associated with the account is changed.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I cannot see the CAPTCHA for posting.&#039;&#039;&#039;&lt;br /&gt;
**Disable any software that blocks ads or scripts.&lt;br /&gt;
**Try with a different browser.&lt;br /&gt;
&lt;br /&gt;
==[[Bounty]]==&lt;br /&gt;
*&#039;&#039;&#039;I cannot claim a bounty!&#039;&#039;&#039;&lt;br /&gt;
**Check if you have met the [[bounty#Hunter_Ranks|Hunter Ranks]]. Note that Unranked is above Rank D.&lt;br /&gt;
&lt;br /&gt;
==[[EHTracker]]==&lt;br /&gt;
*&#039;&#039;&#039;My stats are not being tracked!&#039;&#039;&#039;&lt;br /&gt;
**Make sure you are using the personalized torrent and not the public one.&lt;br /&gt;
**You may have reset your personal key. Any torrents with older personal keys need to be re-downloaded.&lt;br /&gt;
***Seedmins only count towards torrents you created yourself.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;My stats stopped updating even though I&#039;m seeding properly!&#039;&#039;&#039;&lt;br /&gt;
**This generally happens if you are disconnected while seeding and have a dynamic IP address.&lt;br /&gt;
**Stop all torrents, then resume them in order to force a tracker announce check.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m seeding but not gaining any GP!&#039;&#039;&#039;&lt;br /&gt;
**This only occurs [[EHTracker#Rewards|if you are the torrent&#039;s or gallery&#039;s uploader]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Torrent not found&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**All torrents for the gallery have been expunged.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;Upload Error: Failed uploading file (code=4).&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
**The server didn&#039;t receive any file. Try uploading with another browser.&lt;br /&gt;
&lt;br /&gt;
==[[EHWiki]]==&lt;br /&gt;
*&#039;&#039;&#039;I&#039;m not receiving a verification e-mail!&#039;&#039;&#039;&lt;br /&gt;
**You may change the e-mail address for the account and revalidate.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t edit/create anything!&#039;&#039;&#039;&lt;br /&gt;
**You need to be in the &#039;Creator&#039; group in order to edit/create pages. Please contact a [[E-Hentai VIP|wiki admin]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t edit certain articles!&#039;&#039;&#039;&lt;br /&gt;
**Some articles are protected due to their importance or past abuse and thus cannot be edited by non-admins. Please [[E-Hentai VIP|contact one of them]] if you have information to add/edit.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;I can&#039;t create an account!&#039;&#039;&#039;&lt;br /&gt;
**If your IP may be listed on the wiki&#039;s DNSBL.&lt;br /&gt;
**Change your IP and try again.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showforum=7 Site Discussion, Help &amp;amp; Feedback]&lt;br /&gt;
&lt;br /&gt;
[[Category:Site Features]][[Category:E-Hentai Forums]][[Category:EHwiki]][[Category:HentaiVerse]][[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=The_Lottery/Chinese&amp;diff=47567</id>
		<title>The Lottery/Chinese</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=The_Lottery/Chinese&amp;diff=47567"/>
		<updated>2018-04-29T16:51:39Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Reverted edits by Blue penguin (talk) to last revision by Edfrbnnen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;The Lotteries&#039;&#039;&#039;（抽獎活動）可以天天讓《[[HentaiVerse/Chinese|{{HVkwzh|HentaiVerse}}]]》玩家有贏得各種獎項的機會，以[[Gallery_Points/Chinese|圖庫點數]]作為賭注。&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;抽獎辦法&#039;&#039;&#039;==&lt;br /&gt;
兩種個別抽籤會每天產出一件「{{HVkwzh|Peerless}}」[[Equipment_Prefixes/Chinese#Quality|品質]]的新武器 (或盾牌) 和新鎧甲當作&#039;&#039;&#039;頭獎&#039;&#039;&#039;（Grand Prize）；兩種活動抽籤時間相差 12 小時。活動結束時會隨機挑出五張中獎&#039;&#039;&#039;彩券&#039;&#039;&#039;（Ticket），也就是幸運得主。武器抽獎結束於[[Dawn_of_a_New_Day/Chinese|協調世界時 00:00]]，鎧甲抽獎結束於協調世界時 12:00。&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;獎項&#039;&#039;&#039;==&lt;br /&gt;
不論持有幾張彩券，玩家在每種抽籤裡只能抽中一個獎項。&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! 獎項 !! 獎品&lt;br /&gt;
|-&lt;br /&gt;
|頭獎 || 武器/鎧甲&lt;br /&gt;
|-&lt;br /&gt;
|貳獎 || [[#Golden_Lottery_Ticket|黃金彩券]] (可多個)&lt;br /&gt;
|-&lt;br /&gt;
|參獎 || [[Items/Chinese#Other_Restoratives|咖啡因糖果]] (可多個)&lt;br /&gt;
|-&lt;br /&gt;
|肆獎 || [[Items/Chinese#Tokens|混沌令牌]] (可多個)&lt;br /&gt;
|-&lt;br /&gt;
|伍獎 || [[Items/Chinese#Tokens|混沌令牌]] (可多個)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;任何抽中的裝備都會完成[[The_Forge/Chinese#SoulFuse|{{HVkwzh|Soulfuse}}]]而且是[[Bazaar/Chinese#Locked|鎖定狀態]]。&#039;&#039;&#039;這些裝備不能用來和其他玩家交易或出售。玩家可以點擊&#039;&#039;&#039;不想要&#039;&#039;&#039;（Do Not Want）連結，來選擇放棄贏得頭獎的機會 (不能撤回)。選擇放棄頭獎會額外提升玩家對其餘獎項的中獎率/有效票數 20 %。&lt;br /&gt;
&lt;br /&gt;
貳獎至伍獎的獎品會隨著彩券池的大小增量，全部在 500,000 張彩券時達到上限。&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! 獎品 !! 上限&lt;br /&gt;
|-&lt;br /&gt;
| 黃金彩券 || 10&lt;br /&gt;
|-&lt;br /&gt;
| 咖啡因糖果 || 50&lt;br /&gt;
|-&lt;br /&gt;
| 混沌令牌 || 500&lt;br /&gt;
|-&lt;br /&gt;
| 混沌令牌 || 500&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;下注&#039;&#039;&#039;==&lt;br /&gt;
玩家可以購買彩券參加各種抽獎，每張 1,000 圖庫點數。玩家在每個抽獎最多可購買 20,000 張下注。&lt;br /&gt;
&lt;br /&gt;
===Golden Lottery Ticket===&lt;br /&gt;
&#039;&#039;&#039;黃金彩券&#039;&#039;&#039;（Golden Lottery Ticket）使用於抽獎活動中，可讓玩家不需花費就自動增加 100 張彩券的賭資，或是讓彩券持有數倍增 (此效果不能超過彩券池的 10%)。使用效果是看不見的，是因為效果在抽籤時觸發。&lt;br /&gt;
*黃金彩券是不可交易/出售的。&lt;br /&gt;
*當玩家使用黃金彩券時就不該購買超過 19,900 張普通彩券，否則額外的 100 張會造成浪費。&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;得獎通知&#039;&#039;&#039;==&lt;br /&gt;
中獎不會有任何通知。抽出得獎者後，他們的名字會被記載在抽獎活動記錄裡，而抽中的獎品會自動納入玩家的庫存裡。&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse/Chinese]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=The_Lottery&amp;diff=47566</id>
		<title>The Lottery</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=The_Lottery&amp;diff=47566"/>
		<updated>2018-04-29T16:50:20Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: Reverted edits by Blue penguin (talk) to last revision by Maximum Joe&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://hentaiverse.org/?s=Bazaar&amp;amp;ss=lt The] [https://hentaiverse.org/?s=Bazaar&amp;amp;ss=la Lotteries] allow [[HentaiVerse]] players daily chances to win valuable prizes by betting [[GP]].&lt;br /&gt;
&lt;br /&gt;
==Mechanics==&lt;br /&gt;
Every day a new [[weapon]] (or [[shield]]) and [[armor]] of Peerless [[quality]] are generated and put up as the grand prizes for two separate draws; the two draws are offset from each other by 12 hours. At [[dawn|0:00 UTC]] (for [[weapon]]) and 12:00 UTC (for [[armor]]) five tickets are randomly picked as winners.&lt;br /&gt;
&lt;br /&gt;
==Prizes==&lt;br /&gt;
Players can only win one prize per drawing regardless of how many tickets they hold.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Rank&lt;br /&gt;
!Prize&lt;br /&gt;
|-&lt;br /&gt;
|1st || [[Weapon]]/[[Armor]]&lt;br /&gt;
|-&lt;br /&gt;
|2nd || [[#Golden Lottery Ticket|Golden Lottery Ticket]](s)&lt;br /&gt;
|-&lt;br /&gt;
|3rd || [[Caffeinated Candies]]&lt;br /&gt;
|-&lt;br /&gt;
|4th || [[Items#Tokens|Chaos Token]](s)&lt;br /&gt;
|-&lt;br /&gt;
|5th || [[Items#Tokens|Chaos Token]](s)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Any [[equipment]] won will become [[soulfuse]]d and [[locked]].&#039;&#039;&#039; Such [[equipment]] cannot be traded or sold. Players may opt out of winning the grand prize by clicking on the Do Not Want link (cannot be revoked). Opting out of the grand prize additionally increases the player&#039;s win chance/effective number of tickets for the rest of the prizes by 20%.&lt;br /&gt;
&lt;br /&gt;
The 2nd through 5th place prizes scale with the size of the betting pool, all capped at a 500,000 pool.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Prize&lt;br /&gt;
!Cap&lt;br /&gt;
|-&lt;br /&gt;
|Golden Lottery Tickets || 10&lt;br /&gt;
|-&lt;br /&gt;
|Caffeinated Candies || 50&lt;br /&gt;
|-&lt;br /&gt;
|Chaos Tokens || 500&lt;br /&gt;
|-&lt;br /&gt;
|Chaos Tokens || 500&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Betting==&lt;br /&gt;
Players may buy tickets for the lotteries at 1,000 [[GP]] each. Players may bet up to 20,000 tickets per lottery drawing.&lt;br /&gt;
Players that don&#039;t want the equipment can choose &amp;quot;do not want&amp;quot; and be excluded from the drawing for the first prize. This increases the chance of winning one of the other prizes, but the effect is not visible.  &lt;br /&gt;
Selecting &amp;quot;do not want&amp;quot; can&#039;t be reversed. &lt;br /&gt;
&lt;br /&gt;
===Golden Lottery Ticket===&lt;br /&gt;
Golden tickets can be used on lotteries to automatically add 100 tickets to a player&#039;s bet at no cost and double their effective ticket count (this effect cannot exceed 10% of the total pool). This effect is not visible as it triggers at the time of drawing.&lt;br /&gt;
*Golden tickets cannot be traded/sold.&lt;br /&gt;
*A player using a golden ticket should not purchase more than 19,900 regular tickets or the extra 100 will be effectively wasted.&lt;br /&gt;
&lt;br /&gt;
==Notification==&lt;br /&gt;
There is no notification for winning the lottery. After the winners are drawn, their names are recorded into the lottery logs and the prizes they have won are inserted into their inventories.&lt;br /&gt;
 &lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gallery Points]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=The_Lottery/Chinese&amp;diff=47565</id>
		<title>The Lottery/Chinese</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=The_Lottery/Chinese&amp;diff=47565"/>
		<updated>2018-04-29T16:48:42Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: /* Golden Lottery Ticket */ 100 -&amp;gt; 1000&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;The Lotteries&#039;&#039;&#039;（抽獎活動）可以天天讓《[[HentaiVerse/Chinese|{{HVkwzh|HentaiVerse}}]]》玩家有贏得各種獎項的機會，以[[Gallery_Points/Chinese|圖庫點數]]作為賭注。&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;抽獎辦法&#039;&#039;&#039;==&lt;br /&gt;
兩種個別抽籤會每天產出一件「{{HVkwzh|Peerless}}」[[Equipment_Prefixes/Chinese#Quality|品質]]的新武器 (或盾牌) 和新鎧甲當作&#039;&#039;&#039;頭獎&#039;&#039;&#039;（Grand Prize）；兩種活動抽籤時間相差 12 小時。活動結束時會隨機挑出五張中獎&#039;&#039;&#039;彩券&#039;&#039;&#039;（Ticket），也就是幸運得主。武器抽獎結束於[[Dawn_of_a_New_Day/Chinese|協調世界時 00:00]]，鎧甲抽獎結束於協調世界時 12:00。&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;獎項&#039;&#039;&#039;==&lt;br /&gt;
不論持有幾張彩券，玩家在每種抽籤裡只能抽中一個獎項。&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! 獎項 !! 獎品&lt;br /&gt;
|-&lt;br /&gt;
|頭獎 || 武器/鎧甲&lt;br /&gt;
|-&lt;br /&gt;
|貳獎 || [[#Golden_Lottery_Ticket|黃金彩券]] (可多個)&lt;br /&gt;
|-&lt;br /&gt;
|參獎 || [[Items/Chinese#Other_Restoratives|咖啡因糖果]] (可多個)&lt;br /&gt;
|-&lt;br /&gt;
|肆獎 || [[Items/Chinese#Tokens|混沌令牌]] (可多個)&lt;br /&gt;
|-&lt;br /&gt;
|伍獎 || [[Items/Chinese#Tokens|混沌令牌]] (可多個)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;任何抽中的裝備都會完成[[The_Forge/Chinese#SoulFuse|{{HVkwzh|Soulfuse}}]]而且是[[Bazaar/Chinese#Locked|鎖定狀態]]。&#039;&#039;&#039;這些裝備不能用來和其他玩家交易或出售。玩家可以點擊&#039;&#039;&#039;不想要&#039;&#039;&#039;（Do Not Want）連結，來選擇放棄贏得頭獎的機會 (不能撤回)。選擇放棄頭獎會額外提升玩家對其餘獎項的中獎率/有效票數 20 %。&lt;br /&gt;
&lt;br /&gt;
貳獎至伍獎的獎品會隨著彩券池的大小增量，全部在 500,000 張彩券時達到上限。&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! 獎品 !! 上限&lt;br /&gt;
|-&lt;br /&gt;
| 黃金彩券 || 10&lt;br /&gt;
|-&lt;br /&gt;
| 咖啡因糖果 || 50&lt;br /&gt;
|-&lt;br /&gt;
| 混沌令牌 || 500&lt;br /&gt;
|-&lt;br /&gt;
| 混沌令牌 || 500&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;下注&#039;&#039;&#039;==&lt;br /&gt;
玩家可以購買彩券參加各種抽獎，每張 1,000 圖庫點數。玩家在每個抽獎最多可購買 20,000 張下注。&lt;br /&gt;
&lt;br /&gt;
===Golden Lottery Ticket===&lt;br /&gt;
&#039;&#039;&#039;黃金彩券&#039;&#039;&#039;（Golden Lottery Ticket）使用於抽獎活動中，可讓玩家不需花費就自動增加 1000 張彩券的賭資，或是讓彩券持有數倍增 (此效果不能超過彩券池的 10%)。使用效果是看不見的，是因為效果在抽籤時觸發。&lt;br /&gt;
*黃金彩券是不可交易/出售的。&lt;br /&gt;
*當玩家使用黃金彩券時就不該購買超過 19,900 張普通彩券，否則額外的 1000 張會造成浪費。&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;得獎通知&#039;&#039;&#039;==&lt;br /&gt;
中獎不會有任何通知。抽出得獎者後，他們的名字會被記載在抽獎活動記錄裡，而抽中的獎品會自動納入玩家的庫存裡。&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse/Chinese]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=The_Lottery&amp;diff=47564</id>
		<title>The Lottery</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=The_Lottery&amp;diff=47564"/>
		<updated>2018-04-29T16:48:14Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: /* Golden Lottery Ticket */  100 -&amp;gt; 1000&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://hentaiverse.org/?s=Bazaar&amp;amp;ss=lt The] [https://hentaiverse.org/?s=Bazaar&amp;amp;ss=la Lotteries] allow [[HentaiVerse]] players daily chances to win valuable prizes by betting [[GP]].&lt;br /&gt;
&lt;br /&gt;
==Mechanics==&lt;br /&gt;
Every day a new [[weapon]] (or [[shield]]) and [[armor]] of Peerless [[quality]] are generated and put up as the grand prizes for two separate draws; the two draws are offset from each other by 12 hours. At [[dawn|0:00 UTC]] (for [[weapon]]) and 12:00 UTC (for [[armor]]) five tickets are randomly picked as winners.&lt;br /&gt;
&lt;br /&gt;
==Prizes==&lt;br /&gt;
Players can only win one prize per drawing regardless of how many tickets they hold.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Rank&lt;br /&gt;
!Prize&lt;br /&gt;
|-&lt;br /&gt;
|1st || [[Weapon]]/[[Armor]]&lt;br /&gt;
|-&lt;br /&gt;
|2nd || [[#Golden Lottery Ticket|Golden Lottery Ticket]](s)&lt;br /&gt;
|-&lt;br /&gt;
|3rd || [[Caffeinated Candies]]&lt;br /&gt;
|-&lt;br /&gt;
|4th || [[Items#Tokens|Chaos Token]](s)&lt;br /&gt;
|-&lt;br /&gt;
|5th || [[Items#Tokens|Chaos Token]](s)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Any [[equipment]] won will become [[soulfuse]]d and [[locked]].&#039;&#039;&#039; Such [[equipment]] cannot be traded or sold. Players may opt out of winning the grand prize by clicking on the Do Not Want link (cannot be revoked). Opting out of the grand prize additionally increases the player&#039;s win chance/effective number of tickets for the rest of the prizes by 20%.&lt;br /&gt;
&lt;br /&gt;
The 2nd through 5th place prizes scale with the size of the betting pool, all capped at a 500,000 pool.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Prize&lt;br /&gt;
!Cap&lt;br /&gt;
|-&lt;br /&gt;
|Golden Lottery Tickets || 10&lt;br /&gt;
|-&lt;br /&gt;
|Caffeinated Candies || 50&lt;br /&gt;
|-&lt;br /&gt;
|Chaos Tokens || 500&lt;br /&gt;
|-&lt;br /&gt;
|Chaos Tokens || 500&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Betting==&lt;br /&gt;
Players may buy tickets for the lotteries at 1,000 [[GP]] each. Players may bet up to 20,000 tickets per lottery drawing.&lt;br /&gt;
Players that don&#039;t want the equipment can choose &amp;quot;do not want&amp;quot; and be excluded from the drawing for the first prize. This increases the chance of winning one of the other prizes, but the effect is not visible.  &lt;br /&gt;
Selecting &amp;quot;do not want&amp;quot; can&#039;t be reversed. &lt;br /&gt;
&lt;br /&gt;
===Golden Lottery Ticket===&lt;br /&gt;
Golden tickets can be used on lotteries to automatically add 1000 tickets to a player&#039;s bet at no cost and double their effective ticket count (this effect cannot exceed 10% of the total pool). This effect is not visible as it triggers at the time of drawing.&lt;br /&gt;
*Golden tickets cannot be traded/sold.&lt;br /&gt;
*A player using a golden ticket should not purchase more than 19,900 regular tickets or the extra 1000 will be effectively wasted.&lt;br /&gt;
&lt;br /&gt;
==Notification==&lt;br /&gt;
There is no notification for winning the lottery. After the winners are drawn, their names are recorded into the lottery logs and the prizes they have won are inserted into their inventories.&lt;br /&gt;
 &lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gallery Points]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=goblin&amp;diff=46251</id>
		<title>goblin</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=goblin&amp;diff=46251"/>
		<updated>2017-08-27T23:34:46Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Creature&lt;br /&gt;
|description=Fantasy creature, usually about 1/2 to 3/4 of a normal human&#039;s height. Usually with broad noses, pointed ears, wide mouths, and small, sharp fangs.&lt;br /&gt;
|gender=The gender of the goblin determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|maletaggroupid=7925&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=yuri&amp;diff=46250</id>
		<title>yuri</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=yuri&amp;diff=46250"/>
		<updated>2017-08-27T23:34:12Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For the character, see [[character_yuri|here]].&#039;&#039;&lt;br /&gt;
{{ContentTag&lt;br /&gt;
|type=Activity&lt;br /&gt;
|description=Sex between at least two females.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be tagged on [[futanari]]/[[shemale]]-on-female sex or on non-pornographic content. If there is a scene revealing that a character is a futanari later on then previous scenes can still count as yuri.&lt;br /&gt;
::A [[group]] of mixed genders does &#039;&#039;&#039;not&#039;&#039;&#039; qualify for the yuri tag.&lt;br /&gt;
|japanese=百合&lt;br /&gt;
|taggroupid=1043&lt;br /&gt;
|slavetagsnote=with notable synonyms &#039;&#039;dyke&#039;&#039;, &#039;&#039;girl on girl&#039;&#039;, and &#039;&#039;lesbians&#039;&#039;.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=character_yuri&amp;diff=46249</id>
		<title>character yuri</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=character_yuri&amp;diff=46249"/>
		<updated>2017-08-27T23:33:50Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Series&#039;&#039;&#039;: [[Dirty Pair]]&lt;br /&gt;
*&#039;&#039;&#039;Gender&#039;&#039;&#039;: Female&lt;br /&gt;
*&#039;&#039;&#039;Japanese&#039;&#039;&#039;: ユリ&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=taggroup&amp;amp;mastertag=260403 &#039;&#039;&#039;Slave Tags&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[[Category:Character Tag]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=wolf&amp;diff=46248</id>
		<title>wolf</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=wolf&amp;diff=46248"/>
		<updated>2017-08-27T23:33:12Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Animal&lt;br /&gt;
|description=Any type of canis lupus.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be tagged on [[furry]] characters.&lt;br /&gt;
|gender=The gender of the wolf determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=9425&lt;br /&gt;
|maletaggroupid=264355&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=slave&amp;diff=46247</id>
		<title>slave</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=slave&amp;diff=46247"/>
		<updated>2017-08-27T23:32:25Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For the circle, see [[circle slave|here]].&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{ContentTag&lt;br /&gt;
|type=Activity&lt;br /&gt;
|description=Forcing a person being into servitude for sexual purposes. If this is voluntary use [[bdsm]] instead.&lt;br /&gt;
|gender=The gender of the one being treated as a slave determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with the [[human pet]] or [[human cattle]] tags.&lt;br /&gt;
|japanese=奴隷&lt;br /&gt;
|taggroupid=2123&lt;br /&gt;
|maletaggroupid=267075&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=shimapan&amp;diff=46246</id>
		<title>shimapan</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=shimapan&amp;diff=46246"/>
		<updated>2017-08-27T23:31:57Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Costume&lt;br /&gt;
|description=Short for shima pantsu, meaning striped panties. &lt;br /&gt;
|note=Should only be tagged if the character is wearing them during sex or posing with a nude torso.&lt;br /&gt;
|gender=The gender of the one wearing the striped panties determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=19823&lt;br /&gt;
|maletaggroupid=264474&lt;br /&gt;
|slavetagsnote=with notable synonym &#039;&#039;striped panties&#039;&#039;.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=rabbit&amp;diff=46245</id>
		<title>rabbit</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=rabbit&amp;diff=46245"/>
		<updated>2017-08-27T23:31:21Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For the game company, see [[group rabbit|here]].&#039;&#039;&lt;br /&gt;
{{ContentTag&lt;br /&gt;
|type=Animal&lt;br /&gt;
|description=Any type of leporid.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be tagged on [[furry]] characters, use [[bunny girl]] or [[bunny boy]].&lt;br /&gt;
|gender=The gender of the rabbit determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=9127&lt;br /&gt;
|maletaggroupid=309419&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=group_rabbit&amp;diff=46244</id>
		<title>group rabbit</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=group_rabbit&amp;diff=46244"/>
		<updated>2017-08-27T23:31:00Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Type&#039;&#039;&#039;: Game company&lt;br /&gt;
*&#039;&#039;&#039;Japanese&#039;&#039;&#039;: Rabbit&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=taggroup&amp;amp;mastertag=261131 &#039;&#039;&#039;Slave Tags&#039;&#039;&#039;]&lt;br /&gt;
[[Category:Creator Tag]]&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=pig&amp;diff=46243</id>
		<title>pig</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=pig&amp;diff=46243"/>
		<updated>2017-08-27T23:30:19Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Animal&lt;br /&gt;
|description=Any animal in the genus sus.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be tagged on [[furry]] characters, use [[pig girl]] or [[pig man]].&lt;br /&gt;
|gender=The gender of the pig determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=261188&lt;br /&gt;
|maletaggroupid=2840&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=pantyhose&amp;diff=46242</id>
		<title>pantyhose</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=pantyhose&amp;diff=46242"/>
		<updated>2017-08-27T23:29:25Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Costume&lt;br /&gt;
|description=An often transparent undergarment for keeping a woman&#039;s legs and feet warm. Differs from [[stockings]] in that they are a single piece of clothing and are capable of covering the genital area as well. Needs to be fairly visible during sexual activities.&lt;br /&gt;
|gender=The gender of the one wearing the garment determines if the tag is placed in the female or male [[namespace]]. If male it must be used in conjunction with the [[crossdressing|male:crossdressing]] tag.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with the [[stockings]] tag.&lt;br /&gt;
|japanese=タイツ&lt;br /&gt;
|taggroupid=1670&lt;br /&gt;
|maletaggroupid=264467&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=octopus&amp;diff=46241</id>
		<title>octopus</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=octopus&amp;diff=46241"/>
		<updated>2017-08-27T23:28:57Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Animal&lt;br /&gt;
|description=Any type of cephalopod.&lt;br /&gt;
|gender=The gender of the one being sexed by the octopus determines if the tag is placed in the female or male [[namespace]]. &lt;br /&gt;
|taggroupid=13454&lt;br /&gt;
|maletaggroupid=294693&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=harem&amp;diff=46240</id>
		<title>harem</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=harem&amp;diff=46240"/>
		<updated>2017-08-27T23:28:14Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Activity&lt;br /&gt;
|description=1 person being courted by at least 3 others, all engaging in consensual sex simultaneously.&lt;br /&gt;
|note=Requires the [[group]] tag. &lt;br /&gt;
:::Should &#039;&#039;&#039;not&#039;&#039;&#039; be tagged in cases of [[rape]].&lt;br /&gt;
|gender=The [[namespace]] used should match the gender of the harem (larger) side of the group.&lt;br /&gt;
|japanese=ハーレム&lt;br /&gt;
|taggroupid=3229&lt;br /&gt;
|maletaggroupid=268359&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=ghost&amp;diff=46239</id>
		<title>ghost</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=ghost&amp;diff=46239"/>
		<updated>2017-08-27T23:27:31Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Activity&lt;br /&gt;
|description=Sex with a non-corporeal being.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with the [[necrophilia]] tag.&lt;br /&gt;
|gender=The gender of the ghost determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=2269&lt;br /&gt;
|maletaggroupid=271919&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=fairy&amp;diff=46238</id>
		<title>fairy</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=fairy&amp;diff=46238"/>
		<updated>2017-08-27T23:26:55Z</updated>

		<summary type="html">&lt;p&gt;Blue penguin: manual correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Creature&lt;br /&gt;
|description=A creature with wings or person with wings. Is often of a small stature. &lt;br /&gt;
|gender=The gender of the fairy determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|japanese=妖精&lt;br /&gt;
|taggroupid=7537	&lt;br /&gt;
|maletaggroupid=270469&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blue penguin</name></author>
	</entry>
</feed>