thanks. Problem Solved
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: KAKAN on Jul 07, 2016, 01:27 PM@Remu, there is a other executable available for Linux OS.
Quote from: KAKAN on Jul 07, 2016, 06:46 AMI would prefer a lightweight linux instead.
Quote from: ext-d.CrystalBlue on Jul 07, 2016, 08:22 AMQuote from: Thijn on Jul 07, 2016, 05:42 AMWell, if you're running windows XP you can use Run as and in newer OS its not so easy but you have to switch user to the new user, open the server and switch back to your userQuote from: Remu on Jul 07, 2016, 05:10 AMWe just have to create new USerStandard obviously. Then you shouldn't be able to access other files.
one question. That User Account type: Standard / Administrator ?
Then From Where we should Block the User Don't have access to other files?
Keep in mind that in order to run your server you actually need to login as that new user which means you wont be able to use your computer like you normally would.
A virtual system would work, but requires quite a bit of system resources like RAM and cpu. Windows ISOs for 8.1 and 10 can be downloaded using the Media Creation tool released by Microsoft (Google it).
Quote from: King on Jul 03, 2016, 12:34 PMyou seem like a newbie , i can help you get started , join this irc https://kiwiirc.com/client/irc.liberty-unleashed.co.uk/#Razborka
Quote from: KAKAN on Jul 03, 2016, 01:24 PM@Remu , if you need a basic tutorial with less time, read this:- http://tutorialzine.com/2016/01/learn-sql-in-20-minutes/
Or, if you want a complete course, you can see this:- https://www.codecademy.com/learn/learn-sql
Quote from: ysc3839 on Jul 04, 2016, 04:50 AMCreating new User prevent this? Are you sure? If Yes I will be very happy.Quote from: ext-d.CrystalBlue on Jul 03, 2016, 04:37 PMCreating a new user can prevent this.Quote from: ysc3839 on Jul 03, 2016, 04:19 PMWell, it'll still have access to your personal files. You should run it in a virtual machine if on windows.Quote from: ext-d.CrystalBlue on Jul 03, 2016, 04:14 PMOn Windows, just turn on UAC.Quote from: ysc3839 on Jul 03, 2016, 10:43 AMAs the developers say "should an exploit be found in the server". But I think nobody would spend his time finding this exploit.That's exactly why you are not to run a server as root. If you want to host a server use these commands:
sudo -i
<your password>
useradd vcmp
mkdir /vcmp
chown vcmp /vcmp
su vcmp
now you can do any shit and you wont manage to hurt your pc at all
[but this is only for Linux]
Quote from: NicusorN5 on Jul 03, 2016, 03:19 PMTry other port...
Quote from: ext-d.CrystalBlue on Jul 03, 2016, 08:12 AMIDK even a thing about SQL. Can you guys help me how to do it. ThanksQuote from: Remu on Jul 03, 2016, 06:25 AMYou have to use the QuerySQL functionQuote from: vito on Jul 03, 2016, 03:31 AMBoth here http://wiki.vc-mp.org/wiki/Scripting/Squirrel/Functions
Thanks. But If I increment cash by a cmd /increasecash and it will do player.cash += 1000; but If I reconnect My Cash is again set to zero. How to Set a Database for mys erver?
Quote from: vito on Jul 03, 2016, 08:29 AMAny connection to internet is a risk. If you have server - you're making your IP more popular to be attacked, also (any) server may contain vulnerability, so more servers running at your PC - more risk. But usually people infected himself PC by *.exe, *.pdf, ms office files, browsing with IE and so on.
And no guarantee you will be safe and not infected. Just keep back up of important data on hdd in your cupboard and don't worry about viruses.
Quote from: ext-d.CrystalBlue on Jul 03, 2016, 08:10 AMI don't know where did he remotely got an idea of getting a virus on your PC from a VCMP server.I know None can send virus through vcmp -game but While The Server is On, If anyone sent any virus or attacked my pc?
Quote from: vito on Jul 03, 2016, 03:31 AMBoth here http://wiki.vc-mp.org/wiki/Scripting/Squirrel/FunctionsThanks. But If I increment cash by a cmd /increasecash and it will do player.cash += 1000; but If I reconnect My Cash is again set to zero. How to Set a Database for mys erver?