Jump to content

Directory Listing v1.9 RC1 (Update: 07-08-07)


Dhilip89
 Share

Recommended Posts

  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 .htaccess

Options +ExecCGI

AddHandler cgi-script .cgi .pl .au3

Working example: http://dhilip89.hopto.org/autoit%20test/list.au3

very cool..

Thanks! 感谢支持~ Edited 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

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

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 paramters

5.) in the INTERPRETERS table, click the Add button

6.) Interface: CGI/ISAPI

7.) Interpreter: C:\Perl\bin\perl.exe . If you have installed Perl in C:\Program Files\Perl, enter C:\Program Files\Perl\bin\perl.exe

8.) Arguments: /ErrorStdOut

9.) Type: Standard

10.) in the Associated Extensions table, click Add

11.) type pl cgi (type pl, space, then cgi) in the extensions, and press OK.

12.) click OK

13.) click OK again

14.) click OK again AGAIN (again2 ?)

15.) click the Restart button at the top.

16.) rename cgi-bin\list.cgi to list.au3

17.) Done

Edited by log54321_tw
Link to comment
Share on other sites

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 paramters

5.) in the INTERPRETERS table, click the Add button

6.) Interface: CGI/ISAPI

7.) Interpreter: C:\Perl\bin\perl.exe . If you have installed Perl in C:\Program Files\Perl, enter C:\Program Files\Perl\bin\perl.exe

8.) Arguments: /ErrorStdOut

9.) Type: Standard

10.) in the Associated Extensions table, click Add

11.) type pl cgi (type pl, space, then cgi) in the extensions, and press OK.

12.) click OK

13.) click OK again

14.) click OK again AGAIN (again2 ?)

15.) click the Restart button at the top.

16.) rename cgi-bin\list.cgi to list.au3

17.) Done

Thanks 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

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 about

14.) 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

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%20test

I'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

  • 2 weeks later...

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

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

感謝你的更新.中文顯示就沒有問題.

不用客气!

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

  • 1 month later...

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

Hi,

This looks good; but can I use it without Apache?; maybe "about:blank"

etc?

Thanks, Randall

You must use a web server software that is capable to execute CGI script with AutoIt script interpreter.

(This is server-side scripting)

Edited 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

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

  • 2 weeks later...

I would like to use on Abyss. Any ideas?

Firstly, follow the setup instruction in:

http://www.autoitscript.com/forum/index.php?showtopic=30564

After that, extract the content you'll get the following files:

.\AutoIt3\Include\

_Base64.au3

Web.au3

.\htdocs\

dirlist

examples

.htaccess

list.au3

Copy 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 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...