Jump to content

transip api hash


sssachaaa

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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