theguy0000 Posted September 26, 2007 Author Share Posted September 26, 2007 (edited) @ptrex - well it doesn't say that a script has to be specially compiled or anything to work with IIS, just standard CGI. It should work, but I can't give instructions because, well, I never use IIS. However, by reading that, you should: Give all auw (or ahp blah blah blah, from now on I'm using auw) scripts Script Persion. Then, set AuCGI.exe as a script engine in the property sheets for the directory. After that, I'm not sure. Try the shebang line, as in, put #!C:\path\to\AuCGI.exe that's a fairly standard format for web servers...even Abyss will accept it. @Psibernetic - thanks, always nice to get support like that...makes we want to keep on going. @Tiger - I'm sorry, but the instructions on how to make scripts have been deleted. It's fairly straightforward, but I'll try to get some proper instructions online soon. Edited September 26, 2007 by theguy0000 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...
Dellairion Posted October 15, 2007 Share Posted October 15, 2007 Lol i really need _post($var) :/ is there a fix comming soon? Dellairion Hot Key ControllerPinball Trainer? Link to comment Share on other sites More sharing options...
ovoid Posted October 16, 2007 Share Posted October 16, 2007 Great work! Thanks! I have no knowledge oh html, so your post make-me learn some new things. I think it would be useful to post a full example-a short content of htdocs. This way, the newb like me, could understend faster the AUCGI. It take some time untill I figure out how to mix au3 with html. By the way, I am working at an editor-scintilla based,of course-that have a good text highlight for both html and au3-mixed. Any interest? Ovoid Link to comment Share on other sites More sharing options...
Dellairion Posted October 16, 2007 Share Posted October 16, 2007 (edited) Hmms it seems that my webpage is getting fucked up with a change of 1 on 2 when i use macro commands, for example @YEAR . This is very anoying cause i want to show the current date on my webpage. With fucked up i mean everything thats behind the macro is disapeard. I hope someone can help me with this or can give me an alternative to get the current date? Dellairion Edited October 16, 2007 by Dellairion Hot Key ControllerPinball Trainer? Link to comment Share on other sites More sharing options...
Dellairion Posted October 16, 2007 Share Posted October 16, 2007 (edited) Found the problem. Ignore post above. I've added a sleep(300) at the end of $source and it seems to solve my problem. Dellairion Edited October 16, 2007 by Dellairion Hot Key ControllerPinball Trainer? Link to comment Share on other sites More sharing options...
corz Posted October 16, 2007 Share Posted October 16, 2007 Damn! theguy0000, this is a thing of beauty! Nice one! Now, all we need is AutoIt for Linux, and we're cooking! ;o) (or nothing is foolproof to the sufficiently talented fool.. Link to comment Share on other sites More sharing options...
Gif Posted October 16, 2007 Share Posted October 16, 2007 Jon works in Microsoft -.- Link to comment Share on other sites More sharing options...
corz Posted October 16, 2007 Share Posted October 16, 2007 Darn! Hey! M$ use Linux systems, there may yet be hope (drifts off here...) ;o) (or nothing is foolproof to the sufficiently talented fool.. Link to comment Share on other sites More sharing options...
Gif Posted October 17, 2007 Share Posted October 17, 2007 (edited) i dont see a reason why he would feed the enemy, promoting the use of the rival os... Edited October 17, 2007 by Gif Link to comment Share on other sites More sharing options...
Home Bunny Posted November 5, 2007 Share Posted November 5, 2007 Just a thought but didnt someone write a web server in autoit?wonder if the 2 could be integrated so you dont have to work with a 3rd party program.. it could just be pure a3oh btw nice workDoes somebody know about the AutoIt Web-Server?I wanna use the web-based AutoIt in conjuction with a AutoIt Web-Server.That would create the option of a program with integrated WebSever and flexible html-scripting.Cheers, Link to comment Share on other sites More sharing options...
ptrex Posted November 5, 2007 Share Posted November 5, 2007 (edited) @There are already several created in past.Like this :Webserver or thisWebserverregards,ptrex Edited November 5, 2007 by 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 Link to comment Share on other sites More sharing options...
2o2 Posted December 19, 2007 Share Posted December 19, 2007 What are the exact tags that i need to use?? Here is what my .html file looks like #!C:\Program Files\AutoIt3\Include\AuCGI.exe ##WebApp <au3> Autoit Code <au3> do i use <au3>, <auw>, <?au3> for the tags ??? im confuzed Rick rack ree, kick 'em in the knee.Rick rack rass, kick 'em in the other knee! Link to comment Share on other sites More sharing options...
theguy0000 Posted December 19, 2007 Author Share Posted December 19, 2007 #!C:\Program Files\AutoIt3\Include\AuCGI.exe ##WebApp <?au3 Autoit Code ?> just like php tags. 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...
spyrorocks Posted December 20, 2007 Share Posted December 20, 2007 Im having some problems... There seems to be issues when I use the _get() function with a input field that contains a % character. [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...
theguy0000 Posted December 21, 2007 Author Share Posted December 21, 2007 Im having some problems...There seems to be issues when I use the _get() function with a input field that contains a % character.huh, I'll look into that. Does it happen only with AuCGI, or does it happen with the original UDFs 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...
theguy0000 Posted December 21, 2007 Author Share Posted December 21, 2007 a little testing has proved the problem to be in _UrlDecode, which was made by nfwu, not me. However, I can see where the problem is, and it's difficult to fix. How are you entering the Get data, through a form, or by manually entering the url? If by a form, then iit is definitely a problem that needs to be fixed. However, if you're entering the url manually, then it's honestly up to you to make sure that the url is properly encoded. Try using %25 in place of a % sign in URLs. 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...
spyrorocks Posted December 21, 2007 Share Posted December 21, 2007 Its user entered. My only option right now is to replace "%25" with "". [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...
sensalim Posted December 26, 2007 Share Posted December 26, 2007 I tried and it works, but I don't know how powerful it could be, or how it could be of use for me... Can I include screencapture.au3 and use it? Where would the file be saved? Link to comment Share on other sites More sharing options...
Gif Posted January 3, 2008 Share Posted January 3, 2008 Can someone please make _Post() work for multiple times? Link to comment Share on other sites More sharing options...
NELyon Posted January 3, 2008 Share Posted January 3, 2008 Can someone please make _Post() work for multiple times?What webserver are you using? If you use abyss, just set the interpreter as Autoit3.exe and it works fine with the Web-Based Au3 UDF's. 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