He said he's running his private server off of ini files XD!!!!!!!
Now. What is an ini file?
An initialization file, which is used by an application to store configuration data that is read as the program is starting.
And he plans on basing a whole server off of ini files? XD
As stated before seriously, what hadeset did with INI's sucks. Nobody knows how to optimize INI's far enough to make it work or at least compensate for what MySQL provides other than myself (or at least, I don't know anyone else who can).
If anyone has any questions at programming feel free to ask; if your going to be stupid and ask something like "how do I make guilds?" I'm not going to bother responding. Please ask something SPECIFIC.
For instance; "How would I implement an IP Ban feature?", "How does ______ work?", etc.
Keep in mind, you question could both be about conquer programming, or general programming, anything thats not currently public won't be released from me (i.e. how do I decrypt password hex dumps? Won't be answered because the knowledge isn't public).
Hey on my server, I'm trying to load a timer interval from a .ini file but i keep getting the same error..
i never usually have problems like this but this is taking the piss, I've only been doing c# a few months,
Code:
Cannot implicitly convert type 'string' to 'double'
errored line:
Code:
restart.Interval = RestartTime;
This is the stuff
Code:
Ini server_ = new Ini(System.Windows.Forms.Application.StartupPath + @"server.ini");
RestartTime = server_.ReadValue(Convert.ToString("Server"), "restart");
Well i got question i wann know if we start with this tut can we for example be able to crack an program ex: isrobot or tbot ( Bots For Silkroad Online)
Edit: i got problem with Videos i can just hear voice but i cant see videoit is like song file idk why
im playing them with windows media player or divx player
Well in my latest lesson I provide a sample of my "System.NativeInterop" DLL which'll be continued out meaning users won't need to have knowledge of the CRT or native win32 api's. I'll get into messing with programs when I start doing lessons I declare "advanced".
Programming for Idiots (Tutorial) C++ 06/11/2012 - CO2 Programming - 20 Replies Yeah, so in my relation to my C# one (http://www.elitepvpers.com/forum/co2-guides-templa tes/148675-programming-idiots-tutorial-c.html), which wasn't the best I felt I'll *try* make for it with this one. I've also got some spare time in between school, from when exams start, and a new Warlords server comes out... so yeah.
Right, so before I post any links to the videos I'd like to point out, so I don't get bitched at by people saying, "this isn't real C++", most of the things I do will be...