UCP help - 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 (
/showthread.php?tid=280331)
UCP help -
BCRP - 31.08.2011
I have make UCP...
I register, then he sent me this
pawn Код:
Warning: ftp_put() [function.ftp-put]: Filename cannot be empty in /home/bcrptest/public_html/ucp/config.php on line 13
FTP upload of has failed!
Sa said 6petuse l2bi . Tere tulemast meie serverisse .
Su kasutaja on registreeritud meie andmebaasi .
Sa saad sisse logida 8sna pea .
Warning: fopen(/scriptfiles/users/Dave_Smith.ini) [function.fopen]: failed to open stream: No such file or directory in /home/bcrptest/public_html/ucp/index.php on line 294
Error!
Re: UCP help -
[MWR]Blood - 31.08.2011
This is not a PHP support forum!
Re: UCP help -
BCRP - 31.08.2011
Ok! srri
Re: UCP help -
undeR. - 31.08.2011
Check if your host allow fsockopen, and pls, dont tell that you made this, cuz your not
Re: UCP help - array13 - 31.08.2011
whatever, you are trying to open a file from /scriptfiles/users/Dave_Smith.ini when the index.php is on /home/bcrptest/public_html/ucp/index.php
all files to php(like index.php, index.html) need to be on the same directorie...
like...the apache webserver page is /var/www/html
you add index.php do /var/www/html
all associated codes need to be on /var/www/html/*