how to make reading url and port
here is part of config i need help to correct
url.txt = contain many url with different port
UTILITY File “url.txt” Read → VAR “test”
PARSE “” LR “http://” “” Recursive=TRUE CreateEmpty=FALSE → CAP “PANEL”
UTILITY List “host” RemoveDuplicates → CAP “host”
UTILITY List “host” Sort Ascending=FALSE → CAP “host”
UTILITY List “host” Random → CAP “host”
!UTILITY List “” Join “,”
REQUEST GET “http:///player_api.php?username=&password=”
when i put port on suffix : 8080 example working
i would like config reading url with port.
any help plz