Jump to content
Come try out our new Arcade we just put up, new games added weekly. Link at the top of the website ×

Sitting-Duc

++++ Senior Admin
  • Posts

    5334
  • Joined

  • Last visited

  • Days Won

    29
  • Donations

    91.99 USD 
  • Points

    228,700 [ Donate ]

Everything posted by Sitting-Duc

  1. It's not supposed to yet - I'ts a POC - that thread is about how people want it to work. Once I know that I will make the changes and make it not error and return a less random response. Duc
  2. Elaborate?.. the thing that hasn't been made doesn't work? It doesn't work as a concept? Help me mind read.
  3. OK this may be a little premature.. and not everything is working.. but it's back enough to start being interesting to people. I was bugged (abused) at the XI fest that the stats were not there so came back and wrote some friggy code into the portal and got the XlrStats working again through the B3 bots system. The B3 and XlrStats projects have not been supported in a few years so I had a some updating and changes to make it compatible with the latest version of PHP etc. Most of the website features are working but some of the datatables are displaying the wrong data. The server information page and player profile pages look pretty good. The stats are running on our most popular servers for each Call of Duty game. I have added the links to the home page on the left under the GameTracker server list (see image): I will continue looking at the website and trying to figure out why the data tables are buggered (also had to comment out some code to make it work). If you are interested you can look here for my fork: https://github.com/frasermolyneux/xlrstats-web-v3 Hope this appeases some of the more vocal folk... Duc
  4. Trouble is I can't remember what it was like and I have lost the code
  5. Great pictures - it's amazing how many of them I am hugging someone.. Duc
  6. We did, I was the one that set it up - when we moved to NFO it stopped that working. I have managed to get it working again through a different way. If it helps, this is the current code: internal class FuckYouPlugin : IPlugin { private readonly ContextProvider contextProvider; private readonly ILogger logger; public FuckYouPlugin(ILogger logger, ContextProvider contextProvider) { this.logger = logger ?? throw new ArgumentNullException(nameof(logger)); this.contextProvider = contextProvider ?? throw new ArgumentNullException(nameof(contextProvider)); } public void RegisterEventHandlers(IParser parser) { parser.ChatMessage += Parser_ChatMessage; } private void Parser_ChatMessage(object sender, EventArgs e) { var onChatMessageEventArgs = (OnChatMessageEventArgs) e; if (onChatMessageEventArgs.Name.Contains(">XI<") && onChatMessageEventArgs.Message.Contains("!fu")) { logger.Information($"FuckYou initiated for {onChatMessageEventArgs.Name} ({onChatMessageEventArgs.Guid}) on server {onChatMessageEventArgs.ServerId}"); using (var context = contextProvider.GetContext()) { var server = context.GameServers.Single(s => s.ServerId == onChatMessageEventArgs.ServerId); var rconClient = new RconClient(server.Hostname, server.QueryPort, server.RconPassword); string[] authors = { "Mahesh Chand", "Jeff Prosise", "Dave McCarter", "Allen O'neill", "Monica Rathbun", "Henry He", "Raj Kumar", "Mark Prime", "Rose Tracey", "Mike Crown" }; var rand = new Random(); var index = rand.Next(authors.Length); var responseMessage = $"{onChatMessageEventArgs.Name} likes {authors[index]}"; rconClient.SayCommand(responseMessage); logger.Information($"FuckYou: {responseMessage}"); } } } } Duc
  7. Hi All, I was pestered at the fest to look at the stats and also the !fu command. Stats are proving difficult however the !fu command has been fairly easy to proof of concept. So the question is - how would you want it to work? Open to ideas:- - List of random insults? - Should we choose a target? e.g. !fu rugger - Limit to XI only? - How should we restrict it's abuse? What's would you like?
  8. Do you keep logging out? or removing cookies? etc? Duc
  9. Hi All, Teamspeak is now back up and running but limited to 32 slots. Since 2015 the renewal process has been to submit a ticket and the licence is extended. The majority of the time I remember, I forget every now and then. This time I remembered and put a ticket in! However I never looked at the response assuming it had gone through OK. Apparently the process has now changed and I have had to 'reapply' for the sponsorship licence. That is now in and awaiting their response. I was on the Isle of Wight at a wedding so had to wait for me to get back home. Duc
  10. Anyone can see any post in the game clubs.. no changes have been made. There have been more posts which may be why you have noticed it. Duc
  11. Looks like the test service is still running.. might been to decommission that lol - would save me some money! Duc
  12. My creation this weekend just gone.. a beautiful rib on steak cooked over a grill served with stuffed mushrooms (also done on the grill). I did have to make some salad as I had my nephews to feed but I haven't bothered taking pictures of that cause it would have been a waste. Here's the raw steak getting prepared: Here is me just finished cooking the beauty: And finally the finished piece: Absolutely fantastic and juicy. Was able to feed 3 adults and two little-uns with it. Dog had the bone.
  13. Good move in my opinion, supporting legacy is the downfall of many an organisation. I support some 32bit applications still that are used for compression and encryption and hate them - we end up with special 'servers' just to run them in compatibility mode. The future is now.
  14. Funny you mention that I for some reason received two pay checks for the time you were senior.. what a weird coincidence. ---- To answer your question Labob; i'm not sure what happened in all honesty. I have been so busy with my personal and work life that it has all passed me by. From the few times that I have been involved it sounds like a lack of clear and honest communications. I'm not all about sharing feelings but do think that there has been a lack of communication... I look at the activity in the admin forums and simply do not see much for the amount of people we have in there. Duc
  15. That URL is from a test we ran in March 2018.. Unfortunately whoever has been looking after the server configs either did not change the URL back or they have been using the incorrect config setting. It's an easy change to change it to the correct redirect.xtremeidiots.net URL. So nope @Labob no change from me for over a year, just bad config management me thinks Duc
  16. THIS APPEAL WAS MADE BY AN UNREGISTERED USER AND THEREFORE IS SHOWING UP UNDER SITTING-DUC AS THE DEFAULT ACCOUNT. THE APPEAL IS NOT FROM SITTING-DUC BUT IS ACTUALLY FROM THE NAMED USER BELOW. This appeal and its replies are in a public forum and can be seen by all. What server were you banned from?: The 1.7.10 pack When did you get banned?: Sometime around or before a week What was your in-game name?: PublixDeli What is your game GUID (if known): Not known Why do you think you were banned?: I was banned for grieving an unclaimed base. Flat out it was my fault for grieving it. I’m very sorry for what I did and was just starting to get used to the community. I really want to be unbanned so I can play this server with my friends. On the other hand, I’m not insulting the rules or anything, but it was unclaimed so I assumed that if they were unclaimed you could grief or steal. Again though, I’m very sorry for doing that and would like to contribute to the community of this server in a positive way.
  17. THIS APPEAL WAS MADE BY AN UNREGISTERED USER AND THEREFORE IS SHOWING UP UNDER SITTING-DUC AS THE DEFAULT ACCOUNT. THE APPEAL IS NOT FROM SITTING-DUC BUT IS ACTUALLY FROM THE NAMED USER BELOW. This appeal and its replies are in a public forum and can be seen by all. What server were you banned from?: The 1.7.10 pack When did you get banned?: 13 or 14 of june i think What was your in-game name?: XulaBoy What is your game GUID (if known): Why do you think you were banned?: I don't know why i was banned,That's why i am making this post,May i know the reason?
  18. THIS APPEAL WAS MADE BY AN UNREGISTERED USER AND THEREFORE IS SHOWING UP UNDER SITTING-DUC AS THE DEFAULT ACCOUNT. THE APPEAL IS NOT FROM SITTING-DUC BUT IS ACTUALLY FROM THE NAMED USER BELOW. This appeal and its replies are in a public forum and can be seen by all. What server were you banned from?: The 1.7.10 pack server When did you get banned?: 6/14/19 i think What was your in-game name?: Stewiee What is your game GUID (if known): Why do you think you were banned?: I dont really know why i was banned it says griefing and Im not really sure what i did my friend Mint_fly and i were both banned for the same thing so
  19. Yes there are lots of other themes.
  20. THIS APPEAL WAS MADE BY AN UNREGISTERED USER AND THEREFORE IS SHOWING UP UNDER SITTING-DUC AS THE DEFAULT ACCOUNT. THE APPEAL IS NOT FROM SITTING-DUC BUT IS ACTUALLY FROM THE NAMED USER BELOW. This appeal and its replies are in a public forum and can be seen by all. What server were you banned from?: I don't know When did you get banned?: Around Yesterday(5/20/2019) or Today Morning (5/21/2019) What was your in-game name?: rehanEVO What is your game GUID (if known): Why do you think you were banned?: I have no idea.
  21. Nope an update fucked it...
  22. THIS APPEAL WAS MADE BY AN UNREGISTERED USER AND THEREFORE IS SHOWING UP UNDER SITTING-DUC AS THE DEFAULT ACCOUNT. THE APPEAL IS NOT FROM SITTING-DUC BUT IS ACTUALLY FROM THE NAMED USER BELOW. This appeal and its replies are in a public forum and can be seen by all. What server were you banned from?: mod-mc.xtremeidiots.com:25565 When did you get banned?: idk What was your in-game name?: _flame_kitten_ What is your game GUID (if known): Why do you think you were banned?: i have no clue why i am banned. just downloaded the mod pack, found your server IP, tried to join and it says i'm banned. if someone could please tell me why that be awesome. Thanks _flame_kitten_
  23. Well basically the latest website update has fucked everything. So each update I apply to fix something breaks five other things. This has been going on for weeks now - slow progress!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.