nice1013 / PhpTxtRecord

Add and Delete txt records to a domain name.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhpTxtRecord

This is open source

What is TxtRecord

Txt records is a php based DNS Zone editor. You can use these files to add Text records to your a new Domain zone.

Who was this built for?

This was built for Dogecoin web developers and is open source. I believe Text records are the best way to share dogecoin addresses around the world. As a web developer you can make use of classDns.php to add and delete record within the DNS zone of your website. I added an example file to show the various functions. You will have to attach it to your site

How does it work?

When you add a txt record to a domain, you need two things:

  • Name of Record
  • Text for record

For Dogecoin purposes:

  • 'Name of Record' = Username
  • 'Text for record' = Dogecoin Address

In the end you'll have a DNS zone record like this ->

Username.Domain.com

and when you call it within an wallet that uses TXT records, you'll recieve the Text attached to it. So when you write Username.Domain.com in the address bar, you'll be able to send coins to the address attached to it.

Please enjoy. See you on the moon!

About

Add and Delete txt records to a domain name.


Languages

Language:PHP 100.0%