Join Kogers.com
Kogers.com is a website built by the Koger family for the Koger family. If you are related to or a member of the Koger family, we invite you to join. Although this is a family site it is not a freely usable site. Content considered indecent or puerile is not allowed.
All requests to join Kogers.com are moderated and will be processed manually to authenticate the new user.
Users can join in order to have a web page, access to the posting family blogs and/or an email address. The websites can be either http://xxxxx.kogers.com or http://www.kogers.com/family/people/xxx. The format for email is xxxxx@kogers.com and is hosted by MSN/Hotmail. All addresses are available on a first come first served basis.
Currently we do not charge for this service and it is our hope that it will not be abused and can continue to be offered to our family and relations as a free service. If you wish to support the ongoing cost of the website you may select to donate or subscribe to kogers.com through either of the buttons to the right. We limit all donations to a maximum of 25.00 and subscriptions are set at 2.50 a month. All fees go to supporting the monthly costs for hosted servers and/or hardware requirements for development of the site. In the event that fees go beyond our monthly costs we will consider expanding the services.
<% Dim oConn, oRs Dim qry, connectstr Dim db_name, db_username, db_userpassword Dim db_server db_server = "p3swhsql-v10.shr.phx3.secureserver.net" db_name = "KogerFamily" db_username = "KogerFamily" db_userpassword = "XPD8#marks" fieldname = "uname" tablename = "siteRequests" connectstr = "Driver={SQL Server};SERVER=" & db_server & ";DATABASE=" & db_name & ";UID=" & db_username & ";PWD=" & db_userpassword Set oConn = Server.CreateObject("ADODB.Connection") oConn.Open connectstr qry = "SELECT uname FROM " & tablename Set oRS = oConn.Execute(qry) Do until oRs.EOF oRS.MoveNext Loop oRs.Close Set oRs = nothing Set oConn = nothing %>