| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 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/nympadmin/ |
Upload File : |
<Cfquery name="Geter" dataSource="#ds#"> select * from ParentsListings where advertiser = 1 and delflag = 0 and hide = 0 order by region,name </cfquery> <table cellpadding="4" cellspacing="0" border="1"> <tr><td>ID</td> <td>Name</td> <td>Region</td> <td>Addt'l</td> <td>Added</td> <td>Updated</td> <td>Updated By</td> <td>Tabbed</td> </tr> <Cfoutput query="Geter"> <Tr <Cfif name eq name[currentrow-1]>bgcolor="##d4d4d4"</Cfif>> <Td>#id#</Td> <Td> <a href="https://admin.nymetroparents.com/listingseditpk.cfm?id=#Geter.id#&table=ParentsListings&cat=0&catid=0">#name#</a> </Td><td>#region# </td> <td style="padding:4px;">#regionsmore#</td> <td style="padding:4px;">#dateformat(dateadded,'m/d/yyyy')#</td> <td style="padding:4px;">#dateformat(lastupdated,'m/d/yyyy')#</td> <td style="padding:4px;">#updatedby#</td> <Td><cfif #newmicrosite# eq 1>Tabbed</cfif> <cfif #newmicrosite# eq 2>Single Page</cfif> </Td> </tr> <!--- <Td>#address#</Td>---> <Cfif delflag eq 1><Td bgcolor="pink"> DELETED </Td> <!--- <cfquery name="getsites" datasource="#ds#"> select * from issueguide where pkid = #geter.id# order by id </cfquery> <cfif #getsites.recordcount# gt 0> <td style="background-color: green"> HAS DIRECTORY </td> </cfif> ---> </Cfif> </Tr> </Cfoutput> </table>