PHP Whois Manager
Project ID: 1283858025
Project Details
- Status: Closed (Cancelled)
- Posted: 9/7/2010 at 7:13 EST
- Cancelled: 10/20/2010 at 0:18 EST
- Project Creator:
- Budget: $10-200
- Description: I am looking for someone to develop a simple domain name record keeping script.
The functions required are CRUD domains, registrars and owners. For any domain that is in the system we need to be able to retrieve the details of the expiry date from WHOIS and update our record in the database.
I had envisaged the application being built using the cakePHP framework, however will be happy with any well written OO application or other well known framework.
The developer selected will need to show good understanding of the brief in the proposal and outline what frameworks / libraries will be employed in delivering the solition
TLDs that must be supported for WHOIS lookup and parsing are:
.com
.net
.org
.biz
.co.nz
.com.au
.net.au
.org.au
.co.uk
.tv
.asia
.info
.mobi
The proposed model for the application currently looks like this:
-- --------------------------------------------------------
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 07, 2010 at 08:22 PM
-- Server version: 5.0.91
-- PHP Version: 5.2.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `domain_registry`
--
-- --------------------------------------------------------
--
-- Table structure for table `domains`
--
CREATE TABLE IF NOT EXISTS `domains` (
`id` int(3) unsigned NOT NULL auto_increment,
`domain` varchar(255) NOT NULL COMMENT 'domain name, eg: google.com.au',
`date_registered` date NOT NULL,
`date_expires` date NOT NULL,
`registrar_id` int(3) unsigned NOT NULL,
`updated` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`status` enum('active','discard','inactive') NOT NULL default 'active' COMMENT 'flag only, used for searching, no other function at present',
`owner_id` int(3) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `owners`
--
CREATE TABLE IF NOT EXISTS `owners` (
`id` int(3) unsigned NOT NULL auto_increment,
`name` varchar(255) NOT NULL COMMENT 'company / registrant',
`contact` varchar(255) NOT NULL COMMENT 'contact person name',
`email` varchar(255) NOT NULL COMMENT 'contact person email',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `registrars`
--
CREATE TABLE IF NOT EXISTS `registrars` (
`id` int(3) unsigned NOT NULL auto_increment,
`registrar` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
`user` varchar(20) NOT NULL,
`pass` varchar(20) NOT NULL,
`whois` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
- Tags:
| Project Bids |
| Programmer | Bid |
Delivery Time | Time of Bid | Rating | |
| dreamweb2010 | $30 | 3 days | 10/3/2010 at 12:00 EST | (2 reviews) |
|
| I am ready now | |||||
| lawrencepgmr | $40 | 3 days | 9/7/2010 at 11:59 EST | (5 reviews) |
|
| Hello Sir, My name is Lawrence. I am a PHP Programmer with 4+ years of experience. I have done several projects in web hosting and e-commerce industry. I assure 100% quality product. No need of Escrow Thanks in advance | |||||
| phpmaster99 | $45 | 2 days | 10/1/2010 at 15:17 EST | (No Feedback Yet) | |
| Please check PMB. | |||||
| jackscriptlancer | $49 | 1 day | 9/7/2010 at 7:18 EST | (No Feedback Yet) | |
| PM me, sir. Will be better. | |||||
| las3r |
$160 | 2 days | 9/7/2010 at 7:56 EST | (86 reviews) |
|
| Here's my bid as per PMB specification :) You can't go wrong with a certified programmer! Cheers, Erik | |||||
| jadezuniga | $200 | Immediately | 9/8/2010 at 9:55 EST | (No Feedback Yet) | |
| Hello, You can always argue with the price but not the quality. I can deliver what you need for your project. I am new here at freelancer but I have already 6 years of experience in web development on my belt. I am currently employed as a senior web developer specialized in PHP, mySQL, HTML, APACHE, Linux, etc... But I am willing to go for an extra mile. If given a chance, we can negotiate with costings... If you have comments and suggestions please let me know. Thanks.. | |||||
| detox | $200 | 7 days | 10/9/2010 at 8:33 EST | (No Feedback Yet) | |
| Hi. I can start from now. Thanks for reply. | |||||
| cipvtl | $200 | 10 days | 9/7/2010 at 8:18 EST | (1 review) |
|
| Hi - Can we discuss further? Thanks, ad | |||||
| coderxo |
$285 | 5 days | 9/7/2010 at 9:22 EST | (370 reviews) |
|
| pls chk pmb | |||||
| hariomtechnologies | $300 | 4 days | 9/21/2010 at 7:03 EST | (82 reviews) |
|
| Please check personal message board . Our rank is in top 20 programmers of scriptlance and 12th in certified members. We are a certified team (https://www.scriptlance.com/certified.shtml) . Please give this project to us . We look forward to serving you with the very best . | |||||






