SA-MP Forums Archive
Did any1 of you know - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Did any1 of you know (/showthread.php?tid=580550)



Did any1 of you know - Younes44 - 06.07.2015

Hello Guys
Did any1 of you know How to Install FTP ON GPX..(GamePanelX) bcz last time when i use OGP I didn't succes with changing the version..
Now if there's any1 know..
i will give him 3samp servers for Perm with 1000 slots..
or is there any solution told me here pls xd


Re: Did any1 of you know - GGRoleplay - 06.07.2015

You need some sort of daemon running on your machine, I've done it before with Ubuntu.

Type this ps -ef | grep pure-ftpd | grep -v grep and post the result


Re: Did any1 of you know - rymax99 - 06.07.2015

Install an FTP daemon? Not entirely sure on what you're asking.


Re: Did any1 of you know - Younes44 - 06.07.2015



and ?
but it's GamePanelX Not OGP


Re: Did any1 of you know - Crystallize - 06.07.2015

Код:
cd ~
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
cd /tmp
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm --import https://fedoraproject.org/static/0608B895.txt
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum update -y
yum install pure-ftpd -y

1) pure-pw useradd ... -u 1234 -g 1234 -d /var/www/html/games/_SERVERS/accounts/CLIENTNAME
2) chmod 777 -R /var/www/html/games/_SERVERS/accounts/CLIENTNAME
3) pure-pw mkdb
4) service pure-ftpd restart

service pure-ftpd restart
service httpd restart
service mysqld restart



Re: Did any1 of you know - rymax99 - 06.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
Код:
cd ~
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
cd /tmp
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm --import https://fedoraproject.org/static/0608B895.txt
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum update -y
yum install pure-ftpd -y

1) pure-pw useradd ... -u 1234 -g 1234 -d /var/www/html/games/_SERVERS/accounts/CLIENTNAME
2) chmod 777 -R /var/www/html/games/_SERVERS/accounts/CLIENTNAME
3) pure-pw mkdb
4) service pure-ftpd restart

service pure-ftpd restart
service httpd restart
service mysqld restart
Probably best to just link to the article so that it explains what you're doing with running each command and the user actually semi-understands how it works:
http://www.servermom.org/how-to-inst...entos-6-4/789/


Re: Did any1 of you know - Younes44 - 06.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
Код:
cd ~
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
cd /tmp
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm --import https://fedoraproject.org/static/0608B895.txt
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum update -y
yum install pure-ftpd -y

1) pure-pw useradd ... -u 1234 -g 1234 -d /var/www/html/games/_SERVERS/accounts/CLIENTNAME
2) chmod 777 -R /var/www/html/games/_SERVERS/accounts/CLIENTNAME
3) pure-pw mkdb
4) service pure-ftpd restart

service pure-ftpd restart
service httpd restart
service mysqld restart
i did but it won't work '-'


Re: Did any1 of you know - Crystallize - 06.07.2015

Quote:
Originally Posted by rymax99
Посмотреть сообщение
Probably best to just link to the article so that it explains what you're doing with running each command and the user actually semi-understands how it works:
http://www.servermom.org/how-to-inst...entos-6-4/789/
I have never read that article , the commands are saved on my PC so each time I need them I use them , just thought to help this guy


Re: Did any1 of you know - Younes44 - 06.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
I have never read that article , the commands are saved on my PC so each time I need them I use them , just thought to help this guy
Hm..
i have to login with FTP Client Only ?right ?
bcz i have use http://net2ftp.com/
anyway can you help me


Re: Did any1 of you know - rymax99 - 06.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
I have never read that article , the commands are saved on my PC so each time I need them I use them , just thought to help this guy
Makes sense - you probably just originally got the commands from a similar article, or something, which is a reasonable assumption since the order and such is the same. No sweat, just see lots of people copying and pasting when linking is the better option, especially if there's better explanations.


Anyway, Wizzard, what exactly you're trying to do is not clear. Most of us aren't going to be familiar, especially with the inner workings of the particular piece of software you're using, so it's best to ask a generic question. By default with most Linux distributions, you should be able to access sftp if OpenSSH is installed on the system, so you probably don't even need to install a ftp daemon unless you want support for virtual users and such.