Please forgive me if I am asking things that I should know or whatever, but I have no idea what's going wrong for me...
So, we installed Spambot Search Tool v0.27 which I think is the current one.
Also, we installed the php code for phpbb 3.0 and that didn't cause any errors. We did change the location of the folder in the code to that of our site so that seems fine...
But here are our issues...
1) When we click the link in the tool to view spammers we get this error: Error: Cannot query database ....
So checking our settings we have this:
Code:
// Do you want it to log results to a database?
$bln_SaveToDB = TRUE;
// Insert database/host details here
$dbShost = 'mysql.succubus.net';
$dbSname = 'sbst';
$dbSusername = 'USERIDHIDDEN';
$dbSpassword = 'USERPASSWORDHIDDEN';
Apparently this is wrong, but I have no idea why. The username and password are correct as is the database name and host as far as I can see. I do know that the database name I had to alter from uppercase to lower case because our host wouldn't accept all uppercase.
2) When clicking on view reports, we get the error:
Code:
Warning: imap_open() [function.imap-open]: Couldn't open stream {imap.gmail.com:993/imap/ssl}INBOX in /home/.galilee/terasuccubi/succubus.net/forum/check_spammers/Check_Spammers/view_spammers_mail.php on line 25
Can't connect: Certificate failure for imap.gmail.com: unable to get local issuer certificate: /C=US/O=Google Inc/CN=Google Internet Authority
The settings we have are:
Code:
// E-mail
//
// Note: This is only required if you want to view reports sent to you via e-mail
$sMail='queenofthesuccubi@gmail.com';
$sMailPW='CORRECTPASSWORDHIDDEN';
$sMailServer='{imap.gmail.com:993/imap/ssl}INBOX';
I can't figure out that error either...
3) Looking at the Email from our forum when a spammer is rejected, at least I assume they are, there is the following error in the Email server:
<your@email.addr>: [email.addr]: Name or service not known
Where is that in the files that it needs to be entered?
4) With regards to the spambots folder and the counter.txt file, do we CHMOD them both to 777 or something else? And do you have to make a file in the spambots folder for the program to start writing to it? Is that the counter.txt file? Do we move it there?
Sorry for the massive amount of questions, but we really would love to have this working correctly...
Otherwise, I have a request for consideration for other software to write code for this tool to connect to...
One is MediaWiki, the other is the Coppermine photo album system... Coppermine especially as that has no protection at all really...
Thank you for your time!!
<huggles>
Tera