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.
Group Details Private
Global Moderators
Forum wide moderators
-
RE: ANY OB VERSION SUPPORT .loliX Except 1.2.0
-
RE: ANY OB VERSION SUPPORT .loliX Except 1.2.0
@marouaneechodni said in ANY OB VERSION SUPPORT .loliX Except 1.2.0:
No i need ob support loliX
LoliX is not and will never be supported by the OFFICIAL project. Any other format are from unofficial builds.
-
RE: How to Parse this ?
Hey
@freezeman
So that means you are not on the same page you have try the get ? if you don't see the same as the source you are not in the same -
RE: How to Parse this ?
@freezeman try to do a get request on this script and check if the source on your first screen is same sa he source of ob
-
RE: How to Parse this ?
Hey @freezeman
When you do a request with ob you see that too ? -
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):
-
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
-
RE: help a noob :)
Hey @babirro
First parse all your values you must be able to re-use 74773109,70743727,70724975 each number to its variable for the first for example A the second B and the last C.Parse into your recursive
So <A> (74773109) for the first parse
<B> (70743727) for the second parse
<C>(70724975)for the last parse
after you have parse your values
parse <ADDRESS> aftert that call your values
https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<A>
https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<B>
https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<C>
Like that try and tell me if if you have a problem -
RE: My account has banned without reason
you forgot to ban his new account for ban evasion