jvanegmond Posted March 10, 2009 Author Share Posted March 10, 2009 Manadars server is down.Yep, my host sucks. github.com/jvanegmond Link to comment Share on other sites More sharing options...
BrettF Posted March 11, 2009 Share Posted March 11, 2009 I know, it was kind of a hope for someone to post it... Manadar, if you want me to temporally host some stuff, I'd be happy to Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
jvanegmond Posted March 11, 2009 Author Share Posted March 11, 2009 Manadar, if you want me to temporally host some stuff, I'd be happy to I'd like that, except I don't access to my files or my domain any more since everything is just down. github.com/jvanegmond Link to comment Share on other sites More sharing options...
BrettF Posted March 11, 2009 Share Posted March 11, 2009 Well thats shit... Talk to me on msn. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Chris86 Posted March 11, 2009 Share Posted March 11, 2009 (edited) hi works fine for me somehow traytip wont work for me? i added TrayTip("AutoIt Web Server", "Server created on http://" & $IP & "/",10) MsgBox(0x20, "AutoIt Web Server", "Server created on http://" & $IP & "/") ... Case ".css" _SendFile($sRootDir & "\" & $Request, "text/html", $Socket[$x])TrayTip("AutoIt Web Server", "Server created on http://" & $IP & "/",10) sleep(3000) MsgBox(0x20, "AutoIt Web Server", "Server created on http://" & $IP & "/") Edit: oh, sorry:P Old topic xD Edited March 11, 2009 by Chris86 Link to comment Share on other sites More sharing options...
BinaryBrother Posted April 13, 2009 Share Posted April 13, 2009 Manadar... Did you ever manage to get your script back? SIGNATURE_0X800007D NOT FOUND Link to comment Share on other sites More sharing options...
BrettF Posted April 13, 2009 Share Posted April 13, 2009 I have a copy. I've also been working on one that allows it to be secure. Will post both when done Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
BrettF Posted April 13, 2009 Share Posted April 13, 2009 (edited) As promised This is the orginal (as far as I know.) Server_Original.zip This is my example on using sessions, and expanding it to being more webserver like. Expanded may be a bit buggy. But I don't care because the expanded is just an example of how it can be expanded. Please don't be stupid enough to use it as a real server or even a testing one. Use something tried and tested like Apache, Abyss etc... Server_Sessions.zip Edited April 13, 2009 by BrettF Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
jvanegmond Posted April 13, 2009 Author Share Posted April 13, 2009 Thanks so much, Brett! Added again in original post. (Not sessions yet) github.com/jvanegmond Link to comment Share on other sites More sharing options...
BrettF Posted April 13, 2009 Share Posted April 13, 2009 No problem Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
BinaryBrother Posted April 13, 2009 Share Posted April 13, 2009 (edited) Thanks Brett, Thanks Manadar. Really appreciate that. Edited April 13, 2009 by BinaryBrother SIGNATURE_0X800007D NOT FOUND Link to comment Share on other sites More sharing options...
fat Posted April 24, 2009 Share Posted April 24, 2009 Any Ideas For File Upload Solution ???????? Link to comment Share on other sites More sharing options...
jvanegmond Posted September 15, 2009 Author Share Posted September 15, 2009 I've made an update. Changes: - Changes some function names to follow some UDF standards - Variable names more descriptive (and less confusing) - Split up the server into 3 parts: Basic server, post server, session server - Added some documentation, including "How to choose the right server". - Put my website in the /www/ folder as an example. - With the POST example some AJAX is included for great success. Please check it out again when you have an interest and when you have time. github.com/jvanegmond Link to comment Share on other sites More sharing options...
Before Posted September 16, 2009 Share Posted September 16, 2009 The server seems to get DoSed very easily. Hold F5 for a few seconds and the server lags like hell. Link to comment Share on other sites More sharing options...
jvanegmond Posted September 16, 2009 Author Share Posted September 16, 2009 Sorry. I can only speed it up so much, the rest is up to the AutoIt interpreter and your computer. 8) github.com/jvanegmond Link to comment Share on other sites More sharing options...
Armand Posted September 17, 2009 Share Posted September 17, 2009 this looks very nice and i am really sorry to have to say this but.... wamp?! [u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?! Link to comment Share on other sites More sharing options...
jvanegmond Posted September 17, 2009 Author Share Posted September 17, 2009 this looks very nice and i am really sorry to have to say this but.... wamp?!Looking at the feature list I wrote in the first post, WAMP does not have 3 of them. Also, WAMP is not in pure AutoIt. github.com/jvanegmond Link to comment Share on other sites More sharing options...
Andreik Posted September 17, 2009 Share Posted September 17, 2009 Great work Manadar, just tried your web servers and work fine. When the words fail... music speaks. Link to comment Share on other sites More sharing options...
jvanegmond Posted September 17, 2009 Author Share Posted September 17, 2009 Thank you, Andreik. Good to see they're getting a bit of love. github.com/jvanegmond Link to comment Share on other sites More sharing options...
wraithdu Posted September 29, 2009 Share Posted September 29, 2009 Just playing around here. I downloaded v1.1 and the _HTTP_SendError() function is missing from the basic and post servers. 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