Hello guys,
Today I'll show you how to create a new user.The reason for creating a new user rather than using root is that using root as the main user can cause security risks secondly if several people are using your VPS you will have to make other users too.
When you perform any root tasks with the new user, you will need to use the word “sudo” before the command. This is a helpful command for 2 reasons:
1) it prevents the user making any system-destroying mistakes
2) it stores all the commands run with sudo to a file where can be reviewed later if needed.
Remember : that sudo is as powerful as the root user. If you only need a user for a limited number of tasks on the VPS, you do not need to give them root privileges.
Requirements :
This tutorial requires access to the root user or a user with sudo privileges.
Secondly This TUT works for Ubuntu, It may work on other too.
TUT :
To add a new user in Ubuntu, use the adduser command, replacing the “username” with your preferred username.
As soon as you type this command, Ubuntu will automatically start the process:
and then logging back in with the new username and password.
How To Grant The New User with Root Privileges :
You can create the sudo user by opening the sudoers file with this command:
Adding the user’s name and the same permissions as root under the the user privilege specification will grant them the sudo privileges.You must replace "username" with the name of your new user user created
Now Press Esc and then write :
After writing that press Enter and you'll pop back to your console.Now your new username has been granted with root privileges.
How To Delete the new user afterwards :
]If you think that you no longer want to have a specific user on the vps then you can delete them with a single command:
Finish up by the deleting the user’s home directory:
And That's It! If you need any help then contact me.If you got some new information from my tutorial then please give me a +1
Today I'll show you how to create a new user.The reason for creating a new user rather than using root is that using root as the main user can cause security risks secondly if several people are using your VPS you will have to make other users too.
When you perform any root tasks with the new user, you will need to use the word “sudo” before the command. This is a helpful command for 2 reasons:
1) it prevents the user making any system-destroying mistakes
2) it stores all the commands run with sudo to a file where can be reviewed later if needed.
Remember : that sudo is as powerful as the root user. If you only need a user for a limited number of tasks on the VPS, you do not need to give them root privileges.
Requirements :
This tutorial requires access to the root user or a user with sudo privileges.
Secondly This TUT works for Ubuntu, It may work on other too.
TUT :
To add a new user in Ubuntu, use the adduser command, replacing the “username” with your preferred username.
Code:
sudo adduser username
- Type in and confirm your password
- Enter in the user’s information. This is not required, pressing enter will automatically fill in the field with the default information
- Press Y (or enter) when Ubuntu asks you if the information is correct
Code:
exit
How To Grant The New User with Root Privileges :
You can create the sudo user by opening the sudoers file with this command:
Code:
sudo /usr/sbin/visudo
Code:
# User privilege specification
root ALL=(ALL:ALL) ALL
username ALL=(ALL:ALL) ALL
Code:
:wq
How To Delete the new user afterwards :
]If you think that you no longer want to have a specific user on the vps then you can delete them with a single command:
Code:
sudo userdel username
Code:
sudo rm -rf /home/newuser

