Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,851
» Latest member: covermehere
» Forum threads: 9,183
» Forum posts: 15,036

Full Statistics

Online Users
There are currently 715 online users.
» 1 Member(s) | 709 Guest(s)
Applebot, Bing, Facebook, Google, Yandex, Client rwzhsyxlhuhyxl

Latest Threads
блог
Forum: General Support
Last Post: rwzhsyxlhuhyxl
1 minute ago
» Replies: 1,435
» Views: 973,534
Анвап орг ред. Анвап скач...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
16 minutes ago
» Replies: 0
» Views: 3
Скачать сериал наследие а...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
57 minutes ago
» Replies: 0
» Views: 12
1хслот зеркало
Forum: General Support
Last Post: jackwillow
1 hour ago
» Replies: 1
» Views: 26
Человек паук через вселен...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
1 hour ago
» Replies: 0
» Views: 16
Смотреть анвап. Анвап ска...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
2 hours ago
» Replies: 0
» Views: 18
Анвап скачать фильмы по п...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
3 hours ago
» Replies: 0
» Views: 18
Скачать фильмы анвап ком....
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
3 hours ago
» Replies: 0
» Views: 17
Life Insurance
Forum: General Services News & Updates
Last Post: covermehere
4 hours ago
» Replies: 0
» Views: 3
Анвап скачать фильмы бесп...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
4 hours ago
» Replies: 0
» Views: 19

 
  OGP
Posted by: JohnTurbo - 12-09-2016, 08:30 PM - Forum: General Discussion - Replies (1)

hey all, i have just installed OGP on my vps Centos 7 64x bit and its working as well with me but i have mini proplem and its 

Code:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Server './samp03svr  ' crashed with exit code 0.  Respawning...

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Server './samp03svr  ' crashed with exit code 0.  Respawning...

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Server './samp03svr  ' crashed with exit code 0.  Respawning...
i have installed my Agent and panel and everything but  when i try starting or restarting my sa-mp server iam getting that proplem please help 

note: i have installed it using this tutorial: http://forum.elites-host.com/showthread.php?tid=2

Print this item

  How to install Open Game Panel (PANEL) [UBUNTU]
Posted by: Alfe - 12-09-2016, 02:07 PM - Forum: Tutorials - Replies (17)

OGP PANEL Install Instructions:

If you are running Ubuntu 14.04 or lower, run the following commands in a terminal:

Code:
sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git
If you are running Ubuntu 16.04 or higher, run the following commands in a terminal:
Code:
sudo apt-get install apache2 curl subversion php7.0 php7.0-gd php7.0-zip libapache2-mod-php7.0 php7.0-curl php7.0-mysql php7.0-xmlrpc php-pear phpmyadmin mysql-server php7.0-mbstring php-gettext git

Alternatively, you can install mariadb-server instead of mysql if you'd prefer to use that fork:
Code:
sudo apt-get install mariadb-server

During the MySQL server installation, you will be prompted to provide a root user password. Please choose something secure and write it down, as the installer will ask you for it to create the initial OGP database later. Configure MySQL for "apache2" when prompted. PHPMyAdmin will also ask you for the root user password you set.
All Versions of Ubuntu:
Code:
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-panel-latest.deb" -O "ogp-panel-latest.deb"
Code:
sudo dpkg -i "ogp-panel-latest.deb"

Once this is done, open the browser and go to http://{IP_OF_SERVER_OR_localhost}/index.php
You will be prompted to complete the OGP Panel installation. When asked for databse information, please use the following:

MySQL Host = "localhost"
MySQL User = "ogpuser"
MySQL Database Name = "ogp_panel"
You'll also need your database password which can be found by running the following command:
Code:
sudo cat /root/ogp_panel_mysql_info

Once you've completed the web panel installation, you need to add the server that will be running the game servers to the web panel software. You will need the IP address of the server running the agent (127.0.0.1 if on the same machine), and the encryption key for that machine which you can obtain by running the following command on that server:
Code:
sudo cat /root/ogp_user_password

Once the panel has been installed, please run the panel update functionality by logging in as the admin account created during installation. 
How to install Open Game Panel (Agent) [UBUNTU]

Print this item

  How to install Open Game Panel (Agent) [UBUNTU]
Posted by: Alfe - 12-09-2016, 02:07 PM - Forum: Tutorials - Replies (5)

All Versions of Ubuntu:

Before we can install the deb package for the OGP Agent, we need to install some prerequisites by running the following commands:

Code:
sudo apt-get install libxml-parser-perl libpath-class-perl perl-modules screen rsync sudo e2fsprogs unzip subversion libarchive-extract-perl pure-ftpd libarchive-zip-perl libc6 libgcc1 git
sudo apt-get install libc6-i386 libgcc1:i386
sudo apt-get install lib32gcc1
sudo apt-get install libhttp-daemon-perl

Ubuntu:

Now, we can download and install the OGP Agent DEB package:

Code:
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-agent-latest.deb" -O "ogp-agent-latest.deb"
sudo dpkg -i "ogp-agent-latest.deb"

The OGP agent user (with sudo access) will be created automatically for you by the installer with a random password. To view the automatically generated encryption key, OGP username, and OGP user password, run the following command: 

Code:
sudo cat /root/ogp_user_password

You'll need the encryption key for the panel.

Print this item

  [Tutorial] How to change version!
Posted by: Sentinel - 12-08-2016, 05:34 PM - Forum: Tutorials - Replies (5)

Just click "Addons" Button on your Panel Smile

Available Version:

     • SAMP 0.3.7 Server Version
     • SAMP 0.3.d Server Version
     • SAMP 0.3.c Server Version
     • SAMP 0.3.z Server Version
     • SAMP 0.3.x Server Version
     • SAMP 0.3.e Server Version

Print this item

  My top highest views YouTube videos.
Posted by: Alfe - 12-07-2016, 12:15 PM - Forum: Screenshots & Videos - Replies (18)

My First Video: Here
My 2nd Video: Here
My 3rd Video: Here

Share yours too

COMMENT Below
   :
   :
   :
   v

Print this item

  [EXPIRED] XmaS PromoCode!
Posted by: Bob - 12-06-2016, 11:03 PM - Forum: Discounts - Replies (13)

Hello,

Merry Christmas
We are now offering an 10% discount in all of our servers plans we provide for the first payment.

-Just place your order and at promo code you need to enter XmaS so that you can get that discount in the first payment only.
-So if you bought as 3 months or annually you can also get that discount rather than buying for 1 month.

This offer starting from 7/12/2016 and will be ended at 31/12/2016.
So hurry up and get this discount for anything to start your server up.
This promo-code doesn't need to be a new customer, we also offering this to our old customers.


Merry Christmas & Happy Hosting!
From Elites-Host.com Team

Regards,
Bob
Elites-Host.com Team

Print this item

Lightbulb [Tutorial]How To Install Open Game Panel [CentOS 6 & 7]
Posted by: Luke Graham - 12-06-2016, 04:28 PM - Forum: Tutorials - No Replies

[Image: vsncjt.png]


Open Game Panel Agent Installation:
CentOS 7:

Firstly we you need to update & install some prerequisites by using the following commands:
PHP Code:
sudo yum -y update
sudo yum 
-y install epel-release wget subversion git
sudo yum install 
-y perl-HTTP-Daemon perl-LWP-Protocol-http10 proftpd proftpd-utils perl-ExtUtils-MakeMaker glibc.i686 glibc libgcc_s.so.1 perl-IO-Compress-Bzip2 

CentOS 6:
PHP Code:
sudo yum -y update
sudo yum 
-y install epel-release wget subversion git
sudo yum install 
-y perl-libwww-perl proftpd proftpd-utils perl-ExtUtils-MakeMaker glibc.i686 glibc libgcc_s.so.1 perl-IO-Compress-Bzip2 

Both CentOS 6 & 7:

This is the command to download and install the latest OGP RPM Agent Package:
PHP Code:
wget -"https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_agent_rpm-1.0.0-1.noarch.rpm" -"ogp_agent.rpm"
sudo yum install -"ogp_agent.rpm" 

CentOS 6 ProFTPD:

This command is to get your FTP Service working (Applies only to CentOS 6):
PHP Code:
sudo sed -"s/^LoadModule\( \)*mod_auth_file.c/#LoadModule mod_auth_file.c/g" "/etc/proftpd.conf"
sudo service proftpd restart 

Both CentOS 6 & 7:

To get your OGP Agent encryption key for the panel you need to run the following command:
PHP Code:
sudo cat /root/ogp_enc_key 
And copy this information on a Notepad (This will be needed to by the OGP Panel).

To get your OGP User Password for the panel you need to run the following command:
PHP Code:
sudo cat /root/ogp_user_sudo_pass 
And copy this information on a Notepad (This will be needed to by the OGP Panel).

And lastly your open game panel username is:
PHP Code:
ogp_agent 

Your Open Game Panel Agent has been successfully installed (100% Tested & Working)


Open Game Panel Web Panel Installation:
CentOS 7:

Firstly we need to install some prerequisites by running the following command:
PHP Code:
sudo yum -y install epel-release wget subversion git
sudo yum 
-y install mariadb-server
sudo service mariadb restart
sudo mysql_secure_installation 

CentOS 6:
PHP Code:
sudo yum -y install epel-release wget subversion git
sudo yum 
-y install mysql-server
sudo service mysqld restart
sudo mysql_secure_installation
sudo chkconfig mysqld on 

Both CentOS 6 & 7:

While the MySQL installing is in progress, you will be prompted to set your root password, and write down the password you use, as you will need it later.

Now we can download and install the OGP Web Panel by running the following commands:
PHP Code:
wget -"https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_panel_rpm-1.0.0-1.noarch.rpm" -"ogp_panel.rpm"
sudo yum -y install "ogp_panel.rpm" 

It may take 5 - 10 minutes before this step completes

Run the following command to create a database for your OGP Web Panel software:
PHP Code:
sudo bash /var/www/html/create_db.sh 

After running the command above, restart your server! This is very important. If you do NOT restart, you will have problems completing the web installation:
PHP Code:
sudo shutdown -r now 

Once your VPS has been successfully restarted, open a browser such as Google Chrome and go to, http://YourVPSIP, once you come to the database part run the following command to get the info:
PHP Code:
sudo cat /root/ogp_panel_mysql_info 

And finally get your OGP Agent encryption key (If you didn't copy it in your notepad) by running the following command:
PHP Code:
sudo cat /root/ogp_enc_key 

If your OGP Web Panel doesn't load on your browser its because of the IPTables firewall issues and run the following command (Applies only for CentOS 6):
PHP Code:
sudo iptables -D INPUT 5
sudo service iptables save
sudo service iptables restart 

Your Open Game Panel Web Panel has been successfully installed (98.3% Tested & Working)
Enjoy Your Newly Installed Panel!

Print this item