www.premiertickets.co Open in urlscan Pro
172.67.70.233  Public Scan

Submitted URL: https://premierticket.in/
Effective URL: https://www.premiertickets.co/
Submission: On July 24 via automatic, source certstream-suspicious — Scanned from AU

Form analysis 6 forms found in the DOM

Name: frm_searchGET https://www.premiertickets.co

<form class="flex_b v_center srch_frm" action="https://www.premiertickets.co" method="GET" id="frm_search_home" name="frm_search">
  <input type="text" id="stext" class="serch_bx" name="stext" value="" placeholder="Search for Movies, Events, Plays, Sports and Activities" autocomplete="false">
  <div class="btn_pan">
    <i class="ico_pt crssbt"></i>
    <i class="icnw serch_nd"></i>
  </div>
</form>

Name: frm_searchGET https://www.premiertickets.co

<form action="https://www.premiertickets.co" method="GET" id="frm_search" name="frm_search">
  <input type="text" id="txt_stext" name="txt_stext" value="" placeholder="Search Event and shows" autocomplete="off">
  <div class="btn_pan">
    <button class="link_tx rsetbtn" type="reset" value="Reset">Reset</button>
    <div class="m10"></div>
    <button class="link_button03 sbmt">Search</button>
  </div>
  <div class="srchnote"> (Search events, movies etc. by event name or artist name etc.) </div>
</form>

Name: loginFrmPOST

<form name="loginFrm" id="loginFrm" action="" method="post" class="ng-pristine ng-valid">
  <div class="pan_sign">
    <input placeholder="Email" type="text" name="loginemail" id="loginemail">
    <input placeholder="Password" type="password" name="loginpassword" id="loginpassword">
  </div>
  <div class="alert alert-danger fade in" id="loginmsgDiv" style="display:none"></div>
  <div class="sec2">
    <!--<input type="checkbox"> Remember me -->
  </div>
  <div class="btn_pan">
    <input class="link_button03 sbmt" type="submit" value="Sign In">
  </div>
  <div class="regpan"> Already Have an Account? <a class="tx_link" onclick="return registrationform();">Register</a>
    <a class="tx_link" onclick="return forgetpassform();">Reset Password ?</a>
  </div>
</form>

Name: registrationFrmPOST

<form method="POST" novalidate="" action="" id="registrationFrm" name="registrationFrm" class="ng-pristine ng-valid ng-valid-maxlength">
  <div class="error_tx ng-hide" id="regmsgstep1" name="regmsgstep1" ng-hide="invalidmsg"></div>
  <div id="contact_details_reg_one" class="panel-collapse f_elem_01" role="tabpanel" aria-labelledby="">
    <h2 class="hed_tx">Register</h2>
    <h5 class="hed_tx_sub">Please enter your information</h5>
    <div class="element_group contact_d clearfix">
      <input placeholder="First Name" type="text" name="fname" id="fname" value="" maxlength="20" ng-model="formData.FirstName" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <input placeholder="Last Name" type="text" name="lname" id="lname" value="" maxlength="20" ng-model="formData.LastName" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <input placeholder="Email" type="text" name="regemail" id="regemail" value="" maxlength="50" ng-model="formData.regemail" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <input placeholder="Mobile No" type="text" name="Mobile" id="Mobile" value="" maxlength="20" ng-model="formData.Mobile" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <!--<input placeholder="Street Number" type="text" name="street_number" id="street_number" value="" maxlength="40" ng-model="formData.street_number"/>-->
      <input placeholder="Address" type="text" name="street_name" id="street_name" value="" maxlength="50" ng-model="formData.street_name" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <input placeholder="City/Subrub" type="text" name="subrub" id="subrub" value="" maxlength="40" ng-model="formData.city" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <input placeholder="Post Code/Zip Code" type="text" name="post_code" id="post_code" value="" maxlength="20" ng-model="formData.post_code" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      <select ng-model="countryname" name="countryname" id="countryname" ng-change="getState();" class="ng-pristine ng-untouched ng-valid ng-empty">
        <option value="" selected="selected">Country</option>
        <!-- ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="16" class="ng-binding ng-scope">Australia</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="45" class="ng-binding ng-scope">Canada</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="255" class="ng-binding ng-scope">Dubai</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="109" class="ng-binding ng-scope">India</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="113" class="ng-binding ng-scope">Ireland</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="145" class="ng-binding ng-scope">Malaysia</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="173" class="ng-binding ng-scope">New Zealand</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="220" class="ng-binding ng-scope">Singapore</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="236" class="ng-binding ng-scope">Switzerland</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="256" class="ng-binding ng-scope">UK</option><!-- end ngRepeat: country in Country -->
        <option ng-repeat="country in Country" value="257" class="ng-binding ng-scope">USA</option><!-- end ngRepeat: country in Country -->
      </select>
      <select ng-model="statename" name="statename" id="statename" class="ng-pristine ng-untouched ng-valid ng-empty">
        <option value="" selected="selected">State/Province</option>
        <!-- ngRepeat: state in State -->
      </select>
      <span id="spanmobile" name="spanmobile" class="error_msg"></span>
    </div>
    <div class="btn_pan">
      <button type="submit" class="sbmt link_button03">Register</button>
    </div>
  </div>
