Jump to content

battisti

Member
  • Posts

    21
  • Joined

  • Last visited

About battisti

battisti's Achievements

Junior Member

Junior Member (1/3)

1

Reputation

  1. the patch basicaly is a verify of access rights. if ( !isset($_SESSION["uid"]) && !isset($_SESSION['adminid']) ) { header("Location: ../../../clientarea.php"); exit; } $GATEWAY = array(); But in many cases the we send for our client the link to open direclty the boleto, in this case use only $GATEWAY = array(); these will prevent the auto load variable Its the real problem, auto load variable.
  2. i try many time but NOT recive the PASSWORD! someone have an e-mail please?
  3. Entrei em contato via mail! Da um retorno quanto a isso estamos ansiosos por usar o painel em ptbr
  4. after the update to the new version 4.2 this function break and now the update client api not works!
  5. Very confuse this part of the software! The error " Department Not Found. Exiting." no help anything!
  6. The same problem but the url open the logo corretly http://financeiro.sitekit.com.br/images/logo.jpg but when i try to generate an invoice TCPDF ERROR: [image] No such file or directory in /home/jms/public_html/financeiro/images/logo.jpg Error! some idea?
  7. when i use the client area works but using the php API the creation of the cpanel account didn't works someone can help?
  8. thx for the help webhost but the problem is when i use the whmcs php API. Whe i create the site using the whmcs client front end the cpanel account is create correctly but when i create it using the api the order is created and activated but the cpanel account wasn't created Someone alredy use the addOrder in a cPanel host?
  9. I have exctly the same problem, when i create a account using the API the order are cretaed and i accept then with the API but the account in whm wasn't create! Some idea?
  10. i see in the source of the api and its not possible to insert others sources of client, a pity!
  11. i think its natual of foruns, in many times we find the soluction feal moments after post the question in the forum, give the answers is a comunity beneficie help me ! thx
  12. I use the php api and i creat an order and accept and order, works fine but the whmcs wan not creating the cPanel account to this order. If i by the produtc using the shopt cart of whmcs the cPanel account is create normaly. I note who in Products/Services the field Username and Password was blank when i create the order with the API. OBS: using the api the status of order was change to acept, the only problem is the no creation of the cpanel account Someone has the same problem? or any idea?
  13. probabily you are using the wrong name for the billingcicle, see the correct name in manual, OR in the configuration product the cicle you are using was with - value, its menas then the cicle was no enablet to the progect.
  14. you need to set the values of registration domain in setup / domain pricing
  15. unfortunly you can't set the groupid of a client with the api, the only fields you can use are there in the manual, if up need this i suggest you create you own function and update this field after the return of the native api!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated