Skip to content

SMM Panels Integration

Integrate Bohudur as a payment gateway in your SMM panel to accept secure online payments.

Important

There are many SMM panels, and each one may use a different code structure.
So, we provide modules only for selected SMM panels.

Requirements

  • PHP 7.4 or higher
  • cURL enabled
  • HTTPS enabled (recommended)

Modified SMM Panel Module

If your SMM Panel have thia file structure then use this module.

admin/
├── controller/
│   └── settings/
│       └── paymentMethods/
│           ├── edit.php
│           ├── editMethodExtras.php
│           └── getForm.php

app/
├── controller/
│   ├── addfunds/
│   │   ├── Initiators/
│   │   │   └── bohudur.php
│   │   └── getForm.php
│   ├── addfunds.php
│   ├── payment/
│   │   └── bohudur.php
│   └── payment.php

Download SMM Module