| Server IP : 172.67.201.108 / Your IP : 216.73.216.37 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/public_html/stealsadmin/ |
Upload File : |
<cfinclude template="header.cfm">
<cfquery name="checksecurity" dataSource="#ds#">
select type,vendorid from steals.stealsvendorpeople
where peopleid = #session.id#
</cfquery>
<Cfif #checksecurity.recordcount# eq 1>
<Cfif #getuser.email# eq '[email protected]'>
<Cflocation url="superadmin.cfm" addToken="no">
</Cfif>
<!-- Left navbar-header end -->
<!-- Page Content -->
<div id="page-wrapper">
<div class="container-fluid">
<div class="row bg-title">
<div class="col-lg-3 col-md-4 col-sm-4 col-xs-12">
<h4 class="page-title">Checklist</h4>
</div>
<div class="row">
<div class="col-md-12">
<div class="white-box">
<font size=+1>
To help you get started, here are the remaining items to complete your registration and get your first offers up and running!
<p>
<font size=+2>
<Cfquery name="getpeople" dataSource="#ds#">
select * from steals.stealsvendorpeople
where vendorid = #checksecurity.vendorid#
</cfquery>
<Cfquery name="getlocations" dataSource="#ds#">
select * from steals.stealsvendorlocations
where vendorid = #checksecurity.vendorid#
</cfquery>
<Cfquery name="gettext" dataSource="#ds#">
select * from steals.stealsvendorsinfo
where vendorid = #checksecurity.vendorid#
</cfquery>
<cfquery name="getpayment" dataSource="#ds#">
select taxid,corptype from steals.stealsvendor
where vendorid = #checksecurity.vendorid#
</cfquery>
<p>
<cfif #getpeople.recordcount# eq 1><i class="fa fa-square-o"></i><cfelse><i class="fa fa-check"></i></cfif> <a href="addedituser.cfm" style="font-color:black;">Users <cfif #getpeople.recordcount# eq 1><font color="red"><b>TO DO</b></font><cfelse><font color="green"><B>DONE</B></font></cfif></a></li> <br>
<cfif #gettext.recordcount# eq 0 ><i class="fa fa-square-o"></i><cfelse><i class="fa fa-check"></i></cfif> <a href="addeditvenueinfo.cfm">Venue Information <cfif #gettext.recordcount# eq 0 or #gettext.logo# eq '' or #gettext.image# eq ''><font color="red"><b>TO DO</b></font><cfelse><font color="green"><B>DONE</B></font></cfif></a></li> <br>
<cfif #getlocations.recordcount# eq 0><i class="fa fa-square-o"></i><cfelse><i class="fa fa-check"></i></cfif> <a href="addeditlocations.cfm">Additional Locations <cfif #getlocations.recordcount# eq 0><font color="red"><b>TO DO</b></font><cfelse><font color="green"><B>DONE</B></font></cfif></a></li>
<Br>
<cfif #getpayment.taxid# eq '' or #getpayment.corptype# eq ''><i class="fa fa-square-o"></i><cfelse><i class="fa fa-check"></i></cfif> <a href="addeditpayment.cfm">Payment Information <cfif #getpayment.taxid# eq '' or #getpayment.corptype# eq ''><font color="red"><b>TO DO</b></font><cfelse><font color="green"><B>DONE</B></font></cfif></a></li>
<br>
</ul>
</font>
</div>
</div>
</div>
</div>
</div>
<cfinclude template="footer.cfm">
<Cfabort>
<cfelse>
Error, you must be the primary user to add/edit sub-users of this account.
</Cfif>
</div>
</div>
</div>
<cfinclude template="footer.cfm">