Heyy!, well This is not Offer or Advertise.. but.. yahh.. Just Sharing~.
Hey!, Are you want Free Domain?
, Remember, This is not Freenom!
, this is called ".XYZ" Domain's TLDs. O_O
Unique Domains for Personal Website / Forum. Also you can use it as Game Address. i mean.. IP.
You want the Link? -.- Well. Click Him.
https://www.freedomains.io/
Requirements?... 1 Email, 1 Webhosting, 100kb/s Speed, Also.. FreeDomainsIO is Asking for NameServer, maybe.. (NS).
You want Tutorial ._.?, You just Click the Link, and Register with your Email.
well, i guess i will show you The Tutorial with Screenshot. (SOON
)...
Sorry for my Bad English :cry:, And Cya~~~
Hey!, Are you want Free Domain?


Unique Domains for Personal Website / Forum. Also you can use it as Game Address. i mean.. IP.

You want the Link? -.- Well. Click Him.
https://www.freedomains.io/
Requirements?... 1 Email, 1 Webhosting, 100kb/s Speed, Also.. FreeDomainsIO is Asking for NameServer, maybe.. (NS).
You want Tutorial ._.?, You just Click the Link, and Register with your Email.
well, i guess i will show you The Tutorial with Screenshot. (SOON

Sorry for my Bad English :cry:, And Cya~~~
Hello!, My name is Mahes 
i'm from Indonesian.
Soo.. Firstly.. why i'm Here?, i Found this Forum from Google. Also it says: "You just need Post for get Free VPS!" Something like that. Soo, i very Interested to This Forum's.
My Hobby is Playing Football and Of Course Play Games.
, i have 1 Minecraft Server too :
.
My Favorite Games is Counter - Strike & Minecraft. Also LOL is Really Good.
I Had no have Money for Buying VPS. (So.. Where you got your MC server?) - My Minecraft Server is from: Server.pro (Not Advertise.).
Well, Thanks?... For Looking my Posting ._., This is my 2nd Post! yay
,... Sorry for my Bad English.. and Cyaa~~

i'm from Indonesian.
Soo.. Firstly.. why i'm Here?, i Found this Forum from Google. Also it says: "You just need Post for get Free VPS!" Something like that. Soo, i very Interested to This Forum's.
My Hobby is Playing Football and Of Course Play Games.


My Favorite Games is Counter - Strike & Minecraft. Also LOL is Really Good.
I Had no have Money for Buying VPS. (So.. Where you got your MC server?) - My Minecraft Server is from: Server.pro (Not Advertise.).
Well, Thanks?... For Looking my Posting ._., This is my 2nd Post! yay

Hello ._. Maybe, this is my First Post? OMG!.
Really, i want Share how to make your own Minecraft Server on your VPS (Only Linux OS).
First for all, You will need VPS for do this (LOL). also with your Internet Connection.
Also, You need SSH Client. ( PuTTY. ) <-- i Suggest you use this.
1. You need Login to your VPS Account. With PuTTY. (Remember, Only ROOT Permission can make Minecraft Server).
2. Before you Run any Commands for Lunching your MC Server, You need Update your OS.
3. After that, we need to be sure that Java is installed on our server. You can check by typing this command:
4. If you don’t have Java installed, you will get a message that says "java: command not found". You can, then, download java through apt-get:
5. Remember!, You need Screen for do this. Because Do you want your server run 24/7?
.
6. Now, you need make Minecraft Server Folder.
7. Of Course, Open your minecraft Folder.
8. Now, You need to Download Minecraft Server Jar. i mean the Software.
9. Now, You need run for Testing your Server. With Commands Screen Sessions Mode.
10. After files Downloaded, You can run The java.
11. Well, on Console Logs Look like This:
And Then!, Your Original Minecraft is Running on your VPS. Now, You need Close / Shutdown your Server. by Clicking: ctrl-a d
You can Reattach your Server with Commands:
Now, goto FTP and Login with your VPS Account. Then Open minecraft Folder for Installing Plugins, World, Setting Files & Server.properties
Well, this is End of Tutorial. Original Tutorial is Goes Thanks for This Link.
Have fun with your Server's. And Sorry for my Bad English, Also Cya~~
Really, i want Share how to make your own Minecraft Server on your VPS (Only Linux OS).
First for all, You will need VPS for do this (LOL). also with your Internet Connection.
Also, You need SSH Client. ( PuTTY. ) <-- i Suggest you use this.
1. You need Login to your VPS Account. With PuTTY. (Remember, Only ROOT Permission can make Minecraft Server).
2. Before you Run any Commands for Lunching your MC Server, You need Update your OS.
Code:
sudo apt-get update
3. After that, we need to be sure that Java is installed on our server. You can check by typing this command:
Code:
java -version
4. If you don’t have Java installed, you will get a message that says "java: command not found". You can, then, download java through apt-get:
Code:
sudo apt-get install default-jdk
5. Remember!, You need Screen for do this. Because Do you want your server run 24/7?

Code:
sudo apt-get install screen
6. Now, you need make Minecraft Server Folder.
Code:
mkdir minecraft
7. Of Course, Open your minecraft Folder.
Code:
cd minecraft
8. Now, You need to Download Minecraft Server Jar. i mean the Software.
Code:
wget -O minecraft_server.jar https://s3.amazonaws.com/Minecraft.Download/versions/1.7.4/minecraft_server.1.7.4.jar
9. Now, You need run for Testing your Server. With Commands Screen Sessions Mode.
Code:
screen -S "Minecraft server"
10. After files Downloaded, You can run The java.
Code:
java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
Quote:2012-08-06 21:12:52 [INFO] Loading properties
2012-08-06 21:12:52 [WARNING] server.properties does not exist
2012-08-06 21:12:52 [INFO] Generating new properties file
2012-08-06 21:12:52 [INFO] Default game type: SURVIVAL
2012-08-06 21:12:52 [INFO] Generating keypair
2012-08-06 21:12:53 [INFO] Starting Minecraft server on *:25565
2012-08-06 21:12:53 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ./ops.txt (No such file or directory)
2012-08-06 21:12:53 [WARNING] Failed to load white-list: java.io.FileNotFoundException: ./white-list.txt (No such file or directory)
2012-08-06 21:12:53 [INFO] Preparing level "world"
2012-08-06 21:12:53 [INFO] Preparing start region for level 0
2012-08-06 21:12:54 [INFO] Preparing spawn area: 4%
2012-08-06 21:12:55 [INFO] Preparing spawn area: 12%
2012-08-06 21:12:56 [INFO] Preparing spawn area: 20%
2012-08-06 21:12:57 [INFO] Preparing spawn area: 24%
2012-08-06 21:12:58 [INFO] Preparing spawn area: 32%
2012-08-06 21:12:59 [INFO] Preparing spawn area: 36%
2012-08-06 21:13:00 [INFO] Preparing spawn area: 44%
2012-08-06 21:13:01 [INFO] Preparing spawn area: 48%
2012-08-06 21:13:02 [INFO] Preparing spawn area: 52%
2012-08-06 21:13:03 [INFO] Preparing spawn area: 61%
2012-08-06 21:13:04 [INFO] Preparing spawn area: 69%
2012-08-06 21:13:05 [INFO] Preparing spawn area: 77%
2012-08-06 21:13:06 [INFO] Preparing spawn area: 85%
2012-08-06 21:13:07 [INFO] Preparing spawn area: 93%
2012-08-06 21:13:08 [INFO] Done (15.509s)! For help, type "help" or "?"
And Then!, Your Original Minecraft is Running on your VPS. Now, You need Close / Shutdown your Server. by Clicking: ctrl-a d
You can Reattach your Server with Commands:
Code:
screen -R
Now, goto FTP and Login with your VPS Account. Then Open minecraft Folder for Installing Plugins, World, Setting Files & Server.properties
Well, this is End of Tutorial. Original Tutorial is Goes Thanks for This Link.
Have fun with your Server's. And Sorry for my Bad English, Also Cya~~
Hello everyone.
I got VPS - 8 Package on the last giveaway. And it was working fine. But today I can not connect to it from SSH Client. Moreover I can not connect to the panel too. I think its down. Or is there any other issue?? If its dead perryoo11 Can you give me backup?? I am badly in need of it.
Hey guys,
Today I'll be introducing two ways of making a music bot, one for windows and one for linux.The linux method can be applied on windows too but offers less functionality however It is still better than the method which we will use for windows, however I personally would recommend these methods for making a music bot
I'll show you how you can make a music bot for yourself which accepts commands ( !yt, !stop etc ) and has cool features such as automatic "Now Playing : Song" once a new song starts and you get a sexy online control panel too.
[Image link] https://i.gyazo.com/640d3e2fce8e54f6b3ff...653ee9.png
So basically, the program I use is called, or known as, Sinusbot. It's available for both, Linux as well as Windows Users and It's free! It's more easier to install on windows but most of the latest features are not yet available on windows and another downside is that It can only be run on Windows x64 so things are not pretty bright for the windows users but for linux users installing this is a piece of cake, For additional features that you can install on the bot, I'll make a seperate spoiler area under the main topic.
Alrighty, get your terminal out boys. ( and girls ) ( If you're using a VPS ignore this sentence ) Don't know what's that? better close this page then. Seriously. * jk Clicky *
Also if you want a easy and fast installation with every extensions like YT-DL you could also use this Automated Installer ( Only for linux again )
you can start by installing these dependencies, these for your bot's survival, ( actually for it to be born in the first place hehe ), just copy these commands and paste it in your terminal
If you're facing an error installing it, try apt-get update first so it can update itself.
alright if you're using a linux server you should be done in a few seconds, if you're doing it on your PC It shouldn't take too long in that case too.
People using Debian & Ubuntu will have to install this too
So, basically this bot is going to be installed in the directory, /opt/ts3soundboard but It isn't there yet ( yet. ).
using the main account ( root ) is dangerous, to do anything with it is dangerous actually. so we'll make a seperate user called "sinusbot" ( without quotes ofc ), to do so, use this command :
After entering the command it will ask you for a password and then some personal information, There's no need to add personal information for the account, simply enter blanks into the personal field but make sure to insert a good pass and not leave that field empty.
Now that we're done with creating our user, dont switch to that user yet.Make the directory where our bot will rest, through these commands
if you're getting an SSL Error try this command instead :
Now once you're done with downloading the file, as you must've noticed by now, the file is compressed ( .tar.bz2), we need to uncompress the file and extract the bot so we can run it. we can do so through this command :
Next copy the config file so we can later edit the configurations easily.
As you must remember, we made a seperate user for our bot, we need to give access to this folder to that bot, we can do so by this command. if you're following my tutorial fully, then have no fear otherwise change the command according to your account's name. ( Change both sinusbot to ur acc's name )
Once you're done, you need to get the TeamSpeak client itself which the bot will use to make itself connected to the teamspeak server.
Once you've done that, press enter again ( after entering the command ) and then enter q this is basically to accept the terms and conditions of teamspeak so it can begin the installation.
Once it's done installing, simply open this file ( config.ini ) from this command to check if TeamSpeak's directory is correct.
Close the editor (Ctrl+O, Enter, Ctrl+X).
And finally copy the plugin to the plugins-directory of the TeamSpeak-Installation
To run the bot, simply switch over to the account we made for the bot.
and then use this command to run, ./sinusbot and to stop the bot
Ctrl + C
The bot will launch the TS3Client once and shut it down immediately. This is normal behavior, as this creates an initial configuration for the client. If you want to actually launch the bot, you'll have to do that from within the frontend, which is, the online control panel I told you guys about.
Simply open chrome, or whatever browser you guys use, and enter 127.0.0.1:8087, If you're using a server you'll have to access it by your server's IP address, such as 164.132.68.210:8087 ( It doesn't work so dont even try :p ) and then you'll be prompted to login with a screen like this,
[Image link] https://i.gyazo.com/58a262bc5292a550f222...4fc490.png
Simply enter the user admin and password foobar, yes you guessed it. It's default.
Once you successfully enter your control panel, Its recommended that you change your password so you dont get hacked by mlghackers hue hue
and then you've to make an instance, do so by going into the settings, and there going into Instance Settings. There you can set the name to your bot's name, and set other settings as shown in the picture.
[Image link] https://i.gyazo.com/0a8949ea378d2c6607f5...2ac769.png
Once done with that, simply run your bot from the button placed on the upper right corner of your screen, It must be orange at that time. Once it becomes green give it a few seconds to connect and your bot shall appear in the default channel
All the commands the bot features are :
[Image link] https://i.gyazo.com/6c8a304f6a76f479daf4...ca1f08.png
In this tutorial I'm going to teach you how to stream music through your own Music Bot on Windows ( not exactly a bot ).
Requirments :
Part 1 : Setting Up Your VAC
As a start, Make Sure You've enabled your Show Disabled Devices by right-clicking your recording area ( like this ) :
[Image link] http://i.gyazo.com/4ba979d0d646c1957f502f97c13ad1a8.png
So If you've installed VAC correctly, There should be a device called Line 1 in Playback and Recording. Before you do anything to them, Disable your Sterio Mix or there's going to be intense Echo !
Set Line 1 To Default Device on Recording and set your settings like this :
[Image link] http://i.gyazo.com/faa0939b19333742c0703dd55c73f138.png
Do not change other settings or it'll mess you up!
and Ladies and Gentlemen, Part 1 ends here !
Part 2 : Setting Up Your Windows Media Player
You may have to configure other Song Players yourselves since I'm only going to teach you on Windows Media Player !
So Open your Windows Media Player and Right Click on the top bar and click More Options :
[Image link] http://i.gyazo.com/9a7c4488ae4e4b4dd610b7180681b92a.png
Click The Devices Tab and then Click on Speakers ! :
[Image link] http://i.gyazo.com/b1a488e12359aafcabd7d1616561c591.png
Set your Device to This, Do not change other settings or I won't be responsible ! :
[Image link] http://i.gyazo.com/191009e2456ca11f1f57efb8b76cb424.png
and Part 2 Concludes !
Part 3 : Setting Up Your TeamSpeak
k, This part is the most complicated in my opinion, Get this right and You're mostly done !
Open your TeamSpeak, Goto Settings -> Options ! :
[Image link] http://i.gyazo.com/df93060ec9a83a2179269e5d4cbde896.png
and then Make a new Profile By Clicking the + button on the Lower Left Area ! :
[Image link] http://i.gyazo.com/4995514ad89fa3ab5d251216e0cdd220.png
You've to make one new profile in Capture and one new in Playback, Set their settings as follows :
Playback :
[Image link] http://i.gyazo.com/3b5676a46ac5dddc56260f5404faac8a.png
Capture :
[Image link] http://i.gyazo.com/8d4e3e2d5a9dadbc00ba830551097de5.png
Make sure to make these settings in your new profile and not in the default, If you're wondering, You can select your profiles from the left big white column !
And Part 3 Concludes !
Part 4 : Streaming Music on your TeamSpeak
To Connect through your Music Bot, Open Connections as you usually do to connect but change your profiles :
To Connect your Bot :
[Image link] http://i.gyazo.com/29929f744793853a535aeafc642e6a43.png
To Connect yourself :
[Image link] http://i.gyazo.com/1a620c9d48c522385f4ef7bf10d77f4b.png
Your identity might be default, Use default in that case !
If you're here, You've almost completed all of the necessary things, You just need to stream your music now. To Stream music, Open any song ( Mp3 or Mp4 Doesn't matter ) in Windows Media Player and Don't forget to unmute your mic. You'll notice that you yourself aren't able to hear the song. If you want to hear it too, Rejoin the channel in a new tab with your default profile and everthing should be fine again !
If You find my tutorial useful, +1 as always
If you think I missed something, Reply me and I'll add it!!
Regards !
EDIT : A Video has been added for those people who were facing issues on following this tutorial, I hope this will help you in completing your objective
.
Today I'll be introducing two ways of making a music bot, one for windows and one for linux.The linux method can be applied on windows too but offers less functionality however It is still better than the method which we will use for windows, however I personally would recommend these methods for making a music bot
Linux Users
I'll show you how you can make a music bot for yourself which accepts commands ( !yt, !stop etc ) and has cool features such as automatic "Now Playing : Song" once a new song starts and you get a sexy online control panel too.
[Image link] https://i.gyazo.com/640d3e2fce8e54f6b3ff...653ee9.png
So basically, the program I use is called, or known as, Sinusbot. It's available for both, Linux as well as Windows Users and It's free! It's more easier to install on windows but most of the latest features are not yet available on windows and another downside is that It can only be run on Windows x64 so things are not pretty bright for the windows users but for linux users installing this is a piece of cake, For additional features that you can install on the bot, I'll make a seperate spoiler area under the main topic.
Alrighty, get your terminal out boys. ( and girls ) ( If you're using a VPS ignore this sentence ) Don't know what's that? better close this page then. Seriously. * jk Clicky *
Also if you want a easy and fast installation with every extensions like YT-DL you could also use this Automated Installer ( Only for linux again )
you can start by installing these dependencies, these for your bot's survival, ( actually for it to be born in the first place hehe ), just copy these commands and paste it in your terminal
Code:
apt-get install x11vnc xvfb libxcursor1 ca-certificates bzip2 -y
update-ca-certificates
If you're facing an error installing it, try apt-get update first so it can update itself.
alright if you're using a linux server you should be done in a few seconds, if you're doing it on your PC It shouldn't take too long in that case too.
People using Debian & Ubuntu will have to install this too
Code:
apt-get install libglib2.0-0
So, basically this bot is going to be installed in the directory, /opt/ts3soundboard but It isn't there yet ( yet. ).
using the main account ( root ) is dangerous, to do anything with it is dangerous actually. so we'll make a seperate user called "sinusbot" ( without quotes ofc ), to do so, use this command :
Code:
adduser sinusbot
After entering the command it will ask you for a password and then some personal information, There's no need to add personal information for the account, simply enter blanks into the personal field but make sure to insert a good pass and not leave that field empty.
Now that we're done with creating our user, dont switch to that user yet.Make the directory where our bot will rest, through these commands
Code:
mkdir -p /opt/ts3soundboard ( Makes the directory )
cd /opt/ts3soundboard ( Changes current directory to /opt/ts3soundboard )
wget https://www.sinusbot.com/pre/sinusbot-0.9.11-ee30ef7.tar.bz2 ( Downloads the file in the directory )
if you're getting an SSL Error try this command instead :
Code:
curl -O https://www.sinusbot.com/pre/sinusbot-0.9.11-ee30ef7.tar.bz2
Now once you're done with downloading the file, as you must've noticed by now, the file is compressed ( .tar.bz2), we need to uncompress the file and extract the bot so we can run it. we can do so through this command :
Code:
tar -xjf sinusbot-0.9.11-ee30ef7.tar.bz2
Next copy the config file so we can later edit the configurations easily.
Code:
cp config.ini.dist config.ini
As you must remember, we made a seperate user for our bot, we need to give access to this folder to that bot, we can do so by this command. if you're following my tutorial fully, then have no fear otherwise change the command according to your account's name. ( Change both sinusbot to ur acc's name )
Code:
chown -R sinusbot:sinusbot /opt/ts3soundboard
Once you're done, you need to get the TeamSpeak client itself which the bot will use to make itself connected to the teamspeak server.
Code:
wget http://dl.4players.de/ts/releases/3.0.18.2/TeamSpeak3-Client-linux_amd64-3.0.18.2.run ( Downloads the file )
chmod 0755 TeamSpeak3-Client-linux_amd64-3.0.18.2.run ( Gives the file permission to be executed/run )
./TeamSpeak3-Client-linux_amd64-3.0.18.2.run ( Runs the file )
Once you've done that, press enter again ( after entering the command ) and then enter q this is basically to accept the terms and conditions of teamspeak so it can begin the installation.
Once it's done installing, simply open this file ( config.ini ) from this command to check if TeamSpeak's directory is correct.
Code:
nano config.ini
Make sure the TeamSpeak directory looks like this.
TS3Path = "/opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
Close the editor (Ctrl+O, Enter, Ctrl+X).
And finally copy the plugin to the plugins-directory of the TeamSpeak-Installation
Code:
cp plugin/libsoundbot_plugin.so /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/plugins
chmod 755 sinusbot ( Enter this command seperately )
To run the bot, simply switch over to the account we made for the bot.
Code:
su sinusbot
and then use this command to run, ./sinusbot and to stop the bot
Ctrl + C
The bot will launch the TS3Client once and shut it down immediately. This is normal behavior, as this creates an initial configuration for the client. If you want to actually launch the bot, you'll have to do that from within the frontend, which is, the online control panel I told you guys about.
Simply open chrome, or whatever browser you guys use, and enter 127.0.0.1:8087, If you're using a server you'll have to access it by your server's IP address, such as 164.132.68.210:8087 ( It doesn't work so dont even try :p ) and then you'll be prompted to login with a screen like this,
[Image link] https://i.gyazo.com/58a262bc5292a550f222...4fc490.png
Simply enter the user admin and password foobar, yes you guessed it. It's default.
Once you successfully enter your control panel, Its recommended that you change your password so you dont get hacked by mlghackers hue hue
and then you've to make an instance, do so by going into the settings, and there going into Instance Settings. There you can set the name to your bot's name, and set other settings as shown in the picture.
[Image link] https://i.gyazo.com/0a8949ea378d2c6607f5...2ac769.png
Once done with that, simply run your bot from the button placed on the upper right corner of your screen, It must be orange at that time. Once it becomes green give it a few seconds to connect and your bot shall appear in the default channel

All the commands the bot features are :
[Image link] https://i.gyazo.com/6c8a304f6a76f479daf4...ca1f08.png
Windows Users
In this tutorial I'm going to teach you how to stream music through your own Music Bot on Windows ( not exactly a bot ).
Requirments :
- VAC ( Virtual Audio Cables ) ( I'm not going to provide the links, Please use google! )
- Windows ( As I do not have Mac, Can't make a Tut on That, Sorry )
- TeamSpeak 3
- Some Decent Skills !
Part 1 : Setting Up Your VAC
As a start, Make Sure You've enabled your Show Disabled Devices by right-clicking your recording area ( like this ) :
[Image link] http://i.gyazo.com/4ba979d0d646c1957f502f97c13ad1a8.png
So If you've installed VAC correctly, There should be a device called Line 1 in Playback and Recording. Before you do anything to them, Disable your Sterio Mix or there's going to be intense Echo !
Set Line 1 To Default Device on Recording and set your settings like this :
[Image link] http://i.gyazo.com/faa0939b19333742c0703dd55c73f138.png
Do not change other settings or it'll mess you up!
and Ladies and Gentlemen, Part 1 ends here !
Part 2 : Setting Up Your Windows Media Player
You may have to configure other Song Players yourselves since I'm only going to teach you on Windows Media Player !
So Open your Windows Media Player and Right Click on the top bar and click More Options :
[Image link] http://i.gyazo.com/9a7c4488ae4e4b4dd610b7180681b92a.png
Click The Devices Tab and then Click on Speakers ! :
[Image link] http://i.gyazo.com/b1a488e12359aafcabd7d1616561c591.png
Set your Device to This, Do not change other settings or I won't be responsible ! :
[Image link] http://i.gyazo.com/191009e2456ca11f1f57efb8b76cb424.png
and Part 2 Concludes !
Part 3 : Setting Up Your TeamSpeak
k, This part is the most complicated in my opinion, Get this right and You're mostly done !
Open your TeamSpeak, Goto Settings -> Options ! :
[Image link] http://i.gyazo.com/df93060ec9a83a2179269e5d4cbde896.png
and then Make a new Profile By Clicking the + button on the Lower Left Area ! :
[Image link] http://i.gyazo.com/4995514ad89fa3ab5d251216e0cdd220.png
You've to make one new profile in Capture and one new in Playback, Set their settings as follows :
Playback :
[Image link] http://i.gyazo.com/3b5676a46ac5dddc56260f5404faac8a.png
Capture :
[Image link] http://i.gyazo.com/8d4e3e2d5a9dadbc00ba830551097de5.png
Make sure to make these settings in your new profile and not in the default, If you're wondering, You can select your profiles from the left big white column !
And Part 3 Concludes !
Part 4 : Streaming Music on your TeamSpeak
To Connect through your Music Bot, Open Connections as you usually do to connect but change your profiles :
To Connect your Bot :
[Image link] http://i.gyazo.com/29929f744793853a535aeafc642e6a43.png
To Connect yourself :
[Image link] http://i.gyazo.com/1a620c9d48c522385f4ef7bf10d77f4b.png
Your identity might be default, Use default in that case !
If you're here, You've almost completed all of the necessary things, You just need to stream your music now. To Stream music, Open any song ( Mp3 or Mp4 Doesn't matter ) in Windows Media Player and Don't forget to unmute your mic. You'll notice that you yourself aren't able to hear the song. If you want to hear it too, Rejoin the channel in a new tab with your default profile and everthing should be fine again !
If You find my tutorial useful, +1 as always

If you think I missed something, Reply me and I'll add it!!
Regards !
EDIT : A Video has been added for those people who were facing issues on following this tutorial, I hope this will help you in completing your objective

.
Hello Guys,
This is a guide I wrote for a server that I was administrating, I had written it for them but the general rules are followed by all game servers and these can be applied to other game servers as well so I thought I'd share it with you guys, It has some mentions of 'GC' but meh I didn't bother removing hehe
Recently many people have started to complain against staff members mostly because they were wrongfully muted or they think the staff member have issues with them or he / she ignores them, I can't say that I'm the best staff member GC ever had but I'm staff for quite a bit of time now so I'd like to share my experiences with every other staff member who's reading this. ( Note : I'd be pointing out paragraphs I took from an article before posting this topic in my points ). The rules I'd be telling you in this topic are very obvious but many staff members forget them resulting into reports against them, personally I've never been reported for anything but that doesn't mean I do not make mistakes, infact I must've made more mistakes than any other GC Staff member. This topic is not based on anyone in particular but meant to be a reminder to EVERY staff member as well as the players so sometimes when staff forgets these rules, the players can remind them![[Image: clear.png]](http://www.guildcraft.org/styles/default/xenforo/clear.png)
1. Neutralism
GC receives many applications over the year but most of the people think a mod's job is to just take care of the chat. Well that's NOT true. When you become a mod, you've to kinda stop playing like before ( This doesn't mean you stop playing ), From now on you play in a different way which doesn't mean being rude to other people or acting like other people are peasants, It means from now on you're neutral to everyone, You're enemies, you're friends and other players, they're all neutral to you. Even if your brother breaks any rules, warn him or insta mute them depending on the level of the rule breaking.Perhaps this would convey my message to you in a better way :
2. Listen to both sides of the story
This is once again a form of neutralism, When a player reports something to you don't ask him to go report it at the forums unless there's nothing you can do about it, Ask him thoroughly what happened and before taking any action, ask the reported person why he had done something which had angered the reporter. If you think the reported person had done something fine then tell the reporter that it's something allowed or fine, For e.g. I get msgs many times that they've been scammed but usually I just tell them that Sorry but scamming is allowed and there's nothing I can do.
3. Be kind to people
Like I said before, Do not think other players are peasants or something below you in ranking, They're just the same as you, just with less provided powers.If they ask anything from you, instead of a direct 'no' which is sometimes harsh on the other person, kindly tell them that it's not allowed to ask items from staff ( only for prison, idk if this rule applies for other servers ) or tell them that you cannot give because you want them to stand on their own two feet. Usually I prefer not to give people items because sometimes other people feel unfair that someone has been treated better by the staff member while you were declined by him. Perhaps this would convey a better message :
4. Punishment
It is very important to know what kind of punishment you have to give your players, in order to be fair to them. When a player for example, uses bigotry by saying a discriminating word to another player, without realising he said something wrong (This happens often), then the best way to react on this is a warning. Actually, almost everything ALWAYS start with a warning, except for the following rules:
5. Always help people
I've noticed that many mods ignore people seeking their help because they think It's a Helper's job to help and not their's. I know that they've clearly written that Mod's job is to only keep the chat clean but helping player is also a hidden job of you's along with many others. Infact when I was a mod, I used to help people more than keeping the chat clean because mostly there were other staff members online who were faster in muting then I was, however this doesn't mean I was ignoring the chat, I tried to warn / mute everyone I was able to but most of the time other staff members were faster than me in doing that so I mostly tried to help other people, Another example of this : Like I said, Scamming is allowed in almost every GC server except for Survival and maybe Semi Vanilla ( Not sure ) but when new people Usually around [a] - [f] in Prison told me that they were scammed, I usually used to pay them back and tell them that scamming is allowed and to keep watch when you trade something next time.
6. Don't get worked up if you're still not promoted
Promotion is one of the toughest decisions of a H-Admin. Before he promotes you, he needs to test you many times so that he's sure that you're capable of the next rank.Even if you think that you deserve a promotion don't say it directly to the H-Admin or the chances of you getting promoted would fall down in an instant. Try to fulfill your job as much as you can and show your activity as much as you can and even if the
H-Admin doesn't consider you getting promoted, Other P-Admins will try to recommend you for the promotion, In my case, I was recommended to [USER=2]@ItsAmethyst[/USER] by @eagles12345 I told you this so you'd know that I'm not lieing, just keep faith in yourselves and you'll surely be promoted,
7. Keep up a good personality
Having a good personality is an important factor for becoming a successful staff member, Why is it important? Well because many people have staff members as their role models, they are inspired by them and later on when they think they are ready they also apply for staff, Now If you've a bad personality they'll be still considering you their model but if they will be insired by you they'll be becoming like you and developing a bad personality which would be bad for the server as well as the player himself. This point is not for becoming a successful staff member but instead it will help you get better friends and will help us and after all every successful king had a heir for him too![[Image: clear.png]](http://www.guildcraft.org/styles/default/xenforo/clear.png)
I think I've conveyed all the points that I wanted to, This has not ended though, I expect contributions by other staff members so new mods can follow this when they're learning how to climb the ropes. If you liked my post, don't forget to share it with other people / players
This is a guide I wrote for a server that I was administrating, I had written it for them but the general rules are followed by all game servers and these can be applied to other game servers as well so I thought I'd share it with you guys, It has some mentions of 'GC' but meh I didn't bother removing hehe

Recently many people have started to complain against staff members mostly because they were wrongfully muted or they think the staff member have issues with them or he / she ignores them, I can't say that I'm the best staff member GC ever had but I'm staff for quite a bit of time now so I'd like to share my experiences with every other staff member who's reading this. ( Note : I'd be pointing out paragraphs I took from an article before posting this topic in my points ). The rules I'd be telling you in this topic are very obvious but many staff members forget them resulting into reports against them, personally I've never been reported for anything but that doesn't mean I do not make mistakes, infact I must've made more mistakes than any other GC Staff member. This topic is not based on anyone in particular but meant to be a reminder to EVERY staff member as well as the players so sometimes when staff forgets these rules, the players can remind them
![[Image: clear.png]](http://www.guildcraft.org/styles/default/xenforo/clear.png)
1. Neutralism
GC receives many applications over the year but most of the people think a mod's job is to just take care of the chat. Well that's NOT true. When you become a mod, you've to kinda stop playing like before ( This doesn't mean you stop playing ), From now on you play in a different way which doesn't mean being rude to other people or acting like other people are peasants, It means from now on you're neutral to everyone, You're enemies, you're friends and other players, they're all neutral to you. Even if your brother breaks any rules, warn him or insta mute them depending on the level of the rule breaking.Perhaps this would convey my message to you in a better way :
Quote:as a moderator you are not supposed to participate in the
discussion or share your own views, but to be an objective, impartial voice. If you have a lot
of things to say, then you should be part of the panel, and not the moderator. You have every
right to have an opinion. If you put it on the table, however, you would be taking sides. In the
role of the moderator, your personal opinions and feelings should remain unspoken.
Imagine yourself being slightly distanced (physically) from what’s going on; sitting just
outside the group so you can observe the dynamic of what’s going on. You may still be sitting
right in the middle, but part of you is outside looking in.
Often when people come together with widely differing points of view, it’s very hard to hear
the other side’s arguments. What you are demonstrating by being objective and keeping an
open mind is that you hear both sides. By keeping an open mind yourself, you actually model
effective behaviour from your audience. In my experience, when this happens, it does calm
people down and helps them see that there is more than one way to do things.
Being objective and neutral also entails having the ability to craft how a meeting goes, rather
than imposing your will and your point of view.
2. Listen to both sides of the story
This is once again a form of neutralism, When a player reports something to you don't ask him to go report it at the forums unless there's nothing you can do about it, Ask him thoroughly what happened and before taking any action, ask the reported person why he had done something which had angered the reporter. If you think the reported person had done something fine then tell the reporter that it's something allowed or fine, For e.g. I get msgs many times that they've been scammed but usually I just tell them that Sorry but scamming is allowed and there's nothing I can do.
3. Be kind to people
Like I said before, Do not think other players are peasants or something below you in ranking, They're just the same as you, just with less provided powers.If they ask anything from you, instead of a direct 'no' which is sometimes harsh on the other person, kindly tell them that it's not allowed to ask items from staff ( only for prison, idk if this rule applies for other servers ) or tell them that you cannot give because you want them to stand on their own two feet. Usually I prefer not to give people items because sometimes other people feel unfair that someone has been treated better by the staff member while you were declined by him. Perhaps this would convey a better message :
Quote:As a staff member it is normal, and positive to have a good communication with other staff members. It's not so smart to have great communication (facebook, skype, teamspeak) with one or more of your players. I'm not saying it's bad to have a good friendship with them, but it will make the muting a lot harder for a staff member if he sees a friend breaking the rules, instead of a player. That's why I suggest not adding players on skype or on facebook. Although you could make a group on skype with every single player in it. Then you don't get too comfortable with them and muting stays the same. It also comes in handy when an advertiser or spammer is on the server. This way the players can tell that there is someone spamming on the server, if there isn't a staff member on the server
Having good communication with staff members is completely necessary. You can warn other staff members of players who have been breaking rules, you can tell other staff members about bugs or any other mistake in the server that needs fixing. This gives a fast solution to problems that the lower ranked staff members can not solve.
4. Punishment
It is very important to know what kind of punishment you have to give your players, in order to be fair to them. When a player for example, uses bigotry by saying a discriminating word to another player, without realising he said something wrong (This happens often), then the best way to react on this is a warning. Actually, almost everything ALWAYS start with a warning, except for the following rules:
- Server or outside link advertise
- Swearing
- Sexual or offensive material
5. Always help people
I've noticed that many mods ignore people seeking their help because they think It's a Helper's job to help and not their's. I know that they've clearly written that Mod's job is to only keep the chat clean but helping player is also a hidden job of you's along with many others. Infact when I was a mod, I used to help people more than keeping the chat clean because mostly there were other staff members online who were faster in muting then I was, however this doesn't mean I was ignoring the chat, I tried to warn / mute everyone I was able to but most of the time other staff members were faster than me in doing that so I mostly tried to help other people, Another example of this : Like I said, Scamming is allowed in almost every GC server except for Survival and maybe Semi Vanilla ( Not sure ) but when new people Usually around [a] - [f] in Prison told me that they were scammed, I usually used to pay them back and tell them that scamming is allowed and to keep watch when you trade something next time.
6. Don't get worked up if you're still not promoted
Promotion is one of the toughest decisions of a H-Admin. Before he promotes you, he needs to test you many times so that he's sure that you're capable of the next rank.Even if you think that you deserve a promotion don't say it directly to the H-Admin or the chances of you getting promoted would fall down in an instant. Try to fulfill your job as much as you can and show your activity as much as you can and even if the
H-Admin doesn't consider you getting promoted, Other P-Admins will try to recommend you for the promotion, In my case, I was recommended to [USER=2]@ItsAmethyst[/USER] by @eagles12345 I told you this so you'd know that I'm not lieing, just keep faith in yourselves and you'll surely be promoted,
7. Keep up a good personality
Having a good personality is an important factor for becoming a successful staff member, Why is it important? Well because many people have staff members as their role models, they are inspired by them and later on when they think they are ready they also apply for staff, Now If you've a bad personality they'll be still considering you their model but if they will be insired by you they'll be becoming like you and developing a bad personality which would be bad for the server as well as the player himself. This point is not for becoming a successful staff member but instead it will help you get better friends and will help us and after all every successful king had a heir for him too
![[Image: clear.png]](http://www.guildcraft.org/styles/default/xenforo/clear.png)
I think I've conveyed all the points that I wanted to, This has not ended though, I expect contributions by other staff members so new mods can follow this when they're learning how to climb the ropes. If you liked my post, don't forget to share it with other people / players
![[Image: clear.png]](http://www.guildcraft.org/styles/default/xenforo/clear.png)
Hello Post4VPS Community,
I just login into VPS panel and I experience this problem, my bandwidth reach 1.8 TB. It's weird and I was thinking how's that happen?
Thank you in advance hoping admins or mods can help me regards my concern.
I just login into VPS panel and I experience this problem, my bandwidth reach 1.8 TB. It's weird and I was thinking how's that happen?
Thank you in advance hoping admins or mods can help me regards my concern.
![[Image: p4vps.png]](https://s32.postimg.org/4ghaexmjp/p4vps.png)
VPS 8 - Review
Starting:
First I wohuld like to thank Dynamo and [/url][url=https://post4vps.com/user-6.html]perryoo11 / bladeip for the VPS. This is the first time I got a VPS and posting a review.
VPS Specifications:
Speed Test in Byte:
Speed Test in bit:
Image:
![[Image: 5465335914.png]](http://www.speedtest.net/result/5465335914.png)
Benchmark:
FreeVPS Benchmark Script V2 made by Hidden Refuge
Without the Internet speed the VPS is quite good. But the internet speed is slow. When I download anything the speed is not more than 350kb . 2 GB Ram and 5 Cores CPU is quite good for a free VPS. I think the internet speed is slow because of the Location. I am asking to Dynamo and perryoo11 if I could change the location.
Suggestion:
Change the location of the Server if possible or do something about the speed.
Final Rating 4/10
Only for the net speed..... Otherwise I would have rated it 10 out of 10.
Starting:
First I wohuld like to thank Dynamo and [/url][url=https://post4vps.com/user-6.html]perryoo11 / bladeip for the VPS. This is the first time I got a VPS and posting a review.
VPS Specifications:
- Disk Space 35 GB
- RAM: 2 GB RAM
- CPU: 5 cores
- IP Addresses: 1x IPv4
- Virtualization: OpenVZ
- Monthly Traffic: unmetered
- Location:
Canada
- Control Panel: OWP
- Connnection 100 MB/s
- Requirements: Backlinks to bladeip Backlinks to Post4VPS are required.
Speed Test in Byte:
root@:/tmp/speedtest-cli-master# speedtest-cli --bytes
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from KW Datacentre (IP HIDDEN)...
Selecting best server based on latency...
Hosted by Source Cable Ltd (Hamilton, ON) [54.03 km]: 13.424 ms
Testing download speed........................................
Download: 8.18 Mbyte/s
Testing upload speed..................................................
Upload: 4.88 Mbyte/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from KW Datacentre (IP HIDDEN)...
Selecting best server based on latency...
Hosted by Source Cable Ltd (Hamilton, ON) [54.03 km]: 13.424 ms
Testing download speed........................................
Download: 8.18 Mbyte/s
Testing upload speed..................................................
Upload: 4.88 Mbyte/s
Speed Test in bit:
root@:/tmp/speedtest-cli-master# speedtest-cli
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from KW Datacentre (IP HIDDEN)...
Selecting best server based on latency...
Hosted by Source Cable Ltd (Hamilton, ON) [54.03 km]: 21.438 ms
Testing download speed........................................
Download: 56.74 Mbit/s
Testing upload speed..................................................
Upload: 14.07 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from KW Datacentre (IP HIDDEN)...
Selecting best server based on latency...
Hosted by Source Cable Ltd (Hamilton, ON) [54.03 km]: 21.438 ms
Testing download speed........................................
Download: 56.74 Mbit/s
Testing upload speed..................................................
Upload: 14.07 Mbit/s
Image:
![[Image: 5465335914.png]](http://www.speedtest.net/result/5465335914.png)
Benchmark:
FreeVPS Benchmark Script V2 made by Hidden Refuge
root@anik:# wget freevps.us/downloads/bench.sh && sh bench.sh--2016-07-10 01:52:29-- http://freevps.us/downloads/bench.sh
Resolving freevps.us (freevps.us)... 198.57.47.101
Connecting to freevps.us (freevps.us)|198.57.47.101|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://freevps.us/downloads/bench.sh [following]
--2016-07-10 01:52:29-- https://freevps.us/downloads/bench.sh
Connecting to freevps.us (freevps.us)|198.57.47.101|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14271 (14K) [text/plain]
Saving to: 'bench.sh'
100%[======================================>] 14,271 --.-K/s in 0.07s
2016-07-10 01:52:30 (195 KB/s) - 'bench.sh' saved [14271/14271]
Benchmark started on Sun Jul 10 01:52:30 EDT 2016
Full benchmark log: /root/bench.log
System Info
-----------
Processor : Intel® Xeon® CPU E7- 4850 @ 2.00GHz
CPU Cores : 5
Frequency : 358.866 MHz
Memory : 2048 MB
Swap : 33 MB
Uptime : 43 min,
OS : Ubuntu 14.04.4 LTS
Arch : x86_64 (64 Bit)
Kernel : 2.6.32-042stab116.1
Hostname : anik
Speedtest (IPv4 only)
---------------------
Your public IPv4 is XXX.XXX.XXX.XXX
Location Provider Speed
CDN Cachefly 5.94MB/s
Atlanta, GA, US Coloat 971KB/s
Dallas, TX, US Softlayer 779KB/s
Seattle, WA, US Softlayer 641KB/s
San Jose, CA, US Softlayer 630KB/s
Washington, DC, US Softlayer 4.51MB/s
Tokyo, Japan Linode 1.96MB/s
Singapore Softlayer 378KB/s
Rotterdam, Netherlands id3.net 168KB/s
Haarlem, Netherlands Leaseweb 693KB/s
Disk Speed
----------
I/O (1st run) : 148 MB/s
I/O (2nd run) : 299 MB/s
I/O (3rd run) : 333 MB/s
Average I/O : 260 MB/s
Feedback:Resolving freevps.us (freevps.us)... 198.57.47.101
Connecting to freevps.us (freevps.us)|198.57.47.101|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://freevps.us/downloads/bench.sh [following]
--2016-07-10 01:52:29-- https://freevps.us/downloads/bench.sh
Connecting to freevps.us (freevps.us)|198.57.47.101|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14271 (14K) [text/plain]
Saving to: 'bench.sh'
100%[======================================>] 14,271 --.-K/s in 0.07s
2016-07-10 01:52:30 (195 KB/s) - 'bench.sh' saved [14271/14271]
Benchmark started on Sun Jul 10 01:52:30 EDT 2016
Full benchmark log: /root/bench.log
System Info
-----------
Processor : Intel® Xeon® CPU E7- 4850 @ 2.00GHz
CPU Cores : 5
Frequency : 358.866 MHz
Memory : 2048 MB
Swap : 33 MB
Uptime : 43 min,
OS : Ubuntu 14.04.4 LTS
Arch : x86_64 (64 Bit)
Kernel : 2.6.32-042stab116.1
Hostname : anik
Speedtest (IPv4 only)
---------------------
Your public IPv4 is XXX.XXX.XXX.XXX
Location Provider Speed
CDN Cachefly 5.94MB/s
Atlanta, GA, US Coloat 971KB/s
Dallas, TX, US Softlayer 779KB/s
Seattle, WA, US Softlayer 641KB/s
San Jose, CA, US Softlayer 630KB/s
Washington, DC, US Softlayer 4.51MB/s
Tokyo, Japan Linode 1.96MB/s
Singapore Softlayer 378KB/s
Rotterdam, Netherlands id3.net 168KB/s
Haarlem, Netherlands Leaseweb 693KB/s
Disk Speed
----------
I/O (1st run) : 148 MB/s
I/O (2nd run) : 299 MB/s
I/O (3rd run) : 333 MB/s
Average I/O : 260 MB/s
Without the Internet speed the VPS is quite good. But the internet speed is slow. When I download anything the speed is not more than 350kb . 2 GB Ram and 5 Cores CPU is quite good for a free VPS. I think the internet speed is slow because of the Location. I am asking to Dynamo and perryoo11 if I could change the location.
Suggestion:
Change the location of the Server if possible or do something about the speed.
Final Rating 4/10
Only for the net speed..... Otherwise I would have rated it 10 out of 10.
I have been curious about this for quite a while. I remember many years ago, circa 2010, SEO was a huge deal, and it meant whether or not you were even indexed by search engines or if you would be included in the top 3 or 4 pages. I haven't really touched SEO in years. How is it now? Especially with the rise of so many easy to use platforms?

Welcome, Guest |
You have to register before you can post on our site. |
Search Forums |
(Advanced Search) |
Forum Statistics |
» Members: 2,271 » Latest member: orzpainter » Forum threads: 3,093 » Forum posts: 34,816 Full Statistics |
Online Users |
There are currently 337 online users. » 0 Member(s) | 334 Guest(s) Bing, Google, Yandex |