devplay888.com Open in urlscan Pro
2606:4700::6812:1f93  Public Scan

Submitted URL: http://devplay888.com/
Effective URL: https://devplay888.com/web/index
Submission: On June 15 via api from BE — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="form_login" novalidate="novalidate">
  <div class="row">
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Username</label>
      <input type="text" class="form-control login-box" required="" placeholder="Username" id="l_username" name="username">
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Password</label>
      <input type="password" class="form-control login-box" required="" placeholder="Password" id="l_password" name="password">
    </div>
    <div class="form-group col-lg-12">
      <input type="checkbox" id="chk_rememberme">
      <label for="chk_rememberme" style="font-weight: 700;">Remember Me</label>
    </div>
    <div class="form-group col-lg-12">
      <a class="btn btn-gradient" style="width: 100%" onclick="$('#form_login').submit();">LOGIN</a>
    </div>
    <div class="form-group col-lg-12">
      <p class="login-text"><a href="javascript:void(0)" style="color: #161616" data-bs-toggle="modal" data-bs-target="#resetModal">Forgot Password?</a></p>
    </div>
    <div>
      <p class="login-text">Do not have an account yet? Click <a href="javascript:void(0)" style="font-weight: 600" data-bs-toggle="modal" data-bs-target="#registerModal">Here</a> to register now!</p>
    </div>
  </div>
</form>

<form id="form_forgetpassword" novalidate="novalidate">
  <div class="row my-5">
    <div class="form-group col-lg-12" style="text-align: center">
      <label class="form-label mb-1 login-label">Enter the email address you used to register</label>
      <input type="email" class="form-control login-box" required="" id="r_email" name="email">
    </div>
    <div class="form-group col-lg-12" style="text-align: center">
      <label class="form-label mb-1 login-label">Verification Code</label>
      <div style="position: relative;">
        <input type="text" class="form-control login-box" required="" id="f_vericode" name="v_code">
        <div class="" style="width: 100px; position: absolute; right: 19px; top: 5px;">
          <img src="/ajaxData/proc_captchaCode?s=fp&amp;v=38" id="fpVeriCode" style="width: 100%; height: 30px;">
        </div>
      </div>
    </div>
    <div class="form-group col-lg-12">
      <a class="btn btn-gradient" style="width: 100%" id="forget_pass_submit_btn" onclick="$('#form_forgetpassword').submit();">RESET</a>
    </div>
    <div>
      <p class="login-text">If you don't have an email address,<br> please contact our customer service.</p>
    </div>
  </div>
</form>

<form id="form_register_first" novalidate="novalidate">
  <div class="row">
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Username</label>
      <input type="text" name="username" id="username_text" class="form-control login-box" required="">
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Password</label>
      <input type="password" name="password" id="password_text" class="form-control login-box" required="">
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Confirm Password</label>
      <input type="password" name="confirm_password" id="confirm_password_text" class="form-control login-box" required="">
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Referral / Affiliate (If Any)<i id="drop-icon" class="fa fa-chevron-down" aria-hidden="true"></i></label>
      <div class="aff-input">
        <input type="text" name="agent" id="agent_text" class="form-control login-box">
      </div>
    </div>
    <div class="form-group col-lg-12">
      <a href="javascript:void(0)" class="btn btn-gradient" style="width: 100%" id="register_next_btn" onclick="$('#form_register_first').submit();">NEXT</a>
    </div>
    <div class="form-group col-lg-12">
      <p class="login-text">By clicking the Register button, I hereby acknowledge that I am above 18 years old and have read and accepted your terms &amp; conditions.</p>
    </div>
    <div>
      <p class="login-text">Already have an account? <a href="javascript:void(0)" style="font-weight: 600" data-bs-toggle="modal" data-bs-target="#loginModal">Login</a></p>
    </div>
  </div>
</form>

<form id="form_register" novalidate="novalidate">
  <div class="row">
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Full Name (Same Name As NRIC)</label>
      <input type="text" id="full_name" name="full_name" class="form-control login-box" required="">
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Email</label>
      <input type="email" id="email" name="email" class="form-control login-box" data-bs-toggle="tooltip" data-bs-animation="false" data-bs-placement="bottom"
        data-bs-original-title="Please enter a valid email address to receive important messages including password reset." rel="tooltip" data-original-title="" title="">
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Phone Number</label>
      <div class="input-group">
        <div class="input-group-text" style="margin-right: 10px; border-radius: 5px; background-color: #e8e8e8">
          <select class="valid" id="reg_contact_select" aria-invalid="false">
            <option value="65" selected="">+65&nbsp;Singapore</option>
            <option value="60">+60&nbsp;Malaysia</option>
          </select>
        </div>
        <input type="text" class="form-control login-box" style="border-radius: 5px" name="contact_num" id="contact">
      </div>
    </div>
    <div class="form-group col-lg-12">
      <label class="form-label mb-1 login-label">Date Of Birth</label>
      <input type="text" id="birth_date" name="birth_date" class="form-control login-box" required="" readonly="" autocomplete="off">
    </div>
    <input type="hidden" id="contact_val" name="contact">
    <input type="hidden" id="username_val" name="username">
    <input type="hidden" id="password_val" name="password">
    <input type="hidden" id="confirmPass_val" name="confirm_password">
    <input type="hidden" id="agent_val" name="agent">
    <div class="form-group col-lg-12">
      <a href="javascript:void(0)" class="btn btn-gradient" style="width: 100%" id="register_submit_btn" onclick="$('#form_register').submit();">SUBMIT</a>
    </div>
    <div class="form-group col-lg-12">
      <p class="login-text">By clicking REGISTER, you agree to our Terms and that you have read our Data Use Policy</p>
    </div>
  </div>
