KinshiEmu : Beta Testing

09/08/2009 00:43 raidenx123#31
or if server is down 4 3days or close to that but u werent at ur pc when it was up
09/08/2009 07:52 _Emme_#32
Quote:
Originally Posted by ftplayer View Post
OMG DUDE!

Code:
foreach (string acc in "C:\\Accounts\\")
{
if (DateTime.Now >= System.IO.File.GetLastWriteTime("C:\\Accounts\\" + acc).AddDays(3))
{
System.IO.File.Delete("C:\\Accounts\\" + acc);
}
}
you search a string in another string(thats what normaly C# reads-.-')

Code:
String Path = "C:\\Accounts\\";
foreach (string acc in System.IO.Directory.GetFiles(Path))
{
if (DateTime.Now >= System.IO.File.GetLastWriteTime(Path + acc).AddDays(3))
{
System.IO.File.Delete(Path + acc);
}
}
How do you expect people to learn if you give em shit?
Again, that's not a working code, it was a example of how you can use DateTime and GetLastWriteTime, it all was just a example. Rest of the code is just to make it all understandable, not working.
09/11/2009 03:12 AndreaCo#33
lol.. a bunch of people said they were gonna paly.. but i dont see anyone :(
09/11/2009 08:18 ~Yuki~#34
coz its laggy i was there and had a crap high ping
09/11/2009 15:29 blade911#35
Quote:
Originally Posted by ~Yuki~ View Post
coz its laggy i was there and had a crap high ping

That's for you, lol I just didn't feel like installing it.
09/12/2009 10:30 Soiken#36
Downloader lags me alot.
09/28/2009 23:53 kinshi88#37
Bump!

New SPE Prize Quests!
Easier leveling!
More and better prizes and rewards!
Get 50 Cps for making a character!

Join today!
09/28/2009 23:56 CurseOfExcalibur#38
Lol, I'll join for the 50 CPs! D:
Edit:
Server is cool so far, there is something strange you might wanna check...
Cyclone doesn't end =/