worldofmiddleearth.eu Open in urlscan Pro
65.109.109.90  Public Scan

Submitted URL: http://worldofmiddleearth.eu/
Effective URL: https://worldofmiddleearth.eu/
Submission: On October 25 via api from US — Scanned from FI

Form analysis 2 forms found in the DOM

POST /user/login

<form action="/user/login" method="post">
  <div class="form-group">
    <label for="inputEmail">Email</label>
    <input name="identity" id="inputEmail" type="text" class="form-control" placeholder="Email" value="">
  </div>
  <div class="form-group">
    <label for="inputPassword">Password</label>
    <input name="credential" id="inputPassword" type="password" value="" class="form-control" placeholder="Password">
  </div>
  <div class="checkbox">
    <label>
      <input type="hidden" name="remember_me" value="0">
      <input type="checkbox" name="remember_me" value="1"> Stay logged in </label>
  </div>
  <button type="submit" class="btn btn-default btn-block"><i class="fa fa-sign-in"></i> Login </button>
  <a href="/forgot-password" class="help-block">Not able to login?</a>
</form>

POST

<form action="" id="enrollForm" method="post" class="form" role="form" novalidate="">
  <div class="row">
    <div class="col-xs-12 col-sm-6">
      <input type="text" name="firstname" required="" data-parsley-pattern="^[a-zA-ZäÄëËïÏöÖüÜßÁéÉíÍóÓúÚàÀèÈìÌòÒùÙâêÊîÎôÔûÛåÅçÇøØæÆœŒñÑÐðÞþĀāĒēḠḡĪīŌōŪūȲȳ\-'`]+$" placeholder="Character first name" value="">
    </div>
    <div class="col-xs-12 col-sm-6">
      <input type="text" name="lastname" required="" data-parsley-pattern="^[a-zA-ZäÄëËïÏöÖüÜßÁéÉíÍóÓúÚàÀèÈìÌòÒùÙâêÊîÎôÔûÛåÅçÇøØæÆœŒñÑÐðÞþĀāĒēḠḡĪīŌōŪūȲȳ\-'`]+$" placeholder="Character surname" value="">
    </div>
  </div>
  <input type="text" name="middlename" data-parsley-pattern="^[a-zA-ZäÄëËïÏöÖüÜßÁéÉíÍóÓúÚàÀèÈìÌòÒùÙâêÊîÎôÔûÛåÅçÇøØæÆœŒñÑÐðÞþĀāĒēḠḡĪīŌōŪūȲȳ\-'`]+$" placeholder="Character middle name " value="">
  <input type="text" name="characterAge" required="" data-parsley-type="integer" data-parsley-range="[15, 17]" placeholder="Character age. Must be between 15 and 17(inclusive)" value="">
  <div class="row">
    <div class="col-xs-12 col-sm-6">
      <input type="text" name="email" data-cons-subject="email" required="" placeholder="Email" data-parsley-type="email" value="">
    </div>
    <div class="col-xs-12 col-sm-6">
      <input type="text" name="email_repeat" required="" placeholder="Repeat email" data-parsley-equalto="input[name=&quot;email&quot;]" value="">
    </div>
  </div>
  <input type="password" name="password" data-cons-exclude="" required="" placeholder="Password" data-parsley-minlength="6" value="">
  <div class="row">
    <div class="form-group">
      <label class="col-sm-4 control-label" for="birtday">IRL birthday</label>
      <div class="col-sm-8">
        <input name="birthdate" id="birtday" data-parsley-group="birthday" required="" placeholder="dd/mm/yyyy" type="text" value="">
      </div>
    </div>
  </div>
  <div class="sign-up-blood">
    <label><input type="radio" name="blood" required="" value="Fullblood" data-parsley-multiple="blood">Scholar</label><label><input type="radio" name="blood" required="" value="Halfblood" data-parsley-multiple="blood">Adventurer</label><label><input
        type="radio" name="blood" required="" value="Muggle" data-parsley-multiple="blood">Artisan</label>
  </div>
  <div class="sign-up-sex">
    <label><input type="radio" name="sex" required="" value="m" data-parsley-multiple="sex">Male</label><label><input type="radio" name="sex" required="" value="f" data-parsley-multiple="sex">Female</label><label><input type="radio" name="sex"
        required="" value="n" data-parsley-multiple="sex">Non-binary</label>
  </div>
  <input type="checkbox" name="terms" data-cons-preference="terms" id="terms" required="" value="1" data-parsley-multiple="terms"> <label for="terms">I agree with the terms</label>
  <hr>
  <input type="checkbox" name="privacy" data-cons-preference="privacy_policy" id="privacy" required="" value="1" data-parsley-multiple="privacy"> <label for="privacy">I agree to the privacy policy</label> <iframe class="iubenda-ibadge" scrolling="no"
    frameborder="0" allowtransparency="true" style="width:97px; height:22px;" title="Privacy Policy" src="javascript:window[&quot;contents&quot;]"></iframe>
  <script type="text/javascript">
    (function(w, d) {
      var loader = function() {
        var s = d.createElement("script"),
          tag = d.getElementsByTagName("script")[0];
        s.src = "https://cdn.iubenda.com/iubenda.js";
        tag.parentNode.insertBefore(s, tag);
      };
      if (w.addEventListener) {
        w.addEventListener("load", loader, false);
      } else if (w.attachEvent) {
        w.attachEvent("onload", loader);
      } else {
        w.onload = loader;
      }
    })(window, document);
  </script>
  <hr>
  <input type="checkbox" name="cookie" data-cons-preference="cookie_policy" id="cookie" required="" value="1" data-parsley-multiple="cookie"> <label for="cookie">I agree to the cookie policy</label> <iframe class="iubenda-ibadge" scrolling="no"
    frameborder="0" allowtransparency="true" style="width:94px; height:22px;" title="Cookie Policy" src="javascript:window[&quot;contents&quot;]"></iframe>
  <script type="text/javascript">
    (function(w, d) {
      var loader = function() {
        var s = d.createElement("script"),
          tag = d.getElementsByTagName("script")[0];
        s.src = "https://cdn.iubenda.com/iubenda.js";
        tag.parentNode.insertBefore(s, tag);
      };
      if (w.addEventListener) {
        w.addEventListener("load", loader, false);
      } else if (w.attachEvent) {
        w.attachEvent("onload", loader);
      } else {
        w.onload = loader;
      }
    })(window, document);
  </script>
  <hr>
  <button class="btn btn-lg btn-success btn-block" type="submit">
    <input type="hidden" name="csrf" value="d983182353fd1064904317605030d6b8-134c835ef4b3cff96a9ea0d750f2aa57"> Create User </button>
