Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 1019 online users. » 2 Member(s) | 1015 Guest(s) Bing, Google, Josephdeast, Client lucas
|
|
|
How to install OGP on CentOS [Panel] |
Posted by: Uvais - 12-27-2016, 03:21 PM - Forum: General Discussion
- Replies (7)
|
 |
Hi , Today im going to tell everyone how to make open game panel on centOS. It is clearly the best game hosting panel as it uses less ram and supports almost all games. This is for centos 6. This tutorial is taken from opengamepanel.com.
First you need to update and install everything by the following commands:
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
After updating, you have to use these commands to get and install the panel onto the system:
Code: wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_panel_rpm-1.0.0-1.noarch.rpm" -O "ogp_panel.rpm"
sudo yum -y install "ogp_panel.rpm"
After this process the following commands :
Code: sudo bash /var/www/html/create_db.sh
sudo shutdown -r now
You should now disconnect from the vps. This is because you just ran a shutdown command. Now connect again.
Use this command to get database password ( You will be needing this for database setup in ogp installation ):
Code: sudo cat /root/ogp_panel_mysql_info
Now open your browser and put in the ip of your vps.
Fill in the information needed. When it asks for the mysql database use this information
MySQL Host = "localhost"
MySQL User = "ogpuser"
MySQL Database Name = "ogp_panel"
For password you need to process the above command. You are done! You have successfully installed ogp on your system.. Did you face any problem while installing? Pm me. Check the other thread for OGP Agent.
|
|
|
Memory Usage View |
Posted by: alterego - 12-20-2016, 03:01 PM - Forum: Products Discussion
- Replies (2)
|
 |
I have one question?
I don't know with paid servers but can free server users see their memory usage?
I think that's important for them to see since high memory usage usually lags up their server.
Is there any way for that to happen? Or is it implemented already? How to view it?
|
|
|
File Manager Arrangement(Not all my idea) |
Posted by: alterego - 12-19-2016, 06:06 PM - Forum: Tutorials
- Replies (10)
|
 |
So I'm back with some tips for your server 
So before we start, I'd like to ask you something.
Do you like to read long forum post? No.
This one is not for you 
So, upon a lot of research and studying host, actually I learned it from the old EHN host (I won't mention it since I'm not sure if it's allowed or not.) and reading from other people's post on other forums. I love reading(I don't know why I'm saying an irrelevant think but hey maybe you wanna know.)
So back to the topic.
I know most of you would do this.
You open up your FTP link and voila you're in the server FTP then you fling your gamemode folder in, your filterscript, actually you fling everything into the server FTP. Which is a bad move? Very bad. It doesn't just takes time to upload it also fills up your FTP server.
A little reminder here:
You are not alone in this server and people are probably using the same diskspace as much as you do and what does that do?
IT BURDENS OUR SERVICE PROVIDER.
Aside from minimizing your Memory usage which I had made as a thread a while ago. The diskspace is also important for us. It just doesn't overloads the servers(which is the focal reason why hosting sites shutdowns because of too much overload in the server) It also crams your Files which makes things harder to edit. Except if you really memorize everything in those folders. Then go ahead be a greedy user.
But then do you know that it's possible for people to login into your account? Remember that it is the world wide web and HACKERS, yes those guys are probably lurking just under your skin waiting for you to do a wrong move.
Go to the samp scripts area, yes that place where there are so many scripts being "RELEASED" by people for other people to use then somebody suddenly complains. "Hey that's mine." but no one believes them?
Do you want to try and guess what the reason is?
What did you say? Because they loaded everything up on their FTP? Great. It really is true that great minds think alike.
Now here's the tip that you all are waiting for.
Number 1:
Don't ever upload everything on your FTP.
Number 2:
Delete Unnecessary things that your server doesn't need.
Example of this:
Remember when you click addon (I don't know what other host named this) then you update your server into the latest SAMP, CS:GO, COD3, or any game. It would surely load up many files. Let's focus on samp
It'll give you a bunch of filterscripts, a load of Gamemodes, the includes which most doesn't need, the npcmodes, which most doesn't need(coz people uses another npc.inc, correct me if I'm wrong) and scriptfiles.
I want you to delete all of that you don't need. Or just delete them all anyway you could just create new directories.
Number 3:
This is for samp only. I don't know for other games
Only place your .amx on the FTP server. may it be filterscript or gamemode. it must be just be the .amx. I know there .amx to pawn converters but most of them doesn't work and some do work but they miss some things that are important. So we could say that your .amx is more secured than your .pawn file.
Number 4:
when placing plugins and filterscripts choose the ones that you use on your server.cfg
for example.
Quote:echo Executing Server Config...
lanmode 1
maxplayers 50
port 7777
hostname Noname
gamemode0 grandlarc 1
filterscripts zmapping yom_buttons anims
plugins streamer.so sscanf.so Whirlpool.dll audio.so
announce 0
query 1
chatlogging 0
weburl soon.com
language English
that is what you see inside right.
Place only the ones written in the plugins and filterscripts since that is the only that the server would need. (those in red)
This tip doesn't do much but this would make sure that your files are well arranged and neat, and you can sleep at night without thinking that.
"Oh My God my .pawn file has been copy and pasted.)
That is already long thank you for reading and more tips will be coming soon.
[EDIT] - Thanks to sir Lancelot for the reminder. How careless I was.
So since most host are using the linux based servers.
The plugins should be .so and not .dll
|
|
|
|