<% 'Script File to store variables '################################################################# 'Modify this only if you're using MS Access as your database databaseName = "akf.mdb" 'If you do not have MS SQL installed on your server, you should make use of Access database (Default) strServerConnection = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ="&server.mapPath("/newsletter/"&databaseName&"") 'If you're using MS SQL as your database, comment the line above and uncomment the following line below 'You'll need to configure the 'SERVER', 'DATABASE', 'UID' and 'PWD' field / You can get this information from your webhost 'strServerConnection = "PROVIDER=MSDASQL; DRIVER={SQL Server}; SERVER=SERVERNAME; DATABASE=myDatabase; UID=myUserName; PWD=myPassword" 'If you run your own server and know how to handle ODBC sources / System DNS, you can comment all lines above and uncomment the one below 'strServerConnection = "myDatabase;;" '################################################################# 'Change this to reflect your domain name / website URL 'You can use subdomain names also - e.g : subdomain.yourDomain.com 'Do not insert http:// in front of your domain name / url 'You can add a www in front of your domain if you need to - e.g : www.yourDomain.com DomainName = "www.animalkingdomfoundation.org" 'Change this to reflect your company name CompanyName = "Animal Kingdom Foundation" 'Change this to reflect your email users. This will be shown when you email your users in your newsletter. PostmasterEmail = "akfadvocates@gmail.com" '################################################################# 'Please do not edit the variables below or you might confuse yourself when you download new versions scriptVersion = "1.1.2" %>