<?php
$YggSeed = fgets(STDIN);

$AnolianSkin = fgets(STDIN);

$PoringCoin = fgets(STDIN);

$RoughOridecon = fgets(STDIN);

$WornOutPrisonUniform = fgets(STDIN);

$Zargon = fgets(STDIN);

$total = ($YggSeed*35000) + ($AnolianSkin*1360) + ($WornOutPrisonUniform*421) + ($PoringCoin*14600) + ($RoughOridecon*1350);

$total = number_format($total, 0, '', '.');

echo "Total Zeny: $total"."z\n";
?>

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: