giftably.net Open in urlscan Pro
172.67.158.122  Public Scan

Submitted URL: https://cheapskate.lol/
Effective URL: https://giftably.net/login
Submission: On May 19 via api from LU — Scanned from DE

Form analysis 2 forms found in the DOM

POST ../api/auth.php

<form id="login-form" class="space-y-6" action="../api/auth.php" method="post">
  <div>
    <label for="username_or_email" class="inline-block mb-2 text-sm font-medium text-gray-900 dark:text-white">Enter Username</label><span class="inline-block text-red-500 ml-0.5"> *</span>
    <div class="flex">
      <span class="inline-flex items-center px-3 text-sm text-gray-900 bg-gray-200 border rounded-e-0 border-gray-300 border-e-0 rounded-s-md dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600">
        <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512">
          <path d="M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z"></path>
        </svg>
      </span>
      <input type="text" name="username_or_email" id="username_or_email"
        class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" placeholder="John Doe"
        required="">
    </div>
  </div>
  <div>
    <label for="password" class="inline-block mb-2 text-sm font-medium text-gray-900 dark:text-white">Enter Password</label><span class="inline-block text-red-500 ml-0.5"> *</span>
    <div class="flex">
      <span class="inline-flex items-center px-3 text-sm text-gray-900 bg-gray-200 border rounded-e-0 border-gray-300 border-e-0 rounded-s-md dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600">
        <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 448 512">
          <path d="M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z"></path>
        </svg>
      </span>
      <input type="password" name="password" id="password" placeholder="••••••••"
        class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" required="">
    </div>
  </div>
  <a href="/reset-password" class="font-bold tracking-tighter text-sm text-gray-600 dark:text-gray-400">Forgot Password?</a>
  <button type="submit"
    class="w-full text-gray-900 bg-white border border-gray-300 focus:outline-none hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 dark:focus:ring-gray-700">Login
    to your account</button>
</form>

POST

<form id="registration-form" class="space-y-6" method="post" autocomplete="off">
  <div>
    <label for="username" class="inline-block mb-2 text-sm font-medium text-gray-900 dark:text-white">Pick A Username</label><span class="inline-block text-red-500 ml-0.5"> *</span>
    <div class="flex">
      <span class="inline-flex items-center px-3 text-sm text-gray-900 bg-gray-200 border rounded-e-0 border-gray-300 border-e-0 rounded-s-md dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600">
        <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512">
          <path d="M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z"></path>
        </svg>
      </span>
      <input type="text" name="username" id="rusername"
        class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" placeholder="John Doe"
        required="">
    </div>
  </div>
  <div>
    <label for="password" class="inline-block mb-2 text-sm font-medium text-gray-900 dark:text-white">Pick A Password</label><span class="inline-block text-red-500 ml-0.5"> *</span>
    <div class="flex">
      <span class="inline-flex items-center px-3 text-sm text-gray-900 bg-gray-200 border rounded-e-0 border-gray-300 border-e-0 rounded-s-md dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600">
        <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 448 512">
          <path d="M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z"></path>
        </svg>
      </span>
      <input type="password" name="password" id="rpassword" placeholder="••••••••"
        class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" required="">
    </div>
  </div>
  <div>
    <label for="email" class="inline-block mb-2 text-sm font-medium text-gray-900 dark:text-white">Enter A Email</label><span class="inline-block text-red-500 ml-0.5"> *</span>
    <div class="flex">
      <span class="inline-flex items-center px-3 text-sm text-gray-900 bg-gray-200 border rounded-e-0 border-gray-300 border-e-0 rounded-s-md dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600">
        <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512">
          <path
            d="M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z">
          </path>
        </svg>
      </span>
      <input type="email" name="email" id="remail" placeholder="johndoe@mail.com"
        class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" required="">
    </div>
  </div>
  <div>
    <label for="referral" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Referral Code</label>
    <div class="flex">
      <span class="inline-flex items-center px-3 text-sm text-gray-900 bg-gray-200 border rounded-e-0 border-gray-300 border-e-0 rounded-s-md dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600">
        <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512">
          <path
            d="M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z">
          </path>
        </svg>
      </span>
      <input type="referral" name="referral" id="referral" placeholder="Jimbo" value=""
        class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white">
    </div>
  </div>
  <div class="flex items-center">
    <input id="link-checkbox" type="checkbox" value="" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
      required="">
    <label for="link-checkbox" class="ml-2 text-sm font-medium text-gray-900 dark:text-gray-300">I have read and agree to the <a href="/tos" class="text-blue-600 dark:text-blue-500 hover:underline">terms and conditions</a> &amp;
      <a href="/privacypolicy" class="text-blue-600 dark:text-blue-500 hover:underline">privacy policy</a>.</label>
  </div>
  <hr class="h-px my-4 bg-gray-200 border-0 dark:bg-gray-500">
  <button type="submit"
    class="w-full text-gray-900 bg-white border border-gray-300 focus:outline-none hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 dark:focus:ring-gray-700">Create
    Account</button>
