
01-10-2011, 01:59 AM
|
 |
|
|
Join Date: Nov 2005
Location: USA
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KW802
Curious issue.... it seems that all my of RSS Feed Manager new posts are getting created but as being moderated. Thoughts before I start digging through it?
|
Quote:
Originally Posted by mmacrypt
wow, I installed this just about 2 days ago and it's logged 324 entries so far. I had no clue that much crap was trying to log on to my site. That's over 150 a day, while my previous spam counter measures stopped all except about 10 a day, those 10 were really starting to cause issues. So again, thanks for this very cool mod.
But I do have 1 question, I haven't looked into it real hard yet but every since I installed this mod and one other spam mod that creates a question during registration. My own bot which posts a few GSS feeds to my site now needs to be moderated to be approved and it wasn't like that before. Again, I haven't looked into it real hard yet but if somebody has a simple answer, I would appreciate it.
|
Quote:
Originally Posted by Delphiprogrammi
hi,
I found a small innocent bug this code in /admincp/glowhostspamomatic.php
PHP Code:
print_description_row(construct_link_code($vbphrase['restart'], 'glowhostspamomatic.php?'.$vbulletin->session->vars['sessionurl']), 0, 6, 'thead', $stylevar['right']);
should be
PHP Code:
print_description_row(construct_link_code($vbphrase['restart'], 'glowhostspamomatic.php?'.$vbulletin->session->vars['sessionurl']), 0, 6, 'thead',vB_Template_Runtime::fetchStyleVar('right'));
$stylevar['right'] is deprecated in vb 4
great hack already stopped six spammers :up:
|
Quote:
Originally Posted by Silver_2000_)!
Can anyone confirm that the previous issues with forums that have modified MOD and AdminCP folder names is resolved ?
|
These issues will all be solved in Version 2.0 which should be released at the end of the week.
|