log54321_tw Posted May 24, 2007 Share Posted May 24, 2007 very cool.. Link to comment Share on other sites More sharing options...
Dhilip89 Posted May 24, 2007 Author Share Posted May 24, 2007 (edited) I want to run it just like it would run on Abyss. Putting all the scripts in cgi-bin is just to tedius. And it's not flexible enough.It would be great if someone could make a mod for Apache to do this. Someone with intimate Apache modding know-how.I just found a method of execute CGI script in any directory, just use .htaccess.This is my example of .htaccessOptions +ExecCGIAddHandler cgi-script .cgi .pl .au3Working example: http://dhilip89.hopto.org/autoit%20test/list.au3very cool..Thanks! 感谢支持~ Edited May 24, 2007 by Dhilip [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
AutoItKing Posted May 25, 2007 Share Posted May 25, 2007 I put it in the httpd.conf file. Easier for me. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
Dhilip89 Posted May 25, 2007 Author Share Posted May 25, 2007 I put it in the httpd.conf file. Easier for me. Does this script work fine for you ? [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
log54321_tw Posted May 25, 2007 Share Posted May 25, 2007 (edited) 1.) install abyss web server X1 from http://www.aprelium.com/ and install http://downloads.activestate.com/ActivePer...MSWin32-x86.msi 2.) go to the Abyss control panel ( usually http://127.0.0.1:9999/ after abyss is installed )3.) in the abyss control panel, click the Configure button next to the Default Host row in the table.4.) click Scripting paramters5.) in the INTERPRETERS table, click the Add button6.) Interface: CGI/ISAPI7.) Interpreter: C:\Perl\bin\perl.exe . If you have installed Perl in C:\Program Files\Perl, enter C:\Program Files\Perl\bin\perl.exe8.) Arguments: /ErrorStdOut9.) Type: Standard10.) in the Associated Extensions table, click Add11.) type pl cgi (type pl, space, then cgi) in the extensions, and press OK.12.) click OK13.) click OK again14.) click OK again AGAIN (again2 ?)15.) click the Restart button at the top.16.) rename cgi-bin\list.cgi to list.au317.) Done Edited May 25, 2007 by log54321_tw Link to comment Share on other sites More sharing options...
Dhilip89 Posted May 25, 2007 Author Share Posted May 25, 2007 1.) install abyss web server X1 from http://www.aprelium.com/ and install http://downloads.activestate.com/ActivePer...MSWin32-x86.msi 2.) go to the Abyss control panel ( usually http://127.0.0.1:9999/ after abyss is installed )3.) in the abyss control panel, click the Configure button next to the Default Host row in the table.4.) click Scripting paramters5.) in the INTERPRETERS table, click the Add button6.) Interface: CGI/ISAPI7.) Interpreter: C:\Perl\bin\perl.exe . If you have installed Perl in C:\Program Files\Perl, enter C:\Program Files\Perl\bin\perl.exe8.) Arguments: /ErrorStdOut9.) Type: Standard10.) in the Associated Extensions table, click Add11.) type pl cgi (type pl, space, then cgi) in the extensions, and press OK.12.) click OK13.) click OK again14.) click OK again AGAIN (again2 ?)15.) click the Restart button at the top.16.) rename cgi-bin\list.cgi to list.au317.) DoneThanks for trying to help. But the method above is not for AutoIt v3 Script, that is for Perl Script.We must use AutoIt3.exe as AutoIt v3 Script Interpreter. [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
theguy0000 Posted May 26, 2007 Share Posted May 26, 2007 those are EXACTLY my directions for installing autoit on Abyss, except he changed the path to autoit to the path to perl...except maybe with a few added steps...wtf?He even kept my little joke about14.) click OK again AGAIN (again2 ?) The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Dhilip89 Posted May 28, 2007 Author Share Posted May 28, 2007 Well, I'm working on unicode support, now it will be full unicode support.This is development preview (Version Pre-1.9):http://dhilip89.hopto.org/autoit%20test/li.../unicode%20testI'll release it later when I have done. [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Dhilip89 Posted June 6, 2007 Author Share Posted June 6, 2007 Version 1.9 Beta 1 Released!See first post! Much improvement to previous version. [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Dhilip89 Posted June 7, 2007 Author Share Posted June 7, 2007 No reply ? That's mean no one interested it [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
log54321_tw Posted June 9, 2007 Share Posted June 9, 2007 (edited) 感謝你的更新.中文顯示就沒有問題. Edited June 9, 2007 by log54321_tw Link to comment Share on other sites More sharing options...
Dhilip89 Posted June 9, 2007 Author Share Posted June 9, 2007 感謝你的更新.中文顯示就沒有問題.不用客气!EN: You're Welcome! [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Dhilip89 Posted August 7, 2007 Author Share Posted August 7, 2007 Directory Listing Script v1.9 RC1 Released. [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
randallc Posted August 8, 2007 Share Posted August 8, 2007 Hi, This looks good; but can I use it without Apache?; maybe "about:blank" etc? Thanks, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
Dhilip89 Posted August 8, 2007 Author Share Posted August 8, 2007 (edited) Hi,This looks good; but can I use it without Apache?; maybe "about:blank"etc?Thanks, RandallYou must use a web server software that is capable to execute CGI script with AutoIt script interpreter.(This is server-side scripting) Edited August 8, 2007 by Dhilip [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Dhilip89 Posted August 10, 2007 Author Share Posted August 10, 2007 194 + 81 + 11 = 286 downloads and no comment ? [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
James Posted August 20, 2007 Share Posted August 20, 2007 I would like to use on Abyss. Any ideas? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Dhilip89 Posted August 21, 2007 Author Share Posted August 21, 2007 (edited) I would like to use on Abyss. Any ideas?Firstly, follow the setup instruction in:http://www.autoitscript.com/forum/index.php?showtopic=30564After that, extract the content you'll get the following files:.\AutoIt3\Include\_Base64.au3Web.au3.\htdocs\dirlistexamples.htaccesslist.au3Copy the _Base64.au3 and Web.au3 into your AutoIt3 Include folder.Then copy all files inside htdocs folder to your http document root.http://localhost/list.au3 Edited August 21, 2007 by Dhilip [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
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