|
Hello everybody, First page, first contribution to this project. Maybe not very attractive to develop, but maybe more to use. The purpose of ErrorSystem is to provide to developpers and script redactors a tool to manage an online error report system. How? Let's have a look to what exactly we want to do. What do we want?We want a remote error management system. We want it as simple as possible to use for developpers as well for the final users of softwares. Technically, the easiest way for developpers is to use an HTTP-GET query to a PHP server. Why?
Why prefer HTTP protocol?Many reasons :
Why prefer the GET method?Well, the GET method is simplier to use than the POST one. You only have to write an URL, using text classical tools, and open it into a web browser to see the result. So, it easy for a developper to insert a command like :
which should open IE with the english documentation about the error 25 for yoursystem on a Windows OS. Why prefer PHP?Many free web hosting providers allow to use this language without any problems. So, you just have to create an account on one of those servers, install ErrorSystem scripts, feed them with your documentation, update your software to use this, and everything should work fine for you! To do listHard stuff begins now I think.
Well, I think the game is over for today. See you soon! |