Advanced Search
Search Results
3 total results found
Installation of Joker.com PHP Client
To successfully install this client application, you need a basic knowledge of Web servers, PHP and file systems.In principle the installation is only a copy and run. The first thing to do is to ensure, that your Web server runs PHP files, and if not to config...
Code-Examples
Perl List domains of customer #!/usr/bin/perl use LWP::UserAgent; use Data::Dumper; my $dmapiURL = "https://dmapi.joker.com/request"; my $ua = LWP::UserAgent-> new; my $req = HTTP::Request-> new(GET => $dmapiURL.'/login?username='.shift().'&passwo...
The Joker.com PHP Client
Joker.com provides this tool as an fully working example of how to make use of the Joker.com API (DMAPI). The Joker PHP Client is a lightweight web interface, demonstrating how to implement a full-featured domain handling. The source code of this web interf...