IT Community - Software Programming, Web Development and Technical Support

Implement a DNS server in pure PHP

This is a discussion on Implement a DNS server in pure PHP within the PHP Programming forums, part of the Web Development category; hi, i have found one interesting class for implement DNS server in PHP. I have attached the zip file if ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  14 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 05-20-2007, 09:55 PM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Implement a DNS server in pure PHP

hi,
i have found one interesting class for implement DNS server in PHP.

I have attached the zip file if u need of full information

PHP Classes - Class: DNServer

i hope to know our PHP strength.
Attached Files
File Type: zip dnserver-2007-03-07.zip (54.8 KB, 11 views)
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-15-2008, 10:28 PM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Default Re: Implement a DNS server in pure PHP

Hi Jeyaseelan,
Pls check the zip file attached, the zip file downloaded is of size 0 bytes.
__________________
J Suresh Kumar
Google Hacks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-24-2008, 02:13 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Implement a DNS server in pure PHP

Hi,
I think that zip file getting corrupted. go here Class: DNServer (domain, dns, thread) - PHP Classes
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-24-2008, 04:48 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post Re: Implement a DNS server in pure PHP

Hi,

I am new to this topic.what is DNS server?

can you please explain to me.
__________________
Regards,
Senraj.A
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-24-2008, 05:37 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Implement a DNS server in pure PHP

Hi,
Domain Name System (DNS) is the name resolution protocol for TCP/IP networks, such as the Internet. Client computers query a DNS server to resolve memorable, alphanumeric DNS names to the IP addresses that computers use to communicate with each other.
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-24-2008, 05:38 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Implement a DNS server in pure PHP

By using the Domain Name System (DNS) server role, you can provide a primary name resolution process for users on your network. The name resolution process enables users to locate computers on the network by querying for a user-friendly computer name instead of an IP address. A computer running the DNS server role can host the records of a distributed DNS database and use the records to resolve DNS name queries that are sent by DNS client computers. These queries can include requests such as the names of Web sites or computers in your network or on the Internet.

You can also integrate the DNS server role with Active Directory Domain Services (AD DS) to store and replicate DNS zones. This makes multimaster replication possible, along with more secure transmission of DNS data. In turn, AD DS requires DNS so that clients can locate domain controllers.

In the following sections, learn more about the DNS server role, the required and optional features in the DNS server role, and hardware and software for running it. In addition, learn how to open the administrative tool for the DNS server role and how to find more information about it.
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-30-2008, 03:06 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post Re: Implement a DNS server in pure PHP

Hi jeyaseelansarc,

above dns server explanation is very super.i have Again one question below here.

How do I find out my DNS Server Address under Linux / UNIX / Windows operating system?
__________________
Regards,
Senraj.A
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-07-2008, 02:56 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Implement a DNS server in pure PHP

Hi,
* You can Click on Start button > Settings > Network connections
* Double click on Local Area Connection
* Click on Properties button
* Select Internet Protocol (TCP/IP)
* Click on Properties button and Look for Preferred DNS Server
Attached Images
File Type: jpg xp-cp-dns.JPG (35.3 KB, 1 views)
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-07-2008, 02:57 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Implement a DNS server in pure PHP

or do the following

Click on Start button > Run > and Type command cmd > Press enter key
At DOS prompt type the command:

C:\>ipconfig /all

It will display DNS server IP address, and other information related to Windows networking
Attached Images
File Type: jpg xp-ipconfig-command.jpg (45.9 KB, 1 views)
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-07-2008, 02:58 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,165
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Implement a DNS server in pure PHP

Quote:
Originally Posted by senraj View Post
Hi jeyaseelansarc,

above dns server explanation is very super.i have Again one question below here.

How do I find out my DNS Server Address under Linux / UNIX / Windows operating system?
DNS is key to many network services. Internet browsing, mail server, web server etc all depends upon DNS server. But where DNS server IP address are defined i.e. how can I find out current DNS server IP address. Under Linux, FreeBSD and all UNIX like oses you have file called /etc/resolv.conf file. It is often know as resolver configuration file. If you are using Windows NT/2000/XP/98 etc then see below for how to find out DNS server address under Windows.
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/php-programming/1352-implement-dns-server-pure-php.html
Posted By For Type Date
Class: DNServer - PHP Classes This thread Refback 11-24-2007 08:22 AM
Class: DNServer (dns, thread) - PHP Classes This thread Refback 10-11-2007 11:30 AM
PHP Classes - Class: DNServer This thread Refback 09-18-2007 01:09 AM
PHP Classes - Class: DNServer This thread Refback 09-14-2007 04:18 AM
PHP Classes - Class: DNServer This thread Refback 08-28-2007 05:20 AM
Digg / Programming / Upcoming This thread Refback 07-20-2007 12:11 AM
Digg / Programming / Upcoming This thread Refback 07-19-2007 08:05 PM
Digg / Programming / Upcoming This thread Refback 07-19-2007 09:44 AM
Digg / Programming / Upcoming This thread Refback 07-19-2007 08:11 AM
Digg / News / Upcoming This thread Refback 07-19-2007 08:04 AM
Digg / Technology / Upcoming This thread Refback 07-19-2007 08:03 AM
Digg - DNS server in pure PHP This thread Refback 07-19-2007 08:01 AM
Digg / Technology / Upcoming This thread Refback 07-19-2007 07:50 AM
PHP Classes - Class: DNServer This thread Refback 07-11-2007 09:15 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why java is not 100% pure object oriented language? prasath Java Programming 2 01-08-2009 10:56 PM
Yahoo Switched to pure INKTOMI? rr1099 Yahoo 0 07-29-2008 06:55 AM
convert a form field value in HH:MM:SS to pure seconds. itbarota HTML, CSS and Javascript Coding Techniques 1 12-24-2007 05:10 AM
Pure test- functional testing tool vadivelanvaidyanathan Testing Tools 0 04-03-2007 02:16 AM


All times are GMT -7. The time now is 02:36 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
Miami FL Divorce Lawyers      Pittsburgh Personal Injury Law      Austin TX Auto Accident Lawyer
Sedo - Buy and Sell Domain Names and Websites project info: discussweb.com Statistics for project discussweb.com etracker® web controlling instead of log file analysis

SEO by vBSEO 3.0.0