worldofunseenarts.com Open in urlscan Pro
65.109.109.90  Public Scan

Submitted URL: http://worldofunseenarts.com/
Effective URL: https://worldofunseenarts.com/
Submission: On October 23 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="[13, 16]" placeholder="Character age. Must be between 13 and 16(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">Dark</label><label><input type="radio" name="blood" required="" value="Halfblood" data-parsley-multiple="blood">Neutral</label><label><input
        type="radio" name="blood" required="" value="Muggle" data-parsley-multiple="blood">Good</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="1e992264e1ed893158a37d1ac6d7dcfd-f47dfd07fd99d1e694b5596c6cdf1388"> Create user </button>
</form>

Text Content

Toggle navigation
 * Blog

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

Login


ONLINE CHILLING ADVENTURES OF SABRINA UNIVERSE

Have you ever thought about what it would be like to live in Greendale? To be a
witch, a warlock, a witch hunter or just a human who might not know anything
about it? To visit the church of night and learn spells? Then this is the right
place! Join us at World of Unseen Arts, and learn about the rituals, feasts, and
spells of the witches. Learn about the history of Greendale, the history of the
humans and the witches. Join the feasts, have a drink with your friends at the
film in the Paramount and discover the mines of Greendale.


Create a free user



113

Active users

12

Online users


CREATE A FREE USER

IRL birthday

DarkNeutralGood
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 UNSEEN ARTS?


UNIQUE FRIENDSHIPS

Everyone on World of Unseen Arts has one interest in common: Chilling Adventures
of Sabrina. You will immediately get to know other new fellow students and will
most certainly form lots of unique friendships. Who knows, maybe you'll even
find your new rival in this town?


ACTIVE CHAT

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


TOPICS

Let your user unfold in the Greendale Café or perhaps you have a date at the
Paramount with some popcorn? 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 Unseen Arts. The higher
level you achieve, the better a witch/wizard/human/hunter you are.


STORES

Shop in Greendale in several shops! Are you thirsty, then buy a milkshake or
some cola in Gray's Dinner Drinks. Or how about buying a new bow for the hunt?
Or for the witches, a new potion from the Witchy Cave?


LESSONS

Learn about Rituals and Spells in Rituals&Spells or submit a homework on the
Demon studies in Demonology class. 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

 
Welcome to World of Unseen Arts. The site about all things dark and witchy.
Celebrate the occult or hunt it instead as the different groups don’t always see
eye to eye. Step into a world where things aren’t just black and white, good and
evil. Live in fear or scare those around you. What will it be?

Note that you accept the below Terms and Conditions upon registering on World of
Unseen Arts, therefore they have to be followed at all times. World of Unseen
Arts is a part of Eye4web ApS(DK-35032177).
 
Terms & Conditions
 
Terms & Conditions
 
✸ 1 Acknowledgment
These are the Terms and Conditions governing the use of World of Unseen Arts and
the agreement that operates between you and the Eye4web ApS(DK-35032177). These
Terms and Conditions set out the rights and obligations of all users regarding
the use of World of Unseen Arts.
Your access to and use of World of Unseen Arts 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 Unseen Arts.
By accessing or using World of Unseen Arts 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 Unseen Arts.
You represent that you are over the age of 15. The Company does not permit those
under 15 to use World of Unseen Arts.
Your access to and use of World of Unseen Arts 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 World of
Unseen Arts.

✸ 2 User Account
When you create an account with us, you must provide ss 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 World of Unseen Arts.
You are responsible for safeguarding the password that you use to access World
of Unseen Arts and for any activities or actions under your password, whether
your password is with World of Unseen Arts 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.

✸ 3 Content
Your Right to Post Content
World of Unseen Arts allows you to post Content. You are responsible for the
Content that you post to World of Unseen Arts, including its legality,
reliability, and appropriateness.
By posting Content to World of Unseen Arts, you grant us the right and license
to use, modify, publicly perform, publicly display, reproduce, and distribute
such Content on and through World of Unseen Arts. You retain any and all of your
rights to any Content you submit, post or display on or through World of Unseen
Arts 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 World of Unseen
Arts 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
Unseen Arts 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 World of Unseen Arts 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 Unseen Arts, you agree to use World of Unseen Arts at
your own risk. You understand that by using World of Unseen Arts 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.

✸ 4 Links to Other Websites
World of Unseen Arts 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.

✸ 5 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 Unseen
Arts 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 MoM/Mayor
of World of Unseen Arts, 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.
  Rules can be changed at any time. For any questions or suggestions please
contact
Asahi DaGyeong or Larry Becker.
© World of Unseen Arts
Last updated: 22/10/2023

 

Close
Privacy