</form>

Name: registrationFrmtwoPOST

<form method="POST" novalidate="" action="" id="registrationFrmtwo" name="registrationFrmtwo" class="ng-pristine ng-valid ng-valid-maxlength">
  <input type="hidden" id="userregid" name="userregid" value="" autocomplete="off">
  <div class="error_tx ng-hide" id="regmsgstep2" name="regmsgstep2" ng-hide="invalidmsg"></div>
  <div id="reg_detail_part_two" name="reg_detail_part_two" class="panel-collapse f_elem_01" role="tabpanel" aria-labelledby="">
    <h3 class="sub_head">Please enter your other information</h3>
    <div class="element_group contact_d clearfix">
      <div class="elem">
        <input placeholder="Street Number" type="text" name="street_number" id="street_number" value="" maxlength="40" ng-model="formData.street_number" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      </div>
      <div class="elem">
        <input placeholder="Street Name" type="text" name="street_name" id="street_name" value="" maxlength="50" ng-model="formData.street_name" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      </div>
      <div class="elem">
        <input placeholder="City/Subrub" type="text" name="subrub" id="subrub" value="" maxlength="40" ng-model="formData.city" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      </div>
      <div class="elem">
        <input placeholder="PostCode/ZipCode" type="text" name="post_code" id="post_code" value="" maxlength="20" ng-model="formData.post_code" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
      </div>
      <div class="elem">
        <select ng-model="countryId" name="countryId" id="countryId" ng-change="getState();" class="ng-pristine ng-untouched ng-valid ng-empty">
          <option value="" selected="selected">Country</option>
          <!-- ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="16" class="ng-binding ng-scope">Australia</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="45" class="ng-binding ng-scope">Canada</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="255" class="ng-binding ng-scope">Dubai</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="109" class="ng-binding ng-scope">India</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="113" class="ng-binding ng-scope">Ireland</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="145" class="ng-binding ng-scope">Malaysia</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="173" class="ng-binding ng-scope">New Zealand</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="220" class="ng-binding ng-scope">Singapore</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="236" class="ng-binding ng-scope">Switzerland</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="256" class="ng-binding ng-scope">UK</option><!-- end ngRepeat: country in Country -->
          <option ng-repeat="country in Country" value="257" class="ng-binding ng-scope">USA</option><!-- end ngRepeat: country in Country -->
        </select>
      </div>
      <div class="elem">
        <select ng-model="stateId" name="stateId" id="stateId" class="ng-pristine ng-untouched ng-valid ng-empty">
          <option value="" selected="selected">State/Province</option>
          <!-- ngRepeat: state in State -->
        </select>
      </div>
    </div>
    <div class="btn_panel">
      <button type="submit" class="sbmt link_button03">Submit</button>
    </div>
    <div class="btn_panel">
      <span class="can-btn" data-dismiss="modal"><a class="sbmt link_button_skip">Skip</a></span>
    </div>
  </div>
