my host requires that all cgi files go into root of public_html/cgi-bin/ folder, else it doesn't work. So if i put the files there, the admin panel works perfectly.
I have also modified the rest of the files so that they integrate with the cgi script. What i did was replace all references to /clanadmin/cgi-bin/cadmin/cgiadmin.cgi with ../cgi-bin/cgiadmin.cgi.
However, i run in to two main problems: when i try to click on member names, it takes me to : /clanadmin/cgi-bin/cadmin/clanadmin.cgi?parse=bio&show=MEMBERNAME , while it should be doing ../cgi-bin/clanadmin.cgi?parse=bio&show=MEMBERNAME , and similarly with matches write up, where it takes me to /clanadmin/cgi-bin/cadmin/clanadmin.cgi?parse=writeup&show=NUMBERSHERE instead of ../cgi-bin/clanadmin.cgi?parse=writeup&show=NUMBERSHERE.
I'm no expert on perl, but have put in my honest best to get this working :< Any help would be much appreciated.