Installation and Configuration Guide for Mail Validator Script
Configuration File (site-config.php)
Site Path and URL
Google AdSense
Google reCAPTCHA Keys
Stripe Payments

Pricing for Email Validations
Understanding the Tokens File Format
- token: This is a unique identifier or code that represents the token.
- limit: This is an integer that represents the limit or value associated with the token, such as the number of validations or uses that the token allows.
Bulk Email Checker API Key
Setting Up Cron Jobs
Once logged into cPanel, scroll down to the “Advanced” section, or use the search bar to find the “Cron Jobs” tool.
Click on “Cron Jobs” to open the cron job management area.
Set up a New Cron Job
In the Cron Jobs section, you’ll find an area to add a new cron job.
Adding the Cron Job for Deleting Old Files
Common Settings: Select a common setting if applicable (e.g., “Once a day” for a daily task). Alternatively, set the time and frequency manually. For daily execution at 1 AM, set Minute to 0, Hour to 1, and leave Day, Month, and Weekday as *.
Command: Enter the command to run your script. It should look like this:
/usr/bin/php -q /home/www/example.com/includes/delete_old_files.php
This simple guide should assist you in setting up the necessary cron jobs for your Mail Validator script. Regularly monitor your cron jobs and logs to ensure they are executing as expected.
Unix/Linux File Permissions
- site-congif.php
- tokens.txt
Troubleshooting
Install IP Lookup Script
Introduction
Prerequisites
- A web hosting account that supports PHP.
- FTP access to your web server or a web-based file manager provided by your hosting provider.
- A zipped file containing your PHP script.
- A text editor (like Notepad for Windows, TextEdit for macOS, or any code editor).
Requirements
- PHP 8.x or PHP 7.x
- Storage & Public Directories writable.
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO MySQL PHP Extension
- Tokenizr PHP Extension
- XML PHP Extension
- cURL PHP Extension
- INTL PHP Extension
- Affiliate account with Thexyz
- Affiliate account with Shareasale
- Godaddy API Key
- Google Recapture
- whoisjson.com API key
- whoisxmlapi.com API key
Step-by-step Guide
Using a Web-based File Manager:
Locate and open the site-config.php file.
Wrapping Up
Note: Always keep your API keys and sensitive information confidential. Sharing this document with others might expose important credentials. Regularly back up your configurations and consider encrypting sensitive information for added security.
CP Web Tools Changelog
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.2] - 2024-04-07
- ICS to CSV Converter: A new tool that allows users to easily convert their calendar files from ICS format to CSV format, facilitating easier data manipulation and integration with spreadsheet applications.
- PNG Image Resizer: This feature enables users to resize PNG images either to specific dimensions or by reducing their size by a percentage, offering a versatile solution for image management and optimization.
- vCard to CSV Converter: With this addition, users can seamlessly convert their contact files from vCard format to CSV format, simplifying the process of organizing and integrating contact information into databases or spreadsheets.
- EXIF Data Viewer: This tool allows users to view detailed EXIF metadata of their JPEG images, providing valuable information about camera settings, geolocation (if available), and other metadata insights crucial for photographers and image analysts.
- JPG Compression Tool: A newly introduced tool that reduces the file size of JPG images without compromising on quality, ensuring users can save bandwidth and storage space while maintaining visual fidelity.
- JPG Resizing Tool: This feature offers users the ability to quickly resize JPG images online to either desired dimensions or by a specified percentage, enhancing flexibility in image management and preparation for web or print use.
- Various bug fixes and stability improvements to ensure a smoother user experience across the platform.
## [1.0.2] - 2024-01-16
- Added Open AI ChatBot.
- Added Mortgage Calculator.
- Added Percentage Calculator.
- Added Email Address Validator.
## [1.0.1] - 2023-11-04
- Mailto Link Generator functionality allowing users to create `mailto:` links with customizable email address, subject, and body content.
- Google reCAPTCHA integration on the Mailto Link Generator form to validate user authenticity.
- Copy to clipboard feature for the generated `mailto:` HTML code snippet.
- User feedback with an alert notification when the `mailto:` HTML code is copied to the clipboard.
- Adeed Godaddy API with domain name suggestion tool.
- Added password generator
- Fixed an issue with Namecheap affiliate links. Now using Shareasale instead of Impact.
- Adjusted CSS to ensure that button text remains white across all states in the Domain Checker feature.
## [1.0.0] - 2023-11-02
- Initial release
Install CP Web Tools
Introduction
Prerequisites
- A web hosting account that supports PHP.
- FTP access to your web server or a web-based file manager provided by your hosting provider.
- A zipped file containing your PHP script.
- A text editor (like Notepad for Windows, TextEdit for macOS, or any code editor).
Requirements
- PHP 8.x or PHP 7.x
- Storage & Public Directories writable.
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO MySQL PHP Extension
- Tokenizr PHP Extension
- XML PHP Extension
- cURL PHP Extension
- INTL PHP Extension
APIs and Affiliate Accounts
- Affiliate account with Thexyz
- Affiliate account with Shareasale
- Godaddy API Key
- Google Recapture
- whoisjson.com API key
- whoisxmlapi.com API key
- Bulk Email Checker API key
- Open AI API Key
Step-by-step Guide
Using a Web-based File Manager:
Locate and open the site-config.php file.
Wrapping Up
Note: Always keep your API keys and sensitive information confidential. Sharing this document with others might expose important credentials. Regularly back up your configurations and consider encrypting sensitive information for added security.


