Free Billing Systems

Taz

Seasoned Veteran
Joined
Mar 1, 2009
Messages
3,652
Reaction score
2
FP$
1,032
Does any body know any good billing systems like WHMCS or HostBill? I willing to pay 100FP for the best one.
 
Theres no free billing software as good as those. Although if you want to get HostBill, I give it free to my reseller clients. 🙂
 
I have a master reseller, so I don't really need hosting.
 
There is not that many free billing software that are good, but if you want ClientExec I can give you it for 10$ a month.
 
it does what you need it to do no quibble, and its easy to customize if you know how.
 
go to your cpanel and look in fantastico autoinstaller
 
Good styles, ability to show my packages on the front page or on a easily viewable page.
 
I would just suggest a paid billing software such as HostBill or ClientExec.
 
Taz said:
Good styles, ability to show my packages on the front page or on a easily viewable page.
using a borderless iframe and css it can be intergrated into your hosting template.
 
create a blank template page by copying the index, remove the content and add this

im not sure about the css but that will integrate into a template

Code:
<iframe name="FRAMENAME" src="your accountlab url" width="900" height="700" frameborder="0" scrolling="no" allowautotransparency=true>
</iframe>
 
Back
Top Bottom