</form>

Name: forgotPasswordFrmPOST

<form method="POST" novalidate="" action="" id="forgotPasswordFrm" name="forgotPasswordFrm" class="ng-pristine ng-valid ng-valid-maxlength">
  <div class="event_detail_box">
    <div class="error_tx ng-hide" id="forgeterrortext" name="forgeterrortext" ng-hide="invalidmsg">
    </div>
    <div id="contact_details_reset" class="panel-collapse f_elem_01" role="tabpanel" aria-labelledby="">
      <h5 class="hed_tx_sub">Please enter your information</h5>
      <div class="element_group contact_d">
        <div class="elem">
          <input placeholder="Email" type="text" name="forgetemail" id="forgetemail" value="" maxlength="50" ng-model="formData.forgetemail" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
        </div>
      </div>
      <div class="btn_pan">
        <button type="submit" class="sbmt link_button03">Reset Password</button>
      </div>
    </div>
  </div>
</form>

Text Content

List Your Events

AU
Australia
Canada
India
New Zealand
USA
UK
Dubai
Ireland
Singapore
Switzerland
Malaysia



SEARCH EVENTS AND SHOWS

Reset

Search
(Search events, movies etc. by event name or artist name etc.)
Cancel

PICK YOUR CITY

All City

If you canot find city listed here. click here to contact us. We are adding more
cities in regular basis.


CHOOSE A COUNTRY

PLEASE SELECT COUNTRY WHERE YOU LOOKING TO ATTEND AN EVENT


Australia

Canada

India

New Zealand

USA

UK

Dubai

Ireland

Singapore

Switzerland

Malaysia


CHOOSE A CITY

PLEASE SELECT CITY WHERE YOU LOOKING TO ATTEND AN EVENT


Cancel
 1. 
 2. 
 3. 
 4. 
 5. 





Events
Movies
Sports
Workshop
Experience




TRENDING EVENTS

SAT, JUL 27TH 2024 06:30 PM


VHALAM NAVRATRI 2024 – JIGARDAN GADHAVI IN...

SUN, NOV 24TH 2024 03:00 PM


POETRY & STORY TELLING BY PRIYA MALIK AND YAHYA...

FRI, JUL 26TH 2024 08:00 PM


KISI KO BATANA MAT – ANUBHAV SINGH BASSI LIVE IN...

View All




FEATURED EVENTS

SAT, JAN 18TH 2025 06:00 PM


AS WE SPEAK LIVE IN...

THU, FEB 13TH 2025 07:30 PM


ZAKIR KHAN LIVE IN BRISBANE...

THU, FEB 20TH 2025 07:30 PM


ZAKIR KHAN LIVE IN PERTH 2025 – 20TH...

SAT, SEP 28TH 2024 07:00 PM


KAL KI CHINTA NAHI KARTA STANDUP COMEDY SOLO BY FT. RAVI...

SUN, AUG 11TH 2024 07:00 PM


B PRAAK LIVE IN MELBOURNE...

SAT, JUL 27TH 2024 06:30 PM


VHALAM NAVRATRI 2024 – JIGARDAN GADHAVI IN...

FRI, AUG 09TH 2024 07:00 PM


RANGTAALI 2024 WITH AISHWARYA MAJUMDAR IN...

FRI, JUL 26TH 2024 06:00 PM


KILLOL WITH KINJAL DAVE – GARBA LIVE IN SYDNEY...

View All





CURRENT EVENTS

FRI, JUL 26TH 2024 06:00 PM


KILLOL WITH KINJAL DAVE - GARBA LIVE IN SYDNEY...

FRI, JUL 26TH 2024 08:00 PM


KISI KO BATANA MAT - ANUBHAV SINGH BASSI LIVE IN BRISBANE...

SAT, JUL 27TH 2024 10:00 AM


9D BREATHWORK EXPERIENCE - LETTING GO...

SAT, JUL 27TH 2024 01:00 PM


BALLARAT MELA...

SAT, JUL 27TH 2024 05:00 PM


HARYANVI STAR NIGHT - AUSTRALIA TOUR...