Hello,
In this tutorial I will be covering :
1.First of all you must know about your vps ports if all of the ports are not open on your vps.If you are not sure what This means please contact your VPS Management and they will inform you about it!
2.Download VC:MP 0.4 Server From http://v04.maxorator.com/files/VCMP04_se..._win32.zip and download The Plugins Package From http://v04.maxorator.com/files/plugins/w...age_v1.zip.You may need to frequently check for plugin updates from the official Foru over here http://forum.vicecitymultiplayer.com/index.php.
3.After Downloading The server you Must upload it to your VPS using any SFTP Client.I recommend FileZilla or WinSCP.
4.Now you must make a File : server.cfg and Write this in it :
5.Now you Must Make a New File server.conf and add this in it :
You will need to edit the server name and max players section above
6.After doing so and uploading both of the files to your VPS you have to give them permissions!Give mpsvrrel32 777 and give server.cfg 777 too.If you're not sure how do this :
chmod server.cfg 777
chmod server.conf 777
7.Now you're Done!You just have to run your server by ./mpsvrrel32 and Walaa! You're Server's Up.
If you have any issues or you want to learn something more just contact me!
A default script is available for Lazy users over here ( it's for 64 bit users so you have to replace 64 bit plugins with 32 bit plugins and replace mpsvrrel64 with mpsvrrel32! ) : http://forum.vicecitymultiplayer.com/ind...pic=6865.0
Regards!
In this tutorial I will be covering :
- How to Install VC:MP Server On VPS
- Some Basic Information About the VPS Requirments for VC:MP
1.First of all you must know about your vps ports if all of the ports are not open on your vps.If you are not sure what This means please contact your VPS Management and they will inform you about it!
2.Download VC:MP 0.4 Server From http://v04.maxorator.com/files/VCMP04_se..._win32.zip and download The Plugins Package From http://v04.maxorator.com/files/plugins/w...age_v1.zip.You may need to frequently check for plugin updates from the official Foru over here http://forum.vicecitymultiplayer.com/index.php.
3.After Downloading The server you Must upload it to your VPS using any SFTP Client.I recommend FileZilla or WinSCP.
4.Now you must make a File : server.cfg and Write this in it :
Code:
gamemode VC:MP Mode
plugins announce04rel32 hashing04rel32 < - Write the names of all the plugins you need to load in your server
port 5192
sqgamemode main.nut
Code:
<Settings>
<ServerName>[0.4] Your Server Name Here! </ServerName>
<MaxPlayers> Max Amount Of Player Here ( Max : 100 )!</MaxPlayers>
<FriendlyFire>true</FriendlyFire>
<ShowOnRadar>1</ShowOnRadar>
<WeatherDefault>4</WeatherDefault>
<HourDefault>12</HourDefault>
<MinuteDefault>0</MinuteDefault>
<TimeRate>0</TimeRate>
<StuntMode>true</StuntMode>
<JumpSwitch>true</JumpSwitch>
<TaxiBoostJump>true</TaxiBoostJump>
<RconEnabled>false</RconEnabled>
<FastSwitch>true</FastSwitch>
<DriveOnWater>false</DriveOnWater>
<FrameLimiterOn>true</FrameLimiterOn>
<SyncFrameLimiter>true</SyncFrameLimiter>
<DeathMessages>false</DeathMessages>
<PlayerPos x="-232.0314" y="-442.6181" z="32.7944"/>
<CamPos x="-231.4" y="-440.0" z="32.1"/>
<CamLook x="-232.0314" y="-442.6181" z="33.1"/>
<WorldBoundaries x1="5000.0" x2="-5000.0" y1="5000.0" y2="-5000.0"/>
<!-- R2 Features -->
<SyncFrameLimiter>true</SyncFrameLimiter>
<FrameLimiterOn>true</FrameLimiterOn>
<TaxiBoostJump>false</TaxiBoostJump>
<DriveOnWater>false</DriveOnWater>
<FastSwitch>false</FastSwitch>
<DisableDriveBy>true</DisableDriveBy>
<PerfectHandling>false</PerfectHandling>
<FlyingCars>false</FlyingCars>
<JumpSwitch>true</JumpSwitch>
<DeathMessages>false</DeathMessages>
<TaxiBoostJump>true</TaxiBoostJump>
<Gravity>0.008</Gravity>
<GameSpeed>1.0</GameSpeed>
<WaterLevel>6.0</WaterLevel>
</Settings>
<!-- Classes -->
<Class team="5" skin="5" x="-293.0143" y="-597.0593" z="12.8528" angle="130.0325" weapon1="21" ammo1="200" weapon2="" ammo2="30" weapon3="" ammo3=""/>
<Class team="15" skin="34" x="-293.0143" y="-597.0593" z="12.8528" angle="90.3367" weapon1="21" ammo1="200" weapon2="" ammo2="30" weapon3="" ammo3=""/>
<Vehicle model="191" x="338.6310" y="-237.6571" z="29.1708" angle="98.9897" col1="0" col2="0"/>
<Vehicle model="191" x="149.2859" y="-1149.9199" z="31.3094" angle="239.5351" col1="0" col2="0"/>
<Vehicle model="191" x="323.4258" y="-278.1154" z="35.4035" angle="5.3742" col1="0" col2="0"/>
<Vehicle model="191" x="-542.1738" y="792.2469" z="97.0344" angle="336.3952" col1="0" col2="0"/>
<Vehicle model="191" x="-1186.4758" y="76.4269" z="10.6504" angle="52.8653" col1="0" col2="0"/>
<Vehicle model="191" x="101.3112" y="-1472.5735" z="9.9521" angle="275.9432" col1="0" col2="0"/>
<Vehicle model="191" x="-676.05" y="749.44" z="10.90" angle="243.1996" col1="0" col2="0"/>
<Vehicle model="191" x="97.7001" y="-1475.9623" z="9.9563" angle="173.3619" col1="0" col2="0"/>
<Vehicle model="132" x="91.2412" y="242.9259" z="21.4487" angle="127.1787" col1="6" col2="6"/>
<Vehicle model="216" x="-1009.4338" y="186.8296" z="11.3937" angle="351.5172" col1="6" col2="76"/>
<Vehicle model="216" x="-994.8803" y="193.2692" z="11.4204" angle="76.9205" col1="6" col2="76"/>
<Vehicle model="130" x="-598.1232" y="622.5588" z="11.7840" angle="91.9153" col1="18" col2="74"/>
<Vehicle model="223" x="-631.2451" y="-1456.9464" z="5.8690" angle="335.9804" col1="36" col2="13"/>
<Vehicle model="223" x="-624.0446" y="-1459.0283" z="5.8552" angle="314.2722" col1="36" col2="13"/>
<Vehicle model="166" x="-616.4828" y="651.4387" z="10.5640" angle="348.6626" col1="14" col2="75"/>
<Vehicle model="166" x="-611.2023" y="651.9318" z="10.5676" angle="333.8794" col1="14" col2="75"/>
<Vehicle model="166" x="-605.1564" y="652.4683" z="10.5843" angle="339.8292" col1="14" col2="75"/>
<Vehicle model="166" x="-587.9245" y="654.5039" z="10.6044" angle="336.7441" col1="14" col2="75"/>
<Vehicle model="166" x="-582.4528" y="655.5148" z="10.5830" angle="327.5977" col1="14" col2="75"/>
<Vehicle model="193" x="-577.7695" y="650.5206" z="10.5597" angle="12.5459" col1="84" col2="84"/>
<Vehicle model="193" x="-596.3391" y="675.9069" z="10.7617" angle="142.2299" col1="7" col2="7"/>
<Vehicle model="156" x="-665.3930" y="805.4311" z="11.0370" angle="179.7041" col1="46" col2="1"/>
<Vehicle model="156" x="-665.3428" y="783.4216" z="11.0371" angle="180.0831" col1="46" col2="1"/>
<Vehicle model="156" x="-650.4547" y="754.2264" z="11.2033" angle="266.7828" col1="46" col2="1"/>
<Vehicle model="156" x="-639.0520" y="753.5862" z="11.2032" angle="266.7841" col1="46" col2="1"/>
<Vehicle model="156" x="-600.3902" y="807.4341" z="11.2114" angle="263.8463" col1="46" col2="1"/>
<Vehicle model="227" x="-614.1934" y="803.9073" z="29.6660" angle="1.2667" col1="46" col2="1"/>
<Vehicle model="210" x="-784.7332" y="672.1744" z="10.8495" angle="89.7786" col1="12" col2="12"/>
<Vehicle model="135" x="-768.0613" y="665.6818" z="10.9137" angle="91.5195" col1="2" col2="0"/>
<Vehicle model="210" x="-774.2057" y="995.6342" z="10.8461" angle="271.1632" col1="12" col2="12"/>
<Vehicle model="159" x="-752.8378" y="1003.8906" z="10.8649" angle="359.9301" col1="3" col2="3"/>
<Vehicle model="174" x="-780.7037" y="1026.5653" z="10.9394" angle="88.3382" col1="61" col2="0"/>
<Vehicle model="130" x="-650.2558" y="920.8828" z="11.1857" angle="91.0021" col1="18" col2="74"/>
<Vehicle model="137" x="-694.1721" y="926.0735" z="11.1955" angle="268.8809" col1="3" col2="1"/>
<Vehicle model="137" x="-751.7783" y="927.2592" z="11.2812" angle="56.6550" col1="3" col2="1"/>
<Vehicle model="145" x="-774.4608" y="977.6279" z="10.8241" angle="180.5240" col1="36" col2="36"/>
<Vehicle model="192" x="-803.5596" y="959.3724" z="10.6343" angle="271.9642" col1="68" col2="78"/>
<Vehicle model="192" x="-715.9547" y="1065.1605" z="10.5446" angle="242.0198" col1="68" col2="78"/>
<Vehicle model="191" x="-496.2343" y="1208.0430" z="7.0726" angle="151.6175" col1="22" col2="22"/>
<Vehicle model="191" x="-521.5993" y="838.3251" z="11.1270" angle="326.8671" col1="3" col2="3"/>
<Vehicle model="132" x="-392.5302" y="894.8767" z="10.6133" angle="339.7856" col1="6" col2="6"/>
<Vehicle model="132" x="-528.6176" y="1203.7877" z="7.2948" angle="330.5338" col1="10" col2="10"/>
<Vehicle model="191" x="-447.5215" y="1203.1743" z="9.2052" angle="270.8528" col1="2" col2="2"/>
<Vehicle model="174" x="-448.7614" y="1185.0378" z="9.5395" angle="93.0431" col1="41" col2="0"/>
<Vehicle model="149" x="-594.9833" y="1346.0950" z="11.5229" angle="114.8051" col1="47" col2="76"/>
<Vehicle model="191" x="-822.9012" y="1310.8057" z="11.1059" angle="159.9270" col1="2" col2="2"/>
<Vehicle model="234" x="-1476.8434" y="1047.7759" z="264.1451" angle="217.4100" col1="-1" col2="-1"/>
<Vehicle model="234" x="-1347.2435" y="1055.6526" z="264.0510" angle="156.2663" col1="-1" col2="-1"/>
<Vehicle model="234" x="-1279.8364" y="993.2283" z="262.8954" angle="90.2378" col1="-1" col2="-1"/>
<Vehicle model="234" x="-1351.7225" y="934.1428" z="262.0353" angle="14.6320" col1="-1" col2="-1"/>
<Vehicle model="234" x="-1515.2861" y="983.0940" z="263.1325" angle="282.8845" col1="-1" col2="-1"/>
<Vehicle model="198" x="-1346.5970" y="1448.2627" z="299.1477" angle="321.8539" col1="46" col2="46"/>
<Vehicle model="198" x="-1311.7345" y="1446.4861" z="298.8468" angle="49.8741" col1="46" col2="46"/>
<Vehicle model="198" x="-1323.5178" y="1439.1461" z="298.8476" angle="9.8079" col1="53" col2="53"/>
<Vehicle model="198" x="-1296.2511" y="1458.1401" z="298.8468" angle="77.2460" col1="53" col2="53"/>
<Vehicle model="198" x="-1421.0701" y="1488.8687" z="302.1499" angle="73.6359" col1="53" col2="53"/>
<Vehicle model="217" x="-1127.0664" y="1511.9712" z="11.9682" angle="357.7274" col1="1" col2="42"/>
<Vehicle model="173" x="-985.4117" y="1344.1613" z="11.7257" angle="47.3206" col1="93" col2="77"/>
<Vehicle model="201" x="-918.6592" y="1130.1572" z="10.9791" angle="129.1441" col1="13" col2="13"/>
<Vehicle model="146" x="-782.4065" y="1116.9678" z="10.0661" angle="0.3381" col1="1" col2="3"/>
<Vehicle model="146" x="-771.0571" y="1154.9764" z="12.6235" angle="180.7035" col1="1" col2="3"/>
<Vehicle model="132" x="-756.0136" y="1074.7358" z="9.2508" angle="91.9495" col1="35" col2="35"/>
<Vehicle model="191" x="96.4878" y="1090.1553" z="16.0475" angle="211.5273" col1="48" col2="48"/>
<Vehicle model="179" x="48.7824" y="1100.7084" z="17.2732" angle="182.7325" col1="16" col2="74"/>
<Vehicle model="179" x="-4.4181" y="1147.7140" z="19.4285" angle="205.1626" col1="16" col2="74"/>
<Vehicle model="179" x="18.5310" y="1140.2460" z="19.6552" angle="124.7352" col1="16" col2="74"/>
<Vehicle model="190" x="-142.0661" y="1022.3298" z="7.5074" angle="8.5241" col1="1" col2="90"/>
<Vehicle model="205" x="-390.174," y="397,10.0537" z="132,36" angle="173.0398" col1="41" col2="29"/>
<Vehicle model="205" x="334.1074" y="1201.4971" z="17.1962" angle="268.0051" col1="33" col2="0"/>
<Vehicle model="204" x="395.3799" y="989.4377" z="12.1038" angle="245.0027" col1="17" col2="17"/>
<Vehicle model="132" x="287.0439" y="1037.1035" z="13.2244" angle="11.1845" col1="33" col2="33"/>
<Vehicle model="230" x="208.6151" y="1229.4574" z="17.4755" angle="295.1513" col1="48" col2="65"/>
<Vehicle model="230" x="-1106.8494" y="292.9714" z="12.3273" angle="271.9934" col1="48" col2="65"/>
<Vehicle model="216" x="-1002.6074" y="206.0241" z="11.4072" angle="174.9314" col1="6" col2="76"/>
<Vehicle model="138" x="-1261.3719" y="115.7242" z="12.0178" angle="172.4562" col1="1" col2="75"/>
<Vehicle model="205" x="-1107.2173" y="-198.0835" z="11.1751" angle="90.1365" col1="9" col2="39"/>
<Vehicle model="158" x="-920.4551" y="-306.0597" z="13.5878" angle="264.1842" col1="4" col2="75"/>
<Vehicle model="206" x="-951.9403" y="-378.0401" z="10.9365" angle="276.5116" col1="61" col2="39"/>
<Vehicle model="206" x="-891.4566" y="-700.5800" z="10.9547" angle="37.6183" col1="61" col2="39"/>
<Vehicle model="236" x="-863.2736" y="-666.1580" z="11.0304" angle="186.4959" col1="3" col2="3"/>
<Vehicle model="236" x="-855.5962" y="-666.0559" z="10.9932" angle="183.2121" col1="7" col2="7"/>
<Vehicle model="236" x="-851.5004" y="-665.6548" z="10.9740" angle="185.7453" col1="76" col2="76"/>
<Vehicle model="236" x="-845.2188" y="-675.1938" z="10.9438" angle="97.3510" col1="6" col2="6"/>
<Vehicle model="236" x="-844.9042" y="-679.4929" z="10.9420" angle="98.8294" col1="52" col2="52"/>
<Vehicle model="175" x="-846.8568" y="-909.4408" z="10.9547" angle="319.2956" col1="42" col2="42"/>
<Vehicle model="141" x="-973.8217" y="-831.9473" z="6.4925" angle="91.7754" col1="11" col2="11"/>
<Vehicle model="132" x="-1017.5047" y="-861.6166" z="12.8358" angle="213.0164" col1="6" col2="6"/>
<Vehicle model="191" x="-1015.7603" y="-859.2327" z="17.4827" angle="191.6682" col1="22" col2="22"/>
<Vehicle model="191" x="-1019.6179" y="-858.1592" z="17.4810" angle="184.1755" col1="2" col2="2"/>
<Vehicle model="175" x="-979.8837" y="-1169.0863" z="14.7222" angle="92.2340" col1="53" col2="53"/>
<Vehicle model="144" x="-1008.8375" y="-1407.3828" z="11.8616" angle="252.0942" col1="3" col2="3"/>
<Vehicle model="191" x="-697.8029" y="-1522.6481" z="12.1532" angle="68.8400" col1="3" col2="3"/>
<Vehicle model="226" x="-731.2047" y="-1503.1404" z="11.2021" angle="265.5437" col1="12" col2="1"/>
<Vehicle model="226" x="-720.9149" y="-1553.4470" z="12.2698" angle="338.7068" col1="12" col2="1"/>
<Vehicle model="226" x="-696.1869" y="-1502.0701" z="11.7049" angle="357.9846" col1="12" col2="1"/>
<Vehicle model="217" x="-686.5530" y="-1567.7709" z="12.5295" angle="247.8371" col1="1" col2="57"/>
<Vehicle model="158" x="-665.4547" y="900.2264" z="11.2033" angle="252.7852" col1="36" col2="13"/>
<Vehicle model="223" x="-583.6869" y="-1502.5627" z="5.7980" angle="240.5196" col1="36" col2="13"/>
<Vehicle model="136" x="-389.6123" y="-1726.2853" z="6.7915" angle="3.0873" col1="1" col2="1"/>
<Vehicle model="136" x="-397.6457" y="-1342.7911" z="6.6525" angle="354.6517" col1="1" col2="1"/>
<Vehicle model="223" x="-374.6611" y="-659.9583" z="5.6830" angle="91.7661" col1="36" col2="13"/>
<Vehicle model="201" x="-650.9855" y="-263.8465" z="6.7326" angle="306.9479" col1="50" col2="32"/>
<Vehicle model="136" x="-512.7714" y="-226.5067" z="6.7797" angle="356.7461" col1="1" col2="1"/>
<Vehicle model="136" x="-535.4413" y="-227.1720" z="6.6767" angle="337.7500" col1="1" col2="1"/>
<Vehicle model="190" x="-372.2652" y="-216.4774" z="7.3608" angle="295.0877" col1="1" col2="35"/>
<Vehicle model="190" x="604.7895" y="-1706.5129" z="7.5829" angle="332.8387" col1="1" col2="60"/>
<Vehicle model="190" x="583.6797" y="-1760.7828" z="7.2956" angle="313.2621" col1="1" col2="46"/>
<Vehicle model="190" x="603.4528" y="-1774.8110" z="7.4699" angle="205.4766" col1="1" col2="14"/>
<Vehicle model="190" x="-1259.0291" y="-1414.6964" z="7.4179" angle="60.5551" col1="1" col2="50"/>
<Vehicle model="160" x="-1199.0627" y="-1382.2418" z="5.6341" angle="152.5868" col1="46" col2="1"/>
<Vehicle model="160" x="-1213.4904" y="-1382.6627" z="5.5850" angle="151.3750" col1="46" col2="1"/>
<Vehicle model="132" x="-651.9755" y="-513.1553" z="10.1559" angle="111.1670" col1="6" col2="6"/>
<Vehicle model="132" x="-355.9834" y="-530.7414" z="12.5118" angle="1.3028" col1="61" col2="0"/>
<Vehicle model="132" x="-362.5143" y="-528.3513" z="12.5124" angle="2.4941" col1="61" col2="0"/>
<Vehicle model="224" x="-393.3240" y="-523.2957" z="12.6169" angle="356.3634" col1="22" col2="22"/>
<Vehicle model="141" x="-398.3515" y="-520.8174" z="12.6268" angle="359.5150" col1="20" col2="20"/>
6.After doing so and uploading both of the files to your VPS you have to give them permissions!Give mpsvrrel32 777 and give server.cfg 777 too.If you're not sure how do this :
chmod server.cfg 777
chmod server.conf 777
7.Now you're Done!You just have to run your server by ./mpsvrrel32 and Walaa! You're Server's Up.
If you have any issues or you want to learn something more just contact me!
A default script is available for Lazy users over here ( it's for 64 bit users so you have to replace 64 bit plugins with 32 bit plugins and replace mpsvrrel64 with mpsvrrel32! ) : http://forum.vicecitymultiplayer.com/ind...pic=6865.0
Regards!
Posted by: serverwala - 04-25-2016, 01:05 PM - Forum: Cheap Providers
- No Replies
Do you know that you might be losing in millions because of the poor services of your shared server?
Here is how you can WIN EVERYTIME, get your own VPS Server from @serverwala.org
Our confidence speaks for itself, As we are working hard enough to give you these pre deals to our every client.
• If your website goes down, you don’t pay us.
• If your queries are not resolved within a day, you don’t pay us.
• If you don’t get 24*7*360 support, you don’t pay us.
• No hidden prices and taxes.
[i]“Tell us the best deal you are getting all over internet, And our sales executive will give you a better deal then it. PERIOD”[/i]
STARTER Plan
» 1 Guaranteed Xeon CPU Core (Burstable to 2 cores)
» 1.5 GB Guaranteed Memory was: 512 MB
» 30GB RAID-10 Pure SSD Disk Space was: 20GB
» 400 GB Route-Optimized Bandwidth was: 200 GB
» 1 Dedicated IPs
» 24x7 Phone and Helpdesk Support
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% VPS Node Uptime SLA
» Cpanel ,Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $8.29/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
ECONOMIC Plan
» 1 Guaranteed Xeon CPU Core (Burstable to 2 cores)
» 2.5GB Guaranteed Memory was: 1GB
» 60GB RAID-10 Pure SSD Disk Space was: 50GB
» 700 GB Route-Optimized Bandwidth was: 500 GB
» 1 Dedicated IPs
» 24x7 Phone and Helpdesk Support
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% VPS Node Uptime SLA
» Cpanel, Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $11.30/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
ESSENTIAL Plan
» 2 Guaranteed Xeon CPU Core (Burstable to 3 cores)
» 3.5GB Guaranteed Memory was: 2GB
» 110 GB RAID-10 Pure SSD Disk Space was: 100 Gb
» 1.5 TB Route-Optimized Bandwidth was: 1 TB
» 1 Dedicated IPs
» 24x7 Phone and Helpdesk Support
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% VPS Node Uptime SLA
» Cpanel, Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $18.09/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
Super Plan
» 4 Guaranteed Xeon CPU Core (Burstable to 6 cores)
» 5.5 Guaranteed Memory was: 4GB
» 140 GB RAID-10 Pure SSD Disk Space was: 120 Gb
» 3TB Route-Optimized Bandwidth was: 2TB
» 1 Dedicated IPs
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% Hybrid Node Uptime SLA
» Cpanel , Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $37.70/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
Why Choose Server Wala Data Centers Pvt.Ltd?
FULLY MANAGED SUPPORT + PROACTIVE MONITORING
» 24/7/365 Proactive Service Monitoring and Restoration
- Includes HTTP, HTTPS, PING, IMAP, POP3, SMTP, FTP, DNS
- Included at no additional charge!
» The industry's best support!
- 24/7/365 Toll-Free Phone + Helpdesk
- Direct support from Level 3 technicians with Phone Support!
- Average helpdesk response under 15 minutes! Average initial response is under 5 minutes!
- Average phone connect time is under 2 minutes!
» The industry's best VPS and Hybrid uptime!
- Backed by a 100% Uptime SLA
» Proactive Software and Security Updates
- Sleep soundly knowing WiredTree is watching your server!
» ServerShield® Hardening
- Includes Firewall, Malware Scanning, Brute Force Detection, Spam Filtering, Anti-Virus, much more!
» Free Transfer Assistance!
- Free migrations from not only Cpanel, but Plesk, DirectAdmin, Ensim, and more!
AND
SPECIALIZED HARDWARE AND NETWORKING
» Dual Xeon E5 Servers 32 CPU Cores
» Hot-Swap RAID-10 8 SSD Arrays
- Using Enterprise Intel SSDs for Best Performance & Reliability
» Premium Tier -1 Bandwidth
- A BGP blend of only top-ranked Tier 1 Providers!
- Fully Route Optimized with Noction
- Network capacity totalling 80Gbps
- All VPS and Hybrid come with 100Mbps ports!
» Private Network Connectivity
- No charge for data transfer between VPS/Hybrid/Dedicated!
» ECC Registered Memory
- In Virtuozzo V4 VSWAP mode for best reliability!
» Free Nightly Backups from R1Soft!
» Grove Portal for complete account control
- Monitor Bandwidth, Control Reverse DNS, and much more!
» No Setup Fees, Month-to-Month Contracts
» No hidden fees! Everything you need is included!
Not only is that incentive, we'll help you move! In most cases, we'll do all the work! Just contact us for details!
WiredTree SLA: www.serverwala.org
IP to ping and Speed Test: 162.220.57.35
If you have any questions about our services, please contact us at [email protected] or give us a call +91 9772222179 And Skype Id - serverwala
Know More Details
█ Server Wala Fully Managed VPS and Dedicated Hosting | Average Helpdesk Response < 10 Minutes, 24x7 Instant Phone Support >
█ Follow us on Twitter: @serverwalaindia | Like us on Facebook: facebook.com/ServerWala
█ Skype @ serverwala | toll-free: +91 9772222179
Here is how you can WIN EVERYTIME, get your own VPS Server from @serverwala.org
Our confidence speaks for itself, As we are working hard enough to give you these pre deals to our every client.
• If your website goes down, you don’t pay us.
• If your queries are not resolved within a day, you don’t pay us.
• If you don’t get 24*7*360 support, you don’t pay us.
• No hidden prices and taxes.
[i]“Tell us the best deal you are getting all over internet, And our sales executive will give you a better deal then it. PERIOD”[/i]
STARTER Plan
» 1 Guaranteed Xeon CPU Core (Burstable to 2 cores)
» 1.5 GB Guaranteed Memory was: 512 MB
» 30GB RAID-10 Pure SSD Disk Space was: 20GB
» 400 GB Route-Optimized Bandwidth was: 200 GB
» 1 Dedicated IPs
» 24x7 Phone and Helpdesk Support
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% VPS Node Uptime SLA
» Cpanel ,Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $8.29/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
ECONOMIC Plan
» 1 Guaranteed Xeon CPU Core (Burstable to 2 cores)
» 2.5GB Guaranteed Memory was: 1GB
» 60GB RAID-10 Pure SSD Disk Space was: 50GB
» 700 GB Route-Optimized Bandwidth was: 500 GB
» 1 Dedicated IPs
» 24x7 Phone and Helpdesk Support
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% VPS Node Uptime SLA
» Cpanel, Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $11.30/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
ESSENTIAL Plan
» 2 Guaranteed Xeon CPU Core (Burstable to 3 cores)
» 3.5GB Guaranteed Memory was: 2GB
» 110 GB RAID-10 Pure SSD Disk Space was: 100 Gb
» 1.5 TB Route-Optimized Bandwidth was: 1 TB
» 1 Dedicated IPs
» 24x7 Phone and Helpdesk Support
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% VPS Node Uptime SLA
» Cpanel, Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $18.09/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
Super Plan
» 4 Guaranteed Xeon CPU Core (Burstable to 6 cores)
» 5.5 Guaranteed Memory was: 4GB
» 140 GB RAID-10 Pure SSD Disk Space was: 120 Gb
» 3TB Route-Optimized Bandwidth was: 2TB
» 1 Dedicated IPs
» Fully Managed - 24x7 Phone + Helpdesk
» 24x7 Proactive Monitoring + Service Restoration
» ServerShield® Server Hardening
» 100% Hybrid Node Uptime SLA
» Cpanel , Softaculous, RVSkin, WHMCS, LiteSpeed Web Server Available
*Only $37.70/month! Get First Month 45% OFF with coupon code VPS45OFF And Get 20% off for the lifetime of the plan!
Click here to Order Now!
Why Choose Server Wala Data Centers Pvt.Ltd?
FULLY MANAGED SUPPORT + PROACTIVE MONITORING
» 24/7/365 Proactive Service Monitoring and Restoration
- Includes HTTP, HTTPS, PING, IMAP, POP3, SMTP, FTP, DNS
- Included at no additional charge!
» The industry's best support!
- 24/7/365 Toll-Free Phone + Helpdesk
- Direct support from Level 3 technicians with Phone Support!
- Average helpdesk response under 15 minutes! Average initial response is under 5 minutes!
- Average phone connect time is under 2 minutes!
» The industry's best VPS and Hybrid uptime!
- Backed by a 100% Uptime SLA
» Proactive Software and Security Updates
- Sleep soundly knowing WiredTree is watching your server!
» ServerShield® Hardening
- Includes Firewall, Malware Scanning, Brute Force Detection, Spam Filtering, Anti-Virus, much more!
» Free Transfer Assistance!
- Free migrations from not only Cpanel, but Plesk, DirectAdmin, Ensim, and more!
AND
SPECIALIZED HARDWARE AND NETWORKING
» Dual Xeon E5 Servers 32 CPU Cores
» Hot-Swap RAID-10 8 SSD Arrays
- Using Enterprise Intel SSDs for Best Performance & Reliability
» Premium Tier -1 Bandwidth
- A BGP blend of only top-ranked Tier 1 Providers!
- Fully Route Optimized with Noction
- Network capacity totalling 80Gbps
- All VPS and Hybrid come with 100Mbps ports!
» Private Network Connectivity
- No charge for data transfer between VPS/Hybrid/Dedicated!
» ECC Registered Memory
- In Virtuozzo V4 VSWAP mode for best reliability!
» Free Nightly Backups from R1Soft!
» Grove Portal for complete account control
- Monitor Bandwidth, Control Reverse DNS, and much more!
» No Setup Fees, Month-to-Month Contracts
» No hidden fees! Everything you need is included!
Not only is that incentive, we'll help you move! In most cases, we'll do all the work! Just contact us for details!
WiredTree SLA: www.serverwala.org
IP to ping and Speed Test: 162.220.57.35
If you have any questions about our services, please contact us at [email protected] or give us a call +91 9772222179 And Skype Id - serverwala
Know More Details
█ Server Wala Fully Managed VPS and Dedicated Hosting | Average Helpdesk Response < 10 Minutes, 24x7 Instant Phone Support >
█ Follow us on Twitter: @serverwalaindia | Like us on Facebook: facebook.com/ServerWala
█ Skype @ serverwala | toll-free: +91 9772222179
Most of you guys might be knowing that i was creating a new logo for Post4VPS these day (while working/fixing the Theme),
I planed somethings like i thought of the vector logo but can't able to choose the font,
i have implemented some fonts in small logo demos.
Here they are:-
1.![[Image: c404f27ee5.gif]](http://puu.sh/ov3B1/c404f27ee5.gif)
2.![[Image: cf1daba8bd.gif]](http://puu.sh/ov3OC/cf1daba8bd.gif)
3.![[Image: 905875071a.gif]](http://puu.sh/ov3PU/905875071a.gif)
4.![[Image: 5e95069da4.gif]](http://puu.sh/ov3QY/5e95069da4.gif)
so, which one is looking more nice ?
if you have any other suggestions regarding the logo then you can comment below.
I planed somethings like i thought of the vector logo but can't able to choose the font,
i have implemented some fonts in small logo demos.
Here they are:-
1.
![[Image: c404f27ee5.gif]](http://puu.sh/ov3B1/c404f27ee5.gif)
2.
![[Image: cf1daba8bd.gif]](http://puu.sh/ov3OC/cf1daba8bd.gif)
3.
![[Image: 905875071a.gif]](http://puu.sh/ov3PU/905875071a.gif)
4.
![[Image: 5e95069da4.gif]](http://puu.sh/ov3QY/5e95069da4.gif)
so, which one is looking more nice ?
if you have any other suggestions regarding the logo then you can comment below.
Posted by: kubanek_kuba - 04-24-2016, 09:22 AM - Forum: Scripting & Programming
- No Replies
Is it good idea to make trainer in AutoIt? I want to make simple trainer with only 1 function. Or making in c++ will be better?
I made website and forum for my clan estredclan.tk and forum.estredclan.tk. Tell me what i should add or change or maybe remove to make it better. It isn't english site but I am going to make this site and ts3 server in 2 languages.
Hi I am wondering if you can add tapatalk to the forums it would make it easier for people to use with their mobile phones
Also its good for uploading pictures on their phones
Also its good for uploading pictures on their phones
Hi I am david
I am from the UK
I herd about your website through one of your sponsers Host4Fun
I am from the UK
I herd about your website through one of your sponsers Host4Fun
Do you know any nice looks mods for windows desktop. I want to organise my icons and other things.

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,092 » Forum posts: 34,815 Full Statistics |
Online Users |
There are currently 309 online users. » 0 Member(s) | 306 Guest(s) Bing, Google, UptimeRobot |