@extends('layouts.layout') @section('content')

Files & Guide

Important Files & Guides

Here are some important files and guides that you need in order to setup your whmcs reseller modules:

  • WHMCS Server Module - Upload this module to the modules/servers folder, extract it, then go to the syslicensing folder and edit the token.php file. Replace Your_Token with the following token: @php $reseller_id = App\Models\Reseller::where('user_id', Auth::id()); $token = $reseller_id->value('token'); echo $token; @endphp
  • WHMCS Addon Module - Upload this module to the modules/addons folder, extract it, then go to the licensing folder and edit the token.php file. Replace Your_Token with the following token: @php $reseller_id = App\Models\Reseller::where('user_id', Auth::id()); $token = $reseller_id->value('token'); echo $token; @endphp
  • Note: You must upload both the WHMCS Server Module and WHMCS Addon Module in order to make them properly.

  • Configuration Field IP is requred

  • installer.ps1 - Upload the installer.ps1 script on your domain at domain.com/api/files/plesk/installer.ps1
  • installer.ps1 - Upload the installer.ps1 script on your domain at domain.com/api/files/dplesk/installer.ps1
  • pre.sh Updated at 29/04/2024 - Upload the pre.sh script on your domain at @php $reseller_id = App\Models\Reseller::where('user_id', Auth::id()); $domain = $reseller_id->value('domain'); echo $domain; @endphp

    BeGPL.com's Note: If you did not purchased from us the licensing system will not work at all even if you have source code provided by the leachers, the official versions of Syslic, GBLicense v15, and CPS (Scam), are avaliable at BeGPL only. Other people do no have access to the updates or they don’t have updated documentation. We provide free weekly updates on the source code and documentation.

@endsection @section('endfooter') @endsection