Our billing system supports network monitoring and shows uptime and load percentage, however, the PHP status script they provide says it is Linux only. Configuring PHP to work with Server 2008 is not
We have a batch processing script that performs s开发者_如何学编程omewhat these operations fetch data from the WHMCS database
I am trying to get a PHP script working based on the API our support system uses, but I am not proficient enough with MySQL to figure this out.
I need to get a script working for our billing system (WHMCS) using their sample code that shows the average response time to support tickets for each month. Something like this already exists, howeve
I am looking at a very simple PHP code that uses our billing system\'s API to generate a graph. As of right now, it shows average ticket rating for every staff member. I would like to change it to ins
I\'ve been trying to write a few little plugins for personal use with WHMCS. Essentially what I\'m trying to do here is grab a bunch of information about a certain order(s), and return it as an array
This is a follow up to this question: Project management app for web developers? Basically, redmine is a bit overkill. I just want to be able to:
I am just wondering if there is any 开发者_如何学运维hook to integrate WHMCS database with my existing Drupal site.
I have a cake app and want to integrate my license of whmcs. Whmcs have installed it ina whmcs folder in the public html folder and my cake files are here too. When run example.com/whmcs I get a cakep
I just started taking a class on C# .NET and have found it really fascinating how simple it is. I have been using C++ for years, so the simplistic nature is actually hitting me as somewhat confusing.