ASP.NET EoCRM(Administration Panel)
- Project Info -
For the last couple days I've been working on recoding EoCRM(official flyff management panel) in ASP.NET. This would offer countless security, performance, and compatibility improvements if done properly. I'm new to ASP.NET/C# but C# is very similar to C++, which I've been coding for awhile.
- Feature:XorNet Auth -
You or your staff could at some point click a malicious link and have your cookies stolen. In the old EoCRM and most websites, they would then be able to gain access with your session id(cookie). I've developed a way to completely secure the cookies via a Rijndael encryption routine. There are 3 cookies(AuthKey, IPAddr, Username).
AuthKey = Index to AES keys(ones used to encrypt other cookies) in database.
IPAddr = The IP that was used for the original login request. [Encrypted with database keys]
Username = The Username that was used for the original login request. [Encrypted with database keys]
When the session ends and the staff member visits EoCRM, their cookies will be verified and a new session will be started if the request IP address is the same as in the cookie. This will allow 100% secure "password-remembering".
- Feature:High-End Performance -
This panel features many performance improvements, such as Async MSSQL Queries, MSSQL Connection minimization, low-overhead page redirection, disabled ViewState, Async HTTP Processing, and much more. What does this mean? The processing/querying time will be much better than on other platforms such as ASP and PHP. ASP.NET is precompiled, meaning it already has a huge performance advantage over languages that compile at runtime.
- Features Completed -
- XorNet Auth
- Session/Cookie Hijacking Prevention
- Low Performance Overhead
- Secure password encryption
- Custom C# MSSQL Framework
- Easy to use for developers
- Minimizes total number of connections made to MSSQL
- Supports async execution and feedback
- Secure database permission set
- ASP.NET Page Structure
- Organized ASP.NET code for fast developing
- Features In Progress -
- Full Flyff Management
- Account searching based on IP/username
- Character detail viewing(including inventory/bank/extra bag)
- Guild detail viewing(including guildwars/guildsiege statistics/guildbank)
- Trade/Item Log searching
- GM Chat Log viewing
- Item Restoration Panel Log viewing
- Item Duplication checking/viewing
- Registration statistics generation
- Login statistics generation
- CCU statistics generation
- Account Pruning(removing inactive accounts) Panel
- Item Storage Parsing
- Serial ID
- Item ID
- Item Name
- Item Quantity
- Item Kind(IK1/IK2/IK3)
- Item Refinement(general and element)
- Item Rarity(Regular/Green/Ultimate/Baruna)
- Item Flag(tradable/binded)
- Item Piercing(with card info)
- Item Restoration Panel
- Allows GMs to search logs for an item, then check if it currently exists
- Allows GM to send the player the item restored at any point in time(based on item transaction logs) with one click.
- Pictures -
http://img695.imageshack.us/img695/350/logines.jpg
http://img717.imageshack.us/img717/8...ecolosseum.jpg
http://img64.imageshack.us/img64/6072/gamed.jpg
http://img14.imageshack.us/img14/8879/accountpn.jpg
Tell me if you're interested. I'll be releasing the new EoCRM(with code compiled into a dll) here when it's done.
I'll also provide source to anyone who wants to contribute(significantly). I'm looking for someone who knows CSS extremely well(javascript/jquery expertise would be nice as well).
Re: ASP.NET EoCRM(Administration Panel)
Nice to see you taking this project to the public.
I would be happy to help in any way possible.
Re: ASP.NET EoCRM(Administration Panel)
I have Css, JavaScript and Jquery knowledge.
and i would like to contribute.
If you wanna talk to me add me to msn,
eduardojaviercu@hotmail.com
Re: ASP.NET EoCRM(Administration Panel)
Best of luck with it, websites aren't my strong side so I can't contribute, sorry. But nice that you try to awake this section.
Re: ASP.NET EoCRM(Administration Panel)
Good luck. Looks promising. ;3
Re: ASP.NET EoCRM(Administration Panel)
Quote:
Originally Posted by
xLethal
- Session/Cookie Hijacking Prevention
- Secure password encryption
Elaborate please.
Re: ASP.NET EoCRM(Administration Panel)
I would like to help as well, I have a lot of experience regarding css and quite some experience with jquery and js.
Re: ASP.NET EoCRM(Administration Panel)
Quote:
Originally Posted by
Warv0x
Elaborate please.
Isn't it elaborated already above the features list?
Re: ASP.NET EoCRM(Administration Panel)
Quote:
Originally Posted by
spikensbror
Isn't it elaborated already above the features list?
I'm blind, good point.
Re: ASP.NET EoCRM(Administration Panel)
So... is this project gonna go ahead or something? is it cancelled?
Re: ASP.NET EoCRM(Administration Panel)
i think its going ahead don't think Lethal is gonna cancel it.
Re: ASP.NET EoCRM(Administration Panel)
Quote:
Originally Posted by
dudekill
i think its going ahead don't think Lethal is gonna cancel it.
Well he haven't reply the thread, and he didn't left any way of contact, that is why i'm guessing he cancelled it up?
Re: ASP.NET EoCRM(Administration Panel)
Busy or something maybe? Don't know message him on the forum.
Re: ASP.NET EoCRM(Administration Panel)
It's not cancelled, he's been showing me progress on teamviewer and it's looking pretty good. He just hasn't updated this topic lately.