Navigation

    OpenBullet

    OpenBullet

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

    meinname

    @meinname

    76
    Reputation
    156
    Posts
    421
    Profile views
    6
    Followers
    0
    Following
    Joined Last Online

    meinname Follow
    Mod

    Posts made by meinname

    • RE: ANY OB VERSION SUPPORT .loliX Except 1.2.0

      Funfact:
      The 1.2.0 or so from Forlax. which supports this, is actually no 1.2.0 but is based on some super old 1.0.X Openbullet.

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

      Works good for me (ignore first two lines - it is only to build an example list):

      c80bf7ee-936b-488a-8a1e-93b1afcbfb78-image.png

      posted in Questions
      meinname
    • RE: help a noob :)

      @babirro
      you can access elements of your list with <idOrder[index]>
      like:

      https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[0]>
      https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[1]>
      https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[2]>
      

      if you don't know upfront how many values you will have in your list, you could use stuff like

      UTILITY List "idOrder" Length -> VAR "LEN"
      SET VAR "INDEX" "0"
      WHILE "<INDEX>" LessThan "<LEN>"
      ##here your request and so on with using https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[<INDEX>]>
      FUNCTION Compute "<INDEX>+1" -> VAR "INDEX"
      ENDWHILE
      
      posted in Questions
      meinname
    • RE: My account has banned without reason

      you forgot to ban his new account for ban evasion 😉

      posted in General Discussion
      meinname
    • RE: What is the best way to prevent the editing of the Config Whatever its type

      @lasen62458 He meant that he doesn't understand what you were talking about.

      posted in Questions
      meinname
    • RE: how to use my owen cookie in openbullet selenium

      Why do you open multiple topics?
      Deleted the oder ones.

      posted in Questions
      meinname
    • RE: Most recent version and where to find it?

      Do you see the big red box on the main page of the forum?
      Read it!

      posted in Questions
      meinname
    • RE: Is there any way to make a request wait for response instead of throwing the ERROR:

      Maybe raise the request timeout on Settings -> RuriLib -> General

      posted in General Discussion
      meinname
    • RE: How to execute JavaScript code

      if you have a variable <VARNAME> in Openbullet it is available as VARNAME in the Scriptblock

      posted in LoliScript
      meinname
    • RE: How to implement this on OB?

      see here: https://forum.openbullet.dev/topic/1512/doesn-t-open-the-main-page-of-the-site/2

      posted in Questions
      meinname