</form>

Text Content









LOGIN

×
Username
Password
Remember Me
LOGIN

Forgot Password?

Do not have an account yet? Click Here to register now!


RESET PASSWORD

×
Enter the email address you used to register
Verification Code

RESET

If you don't have an email address,
please contact our customer service.


REGISTRATION

×
Username
Password
Confirm Password
Referral / Affiliate (If Any)

NEXT

By clicking the Register button, I hereby acknowledge that I am above 18 years
old and have read and accepted your terms & conditions.

Already have an account? Login


PERSONAL INFORMATION

×
Full Name (Same Name As NRIC)
Email
Phone Number
+65 Singapore +60 Malaysia
Date Of Birth
SUBMIT

By clicking REGISTER, you agree to our Terms and that you have read our Data Use
Policy


COMPLETE

×


CONGRATULATIONS!

you are now a member of SMV

Deposit Now

To start your betting experience, click on DEPOSIT NOW

×
Under Maintenance
Maintenance in progress. Please check back soon.


CLOSE


PROMO DETAILS

×

To redeem the promotion, specific conditions may apply. Please refer to Promo
for more info.


 * Sports
 * E-Sports
 * Casino
 * Slots
 * Fishing
 * Cock Fighting
 * Horse Racing
 * Promo
 * VIP

 * 15/6/2024 7:22:04 (GMT+8)
 * English
   Malay Chinese

SMV Live

 * LOGIN
 * REGISTER

 * LOGIN
 * REGISTER


 * 
 * English
   Malay Chinese

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

 * Sports
 * E-Sports
 * Casino

 * Slots
 * Fishing
 * Cock Fighting

 * Horse Racing
 * SMV Live

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

 * Promo
 * VIP

ANNOUNCEMENT

×

Do Not Show Again
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 


Previous Next
Welcome to the new SMV website! Experience enhanced user features for seamless
browsing.  

Casino

Play games hosted
by our live dealers

E-Sports

Win big in the
electrifying world of e-sports

Horse Racing

Play and watch
horse live racing here

Slots

Over 200 slots game
with table games

Sports

Enjoy world class
online sportsbook

Fishing

The most unique
fishing experience

Cock Fighting

Best way to
enjoy cock fighting




WHY CHOOSE US

SMV is your one-stop hub for all online gaming enthusiasts in Asia, providing
access to a wide range of sports, casino, slots, and many more games. We are
committed to providing a website that is accessible to everyone, regardless of
technology or ability. We offer our customers the best customer service with
exclusive support available round the clock – 24 hours a day, 7 days a week! We
strive to troubleshoot any issues our players encounter and resolve them with
the utmost dedication and assistance. Experience Vegas from home today!


UPCOMING EVENTS




OUR PROMOS




OUR PARTNERS



Discover More in a Tap

Download SMV App now for
your gaming journey!




CUSTOMER SERVICE

LIVE CHAT

CLICK HERE

WHATSAPP

CLICK HERE

Gaming License

is a Registered Trade Mark, brand and registered business 2, Spinola Road, St.
Julians ST/3014, Malita. Regulated & Licensed by the Government of Curacao and
operates under the Master License of Gaming Services. Provider, NV.#365/AZ

Copyright smvegas © 2023. All rights reserved.

Certification

 * 
 * 
 * 
 * 
 * 

Payment Method

 * 
 * 
 * 

Security

 * 
 * 

Responsible Gaming

 * 
 * 
 * 


THURSDAY


1


JANUARY


1970

January
1970
January 1970

S M T W T F S 28 29 30 31 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
22 23 24 25 26 27 28 29 30 31 1 2 3 4 5 6 7


Clear
CANCEL OK
Chat with us, powered by LiveChat
June
January
February
March
April
May
June
July
August
September
October
November
December

2024
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050


SunMonTueWedThuFriSat
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6

00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00