Can you make a change to input form for configs? We have well defined version numbers on ccminer so you can change version input field to a dropdown menu. You can also do the same for cudaminer as it has release dates as version numbers. On selecting a miner the dropdown menu will be populated with its version numbers. This will also reduce any incorrect inputs from user. I cant input the version no for cudaminer in config right now as it is a date.
so i was just having a look through this, and there are a few limitations to this method. or issues should i say, the main one being this
To get the program name from the dropdown, then check the versions and populate the new dropdown, i would have to use JQuery, its basically just a modern version of javascript. As some of you may have seen, javascript can be turned off and in some business's is actually permanently disabled. soooo it would prevent the version list from being populated at all. But there are some things i can do
1) implement it and set a notice that you need javascript enabled to set the version number
2) set 2 drop down menus, one with all cudaminer releases, one with all ccminer releases, and only use the one for the program you picked.
which would you rather see? version 2 is the safest and anyone can use it, version 1 some people might not be able to use
EditCounter solution, while i have some time free at work to look some stuff up, im going to build both versions.
If you have javascript enables one version will show.
If you don't, you will see another
UpdateBoth versions are built and will be implemented when i get home.
I have tested it on most browser so i will need anyone to let me know if you have any trouble with it.
I will post a new reply once this is done