I am lost... I click the first link and it takes me right to it... Any clue why it works for me and not you guys. Also gtmatch.cgi is in the dir public_html/cgi-bin
What do I need to do to fix the error? Move gtmatch.cgi to public_html instead of in public_html/cgi-bin? I know I fixed the tool and it works, I think this is just a directory issue but I'm a noob so I'm unsure
---
Inside the code I found <FORM ACTION=\"cgi-bin/gtmatch.cgi\" METHOD=\"post\">
would changing the / to \ in the string making it look like <FORM ACTION=\"cgi-bin\gtmatch.cgi\" METHOD=\"post\"> fix the prob?