Advertisement
Guest User

Untitled

a guest
Mar 15th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Warning: scandir(\10.16.2.17c,\10.16.2.17c): The user name or password is incorrect. (code: 1326) in C:xampphtdocsICWebaccess_file.php on line 25
  2.  
  3. Warning: scandir(\10.16.2.17c): failed to open dir: No such file or directory in C:xampphtdocsICWebaccess_file.php on line 25
  4.  
  5. Warning: scandir(): (errno 2): No such file or directory in C:xampphtdocsICWebaccess_file.php on line 25
  6.  
  7. $location = "\10.16.2.17c";
  8. $user = "user_pos";
  9. $pass = "pass_pos";
  10. $letter = "Z";
  11.  
  12. // Map the drive
  13. system("net use ".$letter.": "".$location."" ".$pass." /user:".$user." /persistent:no>nul 2>&1");
  14.  
  15. // Open the directory
  16. $dir = opendir($letter.":/0302")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement