BasicOs Posted September 24, 2006 Share Posted September 24, 2006 (edited) Have a look at the link:Autoit Hypertext Processor(AHP), dinamic Autoit web scripting Page we have a new kid in the block of the develoment enviroment tools for Dinamic web pages, it is AHP and Scite.now at same level than php, asf, cold fusion, asx, etc....... It is a small pace for the Autoit a big pace for humanity I mixed (web udf + abiss)+mysql +php technics and you can make any dinamic web page...Autoit web Future is CLEAR AFTER THIS web SCRIPTS(anyway I HAVENT TESTED in a big-hits-system)I mean you dont need php or asp or anything like that... to make your own web programmhave a look at the scripts I made... they are starting points for scripters who want to do something more complicated as a cms or an addres book or blogging system or WHAT EVER IS IN INTERNET a New World is open of the internet dinamic web pages, CMS, ........I should recommend a new forum thread for this web-autoit because it is quite different and not compiledhere are the scripts in httdocs.zip and YourSql.au3TO download: Main Samples Page THAT IS INCREDIBLE made by Autoitcounter.au3 - web hits counterusers.au3 - users managementprices.au3 - search items in a database of computer partsclient.au3 - basic management of repairment parts.mysql.au3 - theguy0000 udf for mysqlwebauto.au3 - cdkid web udfif you wish, compare the original php code for counter.(php)au3 and user.(php) au3soon, add your PHP scripts and translate then into AUTOIT it is so easy... :alien: feed back wellcome....I would say the SCRIPT OF THE YEAR 2006 the web autoit (by cdkid) also great that of Mysql (theguy0000)@mods Please is it possible to add a new forum for this dinamic web pages?@Scite is it possible to add .ahp extension to improve the ide .. thanks :"> I want to change the ending of the scripts into *.ahp (autoit Hypertext Preprocessor)I think it needs some changes into scite Scite works fine debbugging this web code, and together with the error UDF, it works...@Tidy works fine very small fixes needed when a UDF is wrong TypedTo do make a php-autoit translator (or on-line translator), scripts wellcomeTODO: YourSql UDFs Database compatibility Switch, it switchs between database systems: Mysql compatible: ready DbaseIII+: advanced Sqlite: started **** AhProcessor Translator from PHP INTO AU3 (AHP) started **** AhProcessor to import code from external DevelopmenTools, including php/html/xtml code into au3: started **** Autoit Ahp building funcs to use Autoit to build, advanced **** Autoit Ahp Web Pages creator proposal for koda or another Gui IDE, not started waiting feed backDONE soon downloaded when tested:New 26/09/06 Updating samples httdocs.zip: users.au3 ok, webcounter.au3 ok, clients.au3 ok, prices.au3 pendingYourSql.au3 ChangesNew autoit2html funcs New Table2Html funcsNew Forms2autoit PostedVars managerNew EditForm2DbCleaning and Tidying Yoursql.au3Preparing to make warper for SqliteImproved Security for MySql ServerMore info in the YourSql main pageEdit: DONE 29/09/06 What is aha extension: they are internet enabled autoit scripts (Autoit Hypertext Access)(Waiting for Scite to compatibility).first sorry for some changes, and some small bugs. there are a couple more to come, but I see a wonderful thing the Autoit Hypertext Access AHA, more than greatAll downloads are in the main page http://www.emesn.com:8000, I dont like very much the way Invision Power Board Manages the attachments, SO I MADE MY WAY, IN AHA(AUTOIT) now they are controlled by name(see downloadme.aha/au3) , and I get a log when, where, and navegator used, and more. Also If I wish, I can ban any of this options Changed so many things, NOW YOURSQL.AU3 is OBSOLETE. NOW is AHA.AU3.func. (Prices.au3 not yet updated)New script/udf Runfromweb.aha to run any programm remote with password (not any I say which )New script/udf Downloadme.au3(aha) similar to ftp tweaked to download ... New Give your scripts.aha and I will host them under a www.emesn.com/yourname/scripts.au3 :party:Improved security for passwords now are out of the shared files, and also in downloadme.au3Couple of udf for echoing htmlYou can see in downloads.. <a href="http://www.emesn.com:8000/downloadme.au3" target="_blank">http://www.emesn.com:8000/downloadme.au3</a> (waiting for Scite to use .aha extension for the internet)Enjoy Edited September 29, 2006 by BasicOs Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http Link to comment Share on other sites More sharing options...
ptrex Posted September 25, 2006 Share Posted September 25, 2006 @BasicOs Nice job. But I prefer SQLite rather than MySQL because there are no installation files needed. And it is fast and it has a small footprint and ..... see my signature for more information. regards 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...
BasicOs Posted September 25, 2006 Author Share Posted September 25, 2006 @BasicOsNice job. But I prefer SQLite rather than MySQL because there are no installation files needed.And it is fast and it has a small footprint and .....see my signature for more information.regardsptrexI love Sqlite also, but I dont know who far is working having more than 30 acceses at the same time.Anyway I was talking long ago of making the same AUTOIT syntax for both Function collections so that you can switch from one to another depends of the application you need or who many users you have. I think the best way is a global var as : $_Active_Sql="MYSQL" or $_Active_Sql="SQLITE" so that it is used inside the funcs(no more parameters pleas3) any way there are only 5 or 6 main functions .. connect query die etc.... Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http Link to comment Share on other sites More sharing options...
ptrex Posted September 25, 2006 Share Posted September 25, 2006 @BasicOsmore than 30 acceses at the same timeIt must be OK, because PHP is supporting SQLite. So it must support multiple User Access.I think it is a good irdea to have a choise.global var as : $_Active_Sql="MYSQL" or $_Active_Sql="SQLITE"keep up the good work !!Regardsptrex 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...
BasicOs Posted September 25, 2006 Author Share Posted September 25, 2006 (edited) @BasicOsIt must be OK, because PHP is supporting SQLite. So it must support multiple User Access.I think it is a good idea to have a choise.keep up the good work !!RegardsptrexWhat you need for dinamic Scripting: UDF:_YourSqlActive="MYSQL"1. conexion string: $sql = _YourSQLConnect ("admin", "pass", "foro", "emesn.com")2. Query object: _YourSqlQuery ($sql, "DELETE from login WHERE user='" & $user & "'");$result = _YourSqlQuery ($sql, "SELECT user FROM login ORDER BY user");3. Close all: _YourSqlEnd()4. You may need to create: _YourSqlCreate("test( a INTEGER PRIMARY KEY, b TEXT COLLATE unaccented, c INTEGER, d FLOAT )" ,"b ON test(b ASC)" )Look in the main post for YourSql.au3 code Edited September 26, 2006 by BasicOs Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 26, 2006 Share Posted September 26, 2006 @BasicOsIt must be OK, because PHP is supporting SQLite. So it must support multiple User Access.I think it is a good irdea to have a choise.keep up the good work !!RegardsptrexApache is also including SQLite in their releases as well!SQLite is growing rapidly!JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
BasicOs Posted September 26, 2006 Author Share Posted September 26, 2006 (edited) Apache is also including SQLite in their releases as well!SQLite is growing rapidly!JSDo you know something of SqLite?Need somebody who knows about SQLITE to include it in the syntax in the _YourSql UDFany more database wellcomeI am testing a port to DBASEIII plus, looks like workingYourSql udf last Edited September 26, 2006 by BasicOs Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http 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