$C = file("config.txt"); if($C[0] == 1) $Private = true; else $Private = false; $Default = trim($C[1]); $Password = trim($C[2]); $Title = trim($C[3]); $PrivateYear = trim($C[4]); $OwnerName = trim($C[5]); $OwnerEmail = trim($C[6]); $OwnerWebSite = trim($C[7]); $Guestbook = trim($C[8]); $TreeLevelUp = trim($C[9]); $TreeLevelDown = trim($C[10]); $FamPass = $C[11]; $C = file("color.txt"); $Color = trim($C[0]); $LightColor = trim($C[1]); ?>