ItemInfo функцията
<?
$cat = array(0=>1,1=>1,2=>1,3=>1,4=>1,5=>2,6=>3,7=>3,8=>3,9=>3,10=>3,11=>3);
function ItemInfo($_item,$type=false)
{
global $shopy,$harmony_opt,$socket_type,$cat;
if (substr($_item,0,2)=='0x') $_item = substr($_item,2);
if ((strlen($_item)!=20) ||...