Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Determine drop date?

Status
Not open for further replies.
Joined
May 31, 2007
Posts
2,090
Reaction score
179
Dumb question time :)

The top of the forum shows
Suspended UK Domain Names Dropping Today have a renewal date of: 28-06-2007 and 05-07-2007
How do you determine which of these dates to use (other than wasting a whole day on the early date :)) Is this anything to do with pre-nominet domains or another "secret"?
 
if the name doesn't have a valid registrar then it'll drop on the earlier :)
 
detagged or registered directly with Nominet.

Used to include pre-nominet names (now showing pre-1996). Ah, the good old days! No dac & plenty of bugs in the drop system. ;)

S
 
When I joined the forum that was a closely guarded secret and it took me months to find that out.

What's going on ????? You'll be posting DAC scripts next :)

Dave
 
When I joined the forum that was a closely guarded secret and it took me months to find that out.

What's going on ????? You'll be posting DAC scripts next :)

Dave

common knowledge now.

and no I won't... the box isn't big enough!

S
 
You'll be posting DAC scripts next :)

Code:
<?php
$domain = "internet.co.uk";
if (available($domain)){
   reg($domain);
}
?>

:mrgreen:

Using (any part of) the above script is on condition that if I get 50% commission on any future sales or revenue. :p
 
Using (any part of) the above script is on condition that I get 50% commission on any future sales or revenue. :p

I've tried your code but internet.co.uk doesn't seem to drop???? I think there may be a flaw. :D

I look forward to receiving my 50% of all your future revenue :mrgreen:
 
Code:
<?php
$domain = "internet.co.uk";
if (available($domain)){
   reg($domain);
}
?>

:mrgreen:

Using (any part of) the above script is on condition that if I get 50% commission on any future sales or revenue. :p


You missed out a VERY important line
Code:
<?php
$domain = "internet.co.uk";
if (available($domain)){
  sleep(30);
   reg($domain);
}
?>
 
You missed out a VERY important line
Code:
<?php
$domain = "internet.co.uk";
if (available($domain)){
  sleep(30);
   reg($domain);
}
?>

Ah, well spotted! ;)
That's what you get when you try to type up code too quickly.
 
Yes, would all catchers mind not going for tomorrows 3 letter as i would like it.
thanks in advance.

So what's of interest tomorrow then, I'm still building lists at the moment and haven't got round to adding all the 3 letter combinations (lower priority, knowing there's no chance of getting any of them anyway).
 
You are all geeky script Monkies.

sys.jpg
 
Status
Not open for further replies.
Top Bottom