worldofwildwest.com Open in urlscan Pro
65.109.109.90  Public Scan

Submitted URL: http://worldofwildwest.com/
Effective URL: https://worldofwildwest.com/
Submission: On November 07 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="[16, 18]" placeholder="Character age. Must be between 16 and 18(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">Righteous</label><label><input type="radio" name="blood" required="" value="Halfblood"
        data-parsley-multiple="blood">Spiritual</label><label><input type="radio" name="blood" required="" value="Muggle" data-parsley-multiple="blood">Criminal</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="bacbef73b40379032c13ccb4c4bc2c45-8278f5222b254981f95ef8a4fa506345"> Create user </button>
</form>

Text Content

Toggle navigation
 * Blog

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

Login


WORLD OF WILD WEST

Not born in the 1800s? If so, you are now invited to the World of Wild West,
where you can act out your dream of living in the Old West!


Create a free user



162

Active users

6

Online users


CREATE A FREE USER

IRL birthday

RighteousSpiritualCriminal
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 WILD WEST?


UNIQUE FRIENDSHIPS

Everyone on World of Wild West has one interest in common: the Old West. You
will immediately get to know other new fellows and will most certainly form lots
of unique friendships. Who knows, maybe you'll even find your new best friend.?


ACTIVE CHAT

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


TOPICS

Let your user unfold in the Saloon or perhaps you have a date at the Restaurant
in Big Town? 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 Wild West. The higher
level you achieve, the better you are.


STORES

Shop in West End or Big Town! Are you thirsty, then buy a beer at the Saloon. Or
how about getting yourself a horse?


LESSONS

Learn how to ride a horse, how to shoot or would you like to become a barkeeper
at the Saloon? 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

 
 
1 Minimum Age
You have to be at least 15 years old to be a part of the site. If you are under
the age of 15 you will be banned.
 
 
2 Respect
There is a thing which we like to have here on the site. Respect. You always
need to be respectful to each other, both in the topics, mails, chat and posts.
Bullying in topics is, therefore, also not allowed, unless arranged by all
involved parts with everyone keeping a realistic attitude towards the situation.
 
 
3 Alcohol, Drugs, and Sensitive Topics
Alcohol is allowed as a subject, but keep in mind that not everyone can drink it
because of their age. A character can drink strong alcohol from the age of 18,
beer and wine is allowed at age 16. Drugs and self-harm are not allowed. Racism
and Slavery are very sensitive topics- and we won't have that! It is Part of our
time period, but it must not be played out in topics or anywhere else on site.
 
 
4 Illegal Activities
Any encouragement towards illegal activities is prohibited in pursuant to
American laws. It is only allowed as IG actions, meaning during a RPG/Topic you
are allowed to encourage your allies to illegal activities, for example when you
are an Outlaw.
 
 
5 Realistic
One needs to be realistic as a character, both on the profile, in topics and
elsewhere. This also means that it isn't allowed to have The Owner of a Carriage
or to be a Priest and so on without having the status. If you want to read more
about this, read the Statuses page in the Guidelines.
 
 
6 NPC's and Roleplay
It is not allowed to roleplay as other characters than one's own user. You can
keep NPCs (Non-Playing Character) as supporting characters. A supporting
character is a person or creature with a minor role that can be controlled by
everyone within the topic.
These need to be viewed from the point of your own character. You can only
roleplay as another person when the Plot-team specifically offers you a role in
an ongoing plot, in which case you need to disclose this in an OOG message when
you enter the topic. NPCs and other roles can't be other users from the page or
persons from the series.
 
 
7 Copyright
The Mayor, the Sheriff and the Minister of Illustrations own all rights
concerning the Illustrations. The Minister of the illustrations is not allowed
to distribute copies of the work especially made for World of Wild West without
permission of the Mayor, neither are members.

It is against the rules to copy and/or use any codes you might find on World of 
Wild West. All codes found on the site (for instance: frontbox, clubs, the
archives, lessons, profile texts, and backstory codings) that belong to the
authors, admins, and creators of World of Wild West are not to be used without
permission of the rightful owner.

Further action will be taken by the World of Wild West Admin team if codes from
the site are used without consent.

World of Wild West reserves the right to change these rules at any given time
and with immediate effect.

 

Content:

Our Service allows You to post Content. You are responsible for the Content that
You post to the Service, including its legality, reliability, and
appropriateness.

By posting Content to the Service, You grant Us the right and license to use,
modify, publicly perform, publicly display, reproduce, and distribute such
Content on and through the Service. You retain any and all of Your rights to any
Content You submit, post or display on or through the Service and You are
responsible for protecting those rights. You agree that this license includes
the right for Us to make Your Content available to other users of the Service,
who may also use Your Content subject to these Terms.

You represent 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 license as provided in these Terms, and (ii) the posting of
Your Content on or through the Service does not violate the privacy rights,
publicity rights, copyrights, contract rights or any other rights of any person.
Eye4web ApS(DK-35032177) is not responsible for the content of the Service'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 the Company 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 the Service if You post such objectionable Content. As Eye4web
ApS(DK-35032177) cannot control all content posted by users and/or third parties
on the Service, you agree to use the Service at your own risk. You understand
that by using the Service 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

User Accounts:When You create an account with Us, 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 on Our Service.

You are responsible for safeguarding the password that You use to access the
Service and for any activities or actions under Your password, whether Your
password is with Our Service or a Third-Party Social Media Service.
 

You agree not to disclose Your password to any third party. You must notify Us
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, or a name that is otherwise offensive, vulgar or obscene.

Acknowledgment:These are the Terms and Conditions governing the use of this
Service 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 the Service.

Your access to and use of the Service 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 the Service.
 

By accessing or using the Service 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 the Service.

You represent that you are over the age of 13. Eye4web ApS(DK-35032177) does not
permit those under 13 to use the Service.

Your access to and use of the Service is also conditioned on Your acceptance of
and compliance with the Privacy Policy of Eye4web ApS(DK-35032177). Our Privacy
Policy describes Our policies and procedures on the collection, use and
disclosure of Your personal information when You use the Application or the
Website and tells You about Your privacy rights and how the law protects You.
Please read Our Privacy Policy carefully before using Our Service

Links to Other Websites:Our Service 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 the Service will cease immediately. If You
wish to terminate Your Account, You may simply discontinue using the Service.

© Coded by Joe Griffin | 2020
Close
Privacy