Hi
Just would like to ask, what would be the right script if I want to create 1 random username using a script to be input in telnet.
So far this is the only script I have. I want a random username and the password is just blank.
ip hotspot user
add name= " " password= " " server= HotspotKyle profile= “VIP”.
/system script
add comment=login-trail-free-by-admin dont-require-permissions=yes name=
2C:FD:AB:1B:7E:08 owner=zaid policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=“:
local comment [/system script get value-name=name [find comment=login-trai
l-free] name];\r
\n:local comment1 [/system script get value-name=name [find comment=login-
trail-free] name];\r
\n:local host [/ip hotspot host get value-name=address [find mac-address=
$comment1] address];\r
\n/ip hotspot user add name=$comment password=$comment profile=1m limi
t-uptime=59m email=1@0_000.nptd;\r
\n/ip hotspot active login user=$comment password=$comment mac=$comment
_ip=$host\r
\n/system scheduler add name=$comment on-event="ip hotspot user remove [
find name=$comment]\r\\r
\n \nip hotspot active remove [find user=$comment] \r\\r
\n \n" policy=ftp,reboot,read,write,policy,test,password,sniff,sensit
ive,romon start-time=09:00:00\r
\n\r
\n\r
\n:log warning " $comment login trial"\r
\n”

this is cool brother,hehe