</form>

Text Content

Giftably
Open main menu
 * Get started
 * Login

Welcome to Giftably! Join our Discord Server for regular announcements!


WHERE REWARDS MEET SPEED..

Get quick & easy reward by: completing surveys, playing games and much more!

Get started Login



HOW DO WE ACTUALLY WORK?

At Giftably, we've perfected the art of offering easy ways to earn exceptional
rewards!


SIGN UP!

To begin, please complete the registration process by signing up and verifying
your email address.


COMPLETE TASKS!

Participate in various activities such as surveys and game-playing to take
advantage of our wide array of enticing offers.


CHOOSE REWARD!

Once you've accumulated sufficient points, choose from our diverse selection of
rewards, including options like Amazon, Google and Roblox Giftcards.


HEAR WHAT OUR USERS HAVE TO SAY!

At Giftably, we curate a collection of opinions that are verified for accuracy!

3oF

3oF

Giftably has honestly been one of my go-to GPT sites, they have high rates &
friendly support and basically no holds. Got paid super fast aswell!



Scrooge McDuck

cash_scrooge_mcduck

Giftably is a fantastic good site to make money on, large selection of offer
that you can complete to earn money. I have had a great experience using the
site, with no issues at all. The withdrawals are incredibly fast. Highly
recommend for anyone looking to make some extra cash online.



Kidoo

kidooreeno

Giftably, in my opinion, has been nothing but merit going back to its owner
(Jimbo) and the site layout itself and how efficient it is to be able to do
offers and earn a quick bit of cash definitely my go-to GPT site right now. by
far the best when it comes to direct contact with support for any queries and
payout is near instant (p.s love the feature where I can withdraw my micro cents
left over hehe 🙂 DEFINITELY HIGHLY RECOMMEND THIS SITE TO ANYONE WHO IS IN NEED
OF QUICK CASH Giftably is your best bet.



Blazey

blaze.y

Owner has a good sense of humour, site has better rates then most big name get
paid to sites atm and payouts were paid within 48 hours. Good site overall
8.5/10

From: Trustpilot

Matski

dodge4528

Giftably is nice when exploring the offers, simple to find anything u want but
im not a fan of log in page with the nickname, for most of users might be no
problem and for some might be a issue remembering the account with the nickname
:D, i didnt pay attention to the quests but it looks interesting, the withdraw
section looks clean and chat is missing but chat is not the important, i think
site looks great for now.



Zatirical

zatirical

Stumbled upon Giftably and it's been a chill way to score some extra cash. Easy
tasks, cool rewards, and no hassle with payouts. Definitely a laid-back side gig
worth checking out!




IS IT SERIOUSLY THAT EASY?

Well.. you can earn POINTS by completing offers on various offerwalls. These
offers can range from quizzes, surveys and downloading mobile apps and games!
Offers can be completed on ANDROID/IOS and WINDOWS machines! Mobile App
downloads are the easiest offers to complete.

We strive to offer a wide array of options to maximize your freedom and choices.




SIGN IN

👋 Welcome Back!

Enter Username *

Enter Password *

Forgot Password? Login to your account

New? Sign up instead!


SIGN UP

👋 Welcome To Giftably!

Pick A Username *

Pick A Password *

Enter A Email *

Referral Code

I have read and agree to the terms and conditions & privacy policy.

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

Create Account

Already have an account? Login instead!

Giftably™ © 2024 - All Rights Reserved
 * YouTube
 * Discord
 * Instagram
 * Twitter
 * Blog
 * Terms Of Service
 * Privacy Policy