Navigation

    OpenBullet

    OpenBullet

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Awards
    1. Home
    2. percebal42
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    percebal42

    @percebal42

    2
    Reputation
    74
    Posts
    93
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    percebal42 Follow

    Posts made by percebal42

    • RE: How to Parse this?

      try this maybe work:

      #TOKEN PARSE "<SOURCE>" REGEX "<input type=\"hidden\" name=\".*\" value=\"([^>]*)\" /> </form>" "[1]" Recursive=TRUE -> VAR "TOKEN" 
      
      #TOKEN_3 PARSE "<TOKEN[2]>" LR "" "" -> VAR "TOKEN3" 
      
      posted in Questions
      P
      percebal42
    • RE: Get CurrentUnixTime with Milliseconds

      @Suro

      BEGIN SCRIPT JavaScript
      var TIME = new Date().getTime();
      END SCRIPT -> VARS "TIME"
      
      posted in Questions
      P
      percebal42
    • RE: Hesitate to add double key with status

      ok thanks.

      posted in Questions
      P
      percebal42
    • RE: Hesitate to add double key with status

      yes double key contains AND contains.

      posted in Questions
      P
      percebal42
    • Hesitate to add double key with status

      IF "<SOURCE>" Contains ">Sign In</h1>"
      IF "<SOURCE>" Contains "Access Denied"
      SET STATUS CUSTOM "FREE" AND
      ENDIF
      thanks in advance and sorry for my bad english.

      posted in Questions
      P
      percebal42
    • RE: Help whit Regexmatches.

      many thanks.

      posted in Questions
      P
      percebal42
    • Help whit Regexmatches.

      i want add filter to OB use only users whit start with letter.
      Thanks for your help.

      posted in Questions
      P
      percebal42
    • RE: how to display Selenium browser source in log ?

      put in imput <SOURCE> by this way u can see what happened.

      posted in Questions
      P
      percebal42
    • RE: capmonster asking 10$ for capmonster recaptcha sitekey addon after buuuying that what to do

      pay every month to have access to recaptcha addon

      posted in Questions
      P
      percebal42
    • RE: how can i make parse to this ?? so i can capture plans ??

      select recursive

      posted in Questions
      P
      percebal42