</form>

Text Content

Toggle navigation
 * Blog

 * Login
   * Email
     Password
     Stay logged in
     Login Not able to login?

Login


ONLINE LORD OF THE RINGS UNIVERSE

We bid you a warm welcome to the Fourth Age of Middle Earth. The War of the Ring
is behind us and peace has once again found Middle Earth, or has it?
Welcome, traveller, to World of Middle Earth, a text-based RPG website for
Tolkien fans by Tolkien fans. Join us in exploring all of Middle Earth, dine
with our dear Hobbits, and marvel over the finest Dwarven crafts. Immerse
yourself not only in our amazing topics, but learn everything there is to know
about Tolkien's universe in the many In-Game classes we have to offer, or start
your own Elvenstone collection!

At World of Middle Earth you are sorted into one of our four kingdoms: Gondor,
Rhovanion, Lindon, or Eriador. Afterwards you are free to choose one of the
following four races for your character: Dwarf, Hobbit, Human, or Elf. After
choosing your race your sign-up age will then be changed into its race's
equivalent.


Create a free user



61

Active users

1

Online users


CREATE A FREE USER

IRL birthday

ScholarAdventurerArtisan
MaleFemaleNon-binary
I agree with the terms

--------------------------------------------------------------------------------

I agree to the privacy policy

--------------------------------------------------------------------------------

I agree to the cookie policy

--------------------------------------------------------------------------------

Create User


WHAT'S AVAILABLE ON WORLD OF MIDDLE EARTH?


UNIQUE FRIENDSHIPS

Everyone on World of Middle Earth has one interest in common: Lord of the Rings.
You will immediately get to know other new fellow users and will most certainly
form lots of unique friendships. Who knows, maybe you'll even find your new best
friend on one of your many journeys?


ACTIVE CHAT

Enjoy yourself in the chat and write about whatever you desire. What did your
hobbit-friends do today and did you hear the latest gossip?


TOPICS

Let your user unfold in Minas Tirith or perhaps venture into Rhovanion.
Everything is possible in the topics and is (almost) only limited by your
imagination.


ACHIEVEMENTS & LEVELS

Get the coolest achievements and show them off to your friends. Gain experience
and level up and discover then new functions on World of Middle Earth. The
higher level you achieve, the better a elf/hobbit/dwarf/human you are.


STORES

Shop in Lord Sauron's Dark Treasures or Smaug's Treasures. Are you thirsty, then
buy a pint of mead from The Hobbity Tavern. Or do you want to have some elven
items visit the Quendi's finest garb.


LESSONS

Learn about the History of Arda or even submit a homework on languages of Middle
Earth. You can enroll in more than 10 different classes.


CONTACT

If you have any questions or request, please contact us at this email:
wox@eye4web.dk

×

CONDITIONS

Terms and Conditions


Please note that you accept these Terms and Conditions upon registering on World
of Middle Earth, therefore they have to be followed at all times. They are here
to ensure that everyone on World of Middle Earth has a fun and safe time. World
of Middle Earth is part of Eye4web ApS(DK-35032177).

World of Middle Earth was set up with the purpose of bringing Lord of the Rings
fans from all over the world together, creating an environment where you can
write, chat and immerse yourself into the world that Tolkien has created. Join
one of the four kingdoms and engage in various activities offered on the website
such as following classes, writing your own journeys and meeting new people.

Acknowledgement
These are the Terms and Conditions governing the use of World of Middle Earth
and the agreement that operates between you and Eye4web ApS(DK-35032177). These
Terms and Conditions set out the rights and obligations of all users regarding
the use of World of Middle Earth.
Your access to and use of World of Middle Earth is conditioned on your
acceptance of and compliance with these Terms and Conditions. These Terms and
Conditions apply to all visitors, users and others who access or use World of
Middle Earth.
By accessing or using World of Middle Earth you agree to be bound by these Terms
and Conditions. If you disagree with any part of these Terms and Conditions then
you may not access World of Middle Earth.
You represent that you are over the age of 15. Eye4web ApS(DK-35032177) does not
permit those under 15 to sign up on World of Middle Earth.
Your access to and use of World of Middle Earth is also conditioned on your
acceptance of and compliance with the Privacy Policy of Eye4web
ApS(DK-35032177). Our Privacy Policy describes Eye4web ApS(DK-35032177)'s
policies and procedures on the collection, use and disclosure of your personal
information when you use the website and tells you about your privacy rights and
how the law protects you. Please read our Privacy Policy carefully before using
World of Middle Earth.

User Accounts
When you create an account on World of Middle Earth, You must provide us
information that is accurate, complete, and current at all times. Failure to do
so constitutes a breach of the Terms, which may result in immediate termination
of your account(s) on World of Middle Earth.
You are responsible for safeguarding the password that you use to access World
of Middle Earth and for any activities or actions under your password, whether
your password is with World of Middle Earth or a Third-Party Social Media
Service.
You agree not to disclose your password to any third party. You must notify the
Elder Queen or Emissary immediately upon becoming aware of any breach of
security or unauthorized use of your account.
You may not use as a username the name of another person or entity or that is
not lawfully available for use, a name or trademark that is subject to any
rights of another person or entity other than you without appropriate
authorization (this includes all names used in the Tolkien books, movies, and
series), or a name that is otherwise offensive, vulgar or obscene.

