Jump to content

hardfloor

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by hardfloor

  1. Hi valuater! can you explain me this portion of script: If $U_ans = 6 Then WinMinimizeAll() $PID = Run('C:\Program Files\Internet Explorer\iexplore.exe "' & $D_P & '"', "", @SW_SHOW) WinWaitActive("") Local $Handle = WinGetHandle($PID), $sHTML = "", $loop = 0 While ProcessExists($PID) Sleep(3000) If ProcessExists($PID) = 0 Then ExitLoop If Not StringInStr(WinGetTitle($Handle), "PayPal") And Not StringInStr(WinGetTitle($Handle), "DreamHost") Then If $loop = 5 Then ExitLoop $loop = $loop + 1 Else $loop = 0 EndIf If StringInStr(WinGetTitle($Handle), "Thank you for your payment") Then Return 1 WEnd ProcessClose($PID) EndIf what's this $HTML var doing?? Is it a mistake? and can you explain me the utility of $loop please thank"s
  2. Hello, thank's to reply me! Your script in very interesting However, when i'm changing this line $M_server = "@ClickTask.com" by $M_server = "@Mysoftcompany" i've got COM / Internal Error", "This Program has been interupted by a Fatal COM Error that blocks me every time. Is it a bug or there is another line to modify ??
  3. ok thank's ! And about paypal settings please.... First we must make a paypal button and link it in the xprotect file! I'm true? So, amount setting in the file is just for the pop up? and my last question... About ban into blacklist Ban works with owner label or mail or validation code ? and 1 ban by line? Sorry for questions.... Edit: Ok i've found ban working with mail So 1 mail by line, i'm true?
  4. Hello Everybody!! Very good job this udf but i've got 1 question: What is the difference between "FREE version" and "NORMAL version" (I'v seen than "Normal version" was obfuscated...)
  5. Hello, Has anyone found a solution to this problem....... I'v the same! Any help please
×
×
  • Create New...