Скоро должен открывать проект,а тут такое,помогите пожалуйста. Вот ,при покупке вещи (Именно за Zen,за CashShop PT все нормально )
Вот строка, которая отвечает за это, по-моему.
if(!$errormsg) {
$current_time = time();
$set_new_amount_of_money = mssql_query($new_amount_of_money); $set_new_amount_of_money_s = mssql_query($new_amount_of_money_s); $do_add_item = mssql_query("update [warehouse] set [Items]=".$mynewitems." where [AccountId]='$login'"); $do_add_item = mssql_query("delete [maw_market] where [serial]='$serial'"); $do_add_item = mssql_query("update [maw_market_history] set [sold_date] = '$current_time',[purchased_by] = '$char_set',[purchased_by_acc] = '$login',[is_sold] = '1' where [serial]='$serial'");
print "<div class=\"msg-ok\"><ul><li>Вы успешно купили вещь! (Стоимость: $price $pay_type)</li></ul></div>"; }
else { print"<div class=\"msg-error\"><ul><li>$errormsg</li></ul></div>"; } } }
else {
if($item_info['level']) { $item_info['level']=" +".$item_info['level']; } else { $item_info['level']=NULL; } if(!$item_info['level']) { if($item_info['opt']) { $item_info['level']=" +0"; } }
$tax = "1.".$Market['tax_percent']."";
$market_item_info['price'] = $market_item_info['price'] * $tax; $market_item_info['price'] = round($market_item_info['price']);
И при успешной регистрации.