$resetup=$row[1] + (1);
if ($resetup <= 10)
{ $parizares=30000000; }
if ($resetup > 10)
{ $parizares=(($resetup - 10) * (20000000)) + (20000000); }
if ($parizares > 2000000000)
{ $parizares=2000000000; }
if ($row[4] == 48)
{ $muweb['resetpoints']= 450; }