SAT, JUL 27TH 2024 05:00 PM


BOLLYWOOD BASH DJ PARTY IN GEELONG...

SAT, JUL 27TH 2024 06:00 PM


KAYAL MUSIC FEAST 2024 IN ASSOC WITH BALLARAT MALAYALEE...

SAT, JUL 27TH 2024 06:30 PM


GARBA 2024 WITH SANTVANI TRIVEDI IN...

SAT, JUL 27TH 2024 06:30 PM


VHALAM NAVRATRI 2024 - JIGARDAN GADHAVI IN...

SAT, JUL 27TH 2024 07:00 PM


COMBO DEAL OF PARTH OZA AND AISHWARYA MAJUMDAR IN...

SAT, JUL 27TH 2024 07:00 PM


GARBE GHOOME 2024 WITH PARTH OZA IN...

SUN, JUL 28TH 2024 06:00 PM


COMBO DEAL OF KINJAL DAVE & KAIRAVI BUCH - LIVE GARBA IN...

SUN, JUL 28TH 2024 06:00 PM


KILLOL WITH KINJAL DAVE - GARBA LIVE IN ADELAIDE...

SUN, JUL 28TH 2024 06:00 PM


KAYAL MUSIC FEAST 2024 -...

SUN, JUL 28TH 2024 08:30 PM


ANUBHAV SINGH BASSI LIVE SYDNEY - KISI KO BATANA...

WED, JUL 31ST 2024 10:00 AM


CULTURAL DANCE ENCOUNTERS - INDIAN...

FRI, AUG 02ND 2024 06:30 PM


RANGTAALI 2024 WITH AISHWARYA MAJUMDAR IN...

FRI, AUG 02ND 2024 07:00 PM


KILLOL WITH KINJAL DAVE - GARBA LIVE IN MELBOURNE...

SAT, AUG 03RD 2024 05:00 PM


RAGHAVA MADHAVA - CELEBRATING SUN & THE...

SAT, AUG 03RD 2024 06:30 PM


RAAS GARBA WITH UMESH BAROT 2024 IN...

SAT, AUG 03RD 2024 06:30 PM


RANGTAALI 2024 WITH AISHWARYA MAJUMDAR IN...

SUN, AUG 04TH 2024 12:00 PM


TEEYAN DA MELA - EPPING NORTH...

FRI, AUG 09TH 2024 05:50 PM


PATHER PANCHALI IN INDIAN PARALLEL CINEMA FESTIVAL OF...

FRI, AUG 09TH 2024 07:00 PM


RANGTAALI 2024 WITH AISHWARYA MAJUMDAR IN...

SAT, AUG 10TH 2024 10:30 AM


SONAR KELLA IN INDIAN PARALLEL CINEMA FESTIVAL OF...

SAT, AUG 10TH 2024 12:00 PM


MELA BEEBIYAN DA - CRANBOURNE...

SAT, AUG 10TH 2024 01:45 PM


GHARE BAIRE IN INDIAN PARALLEL CINEMA FESTIVAL OF...

SAT, AUG 10TH 2024 03:45 PM


SANGEET KATYAAR KAALJAAT GHUSALI (DEERGHANK) -10TH AUG...

SAT, AUG 10TH 2024 06:30 PM


VHALAM NAVARATRI GARBA WITH JIGARDAN GADHAVI 2024 -...

SAT, AUG 10TH 2024 07:00 PM


IPCFA GALA DINNER WITH SANDIP RAY...

SUN, AUG 11TH 2024 10:00 AM


SANDIP RAY CINEMA MASTERCLASS -...

SUN, AUG 11TH 2024 12:45 PM


AGANTUK IN INDIAN PARALLEL CINEMA FESTIVAL OF...

SUN, AUG 11TH 2024 05:30 PM


HARBHAJAN MANN LIVE IN PERTH...

SUN, AUG 11TH 2024 06:00 PM


KAIRAVI BUCH KOYALDI LIVE GARBA IN ADELAIDE...

SUN, AUG 11TH 2024 07:00 PM


B PRAAK LIVE IN MELBOURNE...

