WHMCS Addons/Modules & Customization

siforek

New member
I do custom development and am working on many projects that involve "things you wouldn't think were possible". So if you need something custom, let me know :)
I've developed a few things for WHMCS that I'd like to share.

QuickBuy v1.2
This script works much like the "Direct Shopping Cart Link" but with an added twist. You can set any desired parameters in the URL you'd like, from promotion code and currency, to addons and configurable options. Of course you have the option to send the customer to "view cart" or directly to checkout. Bypass requiring the customer to complete every form and speed up the ordering process :)
Works with/Can set
  • Promotion code
  • Addons
  • Configurable options
  • Server info(like hostname, ns etc)
  • Currency
  • Redirect to(either cart or checkout)
  • Domain name
  • Billing Cycle
  • Custom Fields
  • You can also use it with "get" forms for a custom order form :)
Here's a "non working" example of what you can do:
Code:
http://yoursite.com/quickbuy.php?pid=2&addon=Rapid%20SSL,Extra%20IP&Operating System=CentOS 5.3&64bit=on&Control%20Panel=cPanel&hostname=server1.test.com&ns1=dns1&dns2=ns4&rootpw=MyPa55w0rD&currency=1&billcycle=annually&go=checkout

Buy It! | $10 One-Time (Includes all future upgrades and added features)




WHMCS Blog v1.1 | See it in action!
This is exactly what it sounds like, a fully integrated blog for WHMCS. You can manage posts, comments and various setting within your administration area with a custom admin module. You can customize things like posts per page, captchas, comment approval, categories, and of course have a full html editor for everything. I've attached a few screenshots of the admin module :)

Buy It! | $25 One-Time (Includes all future upgrades and added features)
 

Attachments

  • editcomment.gif
    editcomment.gif
    23.6 KB · Views: 9
  • main.gif
    main.gif
    16 KB · Views: 10
  • newpost.gif
    newpost.gif
    22.1 KB · Views: 8
  • settings.gif
    settings.gif
    17 KB · Views: 6
Looks great!

How apt would you be to making a module for reboots etc at The Planet? I can get you all the API Interfaces etc, but I just haven't had any time to play with it myself.

The QuickBuy looks very interesting!
 
Looks great!

How apt would you be to making a module for reboots etc at The Planet? I can get you all the API Interfaces etc, but I just haven't had any time to play with it myself.

The QuickBuy looks very interesting!

I'd be very interested in working on a module for TP, and I'm sure I could give it to you for a considerably lower rate as I'm sure I could offset the cost by contributing the module to others :)

You can grab a sample of the quickbuy here: http://www.tjphippen.com/downloads.php It's the same as the purchased version except there's a small bug and it expires on the 27th
 
I'm sure others would be interested in the module given that so many do host at The Planet.

I'll open up a dialogue via email with you to see what you can potentially come up with. I"ve got some things happening this weekend, but after the weekend I'll drop a note and get you API details etc and see what the thoughts might be.
 
I've just released the WHMCS Blog version 1.2. There's many more features added as you can see here: http://forum.whmcs.com/showthread.php?t=21798

The main feature addition I've added is "custom pages". Normally you have to manually create a php and tpl file for each custom page you want within WHMCS, now with the Blog it's as simple as clicking "New Page". :)
 
Top