Date of site creation

Discussion in 'General' started by bwragg, Nov 30, 2006.

  1. bwragg

    bwragg New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. Hans

    Hans Moderator Moderator

    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.
     
  4. bwragg

    bwragg New Member

    thanks hans and till. That should be good enough for what I need.

    Cheers,

    Benjamin
     

Share This Page