Philippine Number Validator is a web-based tool that helps you identify the network operator of a mobile number in the Philippines. It can determine whether the number belongs to Smart, TNT, Globe, TM, or DITO. Additionally, it can check the activity status of a mobile number using API and an online database.
- 🌐 https://phnumber.rootscratch.com/
- 🌐 https://gxchange-verify.rootscratch.com/ - (/{mobile_number}/{api_key}/)
- ✅ Validate the network operator of a mobile number.
- 🔢 Generate random mobile numbers.
- 📊 Check the activity status of a mobile number.
- 📋 Copy validated numbers to the clipboard.
- 📜 View request logs.
- Clone the repository to your local machine.
git clone https://github.com/jaycee0610/Philippine-Number-Validator.git
- Navigate to the project directory.
cd Philippine-Number-Validator
- Ensure you have a local server environment like XAMPP or WAMP installed.
- Place the project folder in the
htdocs
directory of your XAMPP installation. - Start the Apache server from the XAMPP control panel.
- Open your web browser and navigate to
http://localhost/Philippine-Number-Validator
.
-
Verify Mobile Network Operator:
- Enter a list of mobile numbers in the provided textarea.
- Click the "Validate" button to identify the network operator of each number.
- The results will be displayed in separate textareas for Smart/TNT, Globe/TM, and DITO numbers.
- You can copy the validated numbers to the clipboard using the "Copy Clipboard" button.
-
Generate Random Numbers:
- Click the "Generate Random" button to generate a list of random mobile numbers.
- The generated numbers will be displayed in the textarea.
-
Check Mobile Number Activity:
- Enter your API key (optional) in the provided input field.
- Enter a list of mobile numbers in the provided textarea.
- Click the "Validate" button to check the activity status of each number.
- The results will be displayed in the "Live Mobile Number" textarea.
- The request logs will be displayed in the "Request Logs" section.
- This feature checks if the mobile number is registered online.
The main functionality is implemented in the index.php
file. The JavaScript code handles the validation and activity checking processes.
The form
element with the ID form
handles the submission of mobile numbers for validation. The JavaScript code processes the numbers and categorizes them based on their prefixes.
The generateRandom
button generates a list of random mobile numbers and displays them in the textarea.
The validateActivity
button triggers the activity checking process. The JavaScript code sends requests to the provided URL and handles the responses accordingly.
For any inquiries or issues, please contact jaycee@rootscratch.com.