SA-MP Forums Archive
[UCP] HELP [PHP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [UCP] HELP [PHP] (/showthread.php?tid=603005)



[UCP] HELP [PHP] - AlbaniaMafiaRP - 16.03.2016

<?php
$GameDir = 'ftp://server.ms-rp.uk.to';
$ftp_username = 'root';
$ftp_userpass = 'iusemypassword';
$ftp_conn = ftp_connect($GameDir);
$login = ftp_login($ftp_conn, $ftp_username, $ftp_userpass);
?>


No problem,but why my FTP dosent connect with my samp server?

i tryed ftp://server.ms-rp.uk.to with my ip but dosent work.
please help me im new in php :/


Re: [UCP] HELP [PHP] - SickAttack - 17.03.2016

Try ftps://server.ms-rp.uk.to.