I'm trying to figure out the creation date some websites. Is this held in a field in one of the mysql tables? maybe a timestamp somewhere? I've looked through each table and I can't seem to find anything. Cheers, Benjamin
There is no such timestamp in the database. You might try to find out the creation date in the filesystem by executing: ls -la /var/www You will get a list of the site folders and their symlinks with the date. I dont think the folder and symlink date changes after the creation.
Other possibility Or - if you use webalizer - look within your stats folder to see when the first stats are created. The site was created maximum 24 hours before the first site was created.