http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1421
Furthermore, in this TCL I have a bit of code done by myself which I dont think anyone else could add as it is 100%. The code of mine is:
Code: Select all
set regstatus2 [string tolower $regstatus]
if {$regstatus2 == "pending"} {
set regstatus "\00312$regstatus"
} elseif {$regstatus2 == "incoming"} {
set regstatus "\00308$regstatus"
} elseif {$regstatus2 == "rejeced"} {
set regstatus "\00304$regstatus"
} elseif {$regstatus2 == "accepted"} {
set regstatus "\00309$regstatus"
} elseif {$regstatus2 == "ready for review"} {
set regstatus "\00306$regstatus"
} elseif {$regstatus2 == "cancelled by the applicant"} {
set regstatus "\00314$regstatus"
}So I request who so ever the admin of that websiteis, to remove his name or the TCL or change the author name.
Thanks
iamdeath