05.09.2009, 23:31
Ok, im having no luck with this and its making me frustrated, im trying to make a php panel to start stop and restart the server and when it starts, it says i haven't changed the pass and i have....
This is the code im using:
and this is the output:
Anyone know why this is happening and how to stop it?
Thanks.
This is the code im using:
Код:
$Command = "j:\\SAMPSERVER\\samp-server.exe"; $Shell = new COM("WScript.Shell"); $output = $Shell->Exec($Command)->StdOut->ReadAll; echo '<textarea name="" cols="70" rows="15">'.$output.'</textarea>';
Код:
---------- Loaded log file: "server_log.txt". ---------- SA:MP Dedicated Server ---------------------- v0.2X, ©2005-2008 SA:MP Team Unable to exec file 'server.cfg'. Error: Your password must be changed from the default password, please change it.
Thanks.