[PHP] ispCP class - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Snippets (/forum-42.html) +--- Thread: [PHP] ispCP class (/thread-5519.html) Pages: 1 2 |
[PHP] ispCP class - ceco91 - 01-23-2009 11:29 PM Here is a php class which manipulates with ispCP database. It can execute common task as adding a new user, it is its main purpose RE: [PHP] ispCP class - DiXeoN - 01-27-2009 07:42 PM Its nice, but what about these files: class.terminal.php class.password.php And exactly how to use this file? Can i for example use it on my site, to make a function to create new domain orders and such? RE: [PHP] ispCP class - ceco91 - 01-27-2009 10:38 PM Sorry, bro'. I have forgotten to upload them. RE: [PHP] ispCP class - DiXeoN - 01-27-2009 11:10 PM Everybody can make the Error 40, and its a pretty normal thing to do But could you give some example usage? I mean, what can i use this for? Just to help those lazy guys (me include), who doesnt wanna read the whole php file to get a little understanding of what it does and what it does not. RE: [PHP] ispCP class - ceco91 - 01-28-2009 12:00 AM There is lots of comments describing the usage. The only thing you should do is to read them. I may write some examples. Now, I'm developing a billing system for ispCP RE: [PHP] ispCP class - DiXeoN - 01-28-2009 01:03 AM Uh.. Would be nice with a billing system! Anything you got an ETA on? RE: [PHP] ispCP class - gOOvER - 01-28-2009 01:52 AM (01-28-2009 12:00 AM)ceco91 Wrote: Now, I'm developing an billing system for ispCP WoW nice to hear (read). RE: [PHP] ispCP class - ceco91 - 01-28-2009 02:01 AM It's a very early stage. For now I use CubedBIling as an outside billing system. My plan is to integrate it with ispCP. Now I'm writing a PERL script which will disable unpaid accounts. RE: [PHP] ispCP class - DiXeoN - 01-28-2009 04:52 AM Just say if I can do some beta testing, i would love to! Eventually some PHP coding too. RE: [PHP] ispCP class - ceco91 - 01-28-2009 05:16 AM I will open a new topic, because there will be too much offtopic -> http://www.isp-control.net/forum/showthread.php?tid=5553 |