@AleCarolina Hola, cambia estas lineas. En cada una de estas se hace la consulta por WCoinC. Basta que cambies de moneda y listo:
if (isset($_POST['get_vip1']))
{
$viptime = htmlspecialchars($_POST['viptime1'],ENT_QUOTES);
$result2 = mssql_query("select WCoinC from CashShopData where AccountID='$user_auth_id'");
$myrow2 = mssql_fetch_array($result2);
if ($viptime == NULL )
{
echo msg('0',"VIP period was not found.");
}
mssql_query("update CashShopData set WCoinC= WCoinC-".$kredit." where AccountID='$user_auth_id'");
$result2 = mssql_query("select WCoinC from CashShopData where AccountID='$user_auth_id'");
echo msg('0',"No tienes los wCoinC necesarios en tu cuenta.");
mssql_query("update CashShopData set WCoinC= WCoinC-".$kredit." where AccountID='$user_auth_id'");
$result2 = mssql_query("select WCoinC from CashShopData where AccountID='$user_auth_id'");
mssql_query("update CashShopData set WCoinC= WCoinC-".$kredit." where AccountID='$user_auth_id'");