arrow_upward

Posted by: Vuluts - 05-31-2016, 07:43 AM - Forum: Software - Replies (73)
I used Sony Vegas for my editing videos how about you guys?
Posted by: Vuluts - 05-31-2016, 07:39 AM - Forum: General - Replies (10)
VPS providers offers a PURE SSD and SSD CACHED, Which is better to use for game server? What are there advantage and disadvantage?
Posted by: Jayce - 05-27-2016, 02:09 PM - Forum: Other Free Service Providers - Replies (3)
Hi,

I've been using Ultra-Host for a while to host my own SA:MP server and I wanted to share it with you in case you don't know about it.

There are 494 currently hosted by Ultra-Host, most of the time it's out of stock but checking every day at evening would get you a server for sure (2-3 servers available every day), you get a MySQL database and FTP account and ability to add sub-account. It is such a pretty nice SA:MP hosting community.

Their rules are simply:

Quote:By requesting free server you must accept following rules:

  - You are not allowed to use poorly optimized scripts that use much RAM and CPU usage.


  - You are not allowed to change server slots or port.


  - You are only allowed to have one free server.


  - You must login to panel every day and click "Manage" button.


  - You are not allowed to run roleplay [RP/RPG] gamemode.


  - You must have [Ultra-H.com] in the server name.


  - You have to keep the server online.

If you break any of these rules, your server will be removed without notification.


Link: Ultra-H.com

I personally got SA:MP server multiple times, so it isn't fake.

Good luck!
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

Pages (305): 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,092
» Forum posts: 34,815

Full Statistics

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

Latest Threads
Get 25% OFF all LLHOST ne...
Forum: Cheap VPS Providers
Last Post: LLHOST
04-22-2025, 11:04 AM
» Replies: 0
» Views: 100
LLHOST: VPS in the Nether...
Forum: Others
Last Post: LLHOST
04-15-2025, 07:32 PM
» Replies: 0
» Views: 169
Hello all!
Forum: Meet & Greet!
Last Post: perry
03-26-2025, 11:28 AM
» Replies: 1
» Views: 252
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
03-25-2025, 02:07 PM
» Replies: 5
» Views: 3,320
VisualWebTechnologies | 7...
Forum: Others
Last Post: visualwebtechnologies
03-11-2025, 02:58 AM
» Replies: 0
» Views: 200
Post2Host.com domain on a...
Forum: Others
Last Post: Variable
03-10-2025, 04:04 PM
» Replies: 0
» Views: 159
KVM & OpenVZ Yearly VPS f...
Forum: Cheap VPS Providers
Last Post: HostNamaste
03-05-2025, 12:15 PM
» Replies: 0
» Views: 358
Create Unlimited Virtual ...
Forum: Hardware & Technology
Last Post: bestadvisor
03-01-2025, 09:47 AM
» Replies: 0
» Views: 558
VisualWeb offers cPanel H...
Forum: Others
Last Post: visualwebtechnologies
01-23-2025, 03:38 AM
» Replies: 0
» Views: 263
How you can Create unlimi...
Forum: Other Free Service Providers
Last Post: vps-rdp
01-08-2025, 05:12 PM
» Replies: 1
» Views: 461

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