1
Originally in
this thread@ Peekay
Quote:
wishcraft wrote:
Quote:What about X-Movie 3, mamba if your so nice why has the guy installed 4 virus and php trigger code in it, that i had to remove..
Sorry to back-track a little, but this module appears to be in the module repository. Does it contain a virus?
I am confused with the whole story.
I downloaded X-Movie 3.11 from the link that
Wishcraft gave in his article.
Then I downloaded the original 3.0 from
Optikool website and the 3.0 from our
Module Repository, which is identical to the one from Optikool Website.
My Virus scanner (Microsoft Security Essentials) didn't find any viruses in any of the files.
Then I used WinMerge to compare the files from Wishcraft's 3.11 and the ones in 3.0 from our repository.
The dates for the binary files do differ, with Wishcraft's files being older. Didn't have time to check on the differences there.
The changed text files are (and the changes):
1)
admin_header.php
class.Thumbnail.php
submit.php
tpl_embedcode.php
tpl_imgtype.php
tpl_movietype.php
tpl_player.php
Line 1: changed from to
2)
blocksadmin.inc.php
Line 86 (Wishcrafts code includes iframe):
From:
// $dummyhtml = ''.$xoopsConfig['sitename'].''.$myblock->getVar('title').' |
---|
'.$myblock->getContent('S', $bctype).' |
';
To:
// $dummyhtml = ''.$xoopsConfig['sitename'].''.$myblock->getVar('title').' |
---|
'.$myblock->getContent('S', $bctype).' |
body>html>';
Please note the link to a web site XXX.pl in Wishcrafts' code (I've changed the name so it won't show here, but you can see it in the original file)
3)
myheader.php
Line 61:
From:
td>tr>table>body>html>
To:
td>tr>table>
body>html>
4)
xoops_version.php
Lines 31 and 33 (changing version number and adding his name)
From:
$modversion['version'] = 3.0;
$modversion['description'] = _MI_X_MOVIE_DESC;
$modversion['credits'] = "Dana Harris (http://www.optikool.com)";
To:
$modversion['version'] = 3.11;
$modversion['description'] = _MI_X_MOVIE_DESC;
$modversion['credits'] = "Dana Harris (http://www.optikool.com), wishcraft.";
So it seems like the Wishcraft'o changes are cosmetics, there was no "php trigger code" removed, and then iframe has been actually added in Wishcraft's code.
Can somebody confirm it?
Wishcraft, did you uploaded the correct files? If not, could upload the correct ones, and tell us which "php trigger code" has been removed from the Optikool's original files?