List extraction
-
How to extract the elements of that list and append extracted elements into a file one by one?
[http://mafreebox.freebox.fr/login.php, https://www.developpez.net/forums/d1773854/php/php-base-donnees/page-login-php/, https://openclassrooms.com/forum/sujet/login-php-mysql-1, http://unblog.fr/wp-login.php, https://www.php.net/manual/fr/function.ftp-login.php, https://github.com/WordPress/WordPress/blob/master/wp-login.php, https://developer.wordpress.org/reference/files/wp-login.php/, https://stackoverflow.com/questions/35111254/login-index-form-is-not-working-with-login-php-if-i-use-header-function, https://nova.entreprises.gouv.fr/site/login.php, https://mobiliteaei.com/wp-login.php]
-
@L4roy Check this -->https://forum.openbullet.dev/topic/1452/how-to-save-this-as-a-list/4
PARSE "<SOURCE>" LR "\"" "\"" Recursive=TRUE -> VAR "ElementCapList" UTILITY List "ElementCapList" Length -> VAR "LENTH" SET VAR "INDEX" "0" WHILE "<INDEX>" LessThan "<LENTH>" ## LOOP UTILITY File "ElementName.txt" AppendLines "<ElementCapList[<INDEX>]>" -> VAR "Name" FUNCTION Compute "<INDEX>+1" -> VAR "INDEX" ENDWHILE
-
I see, will try to go through this. Thanks