Navigation

    OpenBullet

    OpenBullet

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

    Fairy

    @Fairy

    Config Maker

    19
    Reputation
    99
    Posts
    151
    Profile views
    5
    Followers
    0
    Following
    Joined Last Online
    Location Earth

    Fairy Follow

    Posts made by Fairy

    • RE: how to make config for sites with popups login

      DM me and I shall see if I can help with your issue.

      posted in Questions
      Fairy
    • RE: how to make config for sites with popups login

      @deejaypein said in how to make config for sites with popups login:

      hey bud ! can i get more info of how you could make this Work ? thanks in advance !

      Authorization: Basic dGVzdDp0ZXN0MQ==
      the code after Basic, usually contains the User:Pass in Base64 Encode format. you just need to simulate this to make the request work.

      posted in Questions
      Fairy
    • RE: Javascript login sites

      you need to provide more information about the issue itself, so the community may help you.

      posted in JavaScript
      Fairy
    • RE: capturing alt of imgs

      make a request that would show the response you have shown. then Switch To Loli Script, and add the code i have shared underneath.

      posted in Questions
      Fairy
    • RE: capturing alt of imgs

      Try this
      PARSE "<SOURCE>" REGEX "<img src=\"([^\"]*)\" alt=\"([^\"]*)\"" "Alt: [2]" -> VAR "ALT"
      Sorry for the late reply

      posted in Questions
      Fairy
    • RE: capturing alt of imgs

      i meant, share the code and Delete the src content. this way we can just use Regex easily to help you capture what you need.

      posted in Questions
      Fairy
    • RE: How to find Url

      the validation of the License Key is checked Locally, and thus, you can not find any HTTP traffic.

      posted in Questions
      Fairy
    • RE: How to capture data from different pages from one source?

      You simply can use regex afterwards to capture the desired elements.

      posted in Questions
      Fairy
    • RE: capturing alt of imgs

      1- Send a portion of the response that contains what you want to capture
      2- hide any website link
      It would help us give you the right Code/Regex

      posted in Questions
      Fairy