the DtTvB Posted November 26, 2006 Author Share Posted November 26, 2006 Thank you so much. Well, 1.1 with your contributions is going to be released! [right]Please visit: My biggest project, the DtTvB's AutoIt Web ServerOlder Stuff: A Smoother MouseMove :: AutoIt Syntax Highlighter[/right] Link to comment Share on other sites More sharing options...
NELyon Posted November 26, 2006 Share Posted November 26, 2006 Dttvb, You might want to change your domain hosting. In site advisor, your site shows up as red. Link to comment Share on other sites More sharing options...
the DtTvB Posted November 26, 2006 Author Share Posted November 26, 2006 (edited) D-Generation X: What do you mean? "In site advisor, your site shows up as red."I use No-IP with Yi.org.Server 1.1 is released! Please check the first post. Edited November 26, 2006 by the DtTvB [right]Please visit: My biggest project, the DtTvB's AutoIt Web ServerOlder Stuff: A Smoother MouseMove :: AutoIt Syntax Highlighter[/right] Link to comment Share on other sites More sharing options...
theguy0000 Posted November 26, 2006 Share Posted November 26, 2006 $listenIP should always be @IPAdress1....correct? That worked for me, and I've seen it like that on other servers, too. 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...
NELyon Posted November 26, 2006 Share Posted November 26, 2006 D-Generation X: What do you mean? "In site advisor, your site shows up as red."I use No-IP with Yi.org.There is a FireFox extension called McAFee SiteAdvisor. It crawls around the web and tells you how safe sites are. Say look up in google for goggle.com: It will tell you the site is pure evil and breaches browser security. (DO NOT GO TO GOGGLE.COM)If you look up your site, it says it links to sites that breach browser security, but it only shows the ending part of your domain (Ex, Co.nr, It.ts, ect) Link to comment Share on other sites More sharing options...
Busti Posted November 26, 2006 Share Posted November 26, 2006 (edited) http://wowhack.servehttp.com:6112as long i let the exe on it works =) Edited November 26, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
spyrorocks Posted November 26, 2006 Share Posted November 26, 2006 I have added directory listing functionality. Here is my version:Web_Server_1.1___File_Listing.zip [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
piccaso Posted November 26, 2006 Share Posted November 26, 2006 are you guys familiar with svn?how about https://opensvn.csie.org/ ? CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
spyrorocks Posted November 26, 2006 Share Posted November 26, 2006 OK im working on the preprocessor. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
spyrorocks Posted November 26, 2006 Share Posted November 26, 2006 Preprocessor done. I will post my code after i add a few more functions. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
spyrorocks Posted November 26, 2006 Share Posted November 26, 2006 OK, here is my version with soem edits. here are the following added features ontop of v1.1: 1. Directory Listing if you dont have a index file, it will list the fiels and folders in the directory. 2. Autoit Syntax Highlighting When the server trys to serve a .au3 file, it will first highlight all the text (like scite) then output it. Looks a lot nicer! 3. AutoIt Pre-Processor You can (optionally) set up the webserver to pre-process specifyed extentions of autoit scripts, like Abyss webserver. It even has a (optional) protection mode that will try to prevent people from executing functions that could be damagaing to the server. Simply set a few variables in server.au3 and it will preprocess all the specified file extentions as autoit scripts. Download: webserver_directory_listing___autoit_preprocessor___autoit_syxtax_highliting.zip [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
the DtTvB Posted November 26, 2006 Author Share Posted November 26, 2006 Thank you very much, Spyrorocks. The next thing then..The file listing page should be in a file, like, list.html.In preprocessor, stop outputting the header (in order to comply with web.au3)As I said in the To-Dos.Make the code look easier. As the code get longer, it gets harder to read.Spyrorocks' code will be included in this script! Thank you very much. [right]Please visit: My biggest project, the DtTvB's AutoIt Web ServerOlder Stuff: A Smoother MouseMove :: AutoIt Syntax Highlighter[/right] Link to comment Share on other sites More sharing options...
piccaso Posted November 27, 2006 Share Posted November 27, 2006 (edited) i finished that load balancer i was talking about yesterday... edit: *snip*, pn me if you need it How to use it: Setup port and bind adress in Loadbalancer.au3 start some servers on different ports the modified server.au3 will notify the load balancer its based on 1.1, if you like it i'll merge it into your next release how about using HTTP/1.0 For now because none of the 1.1 specific featured are present? Edited November 28, 2006 by piccaso CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
spyrorocks Posted November 27, 2006 Share Posted November 27, 2006 DTTVB you should update the first post. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted November 27, 2006 Share Posted November 27, 2006 so is this better then woods server? Link to comment Share on other sites More sharing options...
the DtTvB Posted November 27, 2006 Author Share Posted November 27, 2006 (edited) how about using HTTP/1.0 For now because none of the 1.1 specific featured are present?I don't think it's a good idea, because most application uses HTTP/1.1, because the parameter "Host:" is required in HTTP/1.1.But making backwards compatibility is good idea through.$listenIP should always be @IPAdress1....correct?Uhh, I see many servers use 0.0.0.0, because it aceepts ALL connections.DTTVB you should update the first post.It's not ready yet, I will post some updates later.are you guys familiar with svn?how about https://opensvn.csie.org/?If you mean Subversion, no.I don't know how to use it. Edited November 27, 2006 by the DtTvB [right]Please visit: My biggest project, the DtTvB's AutoIt Web ServerOlder Stuff: A Smoother MouseMove :: AutoIt Syntax Highlighter[/right] Link to comment Share on other sites More sharing options...
ConsultingJoe Posted November 27, 2006 Share Posted November 27, 2006 Looks really good guys but with the listing file. is that supposed to list the directory that its in? how does that work? Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
the DtTvB Posted November 27, 2006 Author Share Posted November 27, 2006 (edited) Version 1.2 is released! Check the first post..piccaso: Thank you very much, please port the load balancer if you wanted to.Spyrorocks: I included your script, and I made an interface for file listing, based on the default theme. Based on www.CyberZeroCool.com's request, I made a link to the parent directory that works better. I didn't include syntax highlighter, as it is slow.Everyone: Thank you for your comments! Something to do if you boring This is a game I made, it improves my typing speed a lot. Note that words are not case sensitive. Edited November 27, 2006 by the DtTvB [right]Please visit: My biggest project, the DtTvB's AutoIt Web ServerOlder Stuff: A Smoother MouseMove :: AutoIt Syntax Highlighter[/right] Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted November 27, 2006 Share Posted November 27, 2006 http://www.autoitscript.com/forum/index.php?showtopic=23356 Link to comment Share on other sites More sharing options...
Apzo Posted November 27, 2006 Share Posted November 27, 2006 Impressive, DtTvB !I've been working on a web server too, based on the version Thatsgreat2345 just pointed at.But I found your web server easier to understand and modify.May I suggest a small modification :Global $preprocessor_path = @AutoItExe ; Path to autoit3 executeable to preprocess autoit files with.oÝ÷ Ù8b³²Ê¢}ý¶¯zÚv+më®÷«jíßW£*.q©ÚuÛ(ëax%G¡µ§zË=§zË¢{k¢Rض¬Á¬ºÚ"µÍÛØ[ ÌÍÐXØÙH[TXY ÌÍÒSK ][ÝÓ]ÛÜÉ][ÝË ][ÝØXØÙ ][ÝË ][ÝÌ ][ÝÊBÌÍÐXØÙHÝ[ÔÜ] ÌÍÐXØÙ ][ÝË ][ÝÊoÝ÷ Ù8b²+-ã^· +Ƕ*'¡ù²xW¡×½Ô×Âä÷yb²×§_IPInRange can be found here :http://www.autoitscript.com/forum/index.php?showtopic=36061A good idea too, is to use a .ini file for basic settings (port, document_root, preprocessor enabled or not...)If the .ini file doesn't exist, the script should create it with default values or ask for them.I hope this will help Apzo. All the pop3 functions.Rsync your files on your USB key (or anywhere else) 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