Jump to content

WHMCSModuleNetworks

Member
  • Posts

    40
  • Joined

  • Last visited

1 Follower

About WHMCSModuleNetworks

Recent Profile Visitors

948 profile views

WHMCSModuleNetworks's Achievements

Member

Member (2/3)

0

Reputation

  1. Hi, Increase your PHP Memory limit from 128M to 256M or 512M will solve it
  2. @brian! What code it will be for invoicepdf.tpl can you share that as well
  3. Hello, I want to split taxrate of an invoice into 3 parts as we can not add multiple tax rules for an invoice for tax1. Say if i am adding 2 tax1 rules then invoice shows last one so i want to show like this: Tax Rules added of 15% and in viewinvoice i want it to be 14%, 0.5%, 0.5% as image attached for this i am changed as: {if $taxrate} <tr> <td class="total-row text-right"><strong>{$taxrate - 1}% Service Tax</strong></td> <td class="total-row text-center">{$tax * 0.9333}</td> </tr> <tr> <td class="total-row text-right"><strong>{$taxrate - 14.50}% Swachh Bharat Cess</strong></td> <td class="total-row text-center">{$tax * 0.0333}</td> </tr> <tr> <td class="total-row text-right"><strong>{$taxrate - 14.50}% Krishi Kalyan Cess</strong></td> <td class="total-row text-center">{$tax * 0.0333}</td> </tr> {/if} But it shows me blank if i add $tax it shows 15%
  4. WHMCS Product Reseller API System - No Admin Account Needed As a Service Provider and WHMCS user you want to give automation to your reseller and want them to manage their VPS/Dedicated Server, Hosting Account from their own billing system but you can't as WHMCS Billing System itself required Admin User Credentials with API Access to do so, but you might not be giving the same to the end user. Your search ends here and using WHMCS Product Reseller API System you can able to do so and it does not required any Admin Credentials for each Reseller user to manage their own product. This API System is based on WHMCS API System but here it does not required any Admin Credentials and Remote Server API White list, You just need to add which user you want to be reseller and it will give an API Key and using that API Key they can manage there services. ========================= Functions ========================= 1. Secure API System 2. No administrator username or password is needed for each Reseller! 3. No Remote IP White-list for remote API needed! 4. Clients can change their IPs from client-area 5. Currently Supported /Limited commands are ModuleCustom, ModuleChangePackage, ModuleChangePw, ModuleCreate, ModuleSuspend, ModuleUnsuspend, ModuleTerminate, UpdateClientProduct & UpgradeProduct 6. Data Response in JSON format only. 7. Customer's can only manage their OWN Products not others if any mismatch it will not work. ========================= REQUIREMENTS ========================= 1. WHMCS Version 7 or higher 2. IonCude Loaders 3. UltratechHost License Key ========================= PRICE ========================= WHMCS Reseller API System : €3.00EUR Monthly : Order Now WHMCS Reseller API System : €20.00EUR Yearly : Order Now
  5. Hello, Currently i am created a hook to redirect to some module page but it gives me error (Image attached) but it is something else like google url then it works. Hook Code is: use Illuminate\Database\Capsule\Manager as Capsule; function hook_forceuserredirect($vars){ $cstatus = Capsule::table('tblclients')->select('status')->where('id', $_SESSION['uid'])->get(); global $CONFIG; # Add Redirection URL Here $URL = $CONFIG['SystemURL'].'/index.php?m=AccountClosed'; if ($cstatus[0]->status != 'Active'){ //header('Location: index.php?m=AccountClosed'); // If used this gives error //header('Location: https://www.google.co.in'); //It works echo '<meta http-equiv="refresh" content="0; url='.$URL.'">'; // if used this Gives Error exit; } } add_hook('ClientAreaPage', 1, "hook_forceuserredirect"); Rather than above i mean if i am not using hooks and accessing the page it gives the output of the page
  6. WHMCS Leaseweb Servers Automatio As a Reseller of Leaseweb (Leaseweb.com) you might be selling Dedicated Server. So as a provider you must want that your customer can manage their servers from WHMCS itself as well as Admin you also want the same. Using Leaseweb Servers Automation Module you can give extra hands to your end user/client to manage their servers In comparison with your competitors. ========================= Admin Functions ========================= 1. Suspend/Unsuspend Server 2. Reboot Server 3. Power Cycle Reboot 4. Can View Server Installation/Switch/Power Status 5. Root & Rescue Mode Password 6. Rescue Mode/Server OS Installation 7. All IP Address Information with Gateway/Netmask/ Is Primary IP, IP Block Status 8. IP Address Block/Unblock/rDNS Setup 9. Server Hardware Information with General Information 10. IPMI Information 11. Current Month BW & Datatraffic Graph 12. View All Server Information with Assigned User 13. Can disable Windows OS 14. Will Suspend Server on Bandwidth Overuse 15. Will send Datatraffic Notification on 80%, 90% & 95% of BW use 16. Disable/Enable Windows OS/CloudLinux OS for Client/Admin 17. Disable IPMI Details for Client 18. Disable OS Installation/Rescue Mode for Client 19. Disable Bandwidth/Datatraffic Graph for Client 20. Disable Reverse DNS Option for Client 21. Disable Interface details for Client 22. OS Installation with Software RAID depending upon the Hard Disk Assigned ========================= Client Options ========================= 1. Reboot Server 2. Power Cycle Reboot 3. View Resource Use 4. General Server Information 5. IPMI Access 6. Current Month BW & Datatraffic Graph 7. Reverse DNS Setup 8. Server Rescue Mode 9. Server OS Installation 10. All IP Address Information with Gateway/Netmask/ Is Primary IP, IP Block Status 11. View Hardware Installation 12. OS Installation with Software RAID depending upon the Hard Disk Assigned ========================= REQUIREMENTS ========================= 1. WHMCS Version 7 or higher 2. IonCude Loaders 3. Leaseweb Differen Region API Key 4. UltratechHost License Key 5. RSA Private/Public Key Pairs ========================= PRICE ========================= WHMCS Leaseweb Server Automation (Yearly) : 20.99 Euro : Order Now
  7. Hello, You can find the Module Here at: https://forum.whmcs.com/showthread.php?122274-100TB-VPS-Automation-v1-0-WHMCS-Module
  8. As a Reseller of Leaseweb you might be selling Leaseweb VPS based various locations like Germany/Netherlands/USA/Singapore. So as a provider you must want that your customer can manage their VPS servers from WHMCS itself as well as Admin you also want the same. Using Leaseweb VPS Module you can give extra hands to your end user/client to manage their VPS In comparison with your competitors. ========================= ADMIN FUNCTIONS ========================= VPS Power Off/On VPS Suspend/Unsuspend VPS Reboot View VPS Server Name View Bandwidth Pack View DC SLA, VPS Running Status, OS Installed & MAC Address View IP Address & RDNS Status ========================= CLIENT FUNCTIONS ========================= Can do VPS Reboot View Bandwidth Pack View IP Address View RDNS Status View VPS Running Status View OS Installed View MAC Address ========================= REQUIREMENTS ========================= WHMCS Version 6 or higher IonCude Loaders Leaseweb API Key (Supports All region) UltratechHost License Key ========================= PRICE ========================= Leaseweb VPS Module (Monthly) : €3.00EUR : Order Now Leaseweb VPS Module (Yearly) : €30.00EUR : Order Now Note: This Modules Source Code is Encoded with Ioncube.
  9. Refer to: http://blog.cpanel.net/replacing-mysql-with-percona-in-11-36/ Does WHMCS will have this fetures or we still need to use MySQL
  10. If you are having Virtualizor Noc Account - By Softaculous A VPS Management Control Panel and want to sell Licenses through your WHMCS itself by automated here you go we have resolved your issue now. Now you can Purchase, Suspend/Unsuspend of a License, Add/Remove of License Auto Renew & Termination of License, Changing of IP Address. Client Can Do 1. Can Update/Change IP Address Admin Can Do 1. Create 2. Suspend/Unsuspend of License 3. Add/Remove of License Autorenew 4. Terminate Monthly License Details: Price: $5 USD/Month Order Now Owned License Details: Price: $55 USD Order Now Regards
  11. Hello, After some more test we found some bugs at admin Panel which is now fixed in this version and some little changes done. Bugs/Issue Fixed: 1. Bandwidth View and List of Sub Ips Bottom has been removed as when we clicking this it was redirecting to another page which is now fixed 2. On click reboot at admin panel it shows a blank page which is now fixed New Functions Added: 1. Added List of Sub/Extra/Addon Ips within Product view page for admin 2. Added Bandwidth Details within product view page admin More functions will be added such as setup of Reverse DNS within Admin Panel Regards
  12. Hello, As a Dedicated Server Provider/Reseller of Netdirekt - A Leaseweb Company based on Germany you must want that your customer can manage there servers from WHMCS itself as well as Admin you also want the same. So Here you go with our WHMCS Netdirekt Module V1.0 ( Initial Release ) You can do the same as Netdirekt API function stated and those functions are ========================= ADMIN FUNCTIONS ========================= Admins can execute bellow Functions 1. Create 2. Suspend/Unsuspend of Server 3. Blok/Unblock of IP 4. Termiante 5. Reboot of Server 6. Can bring server Into Rescue Mode 7. View Bandwidth Details 8. View List Of Extra Ips ========================= CLIENT FUNCTIONS ========================= End users/Clients Can do bellow Function 1. Reboot of Server 2. View Bandwidth Details 3. View List Of Extra Ips 4. Can setup Revrese DNS ========================= REQUIREMENTS ========================= 1. WHMCS Version 4.5 or higher 2. IonCude Loaders 3. SOAP Installation at your server ========================= License Details: ========================= Monthly License: Price: $5 USD Per Month Order Link: https://billing.ultratechhost.com/cart.php?a=add&pid=200 Owned License: Price: $50 USD One Time Order Link: https://billing.ultratechhost.com/cart.php?a=add&pid=201 Regards Dinesh Mohanty
  13. Hello, When this is with Windows 7 so what i can say is that those using windows 7 they have the page history like this that is /; /aboutus; /; /; contactus; that is customer did 1. Index/Home page visit then 2. aboutus page 3. Again Home page 4. Refreshed Home Page 5. Then visited contactus page. Regards
  14. Hi, NetEarthOne (http://reseller.netearthone.com ) is good, we are using them over 8 months now and support is great. Before that we are used Enom and the main thing is that you can contact enom directly as you did not got reseller account directly. If you get reseller account from another reseller then you need to contact them and they will contact enom which is bad. Yes Namecheap is reseller of Enom though they are ICANN accredited registrar.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated