| 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 : |
<cfinclude template="/header.cfm">
<cfif parameterexists(Session.email) and (Session.email IS NOT -1) and (#getuser.accesslevel# eq 100)>
<cfif parameterexists(url.edit)>
<CFQUERY datasource="#ds#">
UPDATE pkmastersource2011 SET
catname = '#form.name#',
description = '#form.description#',
regionaldescription = '#form.regionaldescription#',
rocklanddescription = '#form.rocklanddescription#'
WHERE id = #form.id#
</CFQUERY>
<cflocation url="addmainbestbetcategory2011.cfm" addtoken="no">
<cfelse>
<div id="content">
<div id="content-header">
</div>
<div class="container-fluid" style="margin-left:200px;">
<cfquery name="getcolumn" datasource="#ds#">
select *
from pkmastersource2011
where id = #url.id#
</cfquery>
<table width=600><tr><td>
<div align="center"><font face=verdana size=+1><strong>Edit Category</strong></font>
<br>
<cfoutput>
<FORM action="editmainbestbetcategory2011.cfm?edit=on" method=post >
<br>
<input NAME="ID" SIZE="70" value="#getcolumn.id#" type="hidden">
<table cellspacing=5 cellpadding=5>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" >Category Name:</font></b>
</td><td>
<input NAME="name" SIZE="70" value="#getcolumn.catname#">
</td></tr>
<tr>
<td style="padding:5px;" >
<b><font SIZE="-1" FACE="verdana" >Category Description:</font></b>
</td><td style="padding:5px;" >
<textarea rows="10" cols="60" name="description">#getcolumn.description#</textarea>
</td></tr>
<tr>
<td style="padding:5px;" >
<b><font SIZE="-1" FACE="verdana" >Regional Description (use REGION to auto-replace):</font></b>
</td><td style="padding:5px;" >
<textarea rows="10" cols="60" name="regionaldescription">#getcolumn.regionaldescription#</textarea>
</td></tr>
<tr>
<td style="padding:5px;" >
<b><font SIZE="-1" FACE="verdana" >Rockland Description (use REGION to auto-replace):</font></b>
</td><td style="padding:5px;" >
<textarea rows="10" cols="60" name="rocklanddescription">#getcolumn.rocklanddescription#</textarea>
</td></tr>
</cfoutput>
</table>
<center><b><input type="submit" Value="Update Site"></b></center>
</center><br>
</form>
</td></tr></table>
</cfif>
</cfif>
<cfinclude template="footer.cfm">