NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming > CODE
Reload this Page PHP: Bulk domain availability check!

CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here.

Advanced Search


Reply
 
LinkBack Thread Tools
Old 01-22-2008, 12:18 PM   #101 (permalink)
Senior Member
 
Barrucadu's Avatar
Join Date: Aug 2005
Location: East Yorkshire, England
Posts: 2,689
Barrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to behold
 




To try and get more queries per TLD, you could implement my whois server class, which selects a random server for the requested TLD.
Barrucadu is offline   Reply With Quote
Old 01-22-2008, 12:20 PM   #102 (permalink)
NamePros Member
Join Date: Sep 2005
Posts: 159
touchring is an unknown quantity at this point
 



Originally Posted by Matthew.
It makes a query to the WHOIS server which counts as...well....one query. To truly check availability you need to take the response from the WHOIS server not just open connection to the domain (otherwise when sites are down they would show as available and so on)
Thanks, i think the save to text option didn't work with large list - hangs before showing the download list links. But with that option unchecked, it seems to be working.
Last edited by touchring; 01-22-2008 at 12:26 PM.
touchring is offline   Reply With Quote
Old 01-22-2008, 12:29 PM THREAD STARTER               #103 (permalink)
Senior Member
Join Date: Dec 2006
Location: England
Posts: 1,568
Matthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud of
 


Adoption Breast Cancer Breast Cancer Cancer Survivorship
Originally Posted by touchring
Thanks, i think the save to text option didn't work with large list. Unchecked, it seems to be working.
Quite probable lol. Like I and others have said, it's ribbled with bugs...threw it together pretty quickly and to be honest the amount of php I knew back then left a lot to be desired I will update it as promised when I find time
????: NamePros.com http://www.namepros.com/code/280961-php-bulk-domain-availability-check.html

Mikor, thanks for that, I hadn't seen your post before. If I had know about that data before I would have used it - it's a new discovery to me and will no doubt come in handy!
Matthew. is offline   Reply With Quote
Old 01-23-2008, 06:47 AM   #104 (permalink)
NamePros Member
Join Date: Sep 2005
Posts: 159
touchring is an unknown quantity at this point
 



Originally Posted by Matthew.
Quite probable lol. Like I and others have said, it's ribbled with bugs...threw it together pretty quickly and to be honest the amount of php I knew back then left a lot to be desired I will update it as promised when I find time

????: NamePros.com http://www.namepros.com/showthread.php?t=280961
Thanks, i found out that even though it got stuck at the "Preparing results, please wait..." stage, the files have been created under \save folder.
touchring is offline   Reply With Quote
Old 02-13-2008, 07:35 PM   #105 (permalink)
NamePros Member
Join Date: Dec 2007
Posts: 31
Brilliances is an unknown quantity at this point
 



wow. Exactly what I was looking for. Thanks!
__________________
DomainHolics.com - Currently Selling: AmericanBums.com


Hottest Girls|Web Hosting Reviews|short term unsecured loan
Brilliances is offline   Reply With Quote
Old 02-14-2008, 02:15 AM   #106 (permalink)
Senior Member
 
bbalegere's Avatar
Join Date: Jul 2005
Location: Bangalore
Posts: 1,271
bbalegere is just really nicebbalegere is just really nicebbalegere is just really nicebbalegere is just really nicebbalegere is just really nice
 



Thanks a lot.
Amazing script.
bbalegere is offline   Reply With Quote
Old 02-22-2008, 03:05 AM   #107 (permalink)
NamePros Regular
Join Date: Jul 2006
Posts: 339
seolinks is a jewel in the roughseolinks is a jewel in the roughseolinks is a jewel in the rough
 



this is one good freeware!. thanks for sharing!.

+rep for you!
__________________
domain name forum
seolinks is offline   Reply With Quote
Old 02-22-2008, 09:38 AM   #108 (permalink)
First Time Poster!
Join Date: Feb 2008
Posts: 1
Solac is an unknown quantity at this point
 



thanks a lot, however it doesnt seem to work properly with .co.uk domains
Solac is offline   Reply With Quote
Old 02-28-2008, 10:42 AM   #109 (permalink)
NamePros Member
Join Date: Sep 2005
Posts: 159
touchring is an unknown quantity at this point
 



It doesn't seem to work properly for dot org. I'm being blocked by whois.publicinterestregistry.net if i check more than a few domains. Is there a way around it? I mean, can i add some pause interval?

Thanks again for the great script.
touchring is offline   Reply With Quote
Old 02-28-2008, 04:32 PM   #110 (permalink)
NamePros Regular
 
dax44's Avatar
Join Date: Jan 2008
Posts: 353
dax44 is just really nicedax44 is just really nicedax44 is just really nicedax44 is just really nicedax44 is just really nice
 


Animal Cruelty

heavy whois lookups?


Can I just make comment? - don't mean to hijack your thread - you should not be using whois lookups to bulk check domain availability - unless you really need all that WHOIS info.

there are better , faster , more network friendly ways

1. for example run your domains through a simple dns check first - if there are dns servers showing , the domain must be registered (reverse not always true). for those with mac osx / linux :

[pbg42:~/Documents] paul% host -t ns nonexistantdomains.com
Host nonexistantdomains.com.lan not found: 3(NXDOMAIN)
[pbg42:~/Documents] paul% host -t ns takendomains.com
takendomains.com name server ns1.hozt.com.
takendomains.com name server ns2.hozt.com.

You can batch this easily with:

foreach var (`cat mylistofdomains.txt`)
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
host -t ns $var >> dnscheckresults.txt
sleep 1
end

the sleep is there to stop the script from going into meltdown
there are no limits with DNS lookups AFAIK

2. Or for lists with up to 500 keywords at a time of course just use a common bulk availablility check like the one at www.cheapnames.com (under bulk reg)

You can cut/paste and check thousands in a few minutes as cheapnames/godaddy/wwd (and other registrars) maintain their own lists of availability which give near instant results.

dax
Last edited by dax44; 02-28-2008 at 04:37 PM.
dax44 is offline   Reply With Quote
Old 03-19-2008, 08:50 AM   #111 (permalink)
Senior Member
 
RickM's Avatar
Join Date: Sep 2005
Location: Herts, UK
Posts: 3,796
RickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant future
 


Cancer Survivorship Save The Children Save The Children Cancer Animal Cruelty Child Abuse Cancer Survivorship 9/11/01 :: Never Forget Animal Cruelty Child Abuse Animal Rescue Animal Cruelty Protect Our Planet Protect Our Planet Protect Our Planet Animal Cruelty Save a Life
Heres my current (modded) copy. It has extra domain options such as LL-L and more, and several new domain extensions. I'm also making a modification to allow you to exclude certain letters...will release that bit at a later date.

PHP Code:
<?php
/*

SCRIPT CREATED BY MATTHEW @ NAMEPROS.COM -- MODDED BY RICKM @ NAMEPROS.COM

ENJOY!

*/
?>

<form action=available.php method=post>
<table>
<tr>
  <td class=bordered2 width=150>Type:</td>
  <td class=bordered2 width=150>Limit</td>
  <td class=bordered2 width=150>Extension</td>
</tr>
<tr>
  <td class=bordered2>
  <SELECT NAME="type" class=bordered2>
    <option value="LLL">LLL</option>
    <option value="LLLL">LLLL</option>
    <option value="LLLLL">LLLLL</option>
    <option value="LLLLLL">LLLLLL</option>
    <option value="NNN">NNN</option>
    <option value="NNNN">NNNN</option>
    <option value="NNNNN">NNNNN</option>
    <option value="NNNNNN">NNNNNN</option>
    <option value="L-L">L-L</option>
    <option value="N-N">N-N</option>
    <option value="LNL">LNL</option>
    <option value="LLN">LLN</option>
    <option value="NLL">NLL</option>
    <option value="LL-L">LL-L</option>
    <option value="L-LL">L-LL</option>
    <option value="L-L-L">L-L-L</option>
    <option value="LLNN">LLNN</option>
    <option value="LLLN">LLLN</option>
    <option value="LNNN">LNNN</option>
  </SELECT></td>
  <td class=bordered2><input type=text name=x class=camo size=6 value=250></td>
  <td class=bordered2>
  <SELECT NAME="ext" class=bordered2>
    <option value="COM">.COM</option>
    <option value="US">.US</option>
    <option value="NET">.NET</option>
    <option value="ORG">.ORG</option>
    <option value="BIZ">.BIZ</option>
    <option value="INFO">.INFO</option>
    <option value="CO.UK">.CO.UK</option>
    <option value="IN">.IN</option>
  </SELECT></td>
</tr>
<tr>
  <td class=bordered2 colspan=3><input type=submit value=Scan name=submit class=cloakedbutton></td>
</tr>
</table>
</form>

<?php

if(isset($_POST['submit'], $_POST['type']))
{
  function 
checkdomain($xserver$xdomain)
  {
    
$sock = @fsockopen($xserver,43) or die("Error connecting to whois server.");
    
fputs($sock,"$xdomain\r\n");
    
    
$result '';
    
    while(!
feof($sock))
    {
      
$result .= fgets($sock,128);
    }
    
fclose($sock);
    
    if(
eregi("No match"$result) || eregi("NOT FOUND"$result))
    {
      return 
true;
    }
    else
    {
      return 
false;
    }
  }
  
// Function
  
$chars = array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9");
    
//$chars = array("a","b","c","d","e","f","g","h","i","l","m","n","o","p","r","s","t");

  
$type trim(strip_tags($_POST['type']));
  
$ext trim(strip_tags($_POST['ext']));
  
$x intval(trim(strip_tags($_POST['x'])));

echo 
"<font size=2><br />\n";

  
$i 1;

      
//echo'<table border = "1"><tr bgcolor="#E6FFCC">';
  
while($x >= $i)
  {
    
///////////////////////////////////////////////////////////////////////////////
    // Here is where we generate a random string of 3 in the format XXX
    // This can be changed easily to the format LLN with this code instead:
    ///// $current = $chars[rand(0,25)].$chars[rand(0,25)].rand(0,35);
    // Or to L-N with this code:
    ///// $current = $chars[rand(0,25)]."-".rand(0,9);
    // Mix and match. Get what you're looking for! :P
    
    
switch($type)
    {
      case 
'L-L':
           
$current $chars[rand(0,25)]."-".$chars[rand(0,25)];
           break;
      case 
'N-N':
           
$current $chars[rand(26,35)]."-".$chars[rand(26,35)];
           break;
      case 
'NNN':
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
           
$current $chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)];
           break;
      case 
'NNNN':
           
$current $chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)];
           break;
      case 
'NNNNN':
           
$current $chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)];
           break;
      case 
'NNNNNN':
           
$current $chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)];
           break;
      case 
'LNL':
           
$current $chars[rand(0,25)].$chars[rand(26,35)].$chars[rand(0,25)];
           break;
      case 
'LLN':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(26,35)];
           break;
      case 
'NLL':
           
$current $chars[rand(26,35)].$chars[rand(0,25)].$chars[rand(0,25)];
           break;
      case 
'LLL':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)];
           break;
      case 
'LL-L':
           
$current $chars[rand(0,25)].$chars[rand(0,25)]."-".$chars[rand(0,25)];
           break;
      case 
'L-LL':
           
$current $chars[rand(0,25)]."-".$chars[rand(0,25)].$chars[rand(0,25)];
           break;
      case 
'L-L-L':
           
$current $chars[rand(0,25)]."-".$chars[rand(0,25)]."-".$chars[rand(0,25)];
           break;
      case 
'LLLL':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)];
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
           break;
      case 
'LLLLL':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)];
           break;
      case 
'LLLLLL':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)];
           break;
      case 
'LLNN':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(26,35)].$chars[rand(26,35)];
           break;
      case 
'LLLN':
           
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(26,35)];
           break;
      case 
'LNNN':
           
$current $chars[rand(0,25)].$chars[rand(26,35)].$chars[rand(26,35)].$chars[rand(26,35)];
           break;

      default:
             
$current $chars[rand(0,25)].$chars[rand(0,25)].$chars[rand(0,25)];
    }

    
///////////////////////////////////////////////////////////////////////////////
    // Here is where we start checking domains
    // Feel free to add/remove domains or change whois servers
    
    
switch($ext)
    {
      case 
'COM':
      case 
'NET':
            
$registry "whois.nsiregistry.net";
            break;
      case 
'ORG':
            
$registry "whois.pir.org";
            break;
      case 
'INFO':
            
$registry "whois.afilias.net";
            break;
      case 
'BIZ':
            
$registry "whois.biz";
            break;
      case 
'US':
            
$registry "whois.nic.us";
            break;
      case 
'CO.UK':
            
$registry "whois.nic.uk";
            break;
      case 
'IN':
            
$registry "whois.inregistry.net";
            break;
      default:
              
$registry "whois.nsiregistry.net";
    }
    
    if(
checkdomain($registry$current.'.'.$ext))
    {
        
        
      
      

        echo 
strtoupper($current)." . ".$ext."<br />";
     
      
      
$i++;
      

    }    
    
ob_flush();
    
flush();
  }
  echo 
"</font>";
}

?>
__________________
RickM

Web Design Forums - Over 22,000 Web Designers & Programmers just like you!
WSDReg - Affordable Domain Registration. Serving NP members since 2006!
Last edited by RickM; 03-19-2008 at 01:00 PM.
RickM is offline   Reply With Quote
Old 03-19-2008, 12:05 PM   #112 (permalink)
Senior Member
 
bbalegere's Avatar
Join Date: Jul 2005
Location: Bangalore
Posts: 1,271
bbalegere is just really nicebbalegere is just really nicebbalegere is just really nicebbalegere is just really nicebbalegere is just really nice
 



Thanks a million.
Waiting for the next release with option to exclude letters.
bbalegere is offline   Reply With Quote
Old 03-19-2008, 02:19 PM   #113 (permalink)
NamePros Regular
 
dax44's Avatar
Join Date: Jan 2008
Posts: 353
dax44 is just really nicedax44 is just really nicedax44 is just really nicedax44 is just really nicedax44 is just really nice
 


Animal Cruelty
Originally Posted by bbalegere
Thanks a million.
Waiting for the next release with option to exclude letters.
just modify the line:

$chars = array("a","b","c","d","e","f","g","h","i","j","k", "l","m","n","o","p","q","r","s","t","u","v","w","x ","y","z",
"0","1","2","3","4","5","6","7","8","9");
????: NamePros.com http://www.namepros.com/showthread.php?t=280961


to whatever letters you want , for now.
__________________
cheapnames.com domain names .com .net from $8.01
801:VALIDATE
Last edited by ~ Cyberian ~; 08-17-2008 at 12:42 PM.
dax44 is offline   Reply With Quote
Old 03-19-2008, 02:26 PM   #114 (permalink)
Senior Member
 
Ja$on's Avatar
Join Date: Jun 2003
Location: San Diego
Posts: 2,889
Ja$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant future
 


Animal Cruelty Animal Rescue Adoption Baby Health Save a Life Adoption
So if you remove the letters it will skip those in the list?
__________________
Dudster.com | Domain Names For Sale
Ja$on is offline   Reply With Quote
Old 03-19-2008, 02:31 PM   #115 (permalink)
Senior Member
 
RickM's Avatar
Join Date: Sep 2005
Location: Herts, UK
Posts: 3,796
RickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant futureRickM has a brilliant future
 


Cancer Survivorship Save The Children Save The Children Cancer Animal Cruelty Child Abuse Cancer Survivorship 9/11/01 :: Never Forget Animal Cruelty Child Abuse Animal Rescue Animal Cruelty Protect Our Planet Protect Our Planet Protect Our Planet Animal Cruelty Save a Life
You may have to adjust the "rand" part too, as it scans each part of the array based on its location (I.E 1 = "a", 2 = "b", 27 = "0" etc)

The one I'm doing will have some sort of checkbox list that lets you de-select the ones to display....quite easy to make. I'll probably release it over the weekend.
__________________
RickM

Web Design Forums - Over 22,000 Web Designers & Programmers just like you!
WSDReg - Affordable Domain Registration. Serving NP members since 2006!
RickM is offline   Reply With Quote
Old 03-19-2008, 02:31 PM   #116 (permalink)
Danltn.com
 
Daniel's Avatar
Join Date: May 2007
Location: Danltn.com / Nottingham, UK
Posts: 1,201
Daniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond repute
 


Ethan Allen Fund Ethan Allen Fund
PHP Code:
$chars = array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"); 
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
PHP Code:
$chars array_merge(range('A''Z'), range(0,9)); 
Last edited by Daniel; 03-19-2008 at 02:44 PM.
Daniel is offline   Reply With Quote
Old 03-19-2008, 02:36 PM   #117 (permalink)
Senior Member
 
Ja$on's Avatar
Join Date: Jun 2003
Location: San Diego
Posts: 2,889
Ja$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant futureJa$on has a brilliant future
 


Animal Cruelty Animal Rescue Adoption Baby Health Save a Life Adoption
ok, I pretty much have no clue with either one of you are saying so I will grab the new one once you finish it, lol.

Thanks.
__________________
Dudster.com | Domain Names For Sale
Ja$on is offline   Reply With Quote
Old 04-03-2008, 12:33 AM   #118 (permalink)
www.randypendleton.com

 
Archangel's Avatar
Join Date: Jan 2004
Location: Southern Ohio, USA
Posts: 7,045
Archangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatness
 


