csfui.pl contains 3 unnclosed tags

Post Reply
Ilia
Junior Member
Posts: 98
Joined: 09 Feb 2013, 08:47

csfui.pl contains 3 unnclosed tags

Post by Ilia »

I have being modifying csfui.pl and found out 3 unclosed tags:

Please search trought the csfui.pl file with pattern:

Code: Select all

'\n
And you will find:

Code: Select all

print "<table align='center' border='0' cellspacing='0' cellpadding='4' bgcolor='FFFFFF' style='border:1px solid #990000'\n";  # Line 269

print "<table align='center' border='0' cellspacing='0' cellpadding='4' bgcolor='FFFFFF' style='border:1px solid #990000'\n";  # Line 1151

print "<tr bgcolor='#F4F4EA'><th align='left'>Firewall Security Level</th></tr><tr><td align='left'><table width='100%' cellpadding='4' cellspacing='0' align='center' bgcolor='FFFFFF' style='border:1px solid #990000'\n";  #Line 1214
Please fix it!
marty
Junior Member
Posts: 26
Joined: 08 Feb 2009, 12:23
Location: about 15 miles SE of Chirpy ;)

Re: csfui.pl contains 3 unnclosed tags

Post by marty »

Hi Ilia, it looks like your request/command/demand has been actioned in version 6.10

Code: Select all

Line 269,270:
        print "<table align='center' border='0' cellspacing='0' cellpadding='4' bgcolor='FFFFFF' style='border:1px solid #990000'>\n";
        print "<tr><th>&nbsp;</th><th>A/D</th><th>IP address</th><th>Port</th><th>Dir</th><th>Time To Live</th><th>Comment</th></tr>\n";

Line 1189,1190
        print "<table align='center' border='0' cellspacing='0' cellpadding='4' bgcolor='FFFFFF' style='border:1px solid #990000'>\n";
        print "<tr bgcolor='#FFFFFF'><td><b>IP Address</b></td><td><b>Deny All Access to IP</b></td></tr>\n";
 
Line 1252
        print "<tr bgcolor='#F4F4EA'><th align='left'>Firewall Security Level</th></tr><tr><td align='left'><table width='100%' cellpadding='4' cellspacing='0' align='center' bgcolor='FFFFFF' style='border:1px solid #990000'>\n";
Let's! be! Careful! about improper! use of! Exclamation Points! eh?

Thank You Configserver!!!!!!!!!!!!!!!!!!!!!!!!! ;)
Post Reply