Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 9,274
» Latest member: KoDods
» Forum threads: 12,425
» Forum posts: 21,579
Full Statistics
|
|
|
Intoduce - ViRuS |
Posted by: ViRuS - 12-16-2016, 11:50 PM - Forum: Self Introduction
- Replies (5)
|
|
Hello guys,
I am introducing my self to this great community
My name is hazree aiman, i am 18 years old, i live in Malaysia, my English is normal..
And i like playing GTA San Andreas multiplayer in my free time..
And i have own server " Cops And Robbers - 0.3.7 " If you want to join my server.. You can pm me on Facebook for IP server..
Thanks for Reading
Regards,
ViRuS
|
|
|
How to Sovle GDI Generic Problem in Map Editor |
Posted by: Charlie - 12-16-2016, 04:49 PM - Forum: Tutorials
- Replies (5)
|
|
First of All,
1:Click on Startup Menu.
2:write windows update and press enter
3:a window appears
4:click on search updates.
5:you will get updates.
6:Click on Other Updates, not important.
7:you will find Express Chipset - update it
8:now you are done.
9:turn off the automatically update
10: start editor and enjoy!
If you get any problem contact me:
facebook:www.facebook.com/stylerabrar
|
|
|
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
|
|
|
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]
|
|
|
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.
|
|
|
[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
|
|
|
|