Jump to content

[Centos] OGP شرح تثبيت


Recommended Posts

#, [*] جميع الاوامر من الموقع الرسمي ,#

#, [*] الاوامر باللون الاسود ,#

#, ( agent ) اوامر تنصيب الـ ,#

0-Update your System:

yum update

1-Install wget:

yum install wget

2-Disable Selinux and Firewall:

sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config

setenforce 0

service iptables stop

chkconfig iptables off

WARNING: In Centos 7 disable firewall with:

systemctl stop firewalld

systemctl disable firewalld

[*] instead of service iptables stop && chkconfig iptables off.

3-Install EPEL Repository and distribution dependencies

WARNING, INSTALL ONLY FOR YOUR DISTRIBUTION:

@ Centos 5

wget http://dl.fedoraproject.org/pub/epel

/5/i386/epel-release-5-4.noarch.rpm

rpm -Uvh epel-release-5-4.noarch.rpm

rm -f epel-release-5-4.noarch.rpm

sed -i "s/gpgcheck=./gpgcheck=0/g" /etc/yum.conf

yum install -y perl-IO-Compress-Bzip2 Pure-FTPd

cpan -i Archive::Tar

@ Centos 6

wget http://dl.fedoraproject.org/pub/epel

/6/i386/epel-release-6-8.noarch.rpm

rpm -Uvh epel-release-6-8.noarch.rpm

rm -f epel-release-6-8.noarch.rpm

yum install -y perl-ExtUtils-MakeMaker Pure-FTPd perl-IO-Compress-Bzip2 Pure-FTPd

@ Centos 7

wget http://dl.fedoraproject.org/pub/epel/

beta/7/x86_64/epel-release-7-0.2.noarch.rpm

rpm -Uvh epel-release-7-0.2.noarch.rpm

rm -f epel-release-7-0.2.noarch.rpm

yum install -y perl-HTTP-Daemon perl-LWP-Protocol-http10 proftpd proftpd-utils perl-ExtUtils-MakeMaker

4-Download ogp_agent-3264-1.noarch.rpm:

@ Centos 5

wget http://master.dl.sourceforge.net/project/

hldstart/OpenGamePanel/Centos_Installers/Centos5/

ogp_agent-3264-1.noarch.rpm

@ Centos 6/7

wget http://master.dl.sourceforge.net/project/

hldstart/OpenGamePanel/Centos_Installers/

ogp_agent-3264-1.noarch.rpm

5-Install the package and dependencies as root or using sudo:

yum -y install ogp_agent-3264-1.noarch.rpm

Next package only for 64 bit systems:

yum -y install glibc.i686 libstdc++.i686

6-Change the user and group ownership of the agent files to ogp_agent so it can update itself.

chown -Rf ogp_agent:ogp_agent /usr/share/ogp_agent

7-Then start the service and add it to the system startup, the first time you will be asked for a new password, new encription key and if you accept the license (root or sudo):

cd /etc/init.d

./ogp_agent start

Once configured:

chkconfig --levels 235 ogp_agent on

The init script checks the FTP status and does some settings if needed.

After starting the agent, check that is running (root or sudo):

Code

su -c "screen -list" ogp_agent

This command lists the screen sessions, 'ogp_agent' should be there, looks like this:

Code

There is a screen on:

2848.ogp_agent (12/12/12 02:15:00) (Detached)

1 Socket in /var/run/screen/S-ogp_agent.

=============================

,# اوامر تنصيب اللوحه (OGP PANEL) ,#

0-Install EPEL Repository

WARNING, INSTALL ONLY FOR YOUR DISTRIBUTION:

@ Centos 5

wget http://dl.fedoraproject.org/pub/epel/

5/i386/epel-release-5-4.noarch.rpm

rpm -Uvh epel-release-5-4.noarch.rpm

rm -f epel-release-5-4.noarch.rpm

sed -i "s/gpgcheck=./gpgcheck=0/g" /etc/yum.conf

(Disable the gpg key check is only needed at CentOS 5)

@ Centos 6

wget http://dl.fedoraproject.org/pub/epel/

6/i386/epel-release-6-8.noarch.rpm

rpm -Uvh epel-release-6-8.noarch.rpm

rm -f epel-release-6-8.noarch.rpm

yum install mysql-server

@ Centos 7

wget http://dl.fedoraproject.org/pub/epel/

