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/bs_secondAdmin.asp
<!-- #include file="begin.asp"-->


<!-- #include file="bs_security.asp"--><!-- #include file="includes/header.asp"--><!-- #include file="bs_initBack.asp"--><!-- #include file="bs_header.asp"--><%=getBOHeader(btn_Setup)%><%=getBOSetupMenu(btn_Security)%><%if logon.currentPW=customer.secondAdmin.sPassword then Response.Redirect ("bs_default.asp")
dim secAdmin
set secAdmin=new cls_secondAdmin
if isLeeg(secAdmin.sPassword) then Response.Redirect ("bs_secondAdminPW.asp")
dim postback
postback=convertBool(Request.Form ("postback"))
if postback then
secAdmin.getRequestValues()
end if
select case Request.Form ("btnaction")
case l("save")
checkCSRF()
secAdmin.getRequestValues()
if secAdmin.save() then message.Add("fb_saveOK")
case l("delete")
checkCSRF()
secAdmin.delete()
Response.redirect ("bs_applyTotalPW.asp")
end select %><form action=bs_secondAdmin.asp method=post name=mainform><%=QS_secCodeHidden%><p align=center><%=l("explsecondadmin")%></p><input type="hidden" name=postback value="<%=true%>" /><table align=center width=700 cellpadding="2"><tr><td colspan=2 class=header><%=l("step12ndadmin")%>: OK &nbsp;&nbsp; <%=getArtLink("bs_secondAdminPW.asp","Change","","","")%></td></tr><tr><td class=header colspan=2><%=l("step22ndadmin")%></td></tr><tr><td valign=top><table><tr><td class=QSlabel>Page/Add new</td><td><input type=checkbox name=bPagesAdd value="<%=true%>" <%=convertChecked(secAdmin.bPagesAdd)%> /></td></tr><tr><td class=QSlabel>Page/Manage password</td><td><input type=checkbox name=bPagesPW value="<%=true%>" <%=convertChecked(secAdmin.bPagesPW)%> /></td></tr><tr><td class=QSlabel>Page/Move</td><td><input type=checkbox name=bPagesMove value="<%=true%>" <%=convertChecked(secAdmin.bPagesMove)%> /></td></tr><tr><td class=QSlabel>Page/Delete</td><td><input type=checkbox name=bPagesDelete value="<%=true%>" <%=convertChecked(secAdmin.bPagesDelete)%> /></td></tr><tr><td class=QSlabel>Page/Edit title</td><td><input type=checkbox name=bPageTitle value="<%=true%>" <%=convertChecked(secAdmin.bPageTitle)%> /></td></tr><tr><td class=QSlabel>Page/Edit content</td><td><input type=checkbox name=bPageBody value="<%=true%>" <%=convertChecked(secAdmin.bPageBody)%> /></td></tr><tr><td class=QSlabel>Page/Set order</td><td><input type=checkbox name=bPageOrder value="<%=true%>" <%=convertChecked(secAdmin.bPageOrder)%> /></td></tr><tr><td class=QSlabel>Page/Switch On-Offline</td><td><input type=checkbox name=bPagePublish value="<%=true%>" <%=convertChecked(secAdmin.bPagePublish)%> /></td></tr><tr><td class=QSlabel>Page/Set homepage</td><td><input type=checkbox name=bPageSetHomepage value="<%=true%>" <%=convertChecked(secAdmin.bPageSetHomepage)%> /></td></tr><tr><td class=QSlabel>Page/Edit Userfriendly URL</td><td><input type=checkbox name=bPageUFL value="<%=true%>" <%=convertChecked(secAdmin.bPageUFL)%> /></td></tr><tr><td class=QSlabel>Page/Set applicationpath</td><td><input type=checkbox name=bApplicationpath value="<%=true%>" <%=convertChecked(secAdmin.bApplicationpath)%> /></td></tr><tr><td class=QSlabel>Page/Set feed</td><td><input type=checkbox name=bPageFeed value="<%=true%>" <%=convertChecked(secAdmin.bPageFeed)%> /></td></tr><tr><td class=QSlabel>Page/Set catalog</td><td><input type=checkbox name=bPageCatalog value="<%=true%>" <%=convertChecked(secAdmin.bPageCatalog)%> /></td></tr><tr><td class=QSlabel>Page/Set form</td><td><input type=checkbox name=bPageForm value="<%=true%>" <%=convertChecked(secAdmin.bPageForm)%> /></td></tr><tr><td class=QSlabel>Page/Set theme</td><td><input type=checkbox name=bPageTheme value="<%=true%>" <%=convertChecked(secAdmin.bPageTheme)%> /></td></tr><tr><td class=QSlabel>Page/Set template</td><td><input type=checkbox name=bPageTemplate value="<%=true%>" <%=convertChecked(secAdmin.bPageTemplate)%> /></td></tr><tr><td class=QSlabel>Page/Set refresh</td><td><input type=checkbox name=bPageRefresh value="<%=true%>" <%=convertChecked(secAdmin.bPageRefresh)%> /></td></tr><tr><td class=QSlabel>Page/Set title-tag</td><td><input type=checkbox name=bPageTitleTag value="<%=true%>" <%=convertChecked(secAdmin.bPageTitleTag)%> /></td></tr><tr><td class=QSlabel>Page/Set keywords-tag</td><td><input type=checkbox name=bPageKeywords value="<%=true%>" <%=convertChecked(secAdmin.bPageKeywords)%> /></td></tr><tr><td class=QSlabel>Page/Set description-tag</td><td><input type=checkbox name=bPageDescription value="<%=true%>" <%=convertChecked(secAdmin.bPageDescription)%> /></td></tr><tr><td class=QSlabel>Page/Set header-tag</td><td><input type=checkbox name=bPageAdditionalHeader value="<%=true%>" <%=convertChecked(secAdmin.bPageAdditionalHeader)%> /></td></tr><tr><td class=QSlabel>Page/Set RSS-link</td><td><input type=checkbox name=bPageUrlRSS value="<%=true%>" <%=convertChecked(secAdmin.bPageUrlRSS)%> /></td></tr></table></td><td valign=top width="50%"><table><tr><td class=QSlabel><%=l("setup")%>/<%=l("general")%></td><td><input type=checkbox name=bSetupGeneral value="<%=true%>" <%=convertChecked(secAdmin.bSetupGeneral)%> /></td></tr><tr><td class=QSlabel><%=l("setup")%>/<%=l("pageelements")%></td><td><input type=checkbox name=bSetupPageElements value="<%=true%>" <%=convertChecked(secAdmin.bSetupPageElements)%> /></td></tr><tr><td class=QSlabel><%=l("setup")%>/<%=l("stats")%></td><td><input type=checkbox name=bStats value="<%=true%>" <%=convertChecked(secAdmin.bStats)%> /></td></tr><tr><td class=QSlabel><%=l("setup")%>/<%=l("templates")%></td><td><input type=checkbox name=bTemplates value="<%=true%>" <%=convertChecked(secAdmin.bTemplates)%> /></td></tr>
<tr><td class=QSlabel><%=l("setup")%>/Cookie warning</td><td><input type=checkbox name=bCookieWarning value="<%=true%>" <%=convertChecked(secAdmin.bCookieWarning)%> /></td></tr>
<tr><td class=QSlabel><%=l("setup")%>/Custom 404</td><td><input type=checkbox name=bCustom404 value="<%=true%>" <%=convertChecked(secAdmin.bCustom404)%> /></td></tr>
<tr><td colspan=2><hr /></td></tr><tr><td class=QSlabel><%=l("constants")%></td><td><input type=checkbox onclick="javascript:document.mainform.submit();" name=bHomeConstants value="<%=true%>" <%=convertChecked(secAdmin.bHomeConstants)%> /></td></tr><%if secAdmin.bHomeConstants and customer.bApplication then%><tr><td class=QSlabel> &gt; ASP/VBScript</td><td><input type=checkbox name=bHomeVBScript value="<%=true%>" <%=convertChecked(secAdmin.bHomeVBScript)%> /></td></tr><%end if%><tr><td class=QSlabel><%=l("files")%></td><td><input type=checkbox name=bFiles value="<%=true%>" <%=convertChecked(secAdmin.bFiles)%> /></td></tr><tr><td class=QSlabel><%=l("forms")%></td><td><input onclick="javascript:document.mainform.submit();" type=checkbox name=bForms value="<%=true%>" <%=convertChecked(secAdmin.bForms)%> /></td></tr><%if secAdmin.bForms then%><tr><td class=QSlabel> &gt; <%=l("forms")%>-<%=l("data")%></td><td><input type=checkbox name=bFormExport value="<%=true%>" <%=convertChecked(secAdmin.bFormExport)%> /></td></tr><%end if%><tr><td class=QSlabel><%=l("intranet")%></td><td><input onclick="javascript:document.mainform.submit();" type=checkbox name=bIntranet value="<%=true%>" <%=convertChecked(secAdmin.bIntranet)%> /></td></tr><%if secAdmin.bIntranet then%><tr><td class=QSlabel> &gt; <%=l("intranet")%>/<%=l("setup")%></td><td><input type=checkbox name=bIntranetSetup value="<%=true%>" <%=convertChecked(secAdmin.bIntranetSetup)%> /></td></tr><tr><td class=QSlabel> &gt; <%=l("intranet")%>/<%=l("contacts")%></td><td><input type=checkbox onclick="javascript:document.mainform.submit();" name=bIntranetContacts value="<%=true%>" <%=convertChecked(secAdmin.bIntranetContacts)%> /></td></tr><%if secAdmin.bIntranetContacts then%><tr><td class=QSlabel> &gt; <%=l("intranet")%>/<%=l("mailings")%></td><td><input type=checkbox name=bIntranetMail value="<%=true%>" <%=convertChecked(secAdmin.bIntranetMail)%> /></td></tr><%end if
end if%><tr><td class=QSlabel><%=l("catalog")%></td><td><input type=checkbox name=bCatalog value="<%=true%>" <%=convertChecked(secAdmin.bCatalog)%> /></td></tr><tr><td class=QSlabel><%=l("feed")%></td><td><input type=checkbox name=bFeed value="<%=true%>" <%=convertChecked(secAdmin.bFeed)%> /></td></tr><tr><td class=QSlabel><%=l("gallery")%></td><td><input type=checkbox name=bGallery value="<%=true%>" <%=convertChecked(secAdmin.bGallery)%> /></td></tr><tr><td class=QSlabel>Polls</td><td><input type=checkbox name=bPoll value="<%=true%>" <%=convertChecked(secAdmin.bPoll)%> /></td></tr><tr><td class=QSlabel><%=l("guestbook")%></td><td><input type=checkbox name=bGuestbook value="<%=true%>" <%=convertChecked(secAdmin.bGuestbook)%> /></td></tr><tr><td class=QSlabel>Popups</td><td><input type=checkbox name=bPopup value="<%=true%>" <%=convertChecked(secAdmin.bPopup)%> /></td></tr><%if customer.bEnableNewsletters then%><tr><td class=QSlabel>Newsletters</td><td><input type=checkbox name=bNewsletter value="<%=true%>" <%=convertChecked(secAdmin.bNewsletter)%> /></td></tr><%end if%><tr><td class=QSlabel>Availability Calendars</td><td><input type=checkbox name=bAvailabilityCal value="<%=true%>" <%=convertChecked(secAdmin.bAvailabilityCal)%> /></td></tr><tr><td class=QSlabel>Shopping Cart</td><td><input type=checkbox name=bShoppingCart value="<%=true%>" <%=convertChecked(secAdmin.bShoppingCart)%> /></td></tr><tr><td class=QSlabel><%=l("themes")%></td><td><input type=checkbox name=bTheme value="<%=true%>" <%=convertChecked(secAdmin.bTheme)%> /></td></tr><tr><td colspan=2><hr /></td></tr><tr><td><input class="art-button" type=submit onclick="javascript:return confirm('<%=l("areyousure")%>');" value="<% =l("save")%>" name=btnaction /><input class="art-button" type=submit onclick="javascript:return confirm('<%=l("areyousure")%>');" value="<% =l("delete")%>" name=btnaction /></td></tr></table></td></tr></table></form><%set secAdmin=nothing%><!-- #include file="bs_endBack.asp"--><!-- #include file="includes/footer.asp"-->