| 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="getstuff" datasource="#ds#"> select distinct source1 from ParentsListings0610np where source1 <> '' order by source1 </cfquery> <cfloop from="1" to="#getstuff.recordcount#" index="i"> <Cfquery name="getm" datasource="#ds#"> select * from ParentsListings0610np where source1 = '#getstuff.source1[i]#' or source2 = '#getstuff.source1[i]#' or source3 = '#getstuff.source1[i]#' or source4 = '#getstuff.source1[i]#' or source5 = '#getstuff.source1[i]#' or source6 = '#getstuff.source1[i]#' or source7 = '#getstuff.source1[i]#' or source8 = '#getstuff.source1[i]#' or source9 = '#getstuff.source1[i]#' or source10 = '#getstuff.source1[i]#' order by name </CFQUERY> <Cfoutput> <span class="Category"><font size=+2 color="red"><b><strong>#getstuff.source1[i]#</strong></b></font></span> <p></cfoutput> <cfoutput query="getm"> <Cfif #dat# eq 'sb'> <Cfif #dat# eq 'sb'><b></cfif> <font size=+1><span class="adv name">#name#</span></font> <br><span class="adv list"> <cfif #address# is not ''>#address#, #city#<br></cfif> <Cfif #phone# is not ''>#phone#<br /> </CFIF> <cfif #getm.multiple# is not ''> <cfset spec = ReReplace(getm.multiple,"#chr(13)##chr(10)#","<br>","ALL")> #spec#<br /><br> </cfif></span> <cfif #url# is not ''><span class="adv url"><em>#url#</em></span><br /> </cfif> <Cfif #dat# eq 'sb'></b></cfif> <p> <cfelse> <Cfif #dat# eq 'sb'><b></cfif> <font size=+1><span class="non adv name">#name#</span></font> <br><span class="non adv list"> <cfif #address# is not ''>#address#, #city#<br></cfif> <Cfif #phone# is not ''>#phone#<br /> </CFIF> <cfif #getm.multiple# is not ''> <cfset spec = ReReplace(getm.multiple,"#chr(13)##chr(10)#","<br>","ALL")> #spec#<br /><br> </cfif></span> <cfif #url# is not ''><span class="non adv url"><em>#url#</em></span><br /> </cfif> <Cfif #dat# eq 'sb'></b></cfif> <p> </cfif> </cfoutput> </cfloop>