Jump to content

fabs

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by fabs

  1. Is it possible to read out the interpreter of the mp3 file? Your example does just return twice the title, but the third msgbox is empty.
  2. Thanks, I used _IESubmit() with no automatic load wait. I had to modify a few of other lines, but it works!
  3. I know what the error means. I have just no idea how to solve this error because there are no other strings with the imgname in the source of the website! Are there any other ways to solve this problem? I want to make just a simple click on the button "anrufen" ( http://www.marcophono.net/flatrate_4_a.html )
  4. Hi! I have made an auto login for the website marcophono.net (maybe some germans know this). You can call real german, austrian and suissian phone numbers. If you connected successfully (the servers may be full for the "not-premium-owner"), you can select several given answers which will be played and sent to the telephone number. Because of the livestream in case of connecting successfully, _IELoadWait() doesn't work. So I made a Do-Until-Loop which checks the URL (error-URL oder success-URL). The loop knows when the connecting failed, but if you connected and the connection is made, the script pauses at the _IEFormSubmit() command (I confirmed this guess by using a MsgBox after _IEFormSubmit). So I tried to replace _IEFormSubmit with _IEImgClicK() but it doesn't work how I want. Func x() ;rest of x()... _IEImgClick($oIE, "http://images.marcophono.net/images/anrufen.jpg") MsgBox(64, "", "call func check()", 1) _check() EndFunc Func _check() MsgBox(64, "bla", "check() was called", 1) ;rest of func EndFuncoÝ÷ Ù8^¥ªí¡ûazÊ.­Ç®­ìnÈ­z[b­·*^ It gets the current URL until the url is the normal url, which will be created if you have logged in or the url for full servers (not loggged in). Something's wrong with the object but i dont know what. Please help me to finish this script. Greetz fabs
×
×
  • Create New...