How to wrap console utils in webserver
I have a big dataset (100Mbs/day) and a bunch of console a TCL/TK tools to view it – I want to turn it into a web app that I can build, and others can maintain.
How can I run a script/subroutine on a Web Server and have that subroutine remain private (eg. Key Generator)?
My Problem: I have been tasked with re-implementing a software key generator routine on an external web server running cPanel v.11.44.1.18. Currently, the key generator is implemented using a proprietary Database Management System (DBMS) which we run on a local server.
How can I run a script/subroutine on a Web Server and have that subroutine remain private (eg. Key Generator)?
My Problem: I have been tasked with re-implementing a software key generator routine on an external web server running cPanel v.11.44.1.18. Currently, the key generator is implemented using a proprietary Database Management System (DBMS) which we run on a local server.
cgi script synatx error near “$contents{“
I have been attempting to update an old cgi script, cgi script that is set to strict mode and warnings that catches most other errors. Most have been addressed except for this last one. Attempting to find a solution online elsewhere have been fruitless.