| 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/public_html/newadmin/ |
Upload File : |
<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;">
<cfparam name="form.repeat" default="1">
<CFSET CurrentDateTime = #CreateODBCDateTime(Now())#>
<cfquery name="getcrap" datasource="#ds#">
select *
from columntable
where id = #url.id#
</cfquery>
<CFSET CurrentDateTime = #CreateODBCDateTime(Now())#>
<cfloop from="1" to="#form.repeat#" index="i">
<CFQUERY datasource="#ds#">
INSERT INTO columntable(title,mainswap,showad,showinfolink,keywords,blurb,columnnum,copy,displayfeedback,displaymore,displaytitle,status,datesubmitted,mag)
VALUES ('#getcrap.title#','#getcrap.mainswap#',#getcrap.showad#,#getcrap.showinfolink#,'#getcrap.keywords#','#getcrap.blurb#',#getcrap.columnnum#,'#getcrap.copy#','#getcrap.displayfeedback#','#getcrap.displaymore#','#getcrap.displaytitle#',0,#currentdatetime#,#getcrap.mag#)
</CFQUERY>
</cfloop>
<cfquery name="getid" datasource="#ds#">
select id
from columntable
order by id desc
limit 0,1
</cfquery>
<cfif #form.repeat# eq 1>
<cflocation url="editcol3335.cfm?id=#getid.id#&new=on" addtoken="no">
<Cfelse>
<Cflocation url="columnadmin.cfm" addtoken="no">
</cfif>
</div>
<!--Footer-part-->
<br><br><br><br>
<cfinclude template="footer.cfm">