FRI, AUG 16TH 2024 07:00 PM


ADITYA GADHVI - PRE NAVRATRI GARBA WITH KAVIRAJ - SYDNEY...

SAT, AUG 17TH 2024 01:00 PM


KAUR B - TEEYAN ADELAIDE DIYAN...

SAT, AUG 17TH 2024 03:45 PM


SANGEET KATYAAR KAALJAAT GHUSALI (DEERGHANK) - 17TH AUG...

SAT, AUG 17TH 2024 10:00 PM


BOMBAE MASALA MIX 2.0 (2024)...

SUN, AUG 18TH 2024 06:00 PM


LOST STORIES X ABDUL HANNAN & BAND LIVE IN...

SUN, AUG 18TH 2024 07:00 PM


GARBA NI RAMZAT WITH POOJA KALYANI & DHARMESH BAROT 2024 -...

THU, AUG 22ND 2024 05:30 PM


HARBHAJAN MANN LIVE IN NEWCASTLE...

FRI, AUG 23RD 2024 06:00 PM


GARBA NI RAMZAT WITH POOJA KALYANI & DHARMESH BAROT 2024 -...

FRI, AUG 30TH 2024 08:00 PM


MOTTA MAADI MUSIC IN MELBOURNE -...

SAT, AUG 31ST 2024 06:00 PM


THE LEGEND IS BACK- HARBHAJAN MANN LIVE IN...

SAT, AUG 31ST 2024 07:00 PM


MOTTA MAADI MUSIC IN SYDNEY -...

SAT, SEP 14TH 2024 06:00 PM


SUR O TAAL 2024 - SYMPHONY OF ARTISTIC...

SUN, SEP 15TH 2024 10:00 AM


INDIAN HEAD MASSAGE SUNSHINE COAST PRACTITIONER TRAINING...

SUN, SEP 15TH 2024 07:00 PM


THE GLORY TOUR - YO YO HONEY SINGH LIVE IN...

FRI, SEP 20TH 2024 07:00 PM


THE GLORY TOUR - YO YO HONEY SINGH LIVE IN...

SAT, SEP 21ST 2024 05:00 PM


AAVI NAVARATRI RAAS GARBA...

SAT, SEP 21ST 2024 06:00 PM


THE GREAT INDIAN...

SAT, SEP 21ST 2024 07:00 PM


KAL KI CHINTA NAHI KARTA STANDUP COMEDY SOLO BY FT. RAVI...

SUN, SEP 22ND 2024 06:30 PM


ANUPAM ROY LIVE IN CONCERT 2024 -...

THU, SEP 26TH 2024 09:00 AM


