Jump to content
Froxlor Forum
  • 0

[solved] Integration with THT billing panel


Giulio

Question

4 answers to this question

Recommended Posts

Hey,

 

since the 1.0 Version of Froxlor is in development, i guess that wont happen for 0.9x version. If you need it, you have to develop it by yourself or you have to hope that someone else needs it and shares the code with you

 

Greets

 

waza

Link to comment
Share on other sites

Hi! Problem solved :)

 

I used altruFroxlor class: http://forum.froxlor.org/index.php?/topic/604-integration/

 

and I modified da.php file in includes/servers :

 

public function signup($server, $reseller, $user = '', $email = '', $pass = '') {

	...

	$testFroxlor = new altruFroxlor("127.0.0.1","3306","froxlor","superpassword","froxlor");

	$cust_id = $testFroxlor->createCustomer(...);

	$testFroxlor->createDomain(...);

	return true;

}

 

It works like a charm B)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...