Child Abuse Breast Cancer SIDS Autism Diabetes Cancer Survivorship Save a Life Adoption Child Abuse
I like this -- Thanks
Archangel is online now   Reply With Quote
Old 04-03-2008, 08:37 AM   #119 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Hello, I did not read the whole thread, is this working on .be without being banned with static IP ?

Cheers
italiandragon is offline   Reply With Quote
Old 04-07-2008, 04:13 PM   #120 (permalink)
Senior Member
 
NameClerk.com's Avatar
Join Date: Feb 2005
Location: Ohio, USA
Posts: 1,533
NameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond reputeNameClerk.com has a reputation beyond repute
 


Member of the Month
April 2006
Animal Rescue Cancer Survivorship
This script used to check thousands of names without a problem. Lately I've been receiving the error below after only a few hundred. Have I been blocked and does anyone have another reliable whois server for .com lookups?

Warning: fsockopen() [function.fsockopen]: unable to connect to whois.crsnic.net:43 in /home/index.php on line 79
Error Connecting To Server:whois.crsnic.net

-Bill
NameClerk.com is offline   Reply With Quote
Old 08-11-2008, 07:10 PM   #121 (permalink)
New Member
Join Date: Aug 2008
Posts: 3
slipknotpsychoman is an unknown quantity at this point
 



This script isn't working for me. I download it, unzip it, upload it to my server, then change the permissions to 777, then go to my site to check it out and it gives me this error message:

Warning: fsockopen(): unable to connect to whois.crsnic.net:43 in /home/content/R/i/c/joe483726/html/listcombo/download/index.php on line 79
Error Connecting To Server:whois.crsnic.net

What am I doing wrong? I must be doing something wrong because it works perfectly fine on your demo site still, but not when I attempt to do it.
slipknotpsychoman is offline   Reply With Quote
Old 08-15-2008, 08:41 PM   #122 (permalink)
New Member
Join Date: Aug 2008
Posts: 3
slipknotpsychoman is an unknown quantity at this point
 



Well, since nobody could answer why the script wasn't working for me, I did some research and here's why the script won't work for me. It's because I am using Godaddy which doesn't allow outgoing connections to whois unless I get a dedicated server which I'm not about to do simply for this script to run. So, there it is. This sucks.
slipknotpsychoman is offline   Reply With Quote
Old 08-15-2008, 08:53 PM   #123 (permalink)
Senior Member
 
nasaboy007's Avatar
Join Date: Jul 2005
Location: NJ
Posts: 1,219
nasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud of
 



dude, its all good. download some localhost php server (like WAMP or XAMPP) and run it there... you don't have to be worry about any stupid settings and even if you do get banned by the whois servers for mass queries, the only downside will be you won't be able to run the script from your own computer.

but what are proxies for?
nasaboy007 is offline   Reply With Quote
Old 08-17-2008, 10:55 AM   #124 (permalink)
New Member
Join Date: Aug 2008
Posts: 3
slipknotpsychoman is an unknown quantity at this point
 



Would like to know more about Wamp or xampp


Originally Posted by nasaboy007
dude, its all good. download some localhost php server (like WAMP or XAMPP) and run it there
If I do that, will I be hosting the script from my computer and have to leave my computer on all the time or how does that work? Basically, does it turn my computer into the server?
slipknotpsychoman is offline   Reply With Quote
Old 08-17-2008, 10:56 AM   #125 (permalink)
Senior Member
 
BeZazz's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,357
BeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud ofBeZazz has much to be proud of
 




Originally Posted by slipknotpsychoman
Basically, does it turn my computer into the server?
yes
__________________
Dolphins
OMFG!
BeZazz [US/UK] Low Cost Friendly Hosting 33% Discount Coupon 33-NPS
BeZazz is offline   Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.namepros.com/code/280961-php-bulk-domain-availability-check.html
Posted By For Type Date
Domain Checker Script - PC Troubleshooting This thread Refback 11-19-2011 05:52 PM
Bulk Domain Availability Checker - Dynamic Drive Forums This thread Refback 11-16-2011 11:00 AM
Domæne navn » Support » Forum | newz.dk This thread Refback 11-01-2011 09:34 PM
Domain Name Availability Search Script - Web Hosting Talk This thread Refback 10-29-2011 10:17 PM
Bulk Domain Availability Check Script | Domain Acquisition This thread Refback 10-26-2011 02:40 PM
Domain Checker Script - PC Troubleshooting This thread Refback 10-07-2011 08:25 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 12:14 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger