@futureal: I think there is something wrong with the first query of "queries_to_run.sql":
The query
[sql]
INSERT INTO setting VALUES (null, 99, "vbProArcade Champion System", "vpa_champsystem", 1, "vbProArcade Champion System Enable/Disable", '', 0);
[/sql]
should be:
[sql]INSERT INTO setting VALUES (null, 1, "vbProArcade Champion System", "vpa_champsystem", 1, "vbProArcade Champion System Enable/Disable", 'yesno', 10);
[/sql]
Don't you think? Otherwise hack setting does not appear correctly in vb options page as it does not have a correct settinggroup id assigned (nor correct optioncode).
EDIT: himm nevermind, you dont control it through vb options page but in its own settings page so your query is correct. my bad.
Nice hack btw..