dealmegood.com
Open in
urlscan Pro
148.66.129.61
Public Scan
Submitted URL: http://dealmegood.com/
Effective URL: https://dealmegood.com/
Submission Tags: falconsandbox
Submission: On March 29 via api from US — Scanned from DE
Effective URL: https://dealmegood.com/
Submission Tags: falconsandbox
Submission: On March 29 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMPOST
<form id="registrationForm" class="registrationForm" method="post" data-parsley-validate="" novalidate="">
<div class="row">
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">Name <b>*</b></label>
<input type="text" class="finput username" autocomplete="false" id="username" name="username" required="" data-parsley-length="[6, 20]" data-parsley-pattern="^[a-zA-Z\s]+$" data-parsley-trigger="keyup">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">Email <b>*</b></label> <!-- email data-id="regEmailError"-->
<input type="email" class="finput" id="email" autocomplete="false" name="email" required="" data-parsley-type="email" data-parsley-trigger="keyup">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">Password <b>*</b></label><!--password-->
<input type="password" class="finput" autocomplete="false" id="password" name="password" required="" data-parsley-length="[6, 20]" data-parsley-trigger="keyup">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">Confirm Password <b>*</b></label><!--confPassword data-id="confPasswordError"-->
<input type="password" class="finput" autocomplete="false" id="confirmPassword" name="confirmPassword" data-parsley-equalto="#password" data-parsley-trigger="keyup" required="">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<button type="button" class="btn btn-danger btn-sm largeBtn" id="registrationSubmit">Register Now</button>
</div>
<div class="form-group col-sm-12 text-center text-light">
<b>OR</b>
</div>
<div class="form-group col-sm-10 offset-sm-1">
<div class="row">
<div class="col-sm-6 col-6">
<a href="https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&redirect_uri=https%3A%2F%2Fdealmegood.com%2Fuser%2Fgoogle_callback&response_type=code&client_id=7981207735-tbso4nanv0qf10fut7uuubt9pnqbcj1t.apps.googleusercontent.com&access_type=online" class="btn btn-danger btn-sm largeBtn googleLogin" onclick="social_login_loader();"><i class="fab fa-google-plus-g social"></i> Google</a>
</div>
<div class="col-sm-6 col-6">
<a href="https://www.facebook.com/v3.2/dialog/oauth?client_id=1179106405817711&state=a0dc69735d24b3fd44be7924a38a1864&response_type=code&sdk=php-sdk-5.5.0&redirect_uri=https%3A%2F%2Fdealmegood.com%2Fuser%2Ffacebook_callback&scope=email" class="btn btn-primary btn-sm largeBtn facebooklogin" onclick="social_login_loader();"><i class="fab fa-facebook-f social" aria-hidden="true"></i> Facebook</a>
</div>
</div>
</div>
<div class="form-group col-sm-12 text-center mb-2 mt-1">
<a class="text-light openLogin" title="Create a new account">Login</a>
</div>
</div>
</form>
POST
<form id="loginForm" method="post">
<div class="row">
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">Email</label>
<input type="email" class="finput finputa" id="emailLogin" name="emailLogin" autocomplete="false" required="" data-parsley-type="email" data-parsley-trigger="keyup">
</div>
</div>
<div class="row" id="loginSection">
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">Password</label>
<input type="password" class="finput finputa" id="passwordLogin" name="passwordLogin" required="" data-parsley-length="[6, 20]" data-parsley-trigger="keyup"
data-parsley-required-message="Invalid Password. Kindly enter correct password or reset your password to login. You can also login via Google or Facebook">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<button type="button" class="btn btn-danger btn-sm largeBtn" id="loginSubmit">Submit</button>
<a id="forgotLink" class="text-light">Forgot Password?</a>
</div>
<div class="form-group col-sm-10 offset-sm-1">
<div class="row">
<div class="form-group col-sm-6">
<a href="https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&redirect_uri=https%3A%2F%2Fdealmegood.com%2Fuser%2Fgoogle_callback&response_type=code&client_id=7981207735-tbso4nanv0qf10fut7uuubt9pnqbcj1t.apps.googleusercontent.com&access_type=online" class="btn btn-danger btn-sm largeBtn googleLogin" onclick="social_login_loader();"><i class="fab fa-google-plus-g social"></i> Google</a>
</div>
<div class="form-group col-sm-6">
<a href="https://www.facebook.com/v3.2/dialog/oauth?client_id=1179106405817711&state=a0dc69735d24b3fd44be7924a38a1864&response_type=code&sdk=php-sdk-5.5.0&redirect_uri=https%3A%2F%2Fdealmegood.com%2Fuser%2Ffacebook_callback&scope=email" class="btn btn-primary btn-sm largeBtn facebooklogin" onclick="social_login_loader();"><i class="fab fa-facebook-f social" aria-hidden="true"></i> Facebook</a>
</div>
</div>
</div>
<div class="form-group col-sm-12 text-center mb-2 mt-2">
<a class="text-light openRegister" title="Create a new account">Register Now</a>
</div>
</div>
<div class="row" id="otpSection" style="display:none">
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">OTP</label>
<input type="number" class="finput" id="otp" name="otp" required="" data-parsley-length="[6, 6]" data-parsley-trigger="keyup">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<button id="sendAgain" type="button" class="btn btn-sm btn-info">Send Again?</button>
<button id="verifyOTP" type="button" class="btn btn-sm btn-success">Verfiy OTP</button>
</div>
</div>
<div class="row" id="newpasswordSection" style="display:none">
<div class="form-group col-sm-10 offset-sm-1">
<label class="text-light">New Password</label>
<input type="password" class="finput" id="newPassword" name="newPassword" required="" data-parsley-length="[6, 20]" data-parsley-trigger="keyup">
</div>
<div class="form-group col-sm-10 offset-sm-1 newPsw">
<label class="text-light">Confirm Password</label>
<input type="password" class="finput" id="confirmNewPassword" name="confirmNewPassword" required="" data-parsley-length="[6, 20]" data-parsley-trigger="keyup">
</div>
<div class="form-group col-sm-10 offset-sm-1">
<button type="button" class="btn btn-danger btn-sm" id="resetPassword">Submit</button>
</div>
<div class="form-group col-sm-12 text-center mb-2 mt-2">
<a class="text-light" title="Back To Login" id="loginBack">Back</a>
</div>
</div>
</form>
Text Content
Please wait... MOBILE RECHARGE Amount Operator Mobile Number Voucher Code Step 1 Step 2 Step 3 DEAL-ME-GOOD Email Name Contact Number * Same as recharge mobile number Pay Now REGISTRATION Name * Email * Password * Confirm Password * Register Now OR Google Facebook Login OTP * Send Again? Verfiy OTP LOGIN Email Password Submit Forgot Password? Google Facebook Register Now OTP Send Again? Verfiy OTP New Password Confirm Password Submit Back Deal-Me-Good * Register * Login * Contact Us MOBILE VOUCHERS 3 % OFF Get an Exclusive Deal on a DMG Airtel Mobile Prepaid Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. AirtelSelect Airtel Select 2 % OFF Enjoy an Exclusive Deal on a DMG JIO Mobile Prepaid Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. JioSelect Jio Select 3 % OFF Get an Exclusive Offer on a DMG BSNL Mobile Prepaid Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. BSNLSelect BSNL Select 3 % OFF Get an Exclusive Deal on a DMG VI Mobile Prepaid Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. VISelect VI Select 3 % OFF Enjoy an Exclusive Deal on a DMG MTNL Mobile Prepaid Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. MTNLSelect MTNL Select DTH VOUCHERS 3 % OFF Get an Exclusive Offer on a DMG Airtel TV DTH Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. Airtel TVSelect Airtel TV Select 3 % OFF Enjoy an Exclusive Deal on a DMG Dish TV DTH Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. Dish DTH Select Dish DTH Select 3 % OFF Get an Exclusive Offer on a DMG Tata Sky DTH Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. TataSky DTHSelect TataSky DTH Select 3 % OFF Get an Exclusive Offer on a DMG Videocon DTH Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. Videocon DTHSelect Videocon DTH Select 4 % OFF Get an Exclusive Deal on a DMG Sun Direct DTH Voucher now. Click on the Select button to Recharge, Buy, or Claim this voucher. Sun Direct DTHSelect Sun Direct DTH Select SHOPPING VOUCHERS * Popular * Fashion * Food * Travel * Entertainment * Others Please wait... 5.00% OFF Pizza Hut Gift Voucher is the best gifting option since this is sure to bring a smile on the face of Pizza Hut 3.00% OFF Big Bazaar is the largest chain of hypermarket in India.Big Bazaar promises more for less, addressin Big Bazaar 3.00% OFF Looking for tickets to your favourite movies, concerts or events? Let BookMyShow help you. With Book BookMyShow 3.00% OFF Cleartrip e-Gift Cards make for a perfect present. Whether it’s proposing a family holiday, an emplo Cleartrip Flights and Hotels 3.00% OFF Croma has always been dedicated towards giving its customers an easy and hassle-free access to best Croma 3.00% OFF Flipkart is India favourite online shopping destination for a range of products. What started out as Flipkart 3.00% OFF MakeMyTrip is all about empowering the traveller with total control over his or her travel options. Makemytrip 3.00% OFF Thomas Cook (India) Ltd is the leading integrated travel and related financial services company in t Thomas Cook 3.00% OFF Travel Triangle is Indias leading online holiday planner. We started our journey in 2011, and now ha Travel Triangle 3.00% OFF Founded in November 2014, UrbanClap is India and the UAE’s largest home services company. The compan Urban Clap 3.00% OFF When it comes to booking travel-services online, customers prefer Yatra. The reason is simple. Yatra Yatra.com General Show More DISCLAIMER Orders once placed, will not be allowed to cancel and no refund will be issued. It is your responsibility to key in the right mobile number, datacard number or DTH subscriber number when recharging. DealMeGood will not be held responsible for an incorrect mobile number or DTH account number entered. DealMeGood suggests you to check your order information twice before making your payment. Buy and Claim Functionality on this site is a combination of Buy Voucher and then Claim it automatically in one go. If recharge is not successfull due to any reason DMG issues a Voucher of the same amount i.e. Claimable. If for any technical reasons, the user is not able to claim Mobile and DTH vouchers issued by Deal me Good, user can always drop us an email on support@dealmegood.com for a complete refund explaining difficulty in claiming.. DEAL-ME-GOOD ABOUT US PRIVACY TERM OF USE * * * * @ Copyright 2017-2022, All Rights Reserved