sssachaaa Posted March 11, 2009 Share Posted March 11, 2009 Hi, Transip (Dutch registrar) provided a module for WHMCS. I need to creat a hash but do not know how to. The code = php code: <?php > $username = 'username'; > $password = 'password'; > $ipaddress = '192.168.0.1'; > > echo md5( $username . ':' . $password . '@' . $ipaddress); Where and how do I creat this hash? regards, Sacha 0 Quote Link to comment Share on other sites More sharing options...
snelweg Posted March 15, 2009 Share Posted March 15, 2009 Hi, Transip (Dutch registrar) provided a module for WHMCS. I need to creat a hash but do not know how to. The code = php code: <?php > $username = 'username'; > $password = 'password'; > $ipaddress = '192.168.0.1'; > > echo md5( $username . ':' . $password . '@' . $ipaddress); Where and how do I creat this hash? regards, Sacha Just fill in tthe details and run the file. echo md5( $username . ':' . $password . '@' . $ipaddress); will show you the hash 0 Quote Link to comment Share on other sites More sharing options...
snelweg Posted March 27, 2009 Share Posted March 27, 2009 is dit nu gelukt of kan je wel wat hulp gebruiken? 0 Quote Link to comment Share on other sites More sharing options...
sssachaaa Posted May 1, 2009 Author Share Posted May 1, 2009 Hi, Ik kan wel wat hulp gebruiken... Hoe run ik de file? Het zal wel simpel zijn, maar geen idee hoe... Ik heb info gevonden op internet, maar dat schept nog geen licht in mijn duistere brain. thanks, Sacha 0 Quote Link to comment Share on other sites More sharing options...
HostRW Posted May 13, 2009 Share Posted May 13, 2009 Hi, Bij het gebruikte password, handelt het zich daarbij om het door mij in te stellen API password of wordt het pasword bedoeld om in te loggen op de Transip site? Bedankt, Roel 0 Quote Link to comment Share on other sites More sharing options...
specialweb Posted June 30, 2009 Share Posted June 30, 2009 of kijk hier even, ben je meteen klaar. http://forum.whmcs.com/showthread.php?p=111675#post111675 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.