05-14-2014, 06:24 AM
(05-13-2014 08:06 PM)Anirudh Wrote: [ -> ]bro i always get 1/51 on virustotal when i do remote uploadSure, happened to me too.
But could you explain us why the file social.png from images folder starts with
Code:
<?php error_reporting(0);
and also, why inside the image is a piece of code who tells the database to create a new table?
Code:
CREATE TABLE IF NOT EXISTS `#__options` ( `id` int(10) NOT NULL
AUTO_INCREMENT, `option_name` text NOT NULL, `value` text NOT
NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=1;
And also, why the entire file images/social.png is php code?
I really want to know your explanation on that, with or without virustotal link :)