By infoline on Thursday, 15 September 2016
Posted in General Issues
Replies 1
Likes 0
Views 2.3K
Votes 0
Hi,
I use the latest version of Komento (free) on one of my sites.
I notice on controller.php some strange code lines:
public function populatedb()
{
$db = Komento::getDBO();
$articles = array('8', '50', '35');
$authors = array( '0' => 'Alien', '42' => 'Super User', '62' => 'Jason' );
$comments = array( 'hahaha love you', 'me too!!!', 'this is a link http://test.com', 'bbcode in use **** you');

What happent ?
Hello there,

This is actually a sample data which is used internally to generate test spams so that we can try to combat spams. It's alright don't worry you won't be able to call this method as we only use this programmatically
·
Friday, 16 September 2016 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post