Mirror of the existing EPP server I believe, so your usual RegistrantID's will apply. We'll have the ROR-EPP and testbed to play with next week.
6 requests a minute though. That is such a joke. So are we running this PHP code every 10 seconds on cron? I'm assuming that's how it's going to work.
I will be attempting to catch of course but I have a weak character don't be like me
Couple of examples in Epp.php
line 262 is :
$handle = fopen("REGISTRANT", 'w') or die('Cannot open file');
change to
$handle = fopen("/your/path/REGISTRANT", 'w') or die('Cannot open file');
line 281:
$f = fopen("logs/" . $date . "-" . $file . ".txt", 'a');
change to
$f = fopen("/your/path/logs/" . $date . "-" . $file . ".txt", 'a');
We use essential cookies to make this site work, and optional cookies to enhance your experience.