Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Oct 06, 2013 10:15 pm 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
I'm wondering if there's a way that I can allow people to create their own .ssu.lt domain and manage it, as a way of making a free domain for Warhammer 40,000 websites. There would probably need to be some sort of approval process before people could create domains, just to prevent it from turning into a spam service. I'm thinking requiring people to say what they would use the website for. I just tested NameCheap and they have a DNS manager that will work with .ssu.lt domains, but I'd have to set up a domain to their nameservers in the Linode DNS manager, and that's not going to be workable.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Mon Oct 07, 2013 6:36 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Assuming ssu.lt is your domain, see the domain.resource.* commands at https://www.linode.com/api/. Just add a frontend in the language of your choice.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Tue Oct 08, 2013 12:17 am 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
Thanks for showing me that. Do you know how I would use that for people to create and control their own domain names? I could possibly make a simple PHP and MySQL web application for keeping track of user accounts that would have some sort of interface with the API for managing domains.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Tue Oct 08, 2013 2:02 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Several months ago I was looking into doing a dynamic DNS-type service using the Linode API, and could not find any existing suitable web front end. I concluded I would have to write my own. I never got around to doing it, so unfortunately I don't have anything to share with you.

You could perhaps do it within MediaWiki by writing an extension to manage it; at a minimum I think you would need to create a new database table to store the information. You could use the (unofficial) PHP bindings for the Linode API to add/remove/change subdomains.


Top
   
PostPosted: Tue Oct 08, 2013 8:49 am 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
Some sort of management interface is going to be important. You'd also need to have the domain names divided up to the owners of them and provide a way to manage A, CNAME, MX, and TXT. It might be easier on my end just to write a new application, because I've had stupid problems trying to figure out how to add content to special pages in MediaWiki.

I've made a domain look up for it, which could be connected to by such a web application for users to add contact information for their domains. I've heard something about making your own whois server the way you can make a nameserver, which might be preferable to just a web database. I can also hide various fields for the contact information; I might leave out the entire billing section since it's not needed for a free domain name.

http://www.whois.ssu.lt/

One thing that I might add to the application would be a way to approve accounts before they can register domains after they give a reason so that I can prevent spam on a free service and keep it to domains for Warhammer 40,000 websites.

I just made a project on GitHub for anyone who has any interest in working on it.

https://github.com/Sturmkrieg/LinodeDomainRegistrar

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Tue Oct 08, 2013 6:53 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Cool. If I pick up my project again I'll definitely look at your code and see if I can contribute.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group