rentparcel.io
Open in
urlscan Pro
54.162.128.250
Public Scan
URL:
https://rentparcel.io/
Submission: On July 16 via automatic, source certstream-suspicious — Scanned from DE
Submission: On July 16 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
5 forms found in the DOMPOST /api/signup
<form action="/api/signup" class="form-right" method="POST">
<div class="modal-header">
<button type="button" class="btn-close" id="signUpCloseBtn"></button>
</div>
<div class="form-right-header d-flex justify-content-center align-items-center flex-column">
<div class="signup_logo">
<img src="../../img/logo_mobile.png">
</div>
<h2 class="h3 mb-0">Sign up</h2>
<p>Already a member?<a class="mx-2 redirectLogIn" id="redirectLogIn">Log in</a></p>
</div>
<div class="mb-3">
<label for="example-email-input" class="form-label">Email</label>
<input class="input-field" name="email" type="email" placeholder="example@example.com" id="example-email-input" required="">
</div>
<div class="mb-3">
<label for="example-text-input" class="form-label">Username</label>
<input type="text" class="input-field" name="username" minlength="4" maxlength="36" required="">
</div>
<div class="mb-3">
<label>Password</label>
<input type="password" class="input-field" name="user_password" minlength="6" maxlength="36" required="">
</div>
<div class="mb-3">
<label>Verification Code</label>
<input type="text" class="input-field" name="user_verifyCode" minlength="6" maxlength="36" required="">
<a href="/verify" target="_blank">Get Verification Code</a>
</div>
<div class="form-field">
<button class="btn">
<strong>Sign up</strong>
</button>
</div>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10.10.1/dist/sweetalert2.all.min.js"></script>
<script>
function showTermsAndCondition() {
Swal.fire({
title: '<strong>Terms of Use</strong>',
text: 'By creating a post, you agree that you are the owner of the post consenting to provide us data to store on our platform, and no information submitted is misrepresented, and that any communication ' +
'that takes place between an interested party and you is your responsibility. ' + 'RentParcel reserves the right to delete any post at its discretion and will not be held accountable for any type of misrepresentation. ' +
'RentParcel is only used for listing the rental and does not guarantee anything about the content and has nothing to do with any financial transactions ' + 'that take place outside of it.',
confirmButtonColor: '#7127ea'
});
};
function showTermsAndConditionForSignUp() {
Swal.fire({
title: '<strong>Terms of Use</strong>',
text: 'By signing up on RentParcel, you agree to bear all responsibility for any posts you create or any other type of engagement you are involved in on our platform including complying with applicable laws. ' +
'You are also consenting to provide us your personal data to store on our platform and will not be using someone else\'s content protected by intellecutal property rights without their permission. ' +
'You must be at least 13 years old to sign up on our platform. ' + 'RentParcel reserves the right to delete any account or post at its discretion and will not be held accountable for any type of misrepresentation. ' +
'RentParcel is only used for listing the rental and does not guarantee anything about the content and has nothing to do with any financial transactions ' + 'that take place outside of it.',
confirmButtonColor: '#7127ea'
});
};
function showWarningBeforePostDeletion(postId, hashId) {
Swal.fire({
title: '<strong>Warning</strong>',
html: 'Your listing will be deleted permanently.<br> Are you sure?',
icon: 'warning',
showCancelButton: true,
confirmButtonColor: "#DD6B55",
confirmButtonText: "Yes, delete it!",
}).then((result) => {
if (result.isConfirmed) {
window.location = "/delete-post?id=" + postId + "&key=" + hashId;
}
})
};
</script>
<br>
<p class="small mt-3 mb-0">By clicking on Sign up, you agree to RentParcel's <a href="#" onclick="showTermsAndConditionForSignUp();">terms of use</a></p><br>
</form>
POST /api/login
<form action="/api/login" class="form-right" method="POST">
<div class="modal-header">
<button type="button" class="btn-close" id="signInCloseBtn"></button>
</div>
<div class="form-right-header d-flex justify-content-center align-items-center flex-column">
<div class="signup_logo">
<img src="../../img/logo_mobile.png">
</div>
<h2 class="h3 mb-0">Sign In</h2>
<p>No account?<a class="mx-2 redirectSignUp" id="redirectSignUp">Sign up</a></p>
</div>
<div class="mb-3">
<label>Email</label>
<input type="email" class="input-field" placeholder="example@example.com" name="email" value="" required="">
</div>
<div class="mb-3">
<label>Password</label>
<input type="password" class="input-field" name="password" value="" required="">
</div>
<div class="mb-3">
<label class="option"> Remember me <input type="checkbox" name="remember" value="true">
<span class="checkmark"></span>
</label>
</div>
<div class="form-field">
<button class="btn mb-5">
<strong>Sign in</strong>
</button>
</div>
<p><a class="mx-2 redirectForgotPass" id="redirectForgotPass">Forgot password?</a></p>
</form>
POST /api/auth/forgot-password
<form action="/api/auth/forgot-password" method="POST" class="form-right">
<div class="modal-header">
<button type="button" class="btn-close" id="forgotPassCloseBtn"></button>
</div>
<div class="form-right-header d-flex justify-content-center align-items-center flex-column">
<div class="signup_logo">
<img src="../../img/logo_mobile.png">
</div>
<h2 class="h3 mb-0">Forgot Password?</h2>
<p onclick="showLoginModal()">Got password?<a class="mx-2 redirectLogIn" id="redirectLogIn">Log in</a></p>
</div>
<div class="mb-3">
<label>Your Email</label>
<input type="email" class="input-field" name="forgotPasswordEmail" value="" required="">
</div>
<div class="form-field">
<!-- <button onclick="sendPasswordResetLink()" class="btn mb-2ss"> -->
<button class="btn mb-2">
<strong>Reset Password</strong>
</button>
</div>
<p class="small mb-2">You will be sent an email with a link to reset your password.</p>
</form>
GET
<form action="" class="search_form" method="GET" autocomplete="off" id="form">
<div class="search_group">
<span class="search-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path>
</svg>
</span>
<input class="input_search" id="search2" type="text" name="search" placeholder="Search">
</div>
<!-- suggestions for search -->
<!-- <ul class="suggest">
<li><a href="">Suggestin 1</a></li>
<li><a href="">Suggestin 2</a></li>
<li><a href="">Suggestin 3</a></li>
<li><a href="">Suggestin 4</a></li>
<li><a href="">Suggestin 5</a></li>
</ul> -->
<!-- <button type="submit" class="btn">Search</button> -->
</form>
GET
<form action="" class="search_form" method="GET" autocomplete="off" id="form1" style="margin-top:12px;">
<div class="search_group">
<span class="search-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path>
</svg>
</span>
<input class="input_search" id="search" type="text" name="search" placeholder="Search">
</div>
<!-- suggestions for search -->
<!-- <ul class="suggest">
<li><a href="">Suggestin 1</a></li>
<li><a href="">Suggestin 2</a></li>
<li><a href="">Suggestin 3</a></li>
<li><a href="">Suggestin 4</a></li>
<li><a href="">Suggestin 5</a></li>
</ul> -->
<!-- <button type="submit" class="btn">Search</button> -->
</form>
Text Content
* Home * About * Create Post * Services * Sign In Sign Up SIGN UP Already a member?Log in Email Username Password Verification Code Get Verification Code Sign up By clicking on Sign up, you agree to RentParcel's terms of use SIGN IN No account?Sign up Email Password Remember me Sign in Forgot password? FORGOT PASSWORD? Got password?Log in Your Email Reset Password You will be sent an email with a link to reset your password. RESET PASSWORD New Password Confirm New Password Reset Password -------------------------------------------------------------------------------- View from: Decentraland Voxels Sandbox Somnium Spatial Otherside View prices by: Day Week Month * Home * About * Services * FAQs * Discord * Twitter Get Started Sign in · Create Post · Privacy Policy · Terms of Use · FAQs · Support RENT PROPERTIES IN THE METAVERSE Explore properties to rent in the metaverse. Popular platforms include Decentraland, Sandbox, Voxels, and many others. To view properties from a particular platform, please search for it in the side menu. Click here to create a post for your own land. 100+ properties have been listed on RentParcel for rental. The prices displayed are by the day. SANDBOX $5 X=-19 & Y=-91 x=-19 & y=-91 SOMNIUM SPACE $1 SMALL PARCEL BY THE ROAD Small Parcel by the road not far away from center DECENTRALAND $4 PARCEL IN VEGAS CITY NFT Gallerie For Rent VOXELS $7 TALL DOUBLE WATERFRONT ON MILAN ISLAND Tall Double Waterfront on Milan Island SOMNIUM SPACE PARCEL XL ROADSIDE $5 XL LAND NEXT TO THE ROAD Rent an XL land next to the road SOMNIUM SPACE $100 BLANK LAND (OPTION)-METAVERSE ON THE WEB Event Space Required. DECENTRALAND $6 RINKEBY CLUB Rent and Select Render service DECENTRALAND $6 GATHERING SPOT IN BOTTOM RIGHT Small venue ready for large ideas! DECENTRALAND $5 2 PLOT ESTATE Rent a 2 plot estate in a great location SOMNIUM SPACE $30 XL (EXTRA LARGE) PARCEL RENTABLE #936 DECENTRALAND $9 IN THE CENTER OF EVERYTHING! Available for monthly rental at 249$/month DECENTRALAND $500 ROAD ADJACENT | NICE PLACE Fashion Street Adjacent area DECENTRALAND · RENTED $10 3*3 IDEAL FOR SMALL EVENTS 3*3 ideal for small events SPATIAL.IO $10 CONFERENCE OR MEET UP GALACTIC SPACE Make your next meeting in Maff space DECENTRALAND $200 64 PARCELES TO MAKE THE HUGE EVENTS 64 parceles to make the huge events DECENTRALAND $500 SAN FRANSISCO CITY HALL BY MAFF Amazing piece to make a wedding DECENTRALAND $10 SKYSCRAPER SQUARE -34,10 4 Square for sky scraper by Genesis DECENTRALAND $3 ROADSIDE SHOWROOM KIBBAK (-121,-45) Roadside Showroom Kibbak (-121,-45) SOMNIUM SPACE VR $50 CLUB AND STAGE BUILD PROPERTY 2571 XL_WF Venue for your needs SOMNIUM SPACE $3 SMALL PARCEL #2464 Close to city center SPATIAL $2 SPATIAL PENTHOUSE NEW CALEDONIA Spatial Penthouse New Caledonia, Rent 60 $/MTH SPATIAL $2 SPATIAL PENTHOUSE MIAMI SPATIAL PENTHOUSE MIAMI, RENT 60 $/MTH SPATIAL $2 SPATIAL PENTHOUSE PARIS SPATIAL PENTHOUSE PARIS, RENT 60 $/MTH SPATIAL $2 SPATIAL PENTHOUSE LAS VEGAS SPATIAL PENTHOUSE LAS VEGAS, RENT 60 $/MTH SPATIAL $2 SPATIAL CHALET ALPS SPATIAL CHALET ALPS RENT 60 $/MTH Load More