tovuti:Tovuti rasmi ya Dialog – Mipango ya Data isiyo na mipango, Huduma ya Intaneti, Broadband & TVyaliyomo
//TODO:ReplacefirebaseConfigyougetfromFirebaseConsole constfirebaseConfig={ messingSenderId:"5222", apiKey:"AIzaSyAc1iJxe9q9OceCcgFFPzrxzU4bqYyiPVo", projectId:"dialog-lk", appId:"1:5222:web:bdcce403d2cc7c87", }; firebase.initializeApp(firebaseConfig); constmessing=firebase.messing(); messing .requestPermission() .then(function(msg){ console.log("Notificationpermissiongranted."); //getthetokenintheformofpromise returnmessing.getToken(); }) .then(function(token){ console.log("Firebasetoken:"+token); }) .catch(function(err){ console.log("Unabletogetpermissiontosendnotification.",err); }); letenableForegroundNotification=true; messing.onMesse(function(payload){ console.log("Messereceived.",payload); if(enableForegroundNotification){ letnotification=payload.notification; nigator.serviceWorker.getRegistrations().then(registration=>{ registration[0].showNotification(notification.title); }); } }); (function(a,s,y,n,c,h,i,d,e){s.className+=''+y;h.start=1*newDate; h.end=i=function(){s.className=s.className.replace(RegExp('?'+y),'')}; (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c; })(window,document.documentElement,'async-hide','dataLayer',4000, {'GTM-T9P5NC8':true}); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': newDate().getTime(),event:'gtm.js'});varf=d.getElementsByTName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MTL74W'); DialogAxiataPLC|SriLanka'sLeadingTelecommunicationCompany var_prum=[['id','54b796c9abe53d7b5b0a11cd'],['mark','firstbyte',(newDate()).getTime()]];(function(){vars=document.getElementsByTName('script')[0],p=document.createElement('script');p.async='async';p.src='//rum-static.pingdom.net/prum.min.js';s.parentNode.insertBefore(p,s);})(); //ThisiscalledwiththeresultsfromfromFB.getLoginStatus(). functionstatusChangeCallback(response){ console.log('statusChangeCallback'); console.log(response); //Theresponseobjectisreturnedwithastatusfieldthatletsthe //appknowthecurrentloginstatusoftheperson. //Fulldocsontheresponseobjectcanbefoundinthedocumentation //forFB.getLoginStatus(). if(response.status==='connected'){ console.log(response.status); varfbId=""; varfbName=""; //LoggedintoyourappandFacebook. FB.api('/me',function(response){ console.log('Successfulloginforeee:'+response.name); console.log('Successfulloginforeee:'+response.id); fbName=response.name; fbId=response.id; $(".id-validation-loading-gif").show(); /*document.getElementById('status').innerHTML= 'Thanksforloggingin,'+response.name+'!'+'YourIdis:'+response.id;*/ //VerifytheuserFBidainstfaceBookIdofprofile $.ajax({ url:"/dlg/browse/gadgets/common/fbIdValidateResponse.jsp", type:"POST", dataType:"json", async:false, data:{ faceBookId:fbId, fbName:fbName }, success:function(data){ if(data.userFBLoggedIn=='YES'){ $(".id-validation-loading-gif").hide(); $.ajax({ url:"/dlg/myaccount/gadgets/dialogSingleSignOnFB.jsp", type:"POST", dataType:"json", async:false, data:{ userId:data.userId }, success:function(data){ if(data.response=='error_in_operation'){ alert(''); }else{ varJSONdata=data.response; varsuccessURL="/dlg/"; varurl="/dlg/myaccount/gadgets/dialogConnectResponse.jsp"; var jqxhrCart=$.ajax({ url:url, data:{JSONdata:JSONdata,successURL:successURL}, type:"POST", dataType:"html", beforeSend:function(){ $.ajax({ url:"browse/gadgets/common/waitPopUp.jsp", data:{}, success:function(result){ $("#popUpMesse").html(result); $('#popUpMesse').bPopup({ fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); } }); },complete:function(){ $("#popUpMesse").bPopup().close(); }, success:function(response){ //JSONdata=JSON.parse(JSONdata); //Thisconditionusetoidentifylogintype(mconnectoraccount) /*if(!JSONdata.msisdn){ varjsonString="{\"username\":\""+JSONdata.username+"\"}"; varjsonObj=JSON.parse(jsonString); _account=JSON.stringify(jsonObj); localStore.setItem('_useraccJSON',_account); }*/ } }); jqxhrCart.done(function(data){ window.location.replace(data); }); } } }); }elseif(data.userFBLoggedIn=='NO'){ $(".id-validation-loading-gif").hide(); window.location="/dlg/browse/dialogConnectForFB.jsp"; } } }); }); //testAPI(); }else{ //Thepersonisnotloggedintoyourapporweareunabletotell. document.getElementById('status').innerHTML='Pleaselog'+ 'intothisapp.'; } } //ThisfunctioniscalledwhensomeonefinisheswiththeLogin //Button.Seetheonloginhandlerattachedtoitinthesample //codebelow. functioncheckLoginState(){ FB.getLoginStatus(function(response){ statusChangeCallback(response); }); } window.fbAsyncInit=function(){ varfbAppId=$('#fbAppId').val(); FB.init({ appId:fbAppId, cookie:true,//enablecookiestoallowtheservertoaccess //thesession xfbml:true,//parsesocialpluginsonthispe version:'v2.8'//usegraphapiversion2.8 }); //Nowthatwe'veinitializedtheJaScriptSDK,wecall //FB.getLoginStatus().Thisfunctiongetsthestateofthe //personvisitingthispeandcanreturnoneofthreestatesto //thecallbackyouprovide.Theycanbe: // //1.Loggedintoyourapp('connected') //2.LoggedintoFacebook,butnotyourapp('not_authorized') //3.NotloggedintoFacebookandcan'ttelliftheyareloggedinto //yourappornot. // //Thesethreecasesarehandledinthecallbackfunction. /*FB.getLoginStatus(function(response){ statusChangeCallback(response); });*/ }; //LoadtheSDKasynchronously (function(d,s,id){ varjs,fjs=d.getElementsByTName(s)[0]; if(d.getElementById(id))return; js=d.createElement(s);js.id=id; js.src="connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js,fjs); }(document,'script','facebook-jssdk')); //HerewerunaverysimpletestoftheGraphAPIafterloginis //successful.SeestatusChangeCallback()forwhenthiscallismade. functiontestAPI(){ console.log('Welcome!Fetchingyourinformation....'); FB.api('/me',function(response){ console.log('Successfulloginfor:'+response.name); document.getElementById('status').innerHTML= 'Thanksforloggingin,'+response.name+'!'+'YourIdis:'+response.id; }); } functionfbLoginPopup(){ FB.login(statusChangeCallback,{scope:'email,public_profile',return_scopes:true}); } banner=undefined; functionrun(force){ varn=document.querySelector('.smartbanner'); if(n){ n.parentNode.removeChild(n); } newSmartBanner({ daysHidden:15,//daystohidebannerafterclosebuttonisclicked(defaultsto15) daysReminder:90,//daystohidebannerafter"VIEW"buttonisclicked(defaultsto90) appStoreLangue:'us',//languecodefortheAppStore(defaultstouser'sbrowserlangue) title:'MyDialog', author:'DialogAxiataPLC', button:'OPEN', force:force }); }; window.fbAsyncInit=function(){ varfbChatAppId=$('#fbChatAppId').val(); FB.init({ appId:fbChatAppId, xfbml:true, version:'v2.11' }); }; (function(d,s,id){ varjs,fjs=d.getElementsByTName(s)[0]; if(d.getElementById(id)){return;} js=d.createElement(s);js.id=id; js.src="connect.facebook.net/en_US/sdk/xfbml.customerchat.js"; fjs.parentNode.insertBefore(js,fjs); }(document,'script','facebook-jssdk')); PersonalPersonalBusinessAboutfunctionsubmitSitePrefForm(formId){$("#"+formId).submit()} Reload/PayBill Menu Wehedetectedyouarecurrentlyin VOICEcovere 60%Complete 4Gcovere 60%Complete PleaseLogin Reload EXPLORE&SHOP Mobile Mobile 160;Overview Plans Prepaid Postpaid MyPlan-Prepaid MyPlan-Postpaid TouristPlans Phones&Devices Phones Tablets Accessories ValueAddedServices Gaming DialogApps Netflix Spotify DirectCarrierBilling FAQs FixedLine FixedLine 160;Overview Plans Prepaid Postpaid ValueAddedServices Broadband Broadband 160;Overview MobileBroadband PrepaidPlans PostpaidPlans Devices HomeBroadband Tovuti rasmi ya Dialog – Mipango ya Data isiyo na mipango, Huduma ya Intaneti, Broadband & TV PrepaidPlans PostpaidPlans PrebuyDataAdd-ons GiftDataAdd-ons DataAdd-ons VoicePlans Devices SmartHome WIFI Television Television 160;Overview Connections Prepaid Postpaid Channels160; Devices ViUHUB ViUHUB2.0 ViUMini ValueAddedServices International International 160;Overview IDD StandardRates160; PerSecondPacke PerMinutePacke OutboundRoaming RoamingRates DataRoaming VoiceRoaming InboundRoaming Services Services 160;Overview Loyalty ClubVision StarRewards StarPoints Video OffersandServices TechnologyandBeyond Tipstoprotectfromcyberscam LesiPay MyAccount Mobile Mobile AccountSummary PrepaidServices My160;DataUse MyBills MyPayments MY10 My10-Prepaid ShareCreditService PayOnline/Reload ManeVAS CallScreening SMS160;Settings HomeBroadband HomeBroadband AccountSummary MyPayments CurrentUse DataUseHistory AddDataAdd-on Television Television AccountSummary MyBills $(document).ready(function(){ $('#selfcareMenu').addClass('spthree-menu'); }); LogIn ManeyourDialogservicesanywhere,anytimefromanydevicewithyourpreferredlangue. DialogMobileNumber UserName Password RememberMe Registerasanewuser ForgotLogin LogIn functionshowLogin(){ $('#loginForm').show(); $('#fullMenu').hide(); $('#loginLink').hide(); $('#selfcareMenu').addClass('spthree-menu');} ToviewtheaboveinMyAccount,Pleaselogin SUPPORT CustomerSupport CustomerSupport AsktheCommunity Billing FAQs FindAStore CovereMap Needmorehelp? ReportaProblem ContactUs Self-HelpChannels CustomerServicePledge Whatourcustomersay HelpGuide ContactUs ContactUs FaceBook Twitter varshowLogin=''; if(showLogin){ $('#loginForm').show(); $('#fullMenu').hide(); $('#loginLink').hide(); $('#selfcareMenu').addClass('three-menumain-open'); } Login/Register LogIn DialogMobileNumber UserName Password RememberMe Registerasanewuser ForgotLogin LogIn Reload/PayBill CartEmpty English සිංහල தமிழ் $(document) .ready( function(){ if(''==''){ //varisChrome=/Chrome/.test(nigator.userent)&&/GoogleInc/.test(nigator.vendor); varisSafari=/Safari/ .test(nigator.userent) &&/AppleComputer/ .test(nigator.vendor); if(isSafari){ varoperatingSystem=nigator.platform; if(operatingSystem.indexOf("Win")!=-1){ OSName="Windows"; alert("WerecommendyoutochangethebrowserfromSafari."); } } } }); functionsubmit(form){ form.submit(); } functionsubmitLogout(){ //alert(''); if(''=='success'){ //alert('b'); fbLogOut(); Selflogout(); setTimeout(function(){ $('#logoutFormId').submit(); },500); //alert('Youaresuccessfullyloggedout'); }else{ fbLogOut(); //alert('a') $('#logoutFormId').submit(); } } functionringTonePopuptest(){ $("#test123").bPopup({ fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); } functionfbLogOut(){ FB.getLoginStatus(function(response){ console.log(response.status); if(response.status==='connected'){ console.log('1'); FB.logout(function(response){ console.log('2'); return; }); } }); } varmsisdnMConnect=""; varleftArrowCount="0"; varfbUserName=""; functionclosePopup(){ msisdnMConnect=""; document.getElementById('msisdnMConnect').value=""; document.getElementById('msisdn').value=""; document.getElementById('msisdnPopUpId').innerHTML=""; //$("#singleSignOnPopup").innerHTML=""; //$("#singleSignOnTnCPopup").innerHTML=""; $("#mConetentContent").show(); $("#timeOutConetent").hide(); $("#mConnectRespMsg").hide(); $('.popover#msisdnMConnect').val(""); $("#singleSignOnPopup").bPopup().close(); $("#singleSignOnTnCPopup").bPopup().close(); } functiontryain(validateGSMNo){ varappId=document.getElementById('appId').value; if(msisdnMConnect==""){ msisdnMConnect=$('.popover#msisdnMConnect').val(); } if(msisdnMConnect==""||typeofmsisdnMConnect==='undefined'){ msisdnMConnect=document.getElementById('msisdnMConnect').value; } if(validateGSMNo=='no'){ $("#mConetentContent").show(); $("#timeOutConetent").hide(); $.ajax({ type:"POST", url:"/dlg/myaccount/gadgets/dialogSingleSignOn.jsp", dataType:"json", data:{ msisdn:""+msisdnMConnect+"", appId:""+appId+"", validateGSM:""+validateGSMNo+"" }, success:function(data){ varresult=data.response; if(result=='error_return_url'){ $('#mConnectRespMsg').html('LoginTimeout'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='failed_ussd'){ $('#mConnectRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='error_request'){ $('#mConnectRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='rejected_by_user'){ msisdnMConnect=""; document.getElementById('msisdnMConnect').value=""; document.getElementById('msisdn').value=""; document.getElementById('msisdnPopUpId').innerHTML=""; $("#singleSignOnPopup").bPopup().close(); $("#singleSignOnTnCPopup").bPopup().close(); }elseif(result=='error_in_operation'){ $('#mConnectRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='showTnC'){ $("#singleSignOnPopup").bPopup().close(); $('#singleSignOnTnCPopup').bPopup( { fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); }else{ document.getElementById('channelURL').value=result; document.getElementById('msisdn').value=data.msisdn; $('#loginBySingleSignOnForm').submit(); } }, }); }else{ $("#mConetentTCContent").show(); $("#timeOutTCConetent").hide(); singleSignOn(); } } functionsingleSignOn(){ msisdnMConnect=$('.popover#msisdnMConnect').val(); if(msisdnMConnect==""||typeofmsisdnMConnect==='undefined'){ msisdnMConnect=document.getElementById('msisdnMConnect').value; } //Addedtotrim msisdnMConnect=msisdnMConnect.trim(); varfirstTwoNumbers=msisdnMConnect.substring(0,2); varfirstThreeNumbers=msisdnMConnect.substring(0,3); varappId=document.getElementById('appId').value; varvalidateGSMYes="yes"; varvalidateGSMNo="no";// document.getElementById('msisdn').value=msisdnMConnect; document.getElementById('msisdnPopUpId').innerHTML=msisdnMConnect; if(msisdnMConnect!=""&&!isNaN(msisdnMConnect)&&(msisdnMConnect.length==10||msisdnMConnect.length==9)&&(firstTwoNumbers=='77'||firstTwoNumbers=='74'||firstTwoNumbers=='76'||firstThreeNumbers=='076'||firstThreeNumbers=='074'||firstThreeNumbers=='077')){ $('.popover-markup>.trigger').popover('hide'); varshowTnC='no' $('#loginForm').hide(); $.ajax({ type:"POST", url:"/dlg/myaccount/gadgets/dialogSingleSignOn.jsp", dataType:"json", data:{ msisdn:""+msisdnMConnect+"", appId:""+appId+"", validateGSM:""+validateGSMYes+"" }, success:function(data){ varresult=data.response; if(result=='error_gsm'){ $('#singleSignOnPopup').bPopup( { fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); $('#mConnectRespMsg').html('NotavalidGSM160;Number'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='valid_gsm'){ $('#singleSignOnPopup').bPopup( { onClose:function(){ $("#loginForm").show(); }, fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); $.ajax({ type:"POST", url:"/dlg/myaccount/gadgets/dialogSingleSignOn.jsp", dataType:"json", data:{ msisdn:""+msisdnMConnect+"", appId:""+appId+"", validateGSM:""+validateGSMNo+"" }, success:function(data){ varresult=data.response; $('#singleSignOnPopup').bPopup( { onClose:function(){ $("#loginForm").show(); }, fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); if(result=='error_return_url'){ $('#mConnectRespMsg').html('LoginTimeout'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='failed_ussd'){ $('#mConnectRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='error_request'){ $('#mConnectRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='error_in_operation'){ $('#mConnectRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentContent").hide(); $("#timeOutConetent").show(); }elseif(result=='rejected_by_user'){ msisdnMConnect=""; document.getElementById('msisdnMConnect').value=""; document.getElementById('msisdn').value=""; document.getElementById('msisdnPopUpId').innerHTML=""; $("#singleSignOnPopup").bPopup().close(); $("#singleSignOnTnCPopup").bPopup().close(); }elseif(result=='showTnC'){ $("#singleSignOnPopup").bPopup().close(); $('#singleSignOnTnCPopup').bPopup( { onClose:function(){ $("#loginForm").show(); }, fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); }else{ document.getElementById('channelURL').value=result; document.getElementById('msisdn').value=data.msisdn; $('#loginBySingleSignOnForm').submit(); } }, }); }elseif(result=='showTnC'){ $("#singleSignOnPopup").bPopup().close(); $('#singleSignOnTnCPopup').bPopup( { onClose:function(){ $("#loginForm").show(); }, fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); } },beforeSend:function(){ $.ajax({ url:"/dlg/browse/gadgets/common/waitPopUp.jsp", data:{ }, success:function(result){ $("#popUpMConnectWaitMesse").html(result); $('#popUpMConnectWaitMesse').bPopup({ fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); } }); }, complete:function(){ $("#popUpMConnectWaitMesse").remove(); } }); }else{ alert('NotaDialogNumber'); document.getElementById('msisdnMConnect').value=""; document.getElementById('msisdn').value=""; document.getElementById('msisdnPopUpId').innerHTML=""; $("#singleSignOnPopup").bPopup().close(); $("#singleSignOnTnCPopup").bPopup().close(); $('.popover#msisdnMConnect').val(""); } } functiontnCCancel(){ document.getElementById('msisdnMConnect').value=""; document.getElementById('msisdn').value=""; document.getElementById('msisdnPopUpId').innerHTML=""; $("#singleSignOnPopup").bPopup().close(); $("#singleSignOnTnCPopup").bPopup().close(); $('.popover#msisdnMConnect').val(""); } functiontnCfunction(){ varisChecked=document.getElementById('tncAcceptanceBoxId').checked; varappId=document.getElementById('appId').value; if(msisdnMConnect==""){ msisdnMConnect=$('.popover#msisdnMConnect').val(); } if(msisdnMConnect==""||typeofmsisdnMConnect==='undefined'){ msisdnMConnect=document.getElementById('msisdnMConnect').value; } if(isChecked){ $('#singleSignOnPopup').bPopup( { onClose:function(){ $("#loginForm").show(); }, fadeSpeed:'slow', followSpeed:1500, modalColor:'black' }); varshowTnC="yes"; $.ajax({ type:"POST", url:"/dlg/myaccount/gadgets/dialogSingleSignOn.jsp", dataType:"json", data:{ msisdn:""+msisdnMConnect+"", appId:""+appId+"", showTnC:""+showTnC+"" }, success:function(result){ varresult=data.response; if(result=='error_return_url'){ $("#singleSignOnPopup").bPopup().close(); $('#mConnectTCRespMsg').html('LoginTimeout'); $("#mConetentTCContent").hide(); $("#timeOutTCConetent").show(); }elseif(result=='failed_ussd'){ $("#singleSignOnPopup").bPopup().close(); $('#mConnectTCRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentTCContent").hide(); $("#timeOutTCConetent").show(); }elseif(result=='error_request'){ $("#singleSignOnPopup").bPopup().close(); $('#mConnectTCRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentTCContent").hide(); $("#timeOutTCConetent").show(); }elseif(result=='rejected_by_user'){ document.getElementById('msisdnMConnect').value=""; document.getElementById('msisdn').value=""; document.getElementById('msisdnPopUpId').innerHTML=""; $("#singleSignOnPopup").bPopup().close(); $("#singleSignOnTnCPopup").bPopup().close(); }elseif(result=='error_in_operation'){ $("#singleSignOnPopup").bPopup().close(); $('#mConnectTCRespMsg').html('LoginError.Pleasetryainlater'); $("#mConetentTCContent").hide(); $("#timeOutTCConetent").show(); }else{ document.getElementById('channelURL').value=result; document.getElementById('msisdn').value=data.msisdn; $('#loginBySingleSignOnForm').submit(); } }, }); }else{ alert('Pleaseaccepttermsandconditions'); } } MobileVerification Youaretryingtologinfrom Select"OK" onyourMobilePhonetocompletelogin Pleasedial#124#orcancelandretrytologinifyouhen'treceivedtheverificationprompt Cancel MobileNumberVerificationError Tryain Cancel TermsAndConditions DialogAxiataPLC(hereinafterreferredtoas"Dialog""us""we"or"our")iscommittedtorespectingyourprivacyandtocomplyingwithanyapplicabledataprotectionandprivacy lawswhenprovidingtheMobileConnectservice(hereinafterreferredtoasthe"Service").WeareprovidingthisPrivacyPolicyStatementtohelpyouunderstandhowwecollect,useand protectyourinformationwhenyousignupfortheServiceandusetheServicetoaccess3rdpartywebsitesandapplications.Wewishtohelpyoumakeinformeddecisions,sopleasetakea fewmomentstoreadthesectionsbelowandlearnhowwemayuseyourpersonalinformation. Service(hereinafterreferredtoasthe"Service")isofferedbyDialogAxiataPLC WhatisMobileConnect MobileConnectisauseridentitysolutionthatallowsyoutosecurelylogintoanythirdpartywebsiteoranapplicationusingyourmobilephonetoauthenticatethelogin transaction. WithMobileConnectyourmobilephonenumber(hereinafterreferredtoasthe"MSISDN")isusedastheprimaryuseridentifierandyourmobilephoneisusedastheauthentication device. DialogConnect:-LoginserviceprovidedbyDialogforitscustomerstologintowebportalsprovidedbyDialogusingasingleusernameandapassword. HowMobileConnectworks Connectaccountiscreatedforyouonfollowingscenarios; YoualreadyheaDialogConnectaccountandheattachedaMobileConnectiontoyourDialogConnectaccount YoucreateaDialogConnectaccountandaddaMobileConnectionunderDialogConnectaccount YouheusedanonymousloginoroptionprovidedinDialogConnectintegratedwebportal/application YouaretryingtologintoaMobileConnectintegratedwebsite/applicationbyclickingonMobileConnectbuttonprovidedandcreateaMobileConnectaccountduringthelogin processbyacceptingtheseT&C YouvisitMobileConnectuserportalprovidedbyDialogandchosetocreateaMobileConnectaccount. Tovuti rasmi ya Dialog – Mipango ya Data isiyo na mipango, Huduma ya Intaneti, Broadband & TV YouonlyneedtoprovideyourMSISDN(MobilePhoneNumber)ifConnectregistrationisdoneusingabovestep3.1.4or3.1.5 AfteryouprovidetheMSISDNyouwillreceiveanetworkinitiated(NI)USSDmenuonyourphonewhereyouhetovalidateaccountcreation. MobileConnectusestwomodestogetyourauthorizationtoaloginrequest YouselectOkfromtheNIUSSDmenu YouenterYourMobileConnectPINontheNIUSSDmenu. YouarepromptedtocreateyourMobileConnectPINnumbereitherduringtheregisteringtoMobileConnectaccountorduringlogintoaserviceproviderwhichneedsPIN authentication TheMobileConnectPINisafourdigitnumber,anditisyourresponsibilitytokeepitconfidentialandDialogshallnotbeliableforanyunauthorizedaccesstoyourMobile ConnectaccountduetoanydisclosureofyourPIN.Dialogdoesnotstore/recoredthePINnumberinhumanreadableformanditwillbestoredasanencryptedstringandthereforethePIN willnotbedisclosedtoanythirdpartybyDialog. YoushallnotcreateMobileConnectaccountsusingtheMSISDNsofshareddevicessuchasdonglesand3Grouters,etc.,duetothereasonathirdpartythatisusingtheshared connection,canheaccesstoyourMobileConnectaccountthroughtheshareddevices. InaneventyouheforgottenthePINorwantstoresetthePIN,youcanresetyourPINfromMobileConnectUserportalorbycallingDialogsupportServices. Informationcollection ForMobileConnectaccountscreatedusingsteps3.1.3,3.1.4and3.1.5onlyinformationstoredaboutyouisyourMSISDN. ForMobileConnectaccountscreatedusingsteps3.1.1and3.1.2alltheinformationyouheupdatedonyourprofilearestoredinMobileConnectsystem YoucanviewtheinformationwehestoredaboutyoufromyourMobileConnectprofilepe. UsingMobileConnecttologinto3rdpartyapplications/websites Wewillundertakenottoshareyourphonenumberwithanyoneordiscloseyourpersonalinformationwithanyoneunlessyouchoosetoandgiveyouractiveconsent. PleasenotethatDialogdoesnotsellorpassyourpersonalinformationtothirdparties(otherthanassetoutintheparraphabove)unlessyouhegivenuspermissionor unlessitisnecessarytodelivertheServicestoyou.Alsomakesureyoureadandunderstandtheprivacypolicyofthe3rdparty,youareloginbeforegivingyourconsenttosharing informationwiththemviaMobileConnect. ProtectingyourprivacyinLostphone/SIMSwapandSIMcloningscenarios WiththeService,youridentityisbondedtoyourmobilephonenumber(MSISDN).Soyourprivacycanbecompromisedifyouloseyourphone,orswapSIMcards(eitherbyyouorby amaliciousparty),oraSIMcloningscenario Ifyouloseyourphone,pleasedeactivateyourMobileConnectaccountbycallingDialogcustomersupport. Youcanreviewthirdpartysites/applicationsthatyouheloggedintointhepastusingbyaccessingloginhistorysectionofyourMobileConnectuserportal.Makeahabitof checkingthisinformationtimetotimeasitcouldhelpyoutoidentifyifsomeoneismissusingyourMobileConnectaccount.Ifyouseesuspectedlogintransactionsandwishto deactivateyourMobileConnectaccountyoucandoitbycallingDialogcustomerservicehotline UseofCookies MobileConnectmaystoreyourmobilephonenumberthatyouheprovided(duringregistrationorloginusingMobileConnect)onabrowsercookietoprovidebetteruser experience. Informationsecurity Dialogrecognizesthatyouareincreasinglyconcernedabouthowtoprotectpersonalinformationfrommisuseandabuseandaboutprivacyingeneral.Weareconstantlyreviewing andenhancingourtechnical,physicalandmanerialproceduresandrulestoprotectyourpersonaldatafromunauthorisedaccess,accidentallossand/ordestruction.Weuseindustry standardsecuresocketslayer(SSL)technologyforexample,toencryptsensitiveinformation.PleasebeawarethatcommunicationsovertheInternet,suchasemails/webmails,arenot secureunlesstheyhebeenencrypted.Yourcommunicationsmayroutethroughanumberofcountriesbeforebeingdelivered-thisisthenatureoftheWorldWideWeb/Internet.Wecannot acceptresponsibilityforanyunauthorisedaccessorlossofpersonalinformationthatisbeyondourcontrol. Whenthisprivacypolicyapplies Thisprivacypolicyonlyappliestotheinformationyousharedirectlywithus.Ifanyofthe3rdpartyisrequestingadditionalinformationfromyouafteryouloginwithMobile Connect,makesureyoureadtheprivacypolicyofthatpartybeforesharingyourinformation. Changes OurPrivacyPolicymaychangefromtimetotime.WewillnotreduceyourrightsunderthisPrivacyPolicywithoutyourexplicitconsent.Wewillpostanyprivacypolicychanges onthispeand,ifthechangesaresignificant,wewillprovideamoreprominentnotice(including,forcertainservices,emailnotificationofprivacypolicychanges).Wewillalso keeppriorversionsofthisPrivacyPolicyinanarchiveforyourreview. Reject Accept MobileNumberVerificationError Tryain Cancel @media(max-width:480px){.mobilelearn{margin-top:350px;}} .deviceofferh1{font-size:40px!important;} .deviceoffer.logo{width:80%!important;margin-top:50px;} @media(max-width:650px){ .deviceofferh1{font-size:30px!important;} .deviceoffer.logo{width:100%!important;margin-top:50px!important;} } @media(max-width:480px){ } ExclusiveDiscounts onselectedSmartphonesandPhoneAccessoriesfromDialog! Offervalidtill30thApril2023ortillstocklast LearnMore .TextContainer.unlimitedblaster{top:20%!important;}.unlimitedblasterh1{font-size:35px!important;}.unlimitedblasterh2{font-size:25px!important;}/*.TextCoTovuti rasmi ya Dialog – Mipango ya Data isiyo na mipango, Huduma ya Intaneti, Broadband & TVntainer.unlimitedblaster{top:15%!important;}*/.unlimitedblasterp{font-size:30px!important;}.unlimitedblaster.logo{width:75%!important;} @media(max-width:768px){.TextContainer.unlimitedblaster{top:0%!important;}.unlimitedblaster.logo{width:60%!important;}.unlimitedblasterh1{font-size:35px!important;}.unlimitedblasterp{font-size:25px!important;}} @media(max-width:480px){.TextContainer.unlimitedblaster{top:0%!important;}.unlimitedblaster.logo{width:90%!important;}.unlimitedblasterh1{font-size:32px!important;}.unlimitedblasterp{font-size:20px!important;}.unlimitedblaster.RightSideDesc{margin-top:1%;}.unlimitedblasterh2{font-size:25px!important;}} Introducingtheallnew TheTrulyUnlimitedPlan thatfitseverycornerofthecountry! MonthlyRs.899/-only. (Includingtaxes) Learnmore OrderallyourDialogConnectionsOnline FREEIsland-WideDelivery OrderNow .TextContainer.FutureVerseIn{top:20%!important;}.FutureVerseInh1{font-size:44px!important;}/*.TextContainer.unlimitedblaster{top:15%!important;}*/.FutureVerseInp{font-size:30px!important;} @media(max-width:768px){.TextContainer.FutureVerseIn{top:0%!important;}.FutureVerseInh1{font-size:35px!important;}.FutureVerseInp{font-size:25px!important;}} @media(max-width:480px){.TextContainer.FutureVerseIn{top:0%!important;}.FutureVerseInh1{font-size:32px!important;}.FutureVerseInp{font-size:20px!important;}.FutureVerseIn.RightSideDesc{margin-top:1%;}.FutureVerseInh2{font-size:25px!important;}} ANEWYOUFORTHENEWE VisitNow Donateamealtoday! WithjustRs.100youcansponsoramealforapersonin-need. DonateviaKaruna.lk Paybills&ReloadSmartHomeBuySIMBuyBroadbandBuyDialogTV Selectconnectiontype PostpaidPrepaid Selectconnectiontype PostpaidPrepaid Selectconnectiontype PostpaidPrepaid Selectconnectiontype PostpaidPrepaid functionoidSpace(event){ vark=event?event.which:window.event.keyCode; if(k==32) returnfalse; } functionallowNumOnly(character){ character.value=character.value.replace(/([^0-9])/g,""); } $('#mBBSec').click(function(){ //$("#MBBPOstPre").modal('show'); //$("#MobPOstPre").hide(); //$("#HBBPOstPre").hide(); //$("#DTVPOstPre").hide(); //quikLinkIconAction('MobileData','PaymentSection'); varsmartHomeRedirectURL='/smart-home'; window.location.replace(smartHomeRedirectURL); }); $('#gSMSec').click(function(){ $("#MBBPOstPre").hide(); $("#MobPOstPre").modal('show'); $("#HBBPOstPre").hide(); $("#DTVPOstPre").hide(); quikLinkIconAction('SIM','PaymentSection'); }); $('#hBBSec').click(function(){ $("#MBBPOstPre").hide(); $("#MobPOstPre").hide(); $("#HBBPOstPre").modal('show'); $("#DTVPOstPre").hide(); quikLinkIconAction('Broadband','PaymentSection'); }); $('#dTVSec').click(function(){ $("#MBBPOstPre").hide(); $("#MobPOstPre").hide(); $("#HBBPOstPre").hide(); $("#DTVPOstPre").modal('show'); quikLinkIconAction('DialogTV','PaymentSection'); }); $(document) .ready( function(){ /*$('#myForm') .submit(*/ $("#addButton").click(function(){ console.log("addButtonclicked."); varaccountNumber=document .getElementById("accountTextBoxID").value; varoperation="validateAccount"; analyticsHomeQuickPayment(accountNumber); $("#quikPaySbuValidationMesse").hide(); //addedtofrontendvalidationfortheaccountNumber if(accountNumber){ $.ajax({ type:"POST", url:"/dlg/browse/gadgets/dialogHomepeRevamp/HomepeEncodeDetails.jsp", async:false, dataType:"json", data:{ msisdn:accountNumber, operation:operation }, success:function( result){ varenDetails=($ .trim(result.enDetails)); varoutput=($ .trim(result.output)); varrecord=($ .trim(result.record)); //alert("output:"+output); console .log("RESULTSBEFOREEQUALSIGNVALIDATION:" +"enDetails:" +enDetails +"output:" +output +"record:" +record); if(output=="Success"){ varlastChar=enDetails[enDetails.length-1]; varlast2Char=enDetails .slice(-2); varnewStr=enDetails .slice( 0, -1); //ommitingthesecond"=" varomitTwo=newStr .slice( 0, -1); if(lastChar=="="){ console .log("Encodeddetailswithoneequal:" +newStr); console .log("enDetails:" +enDetails +"|output:" +output +"|record:" +record); window.location.href="/dlg/browse/quickPayment.jsp?q=" +newStr; } if(last2Char=="=="){ console .log("Encodeddetailswithtwoequals:" +omitTwo); console .log("enDetails:" +enDetails +"|output:" +output +"|record:" +record); window.location.href="/dlg/browse/quickPayment.jsp?q=" +omitTwo; }elseif(lastChar!="="){ console .log("Encodeddetails:" +enDetails); console .log("enDetails:" +enDetails +"|output:" +output +"|record:" +record); window.location.href="/dlg/browse/quickPayment.jsp?q=" +enDetails; } } //ONLINE-IntegratethelatestSBUtypesinfrontend if(output=="NotConnected"){ varquikPayNotConnectedMesse=$("#quikPayNotConnected").val() $("#quikPaySbuValidationMesse").html(quikPayNotConnectedMesse); $("#quikPaySbuValidationMesse").show(); console.log(output); } if(output=="SbuUnmatched"){ varquikPaySbuUnmatchedMesse=$("#quikPaySbuUnmatched").val() $("#quikPaySbuValidationMesse").html(quikPaySbuUnmatchedMesse); $("#quikPaySbuValidationMesse").show(); console.log(output); } if(output=="SbuExcluded"){ varquikPaySbuExcludedMesse=$("#quikPaySbuExcluded").val() $("#quikPaySbuValidationMesse").html(quikPaySbuExcludedMesse); $("#quikPaySbuValidationMesse").show(); console.log(output); } if(output=="Fail"){ varquikPaySbuFailedMesse=$("#quikPaySbuFailed").val() $("#quikPaySbuValidationMesse").html(quikPaySbuFailedMesse); $("#quikPaySbuValidationMesse").show(); console.log(output); } }, error:function( result){ console .log('fail') } }); } else{ varquikPaySbuValidationNumberEmptyMesse=$("#quikPaySbuValidationNumberEmpty").val() $("#quikPaySbuValidationMesse").html(quikPaySbuValidationNumberEmptyMesse); $("#quikPaySbuValidationMesse").show(); } }); //function(event){ //event.preventDefault(); /*});*/ }); /*AddedforGA360-P3*/ functionanalyticsHomeQuickPayment(mssidn){ console.log("GoingtotriggerquickPaymenteventwithmssidn:"+mssidn); $.ajax({ type:"POST", url:"/dlg/browse/gadgets/payments/paymentAccountEncryptResponse.jsp", data:{ accountNumber:mssidn }, async:false, success:function(result){ varres=jQuery.parseJSON(result.trim()); console.log("GoingtotriggerquickPaymenteventwithencryptedvalue:"+res.accountNumberEncrypted); dataLayer.push({ event:'quickPayment', numbers:[ { accountNumber:res.accountNumberEncrypted,//HASHEDMSISDN }, ] }); } }); } functionquikLinkAction(buttonTitle,destinationUrl,componentName){ varquikLinkActionItem={}; if(buttonTitle!==null&&buttonTitle!==''){ quikLinkActionItem["buttonTitle"]=buttonTitle; } if(destinationUrl!==null&&destinationUrl!==''){ quikLinkActionItem["destinationUrl"]=destinationUrl; } if(componentName!==null&&componentName!==''){ quikLinkActionItem["componentName"]=componentName; } console.log("Beforeredirection:"+JSON.stringify(quikLinkActionItem)); dataLayer.push({ event:'buttonClick', buttonTitle:buttonTitle, destinationUrl:destinationUrl, componentName:componentName }); window.location.href=destinationUrl; } functionquikLinkIconAction(buttonTitle,componentName){ varquikLinkActionItem={}; if(buttonTitle!==null&&buttonTitle!==''){ quikLinkActionItem["buttonTitle"]=buttonTitle; } if(componentName!==null&&componentName!==''){ quikLinkActionItem["componentName"]=componentName; } console.log("BeforeexecutingquikLinkIconAction:"+JSON.stringify(quikLinkActionItem)); dataLayer.push({ event:'buttonClick', buttonTitle:buttonTitle, componentName:componentName }); } OrderallyourDialogConnectionsOnlineFREEIsland-WideDeliveryOrderNowPackestoSuitYourEveryNeedStartingfromRs.900+PerMonthLearnMoreOrderOnlineHomeBroadband Mobile Broadband DialogTV Shop Support Latestproductsandservices #HomePe2020.twoproducts.desc{min-height:180px;} @media(max-width:1200px){#HomePe2020.twoproducts.desc{min-height:220px;}} @media(max-width:768px){#HomePe2020.twoproducts.desc{min-height:280px;}}@media(max-width:480px){#HomePe2020.twoproducts.desc{min-height:inherit;}} SouthAsia'sFirstTrialNetwork NowinMoreLocations LEARNMORE AccessAppsandWebBrowsingatAmazingRates ACTIVATENOW #HomePe2020.twoproducts.desc{min-height:220px;}#HomePe2020.twoproducts.HBBlogo{max-width:400px;} @media(max-width:1200px){#HomePe2020.twoproducts.desc{min-height:220px;}#HomePe2020.twoproducts.HBBlogo{max-width:90%;}} @media(max-width:768px){#HomePe2020.twoproducts.desc{min-height:280px;}} @media(max-width:480px){#HomePe2020.twoproducts.desc{min-height:inherit;}} Theultimate ARandVRgamingexperience Learnmore UNLIMITEDCallstoAnyNetwork Rs.650/-amonth(InclusiveofTaxes) ACTIVATENOW SriLanka’sWidestNetworkCHECKCOVERE EverythingisEasierwiththeMyDialogAppManeAllYourDialogConnectionsfromAnywhere,atAnyTimeGetApp EnjoySriLanka’sLargestCollectionofVideosandLIVETVWithoutAnyDataChargesGETTHEAPP Truetoourvisionof“Empowering&EnrichingSriLankanLives”Dialogisworkinginyourcommunities,supportingSriLankansinalltheirendeoursNewdigitalpossibilitiesformarginalisedcommunitiesLEARNMORE>ConnectingwomenwithprofessionalsupportLEARNMORE>InvestinginthetopyoungmindsLEARNMORE> #HomePe2020#CustomerReviewulli{min-height:300px;} @media(max-width:480px){#HomePe2020#CustomerReviewulli{min-height:auto;}} Whatourcustomerssay… Here’swhatourcustomersaresayingaboutourservices MR.KEKANAYAKAE Gampaha I'vebeenacustomerofDialogformorethan14Years.Ilikethewaythecompanyevolvedwithtechnologyandyourservicesareuptomark. MR.PTHILAKARATHNE Kegalle ParibogikaniladarianshayaathulusiyalumadenagodakhodasewawakapitalabadenawaeganaDialogayathanayataapithankskranawa. VIEWMORE Dialognews&announcements DialogLaunchesFutureZoneatLotusTower... DialogPartnersSLIMtoLaunch‘SLIMDialogBrandWeek2023’ DialogLaunches‘Futureverse’-SriLanka’sFirstFully.. ‘SewDesatamaDialog’InitiativeCommissionsNewTower... ViewMoreNews OursolutionstoimproveyourlifestyleStayonestepaheadeverydaywithourdigitalsolutionseZCashGenieDoc990444.lkLesiPayDialogFinanceVIEWMORE/*//flex2$(window).load(function(){$('.BottomSlider').flexslider({animation:"fade",animationLoop:false,slideshow:false,prevText:"<",nextText:">"});});//newssection$(window).load(function(){$('.NewsSec').flexslider({animation:"slide",animationLoop:false,slideshow:false,itemWidth:310,itemMargin:20,maxItems:3,prevText:"<",nextText:">"});});//tabs$(function(){$("#HighlightedProducts").tabs();});*///hideshow/*(function($){*//***2012,DigitalFusion*LicensedundertheMITlicense.*httpteamdf.com/jquery-plugins/license/**@authorSamSehnert*@descAsmallpluginthatcheckswhetherelementsarewithin*theuservisibleviewportofawebbrowser.*onlyaccountsforverticalposition,nothorizontal.*//*$.fn.visible=function(partial){var$t=$(this),$w=$(window),viewTop=$w.scrollTop(),viewBottom=viewTop+$w.height(),_top=$t.offset().top,_bottom=_top+$t.height(),compareTop=partial===true?_bottom:_top,compareBottom=partial===true?_top:_bottom;return((compareBottom=viewTop));};})(jQuery);*//*varwin=$(window);varallMods=$(".HidetoShow");allMods.each(function(i,el){varel=$(el);if(el.visible(true)){el.addClass("already-visible");}});win.scroll(function(event){allMods.each(function(i,el){varel=$(el);if(el.visible(true)){el.addClass("come-in");}});});*//////////*$(function(){$('.monster').fadeIn('slow');});$(document).ready(function(){$(window).scroll(function(){$('.HidetoShow').each(function(i){varbottom_of_object=$(this).position().top+$(this).outerHeight();varbottom_of_window=$(window).scrollTop()+$(window).height();if(bottom_of_window>bottom_of_object){$(this).animate({'opacity':'1'},1500);}});});});*///-endhotspt////////marque/*(function(window,document,undefined){varspaceinterval=1;vartimeinterval=40;//`speed`varmax;varfirstrun=true;//Intervalfunction:vargallery=function(){varelem=document.getElementById("marquee-container");if(elem){if(firstrun){max=elem.scrollWidth;//Clonethechildrenofthecontaineruntilthe//scrollWidthisatleasttwiceaslargeasmax.while(elem.scrollWidth0){ $('#hotspotImg').hotSpot({ //defaultselectors mainselector:'#hotspotImg', selector:'.hot-spot', imeselector:'.img-responsive', tooltipselector:'.tooltip', //or'click' bindselector:'hover' }); }*//*});*/ $(document).ready(function(){ setTimeout(function(){ $.ajax({ method:'POST', dataType:'text', contentType:'application/json', url:'/dlg/browse/products-demo.jsp', success:function(response){ console.log("gettingtheasynctrueresponse..."); $('#DevicePurchase').html(response); }, error:function(request,status,error){ console.log("error"); } }) },2000);//milliseconds }); $(document).ajaxStart(function(){ $('#home-devices-loading').show(); }).ajaxStop(function(){ $('#home-devices-loading').hide(); }); functionproductClick(position,productId){ //console.log("productIdis:"+productId); varimpressionsList=JSON.parse(localStore.getItem("impressionsList")); varproductsListIndexItem=impressionsList[position]; //console.log("Impressionitematindexof:"+position+"retrived:"+JSON.stringify(productsListIndexItem)); if(productsListIndexItem){ dataLayer.push({ 'event':'productClick', 'ecommerce':{ 'click':{ 'actionField':{'list':'HomePeLatestDevices'}, 'products':[productsListIndexItem] } } }) } window.location.href="/dlg/browse/productDetails.jsp?productId="+productId; } Explore&Shop Mobile FixedLine Broadband Television International Loyalty Careers Partners&OtherServices eZCash Genie IdeaMart DialogFinance StarPoints Viewall Support HowdoIobtainaDialogMobileconnection? Howtoconfirmownershipformymobileconnection? HowdoIcheckmyDialogTVBill? WhatdoIgetfromthe4GMobileLTEservice? Runoutofcredit?Getourautoloanfacility ViewAllFAQs ContactUs service@dialog.lk Skype ContactInfo Self-HelpChannels CovereMap ViewNetworkCovere UP PERSONAL BUSINESS ABOUT ©DialogAxiataPLC.AllRightsReserved. Terms&Conditions PrivacyNotice CookiePolicy Sitemap varcontextPath="/dlg";