Digital Point Spy

Digital Point Spy 1.3.0

No permission to download
No idea what that is, so not sure... would need to be a little more specific in how its not honoring them.
Sorry... meaning that I have a BBcode tag called 'spoilers' installed/enabled that hides the text of a post when viewing it. It's a courtesy for movie/tv/sports/etc discussion when the poster doesn't want to ruin something to readers.

The mod as-is will display the text of a post, ignoring the BBCode (or at least the previous version I had installed - I haven't upgraded to the current one yet). I was just wondering if the addon could be modified to adhere to any BBCode that has been posted in the forums directly.
 
I don't see why it wouldn't work with other BBCode... it works fine with all the standard stuff and nothing was changed for any of it. But if it didn't work with some third party addon before, it probably won't work now since again... it's never done anything specifically for any BBCode (standard or otherwise).
 
Hello,

Just installed this add-on on my site and I'm seeing a lot of spam in there. Threads are moderated so the links are dead but they still show up in the Spy's queue.

Am I doing something wrong?
 
Hello,

Just installed this add-on on my site and I'm seeing a lot of spam in there. Threads are moderated so the links are dead but they still show up in the Spy's queue.

Am I doing something wrong?
You would only see them in the spy if you have permissions to see the threads. If users can't see moderated threads, they shouldn't see them.
 
You would only see them in the spy if you have permissions to see the threads. If users can't see moderated threads, they shouldn't see them.
I see them when I'm not even logged in. I run xF 1.2.1

Edit: I have View moderated threads / posts set to Never.
 
Last edited:
Got a server error and I have a feeling it might relate to the Spy:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data too long for column 'action' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Lee, Today at 10:01 AM

#0 /home/sites/xf.avforums.com/public_html/sandbox/library/Zend/Db/Statement.php(317): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/sites/xf.avforums.com/public_html/sandbox/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/sites/xf.avforums.com/public_html/sandbox/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `dp...', Array)
#3 /home/sites/xf.avforums.com/public_html/sandbox/library/DigitalPointSpy/DataWriter/ModeratorLog.php(18): Zend_Db_Adapter_Abstract->insert('dp_spy', Array)
#4 /home/sites/xf.avforums.com/public_html/sandbox/library/XenForo/ModeratorLogHandler/Thread.php(21): DigitalPointSpy_DataWriter_ModeratorLog->save()
#5 /home/sites/xf.avforums.com/public_html/sandbox/library/XenForo/ModeratorLogHandler/Abstract.php(32): XenForo_ModeratorLogHandler_Thread->_log(Array, Array, 'modess_post_mov...', Array, NULL)
#6 /home/sites/xf.avforums.com/public_html/sandbox/library/XenForo/Model/Log.php(214): XenForo_ModeratorLogHandler_Abstract->log(Array, 'modess_post_mov...', Array, NULL, NULL)
#7 /home/sites/xf.avforums.com/public_html/sandbox/library/ModEss/Model/Log.php(349): XenForo_Model_Log->logModeratorActionLocal('thread', Array, 'modess_post_mov...', Array, NULL, NULL)
#8 /home/sites/xf.avforums.com/public_html/sandbox/library/XenForo/Model/Log.php(200): ModEss_Model_Log->logModeratorActionLocal('thread', Array, 'modess_post_mov...', Array, NULL, NULL)
#9 /home/sites/xf.avforums.com/public_html/sandbox/library/ModEss/Model/InlineMod/Post.php(131): XenForo_Model_Log::logModeratorAction('thread', Array, 'modess_post_mov...', Array)
#10 /home/sites/xf.avforums.com/public_html/sandbox/library/AVForums/ModCheckpoint/Model/InlineMod/Post.php(88): ModEss_Model_InlineMod_Post->movePostsToThread(1432615, Array, '')
#11 /home/sites/xf.avforums.com/public_html/sandbox/library/ModEss/ControllerPublic/InlineMod/Post.php(46): AVForums_ModCheckpoint_Model_InlineMod_Post->movePostsToThread(1432615, Array, '')
#12 /home/sites/xf.avforums.com/public_html/sandbox/library/XenForo/FrontController.php(337): ModEss_ControllerPublic_InlineMod_Post->actionMoveToExistingThread()
#13 /home/sites/xf.avforums.com/public_html/sandbox/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#14 /home/sites/xf.avforums.com/public_html/sandbox/index.php(13): XenForo_FrontController->run()
#15 {main}
Request State
array(3) {
["url"] => string(67) "http://xf.avforums.com/sandbox/inline-mod/post/moveToExistingThread"
["_GET"] => array(0) {
}
["_POST"] => array(6) {
["thread_id"] => string(7) "1432615"
["save"] => string(10) "Move Posts"
["posts"] => array(1) {
[0] => string(8) "16174301"
}
["_xfConfirm"] => string(1) "1"
["redirect"] => string(87) "http://xf.avforums.com/sandbox/threads/optoma-hd33-hd300x-owners-thread.1516669/page-49"
["_xfToken"] => string(8) "********"
}
}
Or maybe it's the moderator essentials addon. Or a conflict between the two. Posted it on the Moderating Essentuals addon discussion thread also.
Thanks
 
From that error, it looks like it's indirectly being caused by something called ModCheckpoint.

My guess is newer versions of XF allows longer "action" values than it used to and ModCheckpoint is using action values longer than what the spy table has allocated.

Will check it later when I'm not on my cell phone, but that's what it looks like to me.
 
I figured out what's going on... if you go into the dp_spy table, change the action column from VARCHAR(25) to VARCHAR(51).
 
I see them when I'm not even logged in. I run xF 1.2.1

Edit: I have View moderated threads / posts set to Never.

I have tried this again on my test forum with the same results. Maybe it has something to do with the fact that both are vB 3.6 imports? I have tried cleaning up permissions with no success. I would really appreciate it if you could point me in the right direction Shawn.
 
I have tried this again on my test forum with the same results. Maybe it has something to do with the fact that both are vB 3.6 imports? I have tried cleaning up permissions with no success. I would really appreciate it if you could point me in the right direction Shawn.
Not really sure to be honest... It seems to work in my setup, and it's not doing anything special there...
 
I would point out the fact that if someone wrote in moderated thread, that post immediately appeared in spy log. That isn't good. I expected It should be there only after moderator approved it.

P.S. Oh, just saw that it's already has been reported.
But still I have this issue.
 
Last edited:
Back
Top Bottom