JohnOne Posted December 10, 2013 Share Posted December 10, 2013 Just wondering how you install a website. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
CodingWithRedBull Posted December 10, 2013 Author Share Posted December 10, 2013 I could be mistaken but i think he is cracking wise about how you said you were going to "Install" a website. but hey i could make an installer! I am almost done with the source code, but i do want to point out a few things. A FEW THINGS: - I use Apache on windows! If you also use Apache on windows this source code will be easy for you to use. Drop it in HTDOCS and done. - If you use Linux on your home server, things will still be pretty easy, but will require a few mods. Most importantly, you will need wine for 2 parts of this project. - If you use IIS this install will also be pretty easy, Drop in your WWW folder and make sure you have PHP enabled. Thanks. Link to comment Share on other sites More sharing options...
mesale0077 Posted March 1, 2014 Share Posted March 1, 2014 link broken Link to comment Share on other sites More sharing options...
guinness Posted March 1, 2014 Share Posted March 1, 2014 link broken I guess the project has been suspended. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
CodingWithRedBull Posted September 3, 2014 Author Share Posted September 3, 2014 Hello Autoit Forums Today i was going through my server and found the Autoit folder where i have kept the online editor forever. It dawned to me that i spent days coloring text in java to match autoit's syntax, and importing function names for a autocomplete and never released the source to this thing. The main reason i did it at all was because the lack of features, syntax highlighting, and lack of function database that all Online Editors that support autoit have. I apologize for taking so long. Autoit was my very first language, and it inspired me to do so many things in my life. In a way Autoit was what started my carrier now as a full time programmer and part time Malware Analysis. I was just a computer tech before Autoit, and Autoits easy to understand language coupled with its powerful capability made leaping into the programming world a lot easier than i ever thought. These days i mostly write in C, C++, or C# because work, but on occasion i find myself making a quick fix with autoit, and it never lets me down. So i just wanted to say thanks to the community. But to the point, I have wrapped up the source so that anyone can use it. Please bare in mind that this was made back when i knew little about development, and even less about web development. So use it as is, or add on to it, i dont mind. I removed all features of usernames,comments, personal profiles, personal save script folders etc. because i assume people only want to use this for personal use, or to rip out the editor and combine it with other things. Of course if you want to use this on a linux server, you will need to configure WINE for it. I know in the last comments someone mention the ability to send scripts in a public way, If anyone wants to take this project to the next level, i would be more than happy to see it. Anyways, enjoy for anyone who wants it. The site is bad, because im not a web designer, but the real hard work and juice is in the editor. Source: Online AUTOIT Editor and Compiler PS. I will be leaving the public one up on my site, as i see quite a lot of people have been using it. Enjoy! Link to comment Share on other sites More sharing options...
enewbold Posted September 3, 2014 Share Posted September 3, 2014 Thank you very much for your hard work and devotion to this project. It is very much appreciated! Ed Newbold Columbus, OH Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 4, 2014 Moderators Share Posted September 4, 2014 CodingWithRedBull,I have had reports that the link you provided is the OP is firing off warnings when accessed - it certainly does so for me when I try to access it, so I have removed the link. Can you please replace it with a link that does not alarm. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
CodingWithRedBull Posted September 4, 2014 Author Share Posted September 4, 2014 (edited) I don't quite understand? Your saying the ZIP is flagging on browsers as possible warning, or my actual dropbox is? And i forgot you can attach files to the post, that seems to be a safer bet. Thanks Melba EDIT: Ah, i see, it was my personal server. Could you please provide me with a example / screen shot so i may rectify the situation of what my be causing this false alarm? So my site has been backlisted because a AutoIt EXE i made for my company that is hosted their. Irony much? http://safeweb.norton.com/report/show?url=atstools.net Ill throw the Online editor on a temp site for users of the thread, instead of my server. Edited September 4, 2014 by CodingWithRedBull Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 4, 2014 Moderators Share Posted September 4, 2014 CodingWithRedBull,It was the link:And these are just a few screenshots of what it can do. If you are interested in checking it out please go to...//atstools.net/Autoitwhich was causing alerts. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
CodingWithRedBull Posted September 4, 2014 Author Share Posted September 4, 2014 Ya, Unfortunately there is a codesigned AutoIt EXE on my server (A VNC script) that my company uses to connect on emergency cases. So its downloaded quite a lot, and it seems that Norton and Mcafee doesnt like it. Ill have to contact them about this. But anyways, thanks for the heads up, and im going to throw it on a temp server for users. Thanks Link to comment Share on other sites More sharing options...
CodingWithRedBull Posted September 4, 2014 Author Share Posted September 4, 2014 Apologize for double post in advanced. I updated the images on the original post, so that there is no need for a test site. If you find this project useful, the source is on the original post. Enjoy! Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted September 4, 2014 Share Posted September 4, 2014 Apologize for double post in advanced. I updated the images on the original post, so that there is no need for a test site. If you find this project useful, the source is on the original post. Enjoy!The images all Error 403. It looks like you maybe copied the images link directly from the dropbox website? That wont work, it's private to you. You must right click it in the file list and "copy public link" and use that one. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
CodingWithRedBull Posted September 4, 2014 Author Share Posted September 4, 2014 (edited) I really feel silly sometimes :/ thank you. Images corrected. Edited September 4, 2014 by CodingWithRedBull Link to comment Share on other sites More sharing options...
EmilyLove Posted April 25, 2016 Share Posted April 25, 2016 Link is dead again. Can you pretty please reupload? Link to comment Share on other sites More sharing options...
Rex Posted May 2, 2016 Share Posted May 2, 2016 On 25/4/2016 at 11:33 PM, BetaLeaf said: Link is dead again. Can you pretty please reupload? I found it in my archive http://www103.zippyshare.com/v/5XWEO4hZ/file.html Cheers /Rex Link to comment Share on other sites More sharing options...
EmilyLove Posted May 9, 2016 Share Posted May 9, 2016 On 5/2/2016 at 1:14 PM, Rex said: I found it in my archive http://www103.zippyshare.com/v/5XWEO4hZ/file.html Cheers /Rex Thank you very much, @Rex Link to comment Share on other sites More sharing options...
Blues Posted May 19, 2016 Share Posted May 19, 2016 hi , can this used in javascript? Link to comment Share on other sites More sharing options...
hybolic Posted July 19, 2022 Share Posted July 19, 2022 Working download link please? 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