arrow_upward

Posted by: OldMeister - 06-22-2017, 12:39 PM - Forum: Offtopic - Replies (9)
i got a question. i want to use vps to host gameservers. but i dont know which vps can i use to host gameservers
can you please reply answer with the FULL list of the vps that support gameservers?
EDITED: i just saw that in the vps request format that i need to put zip code and region.
what is region? my country? and what is zip code?
Posted by: Xirot - 06-21-2017, 02:00 AM - Forum: General Gaming Discussion - Replies (2)
Hello guys, I've downloaded this game from the internet (nostead) and worked pretty fine ask me for the link if you need it however it works on solo player only which means no multiplayer plays since it's a nosteam copy however I heard through a patch or something like this you could be able to play it online.
Really nice game on the solo world, cool story and I've spent a cool time enjoying it and following the story details.
What do you think guys about it?
Posted by: Xirot - 06-21-2017, 01:45 AM - Forum: Meet & Greet! - Replies (1)
Hey guys how you doing,
First of all I wanna give a big up for the founder of this idea of the whole project which is really nice and cool beacause it's an easy way to get a VPS without any difficulties or payments which means it's totally free, I'm finding the idea of this project really useful since I can not pay any money transactions on the internet due to our country rules, I hope it will be changed in the common days, whatever.
It's Xirot here a 19 years old guy from Tunisia trying to get involved with you guys, I'm here as y'all know guys to get a VPS as soon as possible because my Gaming Community got closed for a while and I want to revive it.
I did the forum manager role before with a similar project like you guys but it's down now (you can feel free to contact me if you need me in dat role Tongue ) so yeah now I got many free time and I'm ready to launch back my Gaming Community servers online.
Thank you for your time, 
Peace and love  Heart

Posted by: Lampard - 06-20-2017, 11:12 PM - Forum: Other Free Service Providers - Replies (22)
[Image: logo.png]

Limitless Hosting has been providing services since 2015
 
 We provide quality web hosting, Virtual Private Servers(VPS) and domain registration services to customers at very affordable prices.


About Free Shared Hosting
Limitless Hosting has now got a Free Shared Hosting Package, you can check out the Free Shared Hosting details below:
  • 10 GB Disk Space
  • 100 GB Bandwidth
  • 1 Addon Domain
  • 5 MySQL Database
  • cPanel
  • Softaculous
How to get Free Shared Hosting?
However after ordering the Free Shared Hosting you must create a ticket here: https://limitlesshost.net/billing/support/contact-us

In your ticket, you must ask us to activate your Free Shared Hosting.


For how long?
You will have the Free Shared Hosting until you do not go inactive, and you must follow the service ToS to keep your Free Shared Hosting.

Free domains are allowed, however your website must not contain any kind of content which is against ToS.

[font=serif]ToS:[/font]
[font=serif]http://limitlesshost.net/billing/index.php?_url=/tos[/font]
 
[font=serif]Privacy Policy:[/font]
[font=serif]http://limitlesshost.net/billing/index.php?_url=/privacy-policy[/font]
 
 
 
Contact us
-

Posted by: OldMeister - 06-20-2017, 10:02 AM - Forum: Tutorials - Replies (8)
Hello all. i got another tutorial that i want to share in this forum. long time ago i made a minecraft server. i dont remember much 
but i still remember how to set up the server.well lets start. first of all you have to download the server files.
https://minecraft.net/en-us/download/server
run the file minecraft_server.jar. and wait a little bit that it will download and create your server files
after the server will crash if you run him again. you need to accept EULA USER LICENSE AGREEMENT
https://account.mojang.com/documents/minecraft_eula
after you done reading the user lincense. enter Eula.txt and set eula = false to eula = true.
If you get an error such as "Can't save server.properties" and your screen fills with useless, gibberish text, then run the Minecraft Server as administrator by right-mouse clicking on it and choosing 'Run as administrator'. (You may need the administrator password to do this.)
How to create .bat file to store the commands?
To start the configured Minecraft server, without having to enter all commands every time, you can create a .bat file in the server folder. You can include the 

Code:
pause


command to tell the window to stay open after the /stop command is issued. Useful if you want to read what happened as it shut down.


Here is an example of a bat file:

java -Xms1024M -Xmx2048M -jar minecraft_server.jar nogui
pause

Double click the file to start your server. You may get a "Class_Not_Found" and ServerGuiConcole error, just ignore these errors and you should see your "Server Thread/INFO" dialog start the server.
How to config From The Command Line?
Both the Java and the executable version can be run from the Windows command prompt/line with extra parameters to configure, for example, memory usage. As we currently know there is no command prompt for java on the Windows platform that will run these commands correctly. That however is subject to change.

To start the server, change to the Minecraft server folder (find the file path to which your server's jar file is) and open the windows command prompt (in Start, just type cmd and it should have a file name of cmd.exe), then enter the following command:

Code:
java -jar <server-file>





Replace 

Code:
<server-file>


 with the server application file name, for example 


Code:
minecraft_server.1.9.4.jar


.


If you prefer not to use the server's Graphical User Interface (GUI) to enter administration commands, simply add the option 

Code:
nogui


 to the end of the command:


Code:
java -jar minecraft_server.jar nogui



Some people have reported that this requires (significantly) less memory and CPU resources.

You can also replace the 

Code:
java


 command with 


Code:
javaw


. Javaw.exe is identical to Java.exe but there is no associated console window. This may be preferable when using a .bat file. (See the next section.) Note however that Javaw also doesn't show any error messages in the command window if anything is wrong.


Using the 

Code:
Xms


 and 


Code:
Xmx


 parameters, the initial and maximum memory size for Java can be specified. By default, your server runs with about 100 MB of RAM, which is very little. Most people will change their server to run with more, for example:

  • java -Xms512M -Xmx1G ...java -Xms1024M -Xmx1024M ...java -Xms1G -Xmx2G ...
Add in 

Code:
-d64


 if your server is on a 64-bit computer using 64-bit Java.


Add 

Code:
-o true

 to tell the server to run in online mode so only authenticated users can join.

If you have less than 1024MB RAM, the above line may cause problems with swapping and out of memory conditions, which makes the game hard to play.
Thats All As Far As I Remember... Hope I Helped You In Some Way. Any Suggestions to topic accepted in replys.
if you got issue Post Here. I Took Some Of The Lines Here From http://minecraft.gamepedia.com/Tutorials...p_a_server
you can take a look there for full explaination! good luck to your minecraft server! hope it will grow like this community!
Regards -OldMeister
Posted by: sagher - 06-20-2017, 09:29 AM - Forum: General Gaming Discussion - Replies (2)
Hello everyone.

i am facing a problem. Max payne 3 was stop working on server about 3 to 4 days ago. i don't know why. anyone have update regarding this?
Posted by: OldMeister - 06-19-2017, 07:22 PM - Forum: Tutorials - Replies (2)
*DELETED* .
Posted by: OldMeister - 06-19-2017, 02:33 PM - Forum: Tutorials - Replies (4)
Hello All. Its My Last tutorial i will make (for now.) i want to share with you how to add rocket plguin to unturned server.
its very easy, not long tutorial like the other tutorials. it will take only 2 minutes
first of all enter https://rocketmod.net/  After that press downloads and select linux or windows (whatever you have)
after that Copy the rocket files and put them in your unturned server folder.
There you go! you got rocket plugin
rocket gives you option to add people plugins that modify your server. like the plugin /tpa
it allow you to teleport to other people by typing /tpa OldMeister (for example) and they can deny or accept the teleport request by /tpa deny /tpa accept.
the plugin list is over here: https://rocketmod.net/plugins/
if you want help with installing plguins. Talk with me. and i will help you.
dont forget to +rep if this tutorial helped you! any suggestions accepted. just reply to this topic. if you have any troubles installing rocket reply to me
Good Luck! -OldMeister
Posted by: OldMeister - 06-19-2017, 01:24 PM - Forum: Tutorials - No Replies
Hello All. Its Me Again. i want to share you another tutorial about how to create unturned server.
to the people who dont know what is unturned.

unturned is a survival game created by nelson can be downloaded in steam only. it has stronge anti cheat so no hackers around the game!

first of all. you need to make a copy of your unturned folder and make another folder named Unturned Server ( you can call it how ever you want)


Once there, right click Unturned.exe, and create a shortcut. Then right click the shortcut, and goto properties.

In properies, there should be a target line. In this line type after the quotes:
-batchmode -nographics +secureserver/server name
It is important that you do add spaces in front of all the +/- signs.
Also, you can substitute +secureserver for +lanserver OR +insecureserver.
Lan only allows others on your router to connect, Unsecure Removes saftey measures.

After you do this, run the shortcut, and use the command shutdown to close the window.
The server may take 30+ seconds to respond, so don't get mad at it.

[font=Arial, Helvetica, Verdana, sans-serif]Now you need to add commands to your server, to make it run.
[/font]



Go back into you unturned folder with the same path from above, and from there:

Servers > server name > Server > Commands.dat

Open the .dat file with a default word processor, like notepadwordpad, or notepad++.



Once in there, you must type in the following:



Name (server name)

Map PEI (unless you made your own map, then substitute its name)

Maxplayers ## (10 is a good start, default is 8)

Pvp (or Pve)

Welcome (message) 



The welcome message is completely optional, but is a good addition. 
[font=Arial, Helvetica, Verdana, sans-serif]Once you've done this, you can run your server.[/font]
[font=Arial, Helvetica, Verdana, sans-serif]You Can Also Add Loadouts.[/font]
[font=Arial, Helvetica, Verdana, sans-serif][font=Arial, Helvetica, Verdana, sans-serif]Server loadouts can allow for different skillsets (found under the character specialty in the main menu). This allows for different skillsets to spawn with different gear.
[/font]
[/font]



The 11 Skillsets are listed below; 255 affects all skillsets:



- 0. Civilian*

- 1. Firefighter

- 2. Police Officer

- 3. Spec Ops

- 4. Farmer

- 5. Fisher

- 6. Lumberjack

- 7. Worker

- 8. Chef

- 9. Thief

- 10. Doctor

- 255. All skillsets



*Civilian is when you have no skillset selected

The command for loadouts is:
[font=Arial, Helvetica, Verdana, sans-serif][font=Arial, Helvetica, Verdana, sans-serif]/Loadout [skillsetID]/[ItemID]/[ItemID][/font][/font]
Now the hard part. to let people joining your server YOU MUST port forward. without this people CANNOT connect your server.
How to port forward? Watch this: https://www.youtube.com/watch?v=usSpl0yJFnY
good luck to you all! i hope i helped :Smile
dont forget to reply to me if you have any suggestion or problems in this tutorial! im ready to help you 24/7
Posted by: OldMeister - 06-19-2017, 01:13 PM - Forum: Tutorials - Replies (2)
Hello all. today i want to teach you how to create a samp server! its very easy and if  you follow my steps. you will be fine.
first of all you need to have the game Gta san andreas installed. with samp installed.
if you have it. then you have to download server files.
go to http://www.sa-mp.com/download.php
and select download. chose Linux/windows and download.dont forget to review SA-MP Service Agreement if you wish to run a public server. 
after you downloaded the server folder enter server-readme.txt
http://imgur.com/FjSbDWj
after you reading the file 
enter server.cfg and setup your server settings.
rcon_password  =  Specifies the password needed to connect to rcon, or login to rcon ingame.
maxplayers = Specifies the maximum amount of players.
port  = This port is used for game connections, rcon connections, and for querying
hostname = Specifies the hostname shown in the server browser 
gamemode =
Specifies the rotation settings. The first parameter sets the game mode name. The second is the number of times it will repeat.
You can use gamemode0 to specify the first gamemode, gamemode1 to specify the second, etc.
announce = Announces your server to the 'Internet' server list in the SA:MP browser. (turn on type 1 turn off type 0)

 the Descriptions have been copied from  server -readme.txt for full details read the file.
hope i helped you a little setting up your server.
any suggestion to this topic or problems reply here
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,102
» Forum posts: 34,830

Full Statistics

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

Latest Threads
LLHOST — 40% OFF Netherla...
Forum: Free VPS Providers
Last Post: LLHOST
07-02-2025, 08:42 AM
» Replies: 0
» Views: 69
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers
Last Post: RIYAD
07-02-2025, 03:02 AM
» Replies: 0
» Views: 69
15% Lifetime Discount on ...
Forum: Cheap Providers
Last Post: LLHOST
06-25-2025, 05:03 AM
» Replies: 0
» Views: 84
Get 50% Off Your First Ne...
Forum: Others
Last Post: LLHOST
06-19-2025, 10:09 AM
» Replies: 0
» Views: 173
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
06-14-2025, 05:32 PM
» Replies: 7
» Views: 3,933
KVM & OpenVZ Yearly VPS f...
Forum: Cheap VPS Providers
Last Post: HostNamaste
06-10-2025, 11:53 AM
» Replies: 1
» Views: 721
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
06-10-2025, 11:49 AM
» Replies: 1
» Views: 741
Multiple IPs VPS in Franc...
Forum: Cheap Providers
Last Post: HostNamaste
06-10-2025, 11:47 AM
» Replies: 1
» Views: 773
60 % OFF on unmanaged VPS...
Forum: Others
Last Post: LLHOST
06-09-2025, 02:21 PM
» Replies: 0
» Views: 119
Get 25% OFF 1st TWO Month...
Forum: Others
Last Post: LLHOST
06-02-2025, 02:34 PM
» Replies: 0
» Views: 195

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