Recent content by tomtiger11

  1. tomtiger11

    Trying to login to a Xenforo instance using C++

    I'm trying to login to a Xenforo forum using C#, to give me a message when a thread has been made in a certain area using RSS. Here is the code, with passwords ommited: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
Top Bottom