ConsultingJoe Posted November 17, 2006 Posted November 17, 2006 (edited) I just through this together, I hope you like it.what you need:Have Utorrent 1.6 installed and runningHave atleast one download runningHave a T-Mobile phoneWhat I am going to add:Support for major phone carriersHTTP viewer and controller (Add & Remove torrents)Timed intervals for messagesSupport for more than one torrentError handlingUNDER CONSTRUCTION\/ \/ \/ \/ \/ \/ \/ \/ \/ \/expandcollapse popup#include <IE.au3> $ID = 1234 AdlibEnable( "security", 500 ) $tmobile_number = 5555551212 $rows = ControlListView("µTorrent 1.6", "", "SysListView321", "GetItemCount", "") $columns = ControlListView("µTorrent 1.6", "", "SysListView321", "GetSubItemCount", "") $file = FileOpen( @TempDir & "\temptorrent.txt", 2 ) For $i = 0 To $rows -1 $data = "" For $r = 0 To 10 If $r <> 1 Then If $r = 10 Then $data = ControlListView("µTorrent 1.6", "", "SysListView321", "GetText", $i, $r) If $data = "" Then $data = "N/A" If $data = "8" Then $data = "Forever" Else $data = ControlListView("µTorrent 1.6", "", "SysListView321", "GetText", $i, $r) & "|" If $data = "|" Then $data = "N/A" If $data = "8|" Then $data = "Forever|" EndIf FileWrite( $file, $data ) EndIf Next FileWriteLine( $file, "¶" ) Next FileClose( $file ) ConsoleWrite(FileRead( @TempDir & "\temptorrent.txt" ) ) ConsoleWrite( @CRLF & StringLen( FileRead( @TempDir & "\temptorrent.txt" ) ) ) $celldata = "" For $i = 0 To $rows -1 $celldata = $celldata & @CRLF & ControlListView("µTorrent 1.6", "", "SysListView321", "GetText", $i, 0) & ": " & ControlListView("µTorrent 1.6", "", "SysListView321", "GetText", $i, 3) Next ;tmobile("Utorrent", $celldata, $tmobile_number) Func tmobile($From,$Message,$Cell_Number) $oIE = _IECreate("https://wmg.tmomail.net/customer_site/jsp/messaging_lo.jsp", 0, 0) $o_form = _IEFormGetObjByName($oIE, "message_form") $o_to = _IEFormElementGetObjByName($o_form, "min"); <----Send To $o_msg = _IEFormElementGetObjByName($o_form, "text"); <----Message $o_from = _IEFormElementGetObjByName($o_form, "require_sender"); <----From $o_terms = _IEFormElementGetObjByName($o_form, "msgTermsUse"); <-----terms _IEFormElementSetValue($o_to, $Cell_Number) _IEFormElementSetValue($o_msg, $Message) _IEFormElementSetValue($o_from, $From) $o_terms.click _IEFormSubmit($o_form) _IEQuit($oIE) EndFunc Func security() ControlClick( "Security Information", "", "Button1", "left" ) EndFunc Edited November 19, 2006 by zerocool60544 Check out ConsultingJoe.com
Simucal Posted November 17, 2006 Posted November 17, 2006 Interesting idea zero. I guess if you had a really important download this would come in handy! AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
ConsultingJoe Posted November 17, 2006 Author Posted November 17, 2006 yep, thanksso far the output you would get would look like this:Stranger Than Fiction-xvid-TS-2Bros-12-122-06-passDown speed: 66.7 kB/sProgress: 35.6 %Seeds: 16 (56)Peers: 34 (821) Check out ConsultingJoe.com
ConsultingJoe Posted November 18, 2006 Author Posted November 18, 2006 (edited) I want to add a web interface like this:www.cyberzerocool.com/utorrent.htmlLet me know what you think Edited November 18, 2006 by zerocool60544 Check out ConsultingJoe.com
Thatsgreat2345 Posted November 18, 2006 Posted November 18, 2006 beat you to it already downloaded stranger than fiction like 20 minutes after it popped up on torrents
ConsultingJoe Posted November 18, 2006 Author Posted November 18, 2006 beat you to it already downloaded stranger than fiction like 20 minutes after it popped up on torrents lol nice. it a good movie Check out ConsultingJoe.com
ConsultingJoe Posted November 19, 2006 Author Posted November 19, 2006 I am working on the web interface now, www.cyberzerocool.com/utorrent.phpThere is no functionality yet, it is the layout and the data file handling only.Let me know what you think Check out ConsultingJoe.com
Stib Posted November 19, 2006 Posted November 19, 2006 Like the idea If I had a T-Mobile I would give it a go. Keep up the good work!
Insolence Posted November 19, 2006 Posted November 19, 2006 uTorrent has a _really_ great WebUI btw. "I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
NELyon Posted November 20, 2006 Posted November 20, 2006 This is a great concept. With modifications, this coudl be used to show you updates on many different things using your cell phone. No doubt i will use this for something!
ConsultingJoe Posted November 20, 2006 Author Posted November 20, 2006 This is a great concept. With modifications, this coudl be used to show you updates on many different things using your cell phone.No doubt i will use this for something!Thank you, The script is not yet done and may not even function properly but my up-to-date code is there. I am working on the PHP script so that everyone that wants this just has to run the script and create a user account on my site and just login and get,edit, or add torrents. Check out ConsultingJoe.com
ConsultingJoe Posted November 20, 2006 Author Posted November 20, 2006 uTorrent has a _really_ great WebUI btw.this web ui is great.look at mine here:http://24.15.119.207:12344/gui/guest.html Check out ConsultingJoe.com
walle Posted November 7, 2007 Posted November 7, 2007 Still looking forward for an update, specially the "Error handling"
mofle Posted November 9, 2007 Posted November 9, 2007 (edited) You should try www.utorrentmui.com Edited November 9, 2007 by mofle
walle Posted November 11, 2007 Posted November 11, 2007 (edited) You should try www.utorrentmui.comScripting with utorrent atm, just need a example howto fix the handle probem =/sorry for oft Edited November 11, 2007 by walle
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