arrow_upward

Posted by: Lampard - 05-27-2016, 01:43 PM - Forum: Tutorials - Replies (4)
Hello guys,

This tutorial is about installing DoS Deflate, it protects your VPS from small attacks.
This tutorial is made very easy, so by just following my steps, it will be installed.
You also do not need any knowledge to install as this tutorial is very easy.

Lets download the script first.
Code:
wget http://www.inetbase.com/scripts/ddos/install.sh

When the script is downloaded, you have to change the permission of the file that you downloaded.

Code:
chmod 0700 install.sh

Lets install the script now.
Code:
./install.sh

Easy, the script is installed, but what if you want to uninstall the script? It is easy, just follow my steps if you want to uninstall it.

Download the script of uninstalling it first.
Code:
wget http://www.inetbase.com/scripts/ddos/uninstall.ddos


Change the permission of the file that you downloaded.
Code:
chmod 0700 uninstall.ddos

Run the script now.
Code:
./uninstall.ddos


You can also change the configuration, it is easy too.
You can use any one of those two commands to edit the configuration file.
Code:
vi /usr/local/ddos/ddos.conf
or
Code:
nano /usr/local/ddos/ddos.conf

You can edit it like how you want, when its done, save it.

You can reinstall the script when the configuration file is edited.
Code:
sh /usr/local/ddos/ddos.sh -c

Posted by: rkptc11 - 05-27-2016, 06:04 AM - Forum: Cheap Providers - Replies (8)
Hi guys
You can purchase vps from me. I am reseller. Plans are
1 core 1gb ram 60gb HDD internet speed 10 to 50 Mbps 1 Canada IP only in 3$

You can order custom vps also.
Pm me or contact me by skype- rkptc11
Posted by: Lampard - 05-25-2016, 10:02 PM - Forum: General Gaming Discussion - Replies (26)
Hello guys,

Which games got the best story?
I think that Sleeping Dogs, GTA V, and Call of duty Modern Warfare got nice story. What do you think?
Posted by: Lampard - 05-25-2016, 09:59 PM - Forum: General Gaming Discussion - Replies (54)
Hello guys,

I need some nice android games, can anyone tell me some good android games?
Posted by: Lampard - 05-25-2016, 09:53 PM - Forum: Tutorials - Replies (9)
Hello,

You don't need knowledge when you are installing a game server from the tutorials, i will give you a very easy tutorial, please just follow my steps.

You should also USE Ubuntu 14.04 as this tutorial is for Ubuntu ONLY.

Use your SSH Client and login to the VPS. I suggest you to use BitWise SSH Client, its easy for new people.
When you have logged in.

Write these commands.
Code:
apt-get update

Code:
apt-get upgrade


Write this to download SAMP Server Files:

Code:
wget [url=http://files.sa-mp.com/samp037svr_R2-1.tar.gz]http://files.sa-mp.com/samp037svr_R2-1.tar.gz[/url]
[url=http://files.sa-mp.com/samp037svr_R2-1.tar.gz][/url]

when its downloaded, extract it by writing this command.
Code:
tar -xnvf samp037svr_R2-1.tar.gz


The files are extracted now lets enter the folder.
Code:
cd samp*


Now i will suggest you to use FileZilla, if you don't know what is FileZilla, search it in google and download FileZilla Client.
When you have downloaded it, start FileZilla.
You will see these. Host, Username, Password, Port.
You should put your VPS IP in your Host.
You should put root in Username.
You should put put password of your VPS(root password).
You should use the port 22.

When its done, with FileZilla, enter the SAMP folder, just click on it two times.
There is server .cfg, use your right mouse button and click edit, if it says something about editor, use the custom editor.
Now change your password there, also RCON PASSWORD is necessary to change, if you do not change your server will not run.
When you have done it, save it.
now go to your BitWise SSH Client, you were in SAMP Folder.
We have to change the permissions of some files to make the server work.
Write this to change the permissions.
Code:
chmod +x samp03svr

write this to start server.
Code:
./samp03svr


You will see something written in your BitWise SSH Client that server is running, now you can connect to your server with 7777 PORT.
Your VPS IP, and port will be 7777 if u have not changed it.
Posted by: Lampard - 05-25-2016, 09:47 PM - Forum: Tutorials - No Replies
I will tell you here how to make a MTA San Andreas Server. Please login with putty or any other program.

I will use BitWise SSH Client, which is easy to use.

You should have ubuntu 32 bit. It works fine. Versions that are tested: Ubuntu 12.04 and 14.04

When you have logged in, please write this.
Code:
apt-get update

 Press enter and wait for it to be done, if it asks that it will take your space then you have to write Y and press enter.
_______________________________________________________________________________________________

 Press enter and wait for it to be done, if it asks that it will take your space then you have to write Y and press enter.
Code:
apt-get upgrade

_______________________________________________________________________________________________



 
Write this whole and press enter, please wait for it to be done.

Code:
apt-get install build-essential automake libtool libcurl4-openssl-dev libpcre3-dev


 _______________________________________________________________________________________________

Write this and press enter.

Code:
apt-get install libsqlite3-dev libreadline5-dev subversion libncurses5-dev

_______________________________________________________________________________________

Write this and press enter!
 
Code:
apt-get install libncursesw5-dev libsparsehash-dev libmysqlclient-dev

________________________________________________________________________________________________

Write this and press enter.
Code:
apt-get install zip unzip
______________________________________________________________________________________________

Write this so that you can download MTA San Andreas Server.

Code:
wget linux.mtasa.com/dl/15/multitheftauto_linux-1.5.0.tar.gz
________________________________________________________________________________________________
 

Write this so that you can unzip it.

Code:
tar xnvf multitheftauto_linux-1.5.0.tar.gz
______________________________________________________________________________________

Write this so that you can remove this file, as its already unzipped.

Code:
rm multitheftauto_linux-1.5.0.tar.gz
________________________________________________________________________________________________

Write this so that you can go in this folder.
 
Code:
cd multitheftauto_linux-1.5.0/mods/deathmatch
_____________________________________________________________________________________________

Write this so that you can download config files.
 

Code:
wget linux.mtasa.com/dl/15/baseconfig-1.5.0.tar.gz
_______________________________________________________________________________________________

Write this so that you can unzip it.
 
Code:
tar xnvf baseconfig-1.5.0.tar.gz
_______________________________________________________________________________________________

Write this.
 

Code:
mv -f baseconfig/* ./
________________________________________________________________________________________________

   
Code:
rm baseconfig-1.5.0.tar.gz

Write this so that you can remove it, as it is already unzipped.
________________________________________________________________________________________________

   
Code:
mkdir resources
________________________________________________________________________________________________
Write this to create resources folder.

 
   
Code:
cd resources

Write this so that you can enter the folder.
________________________________________________________________________________________________

  
Code:
wget mirror.mtasa.com/mtasa/resources/mtasa-resources-latest.zip

Write this so that you can download resources.
________________________________________________________________________________________________

   
Code:
unzip mtasa-resources-latest.zip

Write this so that you can unzip it.
________________________________________________________________________________________________
 
 
Code:
rm mtasa-resources-latest.zip

Write this so that you can remove it, as it is already unzipped.
________________________________________________________________________________________________

   
Code:
cd ../../..

Write this so that you can go to your MTA San Andreas Folder.
________________________________________________________________________________________________

   
Code:
./mta-server -d

Write this so that you can start your server.  If you close Putty or any other program you are using, your server will be running.
________________________________________________________________________________________________

To close server, you can write.
 
   
Code:
killall -9 mta-server

________________________________________________________________________________________________

Open your server by closing your putty or any other program and start it again. You should login and write this.
________________________________________________________________________________________________

Write this so that you can enter the folder of MTA San Andreas

Code:
cd multitheftauto_linux-1.5.0

________________________________________________________________________________________________

Code:
./mta-server -d

Write this so that server will start running.
Posted by: RIYAD - 05-25-2016, 06:34 PM - Forum: Cheap VPS Providers - Replies (3)
At HOST4FUN we offer cheap and budget web hosting and VPS services.We are fairly new hosting provider .We have been in beta phase for last 1year. We are legally registered Private Limited Company in India under the name of QuadSpark IT Solutions LTD
Host4Fun is operated from India and Bangladesh

HOST4FUN VPS Nodes and Features Info

We always use Latest Xeon E3 or E5 and Core i7 Processor
All out nodes have either 64GB or 128GB Ram
We provide Virtualizor Control Panel with all VPS
We use KVM virtualization
1GBPS Port Connection
Basics DDOS Protection
Support via ticket and online live chat
Server locations are France, Canada , Germany , Netherlands



Packages that we offer :

==================================================
4GB Ram SSD KVM Windows/Linux VPS | $10/months [Limited Offer]
==================================================

4GB RAM
Core i7 CPU
2xCPU CORE
20GB SSD STORAGE
2TB BANDWIDTH
1GBPS PORT
1 FREE IP
FREE LINUX OS
Free Windows OS Trial
Windows 2012 , Windows 2008 .ISO Available
UNLIMITED OS REINSTALL
UNLIMITED REBOOT,RESET,POWER ON/OFF
VIRTUALIZOR CONTROL PANEL
SELF MANAGED SERVICE

Use coupon code : 3USDOFF   for one time $3 discount !
ORDER NOW ([b]Germany Location)[/b] Instant Deployment !


==================================================
8GB Ram SSD KVM Windows/Linux VPS | $15/months [Limited Offer]
==================================================

8GB RAM
Core i7 CPU
3xCPU CORE
30GB SSD STORAGE
4TB BANDWIDTH
1GBPS PORT
1 FREE IP
FREE LINUX OS
Free Windows OS Trial
Windows 2012 , Windows 2008 .ISO Available
UNLIMITED OS REINSTALL
UNLIMITED REBOOT,RESET,POWER ON/OFF
VIRTUALIZOR CONTROL PANEL
SELF MANAGED SERVICE


ORDER NOW ([b]Germany Location)[/b] Instant Deployment !

=========================================
512MB Ram KVM Linux VPS | $2.90/months (Special!)
=========================================

512MB RAM
1xCPU CORE
30GB STORAGE
1TB BANDWIDTH
1GBPS PORT
1 FREE IP
FREE LINUX OS
UNLIMITED OS REINSTALL
UNLIMITED REBOOT,RESET,POWER ON/OFF
VIRTUALIZOR CONTROL PANEL
SELF MANAGED SERVICE


ORDER NOW (FRANCE Location) Instant Deployment !
ORDER NOW (CANADA Location) Instant Deployment !
-----------------------------------------------------------------------------------------------------------------------------------------
Extra IP Cost On France/Canada Location : $1.5/month Per IP and One time $2.5 Setup Fee Per IP
------------------------------------------------------------------------------------------------------------------------------------------
We can not provide extra IP on Germany location any more .

For More Packages Visit Our Sales Page : HOST4FUN.COM


We have 24hour Refund Policy

Please Read Our TOS/AUP Before Ordering : Click Here

Posted by: Arkiven4 - 05-22-2016, 02:34 PM - Forum: VPS Reviews - Replies (4)
[INTRO]
I have been getting a vps from Post4Vps sponsored by cobalthost.I have used this vps approximately 1 month. many experiences have I got after using this vps. Here I will review some of my experiences.
[Specifications]

Disk Space 50 GB
RAM: 2 GB RAM
IP Addresses: 1x IPv4
Virtualization: VMWare
Monthly Traffic: Unlimited
Location: Canada
Control Panel: Cobalt Panel
Connection: 100 MBit/s
Provided by: CobaltHost
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I try to Bechmarking my Vps with NovaBech . This is the result : https://drive.google.com/file/d/0BwoPiTx...NsZlFCR3M/
About the SSD i try with HDtune and this is the result :
https://drive.google.com/file/d/0BwoPiTx...Eza0w2Mms/
And : https://drive.google.com/file/d/0BwoPiTx...F6RkNZeE0/

From my experience . Cobalthost has an advantage in the field of Performance. although from the photo above. test on the memory, the result is very low. as well as with the CPU. The CPU in the processing program or data was very slow. to turn on my minecraft server dibutuhlan time of 1-3 minutes. whereas for my laptop only takes 30 seconds. with the same specifications of ram and a core i3. to speed read and write the data is enough. because minecraft servers do not require server speed quickly.
+=+=+=+=+=+=+=+=+=+=+=+=+=+
For network . First i test with speedtest.net with target to canada . Very bad . This is the result : https://drive.google.com/file/d/0BwoPiTx...B1dVBzSG8/ . But have nice Latency . Second target My home (indonesia) and very very not good , result: https://drive.google.com/file/d/0BwoPiTx...gyelEtc2c/ .
With Lantency 304ms . Not good for Game server.


in which case the connection is very bad. for example, when I use remote desktop cilent. sometimes I lost the connection abruptly. also because we are not having datacenter apart from canada. then while i visiting my minecraft server will be very lag
+=+=+==+=++=++=++=++=+++++++
[Control Panel]
Cobalt host use very user-friendly control panel this is the ss : https://drive.google.com/file/d/0BwoPiTx...hPUFJhdzA/ . Easy to install os and deploy server

+=+=+=+=+===+=+=+==
[Pro and Cons]
Pro :
-Good Performance
-Easy installing OS and deploying server
- User-Friendly Control Panel
- 99% Uptime (maybe)
Cons:
-the connection speed is very bad for a server
-no data center , just in canada
-No support . Like forum,knowlege,and many more
-unstable connection

+=+=++=++=+==++==+
[Sugestion]
-Add other data center
-fix the unstable connection
-improv low up and down speed .
-add support like forum. Knowledge and many more
-and other Big Grin

+=+=++=++=++=+++++++++
[Final]
From Rating . I will give 70/100
. I satisfied with datacenter and Connection . Maybe cobalthost add many more data center
Thanks to Post4Vps and Dynamo. And CobaltHost too Big Grin
Posted by: kubanek_kuba - 05-22-2016, 09:00 AM - Forum: Offtopic - Replies (14)
What do you think about bitcoins and getting them on site or from mining? I am trying to get them and now i have some in my virtual wallet. I think it can be common method to pay in internet in few years.
Posted by: KripTon - 05-21-2016, 06:57 PM - Forum: Meet & Greet! - Replies (12)
First Name: Alejandro
Last Name: Brito Cedeño
Gender: Male
Age: 16
Country: Dominican Republic
Occupation: i am a student yet
Pages (306): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,099
» Forum posts: 34,782

Full Statistics

Online Users
There are currently 670 online users.
» 0 Member(s) | 667 Guest(s)
Google, Bing, Yandex

Latest Threads
Get LLHOST Netherlands Fe...
Forum: Others
Last Post: LLHOST
09-29-2025, 03:02 AM
» Replies: 0
» Views: 494
Super Fast LLHOST Netherl...
Forum: Value VPS Providers
Last Post: LLHOST
09-16-2025, 05:01 AM
» Replies: 0
» Views: 358
Get LLHOST Netherlands Fe...
Forum: Cheap Providers
Last Post: LLHOST
09-08-2025, 01:33 PM
» Replies: 0
» Views: 471
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers
Last Post: DewlanceHosting
08-16-2025, 03:12 AM
» Replies: 0
» Views: 616
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
08-16-2025, 03:10 AM
» Replies: 8
» Views: 5,774
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
08-13-2025, 04:54 AM
» Replies: 2
» Views: 1,573
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers
Last Post: bestadvisor
07-13-2025, 09:36 AM
» Replies: 0
» Views: 810
[Promo] 30% Discount – VP...
Forum: Cheap Providers
Last Post: LLHOST
07-11-2025, 12:56 PM
» Replies: 0
» Views: 718
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers
Last Post: RIYAD
07-02-2025, 03:02 AM
» Replies: 0
» Views: 1,494
15% Lifetime Discount on ...
Forum: Cheap Providers
Last Post: LLHOST
06-25-2025, 05:03 AM
» Replies: 0
» Views: 601

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting