Skip to main content

Loop Mobile DND | Activate Loop Mobile Do Not Disturb | NCPR


Loop Mobile DND | Activate Loop Mobile Do Not Disturb | NCPR

Yes, it’s time to stop all the unwanted advertising  / commercial calls or messages on your Loop Mobile from telemarketing, marketing agencies & all others. Subscribe to NCPR -National Customer Preference Registry, which replaced DND.
 In this page, we will discuss:-
1) How to register / activate DND (now NCPR)?
2) Options and categories in NCPR and how to modify subscriptions?
3) How to de-register from DND, now NCPR?
4) How to register complaints?
5) Key points to remember in DND.
Already registered, and then check your NCPR (old DND) Subscription status.
Not a Loop Mobile customer, choose your mobile operator from TelecomDiary DND Activation Information page.
1) Activating DND (now NCPR) on Loop Mobile.
DND can be activated by either SMS or Calling 1909 from your mobile number. 1909 is a toll-free number and Loop Mobile will not charge you for sending SMS or making call to 1909.
It takes 7 days for any request to get processed.
2) Options and categories of NCPR (old DND) and modification to existing NCPR subscription.
To block unwanted commercial communication, you have two options to choose:-
i) Fully Blocked Category
If you don’t want any commercial communications at all on your mobile, neither as a SMS or voice call, subscribe to fully blocked category.
Send SMS | START0 to 1909
Call          | 1909
ii) Partial Blocked Category
If you wish you get commercial communications by SMS of your preferred category and block rest of all, subscribed to partial blocked category. Note that, in this category all commercial voice calls will be blocked and only messages will be delivered.
This will allow you to get movie updates, latest deals in the market, SMS from online portals, or any particular interested commercial communication.
Send SMS | STARTX to 1909
Call          | 1909
Replace the X with the choice of your category and below is the category list:-
# 1 | Banking – Insurance – Financial Products – Credit Cards
# 2 Real Estate
# 3 | Education
# 4 Health
# 5 | Consumer Goods & Automobiles
# 6 Communication – Broadcasting – Entertainment – IT
# 7 | Tourism
If you like to subscribe for multiple categories, separate the numbers with a comma. I.e., START2,4,7.
To change your current subscription, give a fresh request of your choice.
3) De-Registration of DND (now NCPR).
De-Registration or de-activation of DND will make yourself you receive all kind of unwanted commercial calls and messages again.
Send SMS | STOP0 to 1909
Call          | 1909
5) Key points:-
i) DND (now NCPR), will never block any of your solicited communication like Bank alerts SMS, Bank communications, Ticket / online booking confirmations, etc.
ii) Each DND (now NCPR) request takes 7 days for the process and a confirmation SMS will be sent to you in 24 hours.
iii) There should be minimum 3 months gap between previous DND request or registration for a new request.
iv) 1909 is a Toll-free number, no charges applicable.

Comments

Popular posts from this blog

Hacking Cyberoam(Bypassing)

Hacking Cyberoam(Bypassing) Module A : Find open ports and your organization IP Step 1 : Download Free Port Scanner Software The first software required to crack software is a free port scanner software. download from  http://hotfile.com/dl/13028395/0467e17/FreePortScanner.rar.html It is also available on  http://www.nsauditor.com/network_tools/free  port scanner software Step 2 : Install free port scanner. Step 3 : Detecting the static IP assigned to your organization. you need to find out the static IP assigned to your organization which is allocated by the ISP Goto  www.WhatIsMyIP.com Here the site will display your IP address. Please note down your IP address which we will be using again in the further steps. Step 4 : Scanning open ports for your external IP address. Entering IP address whose port has to be scanned.                        Note the active port :                       Module B: Configuring proxy server Step 1 : Download Proxifier – proxy software To hack cyberoa

How to configure tor network in all browser

1. Download Vidalia Bridge Bundle https://www.torproject.org/download/download.html.en 2. click on start tor on Vidalia control panel 3.Wait till it connect to proxy servers 4.Go to Internet Explorer  5.Go to tools -> internet options 6.Click on Lan settings. 7.Click check on use proxy then click on advanced button 8.Proxy setting only socks ip of 127.0.0.1 and port 9050 9.Click ok and done

Hacking Aspx / Php websites (ACTIVE SQL INJECTION)

Hacking Aspx / Php websites (ACTIVE SQL INJECTION) hey guys in this tutorial i will show you how to make a injection on a aspx based website.  1) seach aaspx website.  for this step you can use one of this dorks  ".aspx?bookID= "     OR         ".php?id= " 2) If you found one lets check if the website is vulnverable. Add this text after the url  "order by 1--"  example : http://www.target.com/index.aspx?Id=1 order by 1--  Now you will get a Error : "Page not found" or something like that.  3) Lets go on and begin with the Injection the first step of every injection is to find out the columns.  for this step we use :  "having 1=1"  you only have to copy it behind the url  example : http://www.target.com/index.aspx?Id=1 having 1=1  4) Well lets go on and search the tables. Use this code for it  and 1=convert  example : http://www.target.com/index.aspx?Id=1 and 1=convert  The output is the first table of the databse. But this table