| 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/public_html/stealsadmin/ |
Upload File : |
<cfset myArray = ["BeautyHealth", "CarServices", "CulturalArts", "FamilyFun","Museums","Nightlife","Restaurants","Shopping","Theater","ToursAttractions"] > <!--- and lastupdated > '2018-03-01' ----> <cfset myArray = [ "CulturalArts", "Nightlife","ToursAttractions"] > <cfsetting requesttimeout=5000> <table border="1" cellspacing="0" cellpadding="4"> <cfloop array="#myArray#" index="idx"> <cfquery name="geter" datasource="cityguidero"> select * from #idx# where hide = 0 </cfquery> <Cfoutput query="Geter"> <tr> <Td>#idx#</Td> <td>#name#</td> <td>#address#</td> <td>#city#</td> <td>#state#</td> <td>#zip#</td> <td>#phone#</td> <td>#website#</td> <td> <Cfif #geter.email2020# is not '-1' and #geter.email# does not contain '@'> <cfquery name="findcontact" datasource="cityguidero"> select contactemail from ActivityPlanner where name like '%#name#%' and contactemail <> '' order by id desc limit 0,1 </cfquery> <cfif #findcontact.recordcount# eq 0> <cfquery name="upds" datasource="#ds#"> update #idx# set email2020 = '-1' where id = #id# </cfquery> <cfelse> <cfquery name="upds" datasource="#ds#"> update #idx# set email2020 = '#findcontact.contactemail#' where id = #id# </cfquery> </cfif> </Cfif> <cfif #geter.email# contains '@'> #geter.email# </cfif> </td> </tr> </Cfoutput> </cfloop> </table>