Closing Doman Auctions
DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
HomeRegisterMembershipsGetting StartedDomain Tools Domain EbooksSEO Software Domain Resellers Advertise

Go Back   DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars > Gold Forums > Help Wanted!
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 08-02-2008, 03:28 AM   #1 (permalink)
Platinum Lifetime Member
 
hina's Avatar
 
Last Online: 10-10-2009 08:07 PM
iTrader: (20)
Join Date: May 2008
Posts: 311
DNF$: 300
Location: DomainLand


Need PHP code for services similar to www.co.cc

I am wondering whether anyone here can provide me with some PHP functions to build a service similar to www.co.cc

If you take a look at www.co.cc, members can manage their own DNS and zone records. I am basically clueless regarding these subjects.

I do understand PHP, so what I need is some kind of PHP functions to set the nameservers and zone records. I just call these functions with some parameters, and they will do the work (and return the status).

The PHP code needs to be fully commented.

Is there any existing PHP code that does this?

Also, what do I need to build such project?
Is one VPS enough?
How many IP addresses do I need?
Is there any commercial software needed, or does everything I need already come with the basic UNIX installation?

If you think you can answer my needs, please send me a quote through PM. I will let you know if it fits my budget



P.S. I am not looking for a website clone... I just need some PHP functions to set the nameservers and zone records, that's all. And with some explanations also.
hina is offline   Reply With Quote
Sponsored Ads
Old 08-02-2008, 04:49 PM   #2 (permalink)
Platinum Lifetime Member
 
andrejc's Avatar
 
Last Online: Today 01:22 PM
iTrader: (10)
Join Date: Apr 2006
Posts: 359
DNF$: 1,603
Location: Serbia


I believe that this is what you are looking for.
andrejc is offline   Reply With Quote
Old 08-03-2008, 02:33 AM   #3 (permalink)
Platinum Lifetime Member
 
hina's Avatar
 
Last Online: 10-10-2009 08:07 PM
iTrader: (20)
Join Date: May 2008
Posts: 311
DNF$: 300
Location: DomainLand


Thanks for the link Andre.

I took a quick look, but I don't understand how it can fulfill what I want?

Can it be used to provide a similar service to www.co.cc ?

Let's say my domain is xx.yy, I want other people to be able to open www.xx.yy (my website) and then register "theirname.xx.yy" automatically. I don't think this can be accomplished by using afraid.org ?
hina is offline   Reply With Quote
Old 08-08-2008, 11:30 PM   #4 (permalink)
Gold Lifetime Member
No Avatar
 
Last Online: 05-20-2009 10:29 PM
iTrader: (3)
Join Date: Aug 2005
Posts: 78
DNF$: 435


Hi,

I've been supplying free names for a few years now. All you need is Mydns it uses mysql and I am assuming you are running lamp. The software will replace the default bind and pulls the records (A,CNAME,MX,NS) etc. from the db.

It also includes a simple php program to manage the records (add,delete and modify).

Hope this helps.
nudotfm is offline   Reply With Quote
Old 08-09-2008, 03:28 PM   #5 (permalink)
Platinum Lifetime Member
 
hina's Avatar
 
Last Online: 10-10-2009 08:07 PM
iTrader: (20)
Join Date: May 2008
Posts: 311
DNF$: 300
Location: DomainLand


Mydns sounds great, but I will need some time to learn more about this.
I don't fully understand how to program DNS.
Anyway, thank you so much for the info!


P.S. I created an account at register.nu.fm but I couldn't register/manage any domain.. Did you customize Mydns for your nu.fm? Or is it a turnkey script?
hina is offline   Reply With Quote
Old 08-10-2008, 11:15 AM   #6 (permalink)
Gold Lifetime Member
No Avatar
 
Last Online: 05-20-2009 10:29 PM
iTrader: (3)
Join Date: Aug 2005
Posts: 78
DNF$: 435


All the code is my own.

Hi hina,

mydns is great.

I recently sold the .com's that were running on my free service and the original code base is based on an old versions of my web application development system aka wads sourceforge.net/projects/wads.

checkout http://gb.gd for the latest version I am working on.

Currently you can create as many domains as you like with full error checking on domain names, you can set up urlforwards and it has an index page delivery mode, my way of connecting the domains to free webspace services without using the old way of frames.

I have yet to add statistics for the domains, free email with the domains and dns record editing so you can connect the domains to any hosting service.

The principals of dns are very easy. I don't know your plans for service. If it is a multi user service, your going to need session management, a template system and a lot of error checking on the records. More complex than just updating the mysql based dns records.

Checkout gb.gd and try and create an invalid domain, it detects the errors and corrects the name to a valid one.

All the development is my own. I have been developing and testing wads for a couple of years now. I am proud of this 20kb code, it is the core of all my websites.

The idea is any php programmer can, start developing their sites without worrying about session management, text based templates, group management and even deliver applications securely. All running of one core file. Upgrade the core and you've upgraded it all.

I have some seventy sites running of the core. ;-)

Yes all the code is my own.

If you need more help shout.

Regards.
nudotfm is offline   Reply With Quote
Old 08-16-2008, 03:03 PM   #7 (permalink)
Platinum Lifetime Member
No Avatar
 
Last Online: 06-23-2009 02:09 PM
iTrader: (2)
Join Date: Oct 2005
Posts: 82
DNF$: 131


If you are still looking for help, please send me a PM. I have been a Webmaster professionally for several years as well as a software developed/systems administrator.
bildy is offline   Reply With Quote
Old 08-17-2008, 09:14 AM   #8 (permalink)
Platinum Lifetime Member
 
hina's Avatar
 
Last Online: 10-10-2009 08:07 PM
iTrader: (20)
Join Date: May 2008
Posts: 311
DNF$: 300
Location: DomainLand


Thank you for the extensive explanation, nudotfm.
I am planning to create a domain service similar to www.co.cc.
Also, I haven't been able to download the source code for WADS?

bildy: PM sent.
__________________

hina is offline   Reply With Quote
Old 08-19-2008, 11:04 AM   #9 (permalink)
Gold Lifetime Member
No Avatar
 
Last Online: 05-20-2009 10:29 PM
iTrader: (3)
Join Date: Aug 2005
Posts: 78
DNF$: 435


Thanks hina,

anytime you need help shout. you are right it is time to release wads, it would be a great feeling to know people are using my code.

I have so much work to do, to release my math discoveries and technologies derived from the maths.

you should be able to see my killer demo for wads online within the week, I have just finished the xml render engine using my first ever recursive php function.

basically its the fastest way to generate xml on the planet, there are no closing tags in my quick language and its human language friendly, all powered by my maths.

I am toying with the idea of releasing the code base of http://xmlkiller.com with wads, so all people can benefit from my work.

What do you think hina?

Package the xmlkiller site as the included demo of wads, freely downloadable from sourceforge.net.

Or

Run xmlkiller as software as a service, with free and chargeable options.

Of course any reader is welcome to pass comment.
nudotfm is offline   Reply With Quote
Old 08-19-2008, 09:49 PM   #10 (permalink)
Platinum Lifetime Member
 
hina's Avatar
 
Last Online: 10-10-2009 08:07 PM
iTrader: (20)
Join Date: May 2008
Posts: 311
DNF$: 300
Location: DomainLand


Uh, I find it difficult to understand the XML thing, but sure a demo would be great
__________________

hina is offline   Reply With Quote
Old 09-17-2008, 02:21 PM   #11 (permalink)
Dn Guru©
 
-ET-'s Avatar
 
Name: 3ldo Thomas
Last Online: 11-06-2009 02:48 PM
iTrader: (41)
Join Date: Nov 2006
Posts: 551
DNF$: 534
Location: Neighbourhood


Have a look at www.com.co.in .you want something similar like that?.
-ET- is offline   Reply With Quote
Old 09-17-2008, 02:39 PM   #12 (permalink)
Platinum Lifetime Member
 
anatoly's Avatar
 
Name: Anatoly
Last Online: Yesterday 10:33 PM
iTrader: (4)
Join Date: Aug 2007
Posts: 390
DNF$: 260
Location: Brooklyn
Country:


Quote:
Originally Posted by -ET- View Post
Have a look at www.com.co.in .you want something similar like that?.
that looks interesting, are you selling that script ?
__________________
Neuroscience
anatoly is offline   Reply With Quote
Old 09-17-2008, 08:11 PM   #13 (permalink)
Platinum Lifetime Member
 
hina's Avatar
 
Last Online: 10-10-2009 08:07 PM
iTrader: (20)
Join Date: May 2008
Posts: 311
DNF$: 300
Location: DomainLand


Quote:
Originally Posted by -ET- View Post
Have a look at www.com.co.in .you want something similar like that?.
Something similar, yes, but with DNS management.
Just like www.co.cc where you can manage your own DNS records.
__________________

hina is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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



All times are GMT -5. The time now is 07:44 PM.
Copyright @2001-2009 DNForum.com