Home | History | Annotate | Download | only in examples

Lines Matching defs:cgi

3 """CGI shell server
20 import socket, random, string, traceback, cgi, time, getopt, getpass, threading, resource, signal
229 """This handles the request if this script was called as a cgi.
238 form = cgi.FieldStorage()
291 This handles things if the script was not called as a CGI
479 // load_url_to_screen('cgishell.cgi?ajax=serverstart&username=' + escape(username) + '&password=' + escape(password);
483 load_url_to_screen('cgishell.cgi?ajax=refresh&sid=%(SID)s');
487 load_url_to_screen('cgishell.cgi?ajax=hash&sid=%(SID)s');
491 load_url_to_screen('cgishell.cgi?ajax=cursor&sid=%(SID)s');
495 load_url_to_screen('cgishell.cgi?ajax=exit&sid=%(SID)s');
512 load_url_to_screen('cgishell.cgi?ajax=send&sid=%(SID)s&arg=' + escape(ch));
625 <form id="form" name="form" action="/cgi-bin/cgishell.cgi" method="POST">