10TH SANATAN WORLD CUP SPORTS 2024 (FREE...

FRI, SEP 27TH 2024 07:30 PM


PICCHE KYA BAJTA HAI? FT. PRITISH NARULA -...

SAT, SEP 28TH 2024 06:01 PM


PICCHE KYA BAJTA HAI? FT. PRITISH NARULA -...

SAT, SEP 28TH 2024 06:30 PM


'OMEO' BASED ON SHAKESPEARE’S...

SAT, SEP 28TH 2024 07:00 PM


KAL KI CHINTA NAHI KARTA STANDUP COMEDY SOLO BY FT. RAVI...

SAT, OCT 05TH 2024 01:00 PM


KIDS QUIZ COMPETITION BY KWOL...

SAT, OCT 12TH 2024 10:00 AM


INDIAN BRIDAL EXPO - DIWALI...

SAT, OCT 12TH 2024 02:00 PM


ADELAIDE DIWALI MELA...

SAT, OCT 12TH 2024 03:00 PM


OPEN AIR DJ LIVE GARBA AND MELA 2024 IN...

SUN, OCT 13TH 2024 10:00 AM


BRIDGEWOOD COMMUNITY KITE FESTIVAL...

SAT, OCT 19TH 2024 11:00 AM


CELEBRATE IN STYLE - DIVAS DIWALI BAZAAR...

SAT, OCT 26TH 2024 05:45 PM


INDIA CLUB ICONIC DIWALI 2024...

SUN, OCT 27TH 2024 04:00 PM


DIWALI FESTIVAL - CELEBRATING THE FESTIVAL OF LIGHTS...

SUN, NOV 24TH 2024 03:00 PM


POETRY & STORY TELLING BY PRIYA MALIK AND YAHYA BOOTWALA IN...

FRI, JAN 17TH 2025 06:00 PM


AS WE SPEAK LIVE IN...

SAT, JAN 18TH 2025 06:00 PM


AS WE SPEAK LIVE IN...

THU, FEB 13TH 2025 07:30 PM


ZAKIR KHAN LIVE IN BRISBANE...

SUN, FEB 16TH 2025 07:30 PM


ZAKIR KHAN LIVE IN...

THU, FEB 20TH 2025 07:30 PM


ZAKIR KHAN LIVE IN PERTH 2025 - 20TH...

SAT, FEB 22ND 2025 08:00 PM


ZAKIR KHAN LIVE IN...

SAT, MAR 29TH 2025 07:00 PM


JASPREET SINGH LIVE IN...

View All





UPCOMING EVENTS

TBA


POETRY & STORY TELLING BY PRIYA MALIK AND YAHYA...

SUN, NOV 24TH 2024 03:00 PM


POETRY & STORY TELLING BY PRIYA MALIK AND YAHYA...

View All





PAST EVENTS

SUN, JUL 21ST 2024 06:00 PM


RAASLEELA WITH PARTHIV GOHIL IN BRISBANE...

SUN, JUL 21ST 2024 06:00 PM


KISI KO BATANA MAT - ANUBHAV SINGH BASSI LIVE IN...

SUN, JUL 21ST 2024 06:00 PM


LOK DAYRO WITH UMESH BAROT - PERTH...

SUN, JUL 21ST 2024 06:00 PM


MISS POOJA LIVE IN ADELAIDE...

SUN, JUL 21ST 2024 03:00 PM


CHANKATA JHANJHRA DA 2024 BY LOK RANG - NOOR ARTS...

SAT, JUL 20TH 2024 07:30 PM


KISI KO BATANA MAT - ANUBHAV SINGH BASSI LIVE IN...

SAT, JUL 20TH 2024 06:30 PM


RAASLEELA WITH PARTHIV GOHIL IN SYDNEY...

SAT, JUL 20TH 2024 06:30 PM


GARBA 2024 WITH DANDIYA QUEEN FALGUNI PATHAK IN...

View All


 1. 
 2. 



TICKET


BOOKING APP

Explore events, choose seats, and secure tickets seamlessly. Receive instant
confirmations and access QR codes for hassle-free entry.












TICKET


SCANNING APP

Explore events, choose seats, and secure tickets seamlessly. Receive instant
confirmations and access QR codes for hassle-free entry.




























LOGIN

ENTER YOUR PREMIER TICKETS CREDENTIALS

Already Have an Account? Register Reset Password ?


REGISTER

PLEASE ENTER YOUR INFORMATION

Country AustraliaCanadaDubaiIndiaIrelandMalaysiaNew
ZealandSingaporeSwitzerlandUKUSA State/Province
Register


PLEASE ENTER YOUR OTHER INFORMATION

Country AustraliaCanadaDubaiIndiaIrelandMalaysiaNew
ZealandSingaporeSwitzerlandUKUSA
State/Province
Submit
Skip


RESET PASSWORD

PLEASE ENTER YOUR INFORMATION


Reset Password
Cancel

FOLLOW US

 * 
 * 
 * 
 * 
 * 

Overview


OVERVIEW

 * Sell Tickets Online
 * About Us
 * Contact us
 * Gallery
 * Artists
 * Venue

Explore


EXPLORE

 * Events
 * Movies
 * Sports
 * Workshop
 * Experience

About Us


ABOUT US

 * Who We Are
 * Support
 * Work With Us

Information


INFORMATION

 * FAQs
 * Privacy Policy
 * Exchange & Refund Policy
 * Terms & Conditions

Copyright © 2024, All Rights Reserved with Premier Tickets

Website Design By Broadway Infotech