12.10.2009, 15:23
Quote:
Originally Posted by Boozmang
man i got all the FTP stuff right but i get this error.
Код:
Fatal error: Call to undefined function ftp_connect() thanks, Boozman |
Код:
$ftp_host = "serverhostname ex: could be a ip address"; //put the ip / hostname to your ftp here $ftp_user = "ftp login"; //put your login here $ftp_pass = "ftp password"; //put your password here $banfile = "samp.ban";