xroot Posted April 21, 2008 Posted April 21, 2008 I wrote this Com/Dll (cgiweb.dll) to do the CGI front end for my Autoit3 scripts.It is simple and easy to use. Register the Dll by running "regsvr32.exe cgiweb.dll".Check out the readme.txt file and the 2 sample scripts.One will show the CGI Environment Variables (cgienvvar.au3) and the other is an Access MDB sample (cgisampledb.au3).After you compile the scripts:Put the "cgienvvar.exe" in your web server root directory along with the *.gif,*.htm.Put the "cgisampledb.exe" and the sample.mdb in your /cgi-bin/ directory.To run Access MDB sample from your web server type in http://YOUR WEB SERVER/sampleDB.htmand click the "All" button.To run CGI Environment Variables type in http://YOUR WEB SERVER/cgienvvar.exeYou can put a "?" along with some data and watch the QUERY_STRING change.ex: http://YOUR WEB SERVER/cgienvvar.exe?somedataI use Microsoft-IIS/5.1 and all works fine, anyother web servers I do not know, they should but mightneed to be tweaked.Good Luck!cgiweb.zip
ptrex Posted April 22, 2008 Posted April 22, 2008 @xroot Not much of replies ?! seems that not a lot a people are into CGI. I haven't tested it yet but it seems a nice add-on for AU3 !! regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now