Posts

Showing posts from April, 2008

Hacking student info sistem at my school

Alpha version of info student at my school, Open University at HCM city. spending a lot of time to figure out how to get grade, the schedule, blah blah ... And the problem is, I do NOT have any permission on database. My solution is "PARSING HTML". it's cool stuff. You request a page with your passoword, and my job is parsing, get only some useful info, put on my site. try it, my student ID is 10460113. http://mobileitclub.qsh.es/gwt/courseview.html Using MVC architecture: View, Google Web Toolkit, nice tool for Web User Interface, Controller, ASP.NET , C# and very strong library to parsing HTML is available. Model: not thing, I just call the page @ http://dichvu.ou.edu.vn/ ASP.net working as a remote procedure , and Google Web Toolkit supports very strong remote Procedure Call to fetch data.