metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
213 stars 156 forks source link

where to put domain to check ? #69

Closed cr0co closed 7 years ago

cr0co commented 7 years ago

Hello

Im new in this, where i have to put the domain names to check for infodomain, checkdomain, registerdomain etc.. ?

Greetings and thanks for Help ! Remo

metaregistrar commented 7 years ago

Hello Remo,

Please review the file Examples/checkdomain.php, it is a complete example script of how to use the checkdomain command.

Vriendelijke groeten/kind regards,

Ewout de Graaf Metaregistrar

2016-12-16 20:29 GMT+01:00 cr0co notifications@github.com:

Hello

Im new in this, where i have to put the domain names to check for infodomain, checkdomain, registerdomain etc.. ?

Greetings and thanks for Help ! Remo

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/metaregistrar/php-epp-client/issues/69, or mute the thread https://github.com/notifications/unsubscribe-auth/ADR1WjmTGK6eCQIP5rgXZbey_xreTmGeks5rIuaWgaJpZM4LPhK5 .

cr0co commented 7 years ago

hey thats the first thing i did. There is no domain in it, can you give me a hint pls ?

metaregistrar commented 7 years ago

The domain name is a parameter to checkdomain.php

It is in the code: if ($argc <= 1) { echo "Usage: checkdomain.php \n"; echo "Please enter one or more domain names to check\n\n"; die(); }

Vriendelijke groeten/kind regards,

Ewout de Graaf Metaregistrar

2016-12-16 22:19 GMT+01:00 cr0co notifications@github.com:

hey thats the first thing i did. There is no domain in it, can you give me a hint pls ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/metaregistrar/php-epp-client/issues/69#issuecomment-267698373, or mute the thread https://github.com/notifications/unsubscribe-auth/ADR1WjjgSeryRTluZHHUtU2W0oAi8IPIks5rIwBbgaJpZM4LPhK5 .

cr0co commented 7 years ago

thanks for you help

so i have to make a form, for the domainname input, and pass it do checkdomain.php, or how to pass a domain name to it ?

metaregistrar commented 7 years ago

No, this software is made to run in a command-line environment, not on a web interface.

So what you would do is open a command interpreter and type: php checkdomain.php domainname-to-check.extension-to-check

cr0co commented 7 years ago

oh, i think its a web interface, sorry for my questions