xZura Posted November 27, 2017 Report Posted November 27, 2017 Hi, I finished the tutorial. Snort, baryard2 and sql looks OK, but when i try to "http://winids/" i can't connect to the DB I checked base_conf.php and it looks good. Any help? Thank you! base_conf.php
Morpheus Posted November 27, 2017 Report Posted November 27, 2017 In line 105 of your base_conf.php change: $$alert_user = 'base'; to $alert_user = 'base'; In line 434 of your base_conf.php change: $priority_colors = array('000000','FF0000','FF9900','FFFF00','999999'); to $priority_colors = array ('000000','FF0000','FF9900','FFFF00','999999');
xZura Posted November 27, 2017 Author Report Posted November 27, 2017 It's working great ! Thank you! =)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now