ioTec Plugin for PhPNuxbil
Published on Oct 20, 2025
PREMIUM SCRIPT
One-time purchaseScript Description
# HOW TO INSTALL AND RUN IOTEC INTEGRATION ON PHPNUXBILL
## Introduction
This is a simple PHP script that demonstrates how to integrate with the IoTec API. The script allows you to initiate payment requests and handle responses from the IoTec payment gateway.
The script is designed to be used with PHPNUXBILL, a popular billing and invoicing software. It provides a user-friendly interface for managing IoTec payments and transactions.
## Requirements
1. PHP 5.6 or higher
2. Make sure you have the file : CreateHotspotUser.php in the root directory of your PHPNUXBILL installation.if you don't have it, contact 0113015674
## Installation
1. After unzipping the folder, you will find the following files:
- `iotec.php` - The main IoTec integration file
- `initiateiotec.php` - The file that initiates the IoTec payment
- `iotec.tpl` - The template file for IoTec interface
- `README.md` - This file
## File Placement
1. Navigate to your PHPNUXBILL directory.
2. Place the files in the specified locations as shown below:
- **`iotec.php`**: Move this file to the `paymentgateway` folder.
- **`initiateiotec.php`**: Move this file to the `plugin` folder.
- **`iotec.tpl`**: Move this file to the `paymentgateway > ui` folder.
## Folder Structure After Placement
```bash
PHPNUXBILL/
├── paymentgateway/
│ ├── iotec.php
│ ├── ui/
│ ├── iotec.tpl
├── plugin/
│ ├── initiateiotec.php
```
## Additional Notes
- Ensure the file permissions are correctly set for your environment.
- Test the IoTec integration thoroughly after placing the files.
- Configure your IoTec API credentials in the PHPNUXBILL admin panel.
- Refer to the official PHPNUXBILL documentation if you encounter issues.
Best practices for managing IoTec integrations:
- **Version Control**: Commit changes to your version control system.
- **Backups**: Keep a backup of your PHPNUXBILL directory before adding new files.
- **Testing**: Use IoTec sandbox environment for testing before going live.
Feel free to reach out for support or open an issue if you face any challenges with the IoTec integration!
Related Scripts
Discover more scripts you might like