Menu

Show posts

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 Menu

Messages - Kirollos

#1
Community Plugins / Re: GeoIP
May 04, 2017, 07:52 PM
Quote from: Dagger on May 04, 2017, 04:25 PM
Quote from: KAKAN on Apr 23, 2017, 08:28 AM
Quote from: Dagger on Apr 23, 2017, 08:18 AM
Quote from: Crys on Jul 31, 2016, 12:02 PMI've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.
Can you please make for windows?
Quote from: Kirollos on Aug 08, 2016, 04:43 AM
Quote from: Crys on Jul 31, 2016, 12:02 PMI've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.

Hello, I've managed to compile them for Windows. Link (You might need vcredist 2015)
???????
Its not working for me. I have loaded that plugin too.

@Dagger
Make sure vcredist 2015 is installed (x86 if you are gonna run x86 server, x64 for otherwise)
https://www.microsoft.com/en-eg/download/details.aspx?id=48145
#2
y u do dis
#3
RIP creativity.
#4
Off-Topic General / Re: website problem?
Aug 25, 2016, 08:27 AM
Quote from: EK.CrystalBlue on Aug 25, 2016, 07:59 AM
Quote from: Thijn on Aug 21, 2016, 08:46 PMNothing you can do about it. It's probably being DDOS'd or it's just a shitty VPS :P
Are you sure? Do you think this is the right website to host on a VPS!? VPS are for small websites, its not a very good idea to host this forum. Anyways you luckily have cloudflare otherwise you were bound to be doomed

Then where is it supposed to be hosted? I'm pretty sure this forum doesn't even hit 100 users per day, so a VPS (from a good provider ofc) is suitable enough to hold vc-mp's forum traffic..
#5
General Discussion / Re: Browser not starting
Aug 16, 2016, 04:00 PM
I googled your error and results gave me a lot of solutions to try. I advise you to try doing that.

Quote from: EK.CrystalBlue on Aug 16, 2016, 12:30 PMUninstall VCMP and all VC++ redists and reinstall using this file:
http://vc-mp.weebly.com/uploads/1/3/9/3/13932422/c04.exe

What's the point of sharing another link for the browser?
#6
Community Plugins / Re: GeoIP
Aug 08, 2016, 04:43 AM
Quote from: Crys on Jul 31, 2016, 12:02 PMI've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.

Hello, I've managed to compile them for Windows. Link (You might need vcredist 2015)
#7
Quote from: KAKAN on May 17, 2016, 03:13 AMJust ran the server, when I connected a telnet client and typed something, the server crashed :(

I'm sorry, I'm not able to replicate that issue. Can you please help?
#8
Off-Topic General / Re: Crazy,...
May 25, 2016, 10:20 PM
I'd bomb her.
#9
Off-Topic General / Re: lie game
May 16, 2016, 08:36 AM
Everyone in vcmp is pro
#10
Quote from: Thijn on May 03, 2016, 05:08 PMhttps://github.com/Thijn/VCMP_RCON/commit/80175e772c50b700c7fb52b42023e0c6a35a4548

Currently compiling. Will edit this when done.

:edit: Builds up at http://thijn.ovh/vcmp/builds/
Make sure you install the 2015 c++ redistributable if you're using it on windows.

Thank you! Appreciated :)

Quote from: KAKAN on May 03, 2016, 01:18 PM*BUMP*
Update the SDK. I need this plugin beri much
:edit: Just checked the source, you didn't tell us about RCON_KickClient :D

I added RCON_KickClient to github repo but I've never released binaries of that version, been busy with school and exams :(.
#11
Off-Topic General / Re: hackers
Apr 05, 2016, 01:08 PM
grats
#12
Off-Topic General / Re: Samsung SUnicode
Mar 03, 2016, 12:47 PM
#13
Off-Topic General / Re: Anti-DDOS!!!
Feb 26, 2016, 11:02 AM
Wat? That's even worse.
#14
Off-Topic General / Re: Is i am banned.
Jan 25, 2016, 02:39 PM
Quote from: Buddy on Jan 25, 2016, 01:46 PMGuys and last message to all. "If i get too much abused from vcmp then its develpors maddness that they add such mad and abuser users like @KAKAN .    If i get too much abused in next 10 days then  i leave vcmp permanently and laso ask to my others friends too lleave vcmp. VCMP is the company of abusers.
Abusers!!!!

Oh God, pls save us from this high quality autism. :(
#15
Quote from: ysc3839 on Jan 01, 2016, 04:11 AM
Quote from: Kirollos on Dec 31, 2015, 08:14 PMRCON v1.0.1.0 is released!

You can find the new version here.
Changelog:

  • Fixed a crash when you only send \r\n to server
  • Added the ability to toggle builtin server events
  • Clients were not removed from client-vector on disconnection
  • Pushing null instead of an empty string if no parameter was sent
  • Plugin version shows @ console on server startup

Thank you all for your support!
I think it's better to use it through WebSocket!

At first I was thinking about just using any known socketing library and save myself from headache, but I've found myself writing my own one a better idea in terms of practising since I'm practising C/++ by writing projects. I appreciate your suggestion though :).