sukriborneo

hapus user di userman

Oct 31st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /system scheduler
  2. add interval=1d name=hapus-user-voucher on-event="### bila ingin variasi ( hasil copas)\r\
  3. \n:foreach i in=[/tool user-manager user find where !actual-profile] do={\r\
  4. \n:local usernamex [/tool user-manager user get \$i username];\r\
  5. \n[/tool user-manager user remove \$usernamex]\r\
  6. \n:log error (\93hapus voucher \$usernamex\94)\r\
  7. \n}\r\
  8. \n### bila tanpa variasi\r\
  9. \n/tool user-manager user remove [find where !actual-profile]" start-time=18:00:01
Add Comment
Please, Sign In to add comment