Navigation

    OpenBullet

    OpenBullet

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

    Topics created by MadmanDev

    • M

      is it possible to upload file using openbullet
      Questions • • MadmanDev  

      3
      0
      Votes
      3
      Posts
      102
      Views

      M

      @Ruri thanks. for getting hex data of file we will use this ? UTILITY File "foo.wav" Read -> VAR "data" UTILITY Conversion ASCII HEX "<data>" -> VAR "hex data"
    • M

      [HELP ] Regex to get email:pass from random data
      Questions • • MadmanDev  

      4
      0
      Votes
      4
      Posts
      234
      Views

      @MadmanDev Try this one, I tested on your ei. , also I added a few more special characters just in case, maybe is not the best way but at least work (\b[A-Za-z0-9._%+-][email protected][A-Za-z0-9.-]+\.[A-Za-z]{2,4}\b:[^"\r\s]*)
    • M

      how to open openbullet Database in another software
      Questions • • MadmanDev  

      5
      0
      Votes
      5
      Posts
      337
      Views

      M

      @Ruri damn
    • M

      Parsing data from complex Html
      Questions • • MadmanDev  

      8
      0
      Votes
      8
      Posts
      375
      Views

      M

      TY for replies solved
    • M

      Logging in and reading yahoo emails
      Questions • • MadmanDev  

      2
      0
      Votes
      2
      Posts
      162
      Views

      You can find everything here https://busylog.net/telnet-imap-commands-note/
    • M

      Save image to screenshots in REQUEST block
      Questions • • MadmanDev  

      2
      0
      Votes
      2
      Posts
      188
      Views

      Yes of course. There will be a button saying save as screenshot, and leave path blank.
    • M

      keycheck if cookies exists
      Questions • • MadmanDev  

      7
      0
      Votes
      7
      Posts
      274
      Views

      M

      sorry for that i edited. i meant to write does not exist. and KEY "<COOKIES>" DoesNotContain "TS015af" worked. i was using <COOKIES{*}> before considering the term "TS015af" was in cookies name. FIXED TY
    • M

      JToken Parsing Issue
      Questions • • MadmanDev  

      3
      0
      Votes
      3
      Posts
      180
      Views

      M

      TY @meinname SOLVED
    • M

      Parameter name: port ERROR: Specified argument was out of the range of valid values
      Questions • • MadmanDev  

      6
      0
      Votes
      6
      Posts
      314
      Views

      M

      SOLVED: one of the redirecting URLS had sonic: instead of https: Thanks
    • M

      Parsing complex HTML
      Questions • • MadmanDev  

      5
      0
      Votes
      5
      Posts
      223
      Views

      @MadmanDev then you have to be very specific with the full path, starting from body until you get to the div that wraps all those data. Or use regex.
    • M

      Selenium Elements Keywords for keycheck
      Questions • • MadmanDev  

      5
      0
      Votes
      5
      Posts
      242
      Views

      @Uomo This could be an option ELEMENTACTION XPath "" WaitForElement -> VAR "ELEMENTKEY" KEYCHECK KEYCHAIN Success OR KEY "<ELEMENTKEY>" Exists
    • M

      Strange request problem
      Questions • • MadmanDev  

      6
      0
      Votes
      6
      Posts
      590
      Views

      D

      I have the same problem, please fix it.
    • M

      after using split in utility what are the names of slices
      Questions • • MadmanDev  

      3
      0
      Votes
      3
      Posts
      260
      Views

      Also i'm pretty sure it starts counting from 0
    • M

      Making A text file using openbullet and store data in it
      Questions • • MadmanDev  

      4
      0
      Votes
      4
      Posts
      394
      Views

      M

      @Ruri Yes its works i was messing smth up in path ty anyways
    • M

      Combining List Vars
      Questions • • MadmanDev  

      3
      0
      Votes
      3
      Posts
      265
      Views

      M

      THANKS BOSS