Announcement

Collapse
No announcement yet.

API Setup

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • API Setup

    Is there any way of setting ResellersPanel API with WHMCS billing software?

    Thanks.

  • #2
    iPhone, unfortunately I am not a developer myself and cannot provide assistance with API integration. Perhaps some of the forum members would be able to help.

    Comment


    • #3
      why to choose WHMCS when your are a free reseller ?
      Use remote order forum and if you need more security, use SSL

      Do it like >>>

      Keep all pages in domain root i.e. something.com/

      For using SSL, make a subdomain like secure.something.com/

      Put the order page in subdomain root

      I think its the best solution,

      Comment


      • #4
        Originally posted by ankur View Post
        why to choose WHMCS when your are a free reseller ?
        Use remote order forum and if you need more security, use SSL

        Do it like >>>

        Keep all pages in domain root i.e. something.com/

        For using SSL, make a subdomain like secure.something.com/

        Put the order page in subdomain root

        I think its the best solution,
        Thank you for your reply.

        I would like some customization and web hosting site to be different.

        Many users might have seen the remote order forms.

        Thanks.

        Comment


        • #5
          Does anyone here know who I could contact regarding RSP API?

          Like someone who's done the job for you before?

          Thanks.

          Comment


          • #6
            Like I said, I'm looking to hire a API coder. If anyone knows where I can find one, please post it here.

            Thanks.

            Comment


            • #7
              Originally posted by iPhone View Post
              Like I said, I'm looking to hire a API coder. If anyone knows where I can find one, please post it here.

              Thanks.
              I would suggest you try some freelancer site to hire some pro guys to help

              Comment


              • #8
                A php developer is having trouble figuring out what to do

                Can someone please help on here.

                There are many of you who use the API, and I would be grateful if you could help.

                Thank you.

                Comment


                • #9
                  I use Clientexec on my cPanel account. After reading all the things in there and the forums, I do know that they allow you to create plugins for many of your own functions and gateways. You can add servers which is beneficial to trying to create a plug in for the free-reseller account API but I have not been able to figure out how to try and do this API thing. Too many var and go gets in there and it gets confusing. I am hoping that RS would some day come up with a plugin for people like me who use both the free reseller and the cpanel accounts.

                  Comment


                  • #10
                    Originally posted by iPhone View Post
                    A php developer is having trouble figuring out what to do

                    Can someone please help on here.

                    There are many of you who use the API, and I would be grateful if you could help.

                    Thank you.
                    The API is pretty straight forward, what is he having trouble with?

                    I'm in the process of building out some PHP API classes for the subset of functions I care about.

                    Comment


                    • #11
                      Hey
                      according to my knowledge , you can use API in WHMCS



                      They have launched WHMCS 4 which is having this facility

                      Comment


                      • #12
                        Originally posted by ankur View Post
                        Hey
                        according to my knowledge , you can use API in WHMCS



                        They have launched WHMCS 4 which is having this facility
                        First I think you need to understand what API is.
                        API means "Application Programming Interface"; a software environment that programmers can use to create tools (or "add-ons") enhancing the functionality of a given program.
                        WHMCS, CLIENTEXEC, PAYPAL, OS-COMMERCE and almost every program uses some form of API
                        In WHMCS and Clientexec all your plugins for payments, server and accounting processes are all API.

                        The object of the API is to integrate your ability to use a program that may not be on your system and to write the script that both programs will understand.
                        I believe they are JAVA based (not Javascript) and that is what makes it hard for most people to understand and or recreate.

                        Comment

                        Working...
                        X