Still the same problem unfortunately.

I submitted the 'validate' thing in options, and all files are hacked perfectly. I can click on "Add Category" without error, and submit a category with no error. I cannot click on 'links' to add a link though without that error above. When I also click on "view all links" it brings up the error again. Fix make work!
Here's those errors:
When clicking on "Add new Link -> Links"
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL:
SELECT *
FROM gportal_weblinkscat
WHERE webcatid = '1'
ORDER BY linkid
mysql error: Unknown column 'linkid' in 'order clause'
mysql error number: 1054
------------------------
When clicking on "View ALL Links"
Database error in vBulletin Control Panel 2.3.0:
Invalid query id specified
mysql error:
mysql error number: 0
-Jason