beta/7/x86_64/epel-release-7-0.2.noarch.rpm

rpm -Uvh epel-release-7-0.2.noarch.rpm

rm -f epel-release-7-0.2.noarch.rpm

yum install mariadb-server

1-Download ogp_panel-3264-1.noarch.rpm

@ Centos 5

wget http://master.dl.sourceforge.net/project

/hldstart/OpenGamePanel/Centos_Installers/Centos5

/ogp_panel-3264-1.noarch.rpm

@ Centos 6/7

wget http://master.dl.sourceforge.net/project/

hldstart/OpenGamePanel/Centos_Installers/

ogp_panel-3264-1.noarch.rpm

2-Install the package and dependencies:

yum -y install ogp_panel-3264-1.noarch.rpm

3-Then start both services, httpd and mysqld, and add them to the system startup:

service httpd restart

chkconfig --levels 235 httpd on

service mysqld restart

chkconfig --levels 235 mysqld on

WARNING: At Centos 7 you must use:

systemctl enable mariadb.service

instead of chkconfig --levels 235 mysqld on

4-Setup Mysql:

mysql_secure_installation

5-Open your web browser and load phpmyadmin :

http://[Your server IP]/phpmyadmin

[*] Once you loged in to PHPMyAdmin with your mysql's root login, click on privilegies and create an user and a database, and give privilegies on this database to the created user.

6-Now open the main page for your web server:

http://[Your server IP]/

[*] Complete the installation process by using the user and database created on PHPMyAdmin, the host for MySQL is "localhost".

7-Once your panel has been installed successfully, for security reasons, you must remove the installation script:

rm -f /var/www/html/install.php

,# اتمنى من المشرف تثبيت الموضوع ,# :mrgreen:

Edited by Guest
Link to comment

كلمت الاخ سعد بخصوص الثغرة وقال لي انحلت من زمان

الاهم لإصلاح جميع المشاكل, تحديث جميع الخدمات قبل عمل اي تنصيب لاي لوحة او سكربت

بالتوفيق للجميع

Link to comment

كلمت الاخ سعد بخصوص الثغرة وقال لي انحلت من زمان

الاهم لإصلاح جميع المشاكل, تحديث جميع الخدمات قبل عمل اي تنصيب لاي لوحة او سكربت

بالتوفيق للجميع

اتوقع انه يقصد ذي

home_id=1

Link to comment

اخوي عبادي الثغرة كانت بـ خدمة التيم سبيك الي باللوحة .

الان انحلت الحمدلله

لها 5 شهور

بالتوفيق إن شاء الله

عوافي ض1 كمان كانت في ثغرة الريجستر اللي تسجل وتطلع كل اليوزرات :]

وانقفلت ض من 2013 ض

Link to comment
opengamepanel صارت مخيسسس

احسن تثبتووو سيرفر علي خادم مباشر وتقدر تركب مو سيرفر واحد :mrgreen:

opengamepanel كلها ثغرات

قلنا الثغرات طيب :D

+ من قالك ان لوحة اوبن ماتركب غير سيرفر واحد :[

Link to comment
opengamepanel صارت مخيسسس

احسن تثبتووو سيرفر علي خادم مباشر وتقدر تركب مو سيرفر واحد :mrgreen:

opengamepanel كلها ثغرات

قلنا الثغرات طيب :D

+ من قالك ان لوحة اوبن ماتركب غير سيرفر واحد :[

اعرف انهم تسوي اكثر من سيرفر بس تثبيت مباشر افضل

Link to comment
  • 3 months later...

مو افخم لوحة

لا تزودها ههههههههههههههه

اللوحة بسيطة وسهله واستخدامها جميل ومريح وسهل

لكن في نفس الوقت تحس انها خطيره يعني مافيها حماية

بعكس اللوحات المدفوعة لو اخترقت ولا شيء انت ضامن حقك ان في خلل باللوحة ورح تتعوض من الشركة الداعمة xD

ويختلف التعويض تاخذ ترخيص مجاني على كم شهر ولا شيء

يعني حلو مافيها خساره وبالعكس بنفس الوقت تتميز بشي محترم والناس توثق فيه ان مو عندك شي مجاني ولا شي

مجرد رأي :)

عالعموم تسلم ايدك على الشرح ممتاز ي بعدي وشغال 100% للان

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...