Buy Sell Discuss UK Domain Names at AcornDomains.co.uk Free Virtual Servers

Today's Drop Dates are: 19-02-2012 or 26-02-2012   All times are GMT. The time now is 12:44:25 PM.
Domain Name Sales Domain Software Calculate UK Domain Drop Dates Domain Registration NameDrive Domain Parking Subscribe to our Domains For Sale newsletter
Go Back   Domain Forum Acorn Domains Buy Sell Auction UK Domains > Website Design and Promotion > Website Design > Scripts and Coding
Connect with Facebook

Scripts and Coding PHP, MySQL, scripts

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-03-2011, 02:49:59 PM     #1 (permalink)

 
Aaron Clifford's Avatar
 
Join Date: Jun 2010
Location: Kent
Posts: 1,804
Aaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond reputeAaron Clifford has a reputation beyond repute

[PHP] Three Character Domain List

PHP Code:
<?php

// Set Extention
$ext ".co.uk";

$arr = Array();

array_push($arr"a");
array_push($arr"b");
array_push($arr"c");
array_push($arr"d");
array_push($arr"e");
array_push($arr"f");
array_push($arr"g");
array_push($arr"h");
array_push($arr"i");
array_push($arr"j");
array_push($arr"k");
array_push($arr"l");
array_push($arr"m");
array_push($arr"n");
array_push($arr"o");
array_push($arr"p");
array_push($arr"q");
array_push($arr"r");
array_push($arr"s");
array_push($arr"t");
array_push($arr"u");
array_push($arr"v");
array_push($arr"w");
array_push($arr"x");
array_push($arr"y");
array_push($arr"z");
array_push($arr"0");
array_push($arr"1");
array_push($arr"2");
array_push($arr"3");
array_push($arr"4");
array_push($arr"5");
array_push($arr"6");
array_push($arr"7");
array_push($arr"8");
array_push($arr"9");

$results = Array();
foreach ( 
$arr as $three ) {
foreach ( 
$arr as $two ) {
foreach ( 
$arr as $one ) {
array_push($results$three.$two.$one);
}
}
}

foreach( 
$results as $result ) {
echo 
$result$ext<br>";
}

?>
Incase anyone needs it, remove the number rows to turn it into LLL
__________________
DomainBeans - Domain & Affiliate Developer

Last edited by Aaron Clifford; 10-03-2011 at 02:52:04 PM. Reason: Should say three letter :)
Aaron Clifford is offline  
Old 10-03-2011, 03:55:24 PM     #2 (permalink)

 
davedevelopment's Avatar
 
Join Date: May 2009
Location: Brough, East Yorks
Posts: 993
davedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond reputedavedevelopment has a reputation beyond repute

PHP Code:

$arr 
range('a''z');

// $arr = array_merge($arr, range(0, 9)); 
Bit neater
davedevelopment is offline  
Old 10-03-2011, 04:02:16 PM     #3 (permalink)

 
alex's Avatar
 
Join Date: Sep 2007
Location: Crouch End, London
Posts: 588
alex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond reputealex has a reputation beyond repute

Also if anyone is interested I made this about 2 years ago - dnsg.co.uk. It creates domain sequences e.g. if you write aaa and zzz and .co.uk it will give you all LLL.co.uk's or aaaa and zzzz for LLLL.co.uk's etc. I haven't looked at it for ages, but it still works.

You can also paste in a load of text and it should turn them into domains, although I don't think I ever finished it 100% - may be worth looking at again in the summer.
__________________
Tag: ALEXJORDAN Sites: alexjordan.co.uk | Griptape.co.uk
For Sale/Offers Invited: LLL.org.uk | VVV.org.uk | adg.co.uk
alex is online now  
Closed Thread



Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Domain Name Community Replies Last Post
Internet domain names: a complete list - guardian.co.uk RSS Domain Name News 0 20-12-2009 06:02:15 AM
Internet domain names: a complete list - guardian.co.uk RSS Domain Name News 0 13-12-2009 06:04:57 AM
Internet domain names: a complete list - guardian.co.uk RSS Domain Name News 0 04-12-2009 03:01:22 AM
Google Domain Name List admin Domain Name News 3 10-10-2005 10:44:07 AM

75% off Domains at Network Solutions®.


All times are GMT. The time now is 12:44:25 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0 RC 2
All content on Acorn Domains is member generated and is not moderated before posting. All content is viewed and used by you at your own risk and AD does not warrant the accuracy or reliability of any of the information. The views expressed are those of the individual contributors and not necessarily those of AD. Please contact us to report any issues or send a PM to "Admin".