QUOTE(Acoustik @ Mar 16 2006, 11:40 PM)
I have seen the other threads on this topic under version 3.2, and the solution was to upgrade to 3.3. Well, I have 3.3 installed on a USB Drive, and have run on 2 seperate machines and get the following error on both. Any ideas?
» Security Alert!
Possible Attack
HTTP_REFERER is not localhost. but ''.
To disable this warning go: /home/admin/www/cgi-bin/secure.pm
I have had the same problem, but I figured a way around it. I commented out the security check. I commented out the top line that says
require secure;
with a #require secure;
Then, I just restarted mysql and it worked. Make sure you comment it out on all the files that require a security check, mainly
rmysql.cgi
rserver.cgi
dserver.cgi
smysql.cgi
sserver.sgi
But this will pose a security risk unless you make sure you only give access to your ip, 127.0.0.1, in the .htaccess file and deny every other ip address.