Advertisement
Guest User

Untitled

a guest
May 4th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $plat=$myrow['platty'];
  2. $IP=$myrow['ip_of_server'];
  3. $user=$myrow['username'];
  4. $pass=$myrow['password'];
  5. $my_array = array($user,$IP,);
  6. //$cmd = implode('@',$my_array);
  7. $args = "-T '$plat' $user@$IP ";
  8.  
  9. //$cmd .= $args;
  10. }
  11.  
  12. }
  13. $cmd="cssh ";
  14.  
  15. echo $cmd . $args;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement