Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Right Of Registration EPP Script (Free)

I think you can just leave it alone. Make sure your liveRegistrantID is valid though.
 
sure.... send me a PM with email youd like it too

EDIT : Sent

For info or anyone else who'd like cron . All i did was add:

chdir(__DIR__); to the index php. Thanks to @RobM for the knowledge. That changes path ref to current directory. So. the top if your index.php should look like this:

Code:
<?php
chdir(__DIR__);
// Set correct time zone
date_default_timezone_set('Europe/London');

i will add that it was working fine, but i actually just hit it live today
 
Last edited:
This is something to do with your config, or you're running scripts elsewhere which are disconnecting the connections.

OK, turns out that it does run fine for 6 requests and then craps out.

I did actually manage to register 1 domain out of my first 6 at 2pm today: 1up.uk (not the best, but nice and short).

So for some reason, the script is failing for me at the loop inside
app/Nominet/Dac.php yet it worked fine on the testbed server. I'm at a complete loss at why this is happening, I stopped all other scripts from running and the config is correct as it works for the first 6 domains in the list. Nothing in the log file suggests anything is wrong other than these:

PHP Notice: fputs(): send of 2 bytes failed with errno=32 Broken pipe in nominet-ror-epp-software/app/Nominet/Dac.php on line 36

PHP Notice: Undefined offset: 1 in nominet-ror-epp-software/app/Nominet/Dac.php on line 41
 
Looks like you have another script running which is disconnecting it?
 
The first sends are not validated with DAC first, which is why it is tripping up afterwards. You have added your IP to the DAC Settings option in your online services too right, not just in EPP Settings?
 
The first sends are not validated with DAC first, which is why it is tripping up afterwards. You have added your IP to the DAC Settings option in your online services too right, not just in EPP Settings?

I think you've got it. I didn't realise that was a separate thing. I've applied for that now. Hopefully they'll sort it out in the morning for me.
 
If I remember rightly, DAC IP updates are applied automatically every hour, so it should be working by morning.
 
I think you've got it. I didn't realise that was a separate thing. I've applied for that now. Hopefully they'll sort it out in the morning for me.
It is instant, no delay like with testbed.
 
Thanks, I've had to apply for the service though which looks like it will take longer. I've clearly never used it before.
 
As us bottom tier members now get 9 per minute rather than 6, what's the best way to update the script to reflect that?
 
Thanks, I've had to apply for the service though which looks like it will take longer. I've clearly never used it before.
Oh, you didn't have DAC at all? In that case, you have to wait for Nominet to approve, but your first minute of chasing will work.
 
Oh, you didn't have DAC at all? In that case, you have to wait for Nominet to approve, but your first minute of chasing will work.

Makes sense, thanks Ian.
 

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom