Quote:
Originally Posted by ihtikk
Have you used any tuts for that?
|
Should just be simple.
Simple php cms and small database.
Table 1: thedomain
ID | domain | domainextention | domainexpiredate | registrar |domaintags
Table 2: domaincateories
catid | catname | catcount
Table 3: association
id | catid | domainid
Table 4: todos
id | domainid | insertdate | duedate | tasktitle | task
In Table1 you can then start entering domains, and their expiry so you are notified before they expire & registrar id so you know where to go and renew. Domaintags so you can easily search domains.
In Table2 you enter the cateagory names, so a tad bit of organisation.
In Table3 you enter catid and domainid so you can add a domain to multiple catagories therefore not limiting.
And Table4 for a simple todo list.
Then you have a simpe management of all your domains.
You could go further entering registrars, so you can compare/transfer domains comparing to price. You could also use the same system to park your domains showing different template/title/keywords. Or use same system to take bids/offers for domain.
Id definetly go for an online solution. 600+ domains! you must receave a lot of spam!
__________________
FunShed.com .. Offline due to re-development.
Last edited by FunShed.com; 08-25-2008 at 02:24 PM..
|