+ Reply to Thread
Results 1 to 13 of 13

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

  1. #1
    Platinum Lifetime Member
    Last Activity 03-17-2010 08:09 AM
    hina's Avatar

    Join Date
    May 2008
    Location
    DomainLand
    Posts
    355
    DNF$
    510
    Trader Rating: 22 reviews

    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.


  2. #2
    Platinum Lifetime Member
    Last Activity 02-25-2010 04:55 AM
    andrejc's Avatar

    Join Date
    Apr 2006
    Location
    Serbia
    Posts
    368
    DNF$
    1,611
    Trader Rating: 11 reviews
    I believe that this is what you are looking for.


  3. #3
    Platinum Lifetime Member
    Last Activity 03-17-2010 08:09 AM
    hina's Avatar

    Join Date
    May 2008
    Location
    DomainLand
    Posts
    355
    DNF$
    510
    Trader Rating: 22 reviews
    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 ?


  4. #4
    Gold Lifetime Member
    Last Activity 03-02-2010 01:45 AM

    Join Date
    Aug 2005
    Posts
    78
    DNF$
    435
    Trader Rating: 3 reviews
    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.


  5. #5
    Platinum Lifetime Member
    Last Activity 03-17-2010 08:09 AM
    hina's Avatar

    Join Date
    May 2008
    Location
    DomainLand
    Posts
    355
    DNF$
    510
    Trader Rating: 22 reviews
    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?


  6. #6
    Gold Lifetime Member
    Last Activity 03-02-2010 01:45 AM

    Join Date
    Aug 2005
    Posts
    78
    DNF$
    435
    Trader Rating: 3 reviews

    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.


  7. #7
    Platinum Lifetime Member
    Last Activity 06-23-2009 01:09 PM

    Join Date
    Oct 2005
    Posts
    82
    DNF$
    131
    Trader Rating: 2 reviews
    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.


  8. #8
    Platinum Lifetime Member
    Last Activity 03-17-2010 08:09 AM
    hina's Avatar

    Join Date
    May 2008
    Location
    DomainLand
    Posts
    355
    DNF$
    510
    Trader Rating: 22 reviews
    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.



  9. #9
    Gold Lifetime Member
    Last Activity 03-02-2010 01:45 AM

    Join Date
    Aug 2005
    Posts
    78
    DNF$
    435
    Trader Rating: 3 reviews
    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.


  10. #10
    Platinum Lifetime Member
    Last Activity 03-17-2010 08:09 AM
    hina's Avatar

    Join Date
    May 2008
    Location
    DomainLand
    Posts
    355
    DNF$
    510
    Trader Rating: 22 reviews
    Uh, I find it difficult to understand the XML thing, but sure a demo would be great



  11. #11
    Dn Guru©
    Last Activity Yesterday 10:16 AM
    -ET-'s Avatar

    Join Date
    Nov 2006
    Location
    Neighbourhood
    Posts
    550
    DNF$
    6,028
    Trader Rating: 41 reviews
    Have a look at www.com.co.in .you want something similar like that?.


  12. #12
    Platinum Lifetime Member
    Last Activity 03-18-2010 07:51 PM
    anatoly's Avatar

    Join Date
    Aug 2007
    Location
    Brooklyn
    Country
    Posts
    391
    DNF$
    260
    Trader Rating: 4 reviews
    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 ?


  13. #13
    Platinum Lifetime Member
    Last Activity 03-17-2010 08:09 AM
    hina's Avatar

    Join Date
    May 2008
    Location
    DomainLand
    Posts
    355
    DNF$
    510
    Trader Rating: 22 reviews
    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.



+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts