NicePerson 1 Posted August 16, 2010 Is it possible to edit a text or a html file on a website using autoit by signing in to cpanel? If yes then how? Share this post Link to post Share on other sites
seandisanti 6 Posted August 16, 2010 Is it possible to edit a text or a html file on a website using autoit by signing in to cpanel?If yes then how?it's probably easier to just edit the code and upload via ftp to replace Share this post Link to post Share on other sites
NicePerson 1 Posted August 16, 2010 Ok but, where can i find a working FTP UDF? Share this post Link to post Share on other sites
Foxhound 1 Posted August 16, 2010 try this : http://www.autoitscript.com/forum/index.php?showtopic=78378 [quote]Quick YouTube To MP3 | Lyrics Finder | Internet Radio Player | GetWeather | TinyURLifier[/quote] Share this post Link to post Share on other sites
NicePerson 1 Posted August 16, 2010 I just want to edit one line of html file not whole code So i don't want to use ftp.. Is not it possible to edit a line of a file on a website? Share this post Link to post Share on other sites
seandisanti 6 Posted August 16, 2010 Ok but, where can i find a working FTP UDF?right up there by the search bar Share this post Link to post Share on other sites
NicePerson 1 Posted August 16, 2010 (edited) I just want to edit one line of html file not whole code So i don't want to use ftp..Is not it possible to edit a line of a file on a website? Edited August 16, 2010 by RMR Share this post Link to post Share on other sites
NicePerson 1 Posted August 16, 2010 Is my question so difficult? Share this post Link to post Share on other sites
MvGulik 86 Posted August 16, 2010 No its not possible to directly and safely edit a single line of text in a (assuming text) file. But you can create you own function to do the job for you. Example function definition: Function($MyFile, $LineNumber, $NewLineText) Suggested UDF browsing: File Management. "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)"Believing what you know ain't so" ...Knock Knock ... Share this post Link to post Share on other sites