Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Daver is offline Member
    Join Date
    Oct 2011
    Posts
    84
    Thanks
    71
    Thanked 49 Times in 31 Posts

    Lightbulb For Sale : PHP Whois Script for .in Domains + Support..

    No longer sale for the moment....
    Last edited by Daver; 02-17-2012 at 04:24 PM. Reason: Update..

  2. #2
    ryanmlanane is offline Senior Member
    Join Date
    Oct 2010
    Posts
    706
    Thanks
    65
    Thanked 68 Times in 51 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    Can send $5 by paypal ?

  3. #3
    Daver is offline Member
    Join Date
    Oct 2011
    Posts
    84
    Thanks
    71
    Thanked 49 Times in 31 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    Quote Originally Posted by ryanmlanane View Post
    Can send $5 by paypal ?
    I am afraid to say that at present I can't accept payment through Paypal.

    As a alternative to Indian Bank Transfer, Maybe I can accept payment in my Mitsu account. I have asked Mitsu if one of their customer can add funds to another Mitsu customer. I will let you know as soon as I hear something from them.

    Also, Rs313=~$6 (@50)

  4. #4
    Daver is offline Member
    Join Date
    Oct 2011
    Posts
    84
    Thanks
    71
    Thanked 49 Times in 31 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    Quote Originally Posted by ryanmlanane View Post
    Can send $5 by paypal ?
    Quote Originally Posted by Daver View Post
    ... as soon as I hear something from Mitsu...
    Got their reply...PM Sent to you...

  5. #5
    domaining123's Avatar
    domaining123 is offline Senior Member
    Join Date
    Jan 2011
    Posts
    287
    Thanks
    154
    Thanked 99 Times in 55 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    Hello,

    Quote Originally Posted by Daver View Post
    -Prevents the IP address from getting banned by inregisrty.in because of multiple queries per second.
    Can you guarantee this functionality on the long term (i.e. will it work in 6 months for instance)?
    And, just wonder how many queries per seconds can your script perform?
    The last question, can your script give the complete Whois data, or only the availability info?


    Thank you very much!
    Last edited by domaining123; 12-29-2011 at 09:12 AM.

  6. #6
    Daver is offline Member
    Join Date
    Oct 2011
    Posts
    84
    Thanks
    71
    Thanked 49 Times in 31 Posts

    Post Re: For Sale : PHP Whois Script for .in Domains + Support..

    Quote Originally Posted by domaining123 View Post
    Can you guarantee this functionality on the long term (i.e. will it work in 6 months for instance)?(Prevention of IP Ban)
    Like hosting companies say, I guarantee 99%. Nothing is sure in this world.


    Quote Originally Posted by domaining123 View Post
    ...how many queries per seconds...
    It depends a lot on the internet connection and processing power of computer used. At my BSNL (15-40 kb/s average speed), it processed all aaa-zzz.in 17576 domains in about 2hours. Thats 100 domains per minute. My laptop has 512mb Ram, 700mhz processor (A very low end test-bench)

    Double everything, 1Gb ram, 1.7Ghz processor, Broadband connection (All common now-a-these-days), n we are looking at about 200 domains per minute.


    Quote Originally Posted by domaining123 View Post
    can your script give the complete Whois data, or only the availability info?
    Right now it is just categorising domains into Taken Or Availble status, i.e. True/False Status. It gets the info, checks the status ONLY and moves to next.
    Let me know your desired output, and it can be altered to achieve that. Like Date of Expiry, Reg Name, Email etc. Note that that would impact on the speed. But is quite possible. (Extra charges will apply.)

    Post any other queries or clarifications.
    Last edited by Daver; 12-29-2011 at 10:36 AM. Reason: Typos..

  7. #7
    domaining123's Avatar
    domaining123 is offline Senior Member
    Join Date
    Jan 2011
    Posts
    287
    Thanks
    154
    Thanked 99 Times in 55 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    A lot of people here are interested by LLL.in and are investing into this niche.

    I'm thinking to a different way to use your script:

    - Computing an histogram of LLL.in portfolio size, like this: between 1000-1000 domains -> 2 people, between 100-1000 domains -> 18 people, between, between 10-100 domains -> 86 people, etc...

    - Computing a 2D Pie chart with investors by countries.

    I 've never taken the time to do that but your post reminds me this idea

    PS: do you deliver your script as php code or as an executable?
    Last edited by domaining123; 12-29-2011 at 11:05 AM.

  8. #8
    Daver is offline Member
    Join Date
    Oct 2011
    Posts
    84
    Thanks
    71
    Thanked 49 Times in 31 Posts

    Thumbs up Re: For Sale : PHP Whois Script for .in Domains + Support..

    Quote Originally Posted by domaining123 View Post
    ...Computing an histogram of LLL.in portfolio size....
    Do you mean to find out that one Mr. X owns how many domains and another Mr Y. owns how many domains? To achieve this, either
    a. we need to supply the name X to script, so that it can compare the whois info to that Name,
    Or
    b. For each and every taken domain, script saves the Registrant name, then in the end, it analyzes all the names again and count the occurrences of each similar name, then give us each name with occurrence.

    This all is possible, but will be too resource-intensive. The problem with approach A may be that I don't think every domainer uses same name for all of his domains. I don't know about others, but I myself, use my own WHOis info at some very-important domains, which I don't want to sell. On other domains, which I own just for business, I have made some 2 or 3 contact info's, like Group ABC, or Group XYZ. My point is a same person may have divided his portfolio into two or three groups.

    As with B, different persons may have same name and script will group them same.

    Not to mention, the total LLL.ins are 17576 and to run each query for above mentioned tests will consume considerable resources. But, again, it is possible.


    Quote Originally Posted by domaining123 View Post
    ...- Computing a 2D Pie chart with investors by countries...
    This is comparably easy to the above one,. Script just need to count the occurrences of country name. A simple array of all country names, and a switch statement. But again, double resources as compared to only availability check. Or list of only Taken domains can be fed to script(At the moment 17576, 100% Buyout). Anyways, I like the Idea, and will run the the test soon and let everybody know. Need to find list of all country codes used by registry. Like IN for India, and CN for China etc...


    Quote Originally Posted by domaining123 View Post
    ...PS: do you deliver your script as php code or as an executable?...
    I will give PHP file and Portable Free Xampp server(Download link only) to run it local, Because it is always faster on local computer/server as compared to some managed hosting.. Also most managed servers has only about 30 seconds maximum execution time limit set.. and other limits... But script can run on any managed server, which supports PHP 4 or above.
    Last edited by Daver; 12-29-2011 at 01:47 PM.

  9. #9
    domaining123's Avatar
    domaining123 is offline Senior Member
    Join Date
    Jan 2011
    Posts
    287
    Thanks
    154
    Thanked 99 Times in 55 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    Thanks for this detailed reply!

    My idea was B, nothing nominative, just portfolio size. I thought that performing a query for domain availability was equal to a whois query. Because once you have all the whois info for all LLL.in domains in a single file, it's easy to find the desired data (admin contact for instance).

    My idea was just to get the list of all the administrative contacts, and to perform somethinf like "cat whois_file | grep "Registrant Email" | sort | uniq -c | sort" like in Shell. Then to construct an histogramm.

    Even if a person use various administrative contacts, it can be interesting.

    ------

    For countries, same problem, indeed. But once you have a file with the whois info of all the 17576 LLL.in, a single script run on your local machine can extract what you want in a few minutes max I think.

    You can find the standard country codes here:
    http://modemsite.com/56k/_ccodes.asp

    Happy that you find the idea interesting

    Thank you very much for the info,
    if I can help with scripting, do not hesitate.

    Cheers.

  10. #10
    Jeff's Avatar
    Jeff is offline Administrator
    Join Date
    Mar 2008
    Posts
    3,225
    Thanks
    2,122
    Thanked 565 Times in 336 Posts

    Default Re: For Sale : PHP Whois Script for .in Domains + Support..

    I bought the script and tried it out. It was a bit difficult to get working, but Daver's support was incredible. The script works well and is very helpful.

  11. The Following User Says Thank You to Jeff For This Useful Post:

    Daver (01-04-2012)

Page 1 of 2 12 LastLast

Similar Threads

  1. cant get whois info for .in domains?
    By lovedream4u in forum General Indian Domain Name Discussion
    Replies: 8
    Last Post: 10-18-2011, 10:23 AM
  2. Replies: 2
    Last Post: 05-03-2011, 04:50 AM
  3. simple whois script
    By chandan in forum Webmaster Forum
    Replies: 3
    Last Post: 02-18-2010, 07:14 AM
  4. Adult domains on sale
    By VfV in forum Adult Domains
    Replies: 0
    Last Post: 09-23-2009, 06:19 PM
  5. Trademark Domains: Hiding Behind Private Whois
    By Ceres in forum Legal Issues and Dispute
    Replies: 5
    Last Post: 09-04-2009, 01:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About Us
INForum.in - Home of the Indian Domain Industry
Join us