SA-MP Server Starts Up By PHP Great!... But...
#5

PHP код:
$connection ssh2_connect('***'22);
if(
ssh2_auth_password($connection'***''***'))
{
    echo 
"Authentication Accepted.";
}
else
{
    echo 
"Authentication Denied.";
}
$stream ssh2_exec($connection'mkdir Testing'); 
I get "Authentication Accepted" when the page is executed but the directory isn't made.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)