<?php $polaczenie = ssh2_connect("188.116.33.41", "22"); ssh2_auth_password($polaczenie, "user", "haslo"); if ($polaczenie) { ssh2_exec($polaczenie, "cd ~/1"); ssh2_exec($polaczenie, "killall hlds_run"); ssh2_exec($polaczenie, "screen -A -m -d ./hlds_run -game cstrike +port 27010 +maxplayers 16 +map de_dust +exec server.cfg"); ssh2_exec($polaczenie, "logout"); } else { } ?> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
Proszę o pomoc....