Hi People,
I have been using this DRT and the BSOD processing app now for like 2-3 months atleast (Since, I started Debugging). I submit my findings of the unknown drivers to the DRT everytime when I am free but the problem that I have been facing that whenever the _95-Debug.txt consists of even 2-3 entries, the task becomes a time killer. At times I even get those 95-Debug files which are having 5-6 drivers even which becomes extremely boring and hard to submit using the Driver Submission Page which can be found here :-
Driver Reference Table - Add A Driver
Now, what I had in my mind that we could develop this simple PHP page on which the user uploads the _95-Debug.txt files, the PHP script breaks the information in the file present automatically and adds it to the reviewing table of the reviewers of the DRT. This can be achieved by modifying the HTML page a bit and add a dialog box to upload the "_95-Debug.txt" ONLY file from the user. Once the file has been uploaded, data can be extracted line by line using PHP's inbuilt function of fgets() and looping this till the end of file is reached. Each line which is read by the fgets() function should be exploded twice using the '{' & '{{' as the exploding tags to separate the elements and these 3 elements are then added to the reviewers table. This should not take even 10 minutes of one experienced coder which I believe are present here. So, even a task which would take around 5-6 minutes is performed in around 10 seconds. This would only enhance the ability to do more analysis in the given time using this.
One more thing that could ease the submissions and speed them fast is that populate a text file and upload it directly without any breaking for the reviewing purposes. Although, a proper format must be used for that. Files, once uploaded can be deleted or even a cron job could be setup to delete the uploaded files say after 10 days?
Now, let me tell you that I am not telling to replace the current Driver submission page but simply adding this one more dialog box for directly uploading the file and the rest of the page will be the same in case one wants to add only a single driver or he has searched for the information as well regarding the timestamp, driver update site etc. This would surely add convenience to the people who use the SysnativeBSOD App which I guess many including me are using.
I have been using this DRT and the BSOD processing app now for like 2-3 months atleast (Since, I started Debugging). I submit my findings of the unknown drivers to the DRT everytime when I am free but the problem that I have been facing that whenever the _95-Debug.txt consists of even 2-3 entries, the task becomes a time killer. At times I even get those 95-Debug files which are having 5-6 drivers even which becomes extremely boring and hard to submit using the Driver Submission Page which can be found here :-
Driver Reference Table - Add A Driver
Now, what I had in my mind that we could develop this simple PHP page on which the user uploads the _95-Debug.txt files, the PHP script breaks the information in the file present automatically and adds it to the reviewing table of the reviewers of the DRT. This can be achieved by modifying the HTML page a bit and add a dialog box to upload the "_95-Debug.txt" ONLY file from the user. Once the file has been uploaded, data can be extracted line by line using PHP's inbuilt function of fgets() and looping this till the end of file is reached. Each line which is read by the fgets() function should be exploded twice using the '{' & '{{' as the exploding tags to separate the elements and these 3 elements are then added to the reviewers table. This should not take even 10 minutes of one experienced coder which I believe are present here. So, even a task which would take around 5-6 minutes is performed in around 10 seconds. This would only enhance the ability to do more analysis in the given time using this.
One more thing that could ease the submissions and speed them fast is that populate a text file and upload it directly without any breaking for the reviewing purposes. Although, a proper format must be used for that. Files, once uploaded can be deleted or even a cron job could be setup to delete the uploaded files say after 10 days?
Now, let me tell you that I am not telling to replace the current Driver submission page but simply adding this one more dialog box for directly uploading the file and the rest of the page will be the same in case one wants to add only a single driver or he has searched for the information as well regarding the timestamp, driver update site etc. This would surely add convenience to the people who use the SysnativeBSOD App which I guess many including me are using.
Last edited: