

Also, getting into the habit of submitting evidence is a good idea since we're moving toward mandatory evidence for submissions very soon.


--- root\antispam\index.php 2011-06-18 22:19:56.000000000 -0000
+++ root\antispam\patched_index.php 2012-03-10 09:54:48.000000000 -0000
@@ -253,30 +253,38 @@
$db->sql_query($sql);
}
// Submit the information to Stop Forum Spam
if (isset($_POST['sfs_submit']) && $config['asacp_sfs_key'])
{
- $data = array(
- 'username' => $user_row['username'],
- 'email' => $user_row['user_email'],
- 'ip_addr' => $user_row['user_ip'],
- 'api_key' => $config['asacp_sfs_key'],
- );
+ if (empty($evidence))
+ {
+ $data = array(
+ 'username' => $user_row['username'],
+ 'email' => $user_row['user_email'],
+ 'ip_addr' => $user_row['user_ip'],
+ 'api_key' => $config['asacp_sfs_key'],
+ );
+ }
+ else
+ {
+ $data = array(
+ 'username' => $user_row['username'],
+ 'email' => $user_row['user_email'],
+ 'ip_addr' => $user_row['user_ip'],
+ 'api_key' => $config['asacp_sfs_key'],
+ 'evidence' => $evidence
+ );
+ }
$errno = $errstr = '';
$domain = 'www.stopforumspam.com';
$fp = @fsockopen($domain, 80, $errno, $errstr, 5);
if ($fp)
{
- $post = '';
- foreach ($data as $name => $value)
- {
- $post .= "&$name=$value";
- }
- $post = substr($post, 1);
+ $post = http_build_query($data);
$out = "POST /add HTTP/1.0\r\n";
$out .= "Host: $domain\r\n";
$out .= "Content-Type: application/x-www-form-urlencoded\r\n";
$out .= 'Content-Length: ' . strlen($post) . "\r\n\r\n";
$out .= "$post\r\n"; $post .= "&$name=urlencode($value)";
EXreaction wrote:I dont see anything on their website saying that the evidence field will be required for submission in the future, or what they are even looking for specifically in the field. Do you have any more information on it?


EXreaction wrote:I dont see anything on their website saying that the evidence field will be required for submission in the future, or what they are even looking for specifically in the field. Do you have any more information on it?

EXreaction wrote:I'll post the link for now and fix the issues, when I get some time I'll read over everything here more thoroughly.EXreaction wrote:I dont see anything on their website saying that the evidence field will be required for submission in the future, or what they are even looking for specifically in the field. Do you have any more information on it?
We're currently planning for evidence to be required as of July 1st of this year; no announcement has been posted as of yet because we're still working out some kinks with the roll-out.
I can guarantee that it will happen though. We've been having issues left and right with false reporting and "troll" submissions - many of which could be easily identified with mandatory evidence.
I posted something a little while ago about it here: http://www.stopforumspam.com/forum/view ... hp?id=3664
After an incident occurred with someone blatantly admitting to a "troll" submission (literally, the evidence field said "They trolled my site"), we ended up having to nuke someone's reporting key, and OnThePike posted this: http://www.stopforumspam.com/forum/view ... hp?id=3956
So, tl;dr: No hard date guaranteed, but the change itself IS guaranteed.


Users browsing this forum: No registered users and 4 guests