Content
Your Right to Post Content
World of Middle Earth allows you to post Content. You are responsible for the
Content that you post to World of Middle Earth, including its legality,
reliability, and appropriateness. By posting Content to World of Middle Earth,
you grant us the right and licence to use, modify, publicly perform, publicly
display, reproduce, and distribute such Content on and through World of Middle
Earth. 
You retain any and all of your rights to any Content you submit, post or display
on or through World of Middle Earth and you are responsible for protecting those
rights. You agree that this licence includes the right for us to make your
Content available to other users of World of Middle Earth, who may also use your
Content subject to these Terms.
You verify and warrant that: (i) the Content is yours (You own it) or you have
the right to use it and grant us the rights and licence as provided in these
Terms, and (ii) the posting of your Content on or through World of Middle Earth
does not violate the privacy rights, publicity rights, copyrights, contract
rights or any other rights of any person.

Content Restrictions
Eye4web ApS(DK-35032177) is not responsible for the content of the World of
Middle Earth's users. You expressly understand and agree that you are solely
responsible for the content and for all activity that occurs under your account,
whether done so by you or any third person using your account.
You may not transmit any content that is unlawful, offensive, upsetting,
intended to disgust, threatening, libelous, defamatory, obscene or otherwise
objectionable. Examples of such objectionable content include, but are not
limited to, the following:

● Unlawful or promoting unlawful activity.
● Defamatory, discriminatory, or mean-spirited content, including references or
commentary about religion, race, sexual orientation, gender, national/ethnic
origin, or other targeted groups.
● Spam, machine – or randomly – generated, constituting unauthorized or
unsolicited advertising, chain letters, any other form of unauthorized
solicitation, or any form of lottery or gambling.
● Containing or installing any viruses, worms, malware, trojan horses, or other
content that is designed or intended to disrupt, damage, or limit the
functioning of any software, hardware or telecommunications equipment or to
damage or obtain unauthorized access to any data or other information of a third
person.
● Infringing on any proprietary rights of any party, including patent,
trademark, trade secret, copyright, right of publicity or other rights.
● Impersonating any person or entity including Eye4web ApS(DK-35032177) and its
employees or representatives.
● Violating the privacy of any third person.
● False information and features.
Eye4web ApS(DK-35032177) reserves the right, but not the obligation, to, in its
sole discretion, determine whether or not any content is appropriate and
complies with this Terms, refuse or remove this content. Eye4web
ApS(DK-35032177) further reserves the right to make formatting and edits and
change the manner of any content. Eye4web ApS(DK-35032177) can also limit or
revoke the use of World of Middle Earth if You post such objectionable content.
As Eye4web ApS(DK-35032177) cannot control all content posted by users and/or
third parties on world of Middle Earth, you agree to use World of Middle Earth
at your own risk. You understand that by using World of Middle Earth you may be
exposed to content that you may find offensive, indecent, incorrect or
objectionable, and you agree that under no circumstances will Eye4web
ApS(DK-35032177) be liable in any way for any content, including any errors or
omissions in any content, or any loss or damage of any kind incurred as a result
of your use of any content.

Links to Other Websites
World of Middle Earth may contain links to third-party web sites or services
that are not owned or controlled by Eye4web ApS(DK-35032177).
Eye4web ApS(DK-35032177) has no control over, and assumes no responsibility for,
the content, privacy policies, or practices of any third party web sites or
services. You further acknowledge and agree that Eye4web ApS(DK-35032177) shall
not be responsible or liable, directly or indirectly, for any damage or loss
caused or alleged to be caused by or in connection with the use of or reliance
on any such content, goods or services available on or through any such web
sites or services.
We strongly advise you to read the terms and conditions and privacy policies of
any third-party web sites or services that you visit.

Termination
We may terminate or suspend your account immediately, without prior notice or
liability, for any reason whatsoever, including without limitation if you breach
these Terms and Conditions. Upon termination, your right to use World of Middle
Earth will cease immediately.
If you wish to terminate your account, you can request for it to be deleted.
Should you wish to exercise this right, you may send a message to the Elder
Queen or Emissary of World of Middle Earth, using the account you wish to have
deleted. You will not have to provide a reasoning for wanting your account
deleted. However, You will have to provide the email address and birth date
which you used to sign up for the Service, this serves as confirmation that you
are the owner of the account. If there is no response after a reasonable time,
the account will be deleted, under the assumption you left the site after your
request.
 

--------------------------------------------------------------------------------

Copyright World Of Middle Earth -Eye4web ApS(DK-35032177).
Last Updated On: 16/05/2023

Emme

Close
Privacy