Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: informacion de cuenta en mu core 1.0.8 files mu emu s8e3  (Visto 1128 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Skalybur Posteado: November 14, 2016, 05:09:36 PM | Modificado: November 24, 2016, 07:10:44 PM by Skalybur

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 19
  • Gracias recibida: 9
  • ar
buenas gente...consulto como puedo hacer para que en sector info de cuenta del usuario, este modulo lea completo lo que es créditos (que si lee) wcoinc que es el mas importante; para que asi se visualice lo que tienen disponible, puse modulo para votar por créditos y este cambiar por wcoins pero no esta leyendo las tablas y no se como modificar las mismas....adjunto...!!!

Gracias chicos


Spoiler for Hiden:
<article class="rankingWrap">
<ul class="shadowz" style="width:200px;">
<li class="du">Account Information</li></ul>
<table width="100%" class="rankTable" align="center">
        <thead>
            <tr>
            <th width="20%"><b>Credits</b></th>
            <th width="20%"><b>WCoinP</b></th>
            <th width="20%"><b>WCoinC</b></th>
            <th width="20%"><b>WCoinG</b></th>
            </tr>
        </thead>       
        <tbody>
        <?php
$idw = mssql_query("Select memb_guid , memb___id from MEMB_INFO where memb___id ='".$user_auth_id."'");
$idw_c = mssql_fetch_row($idw);       
$select_cred_check= mssql_query("Select credits from MEMB_CREDITS where memb___id='".$user_auth_id."'");
$s_c_checks= mssql_fetch_row($select_cred_check);
$select_wcoinp_check= mssql_query("Select WCoinP from GameShop_Data where MemberGuid='".$idw_c[0]."'");
$s_wp_checks= mssql_fetch_row($select_wcoinp_check);
$select_wcoinc_check= mssql_query("Select WCoinC from GameShop_Data where MemberGuid='".$idw_c[0]."'");
$s_wc_checks= mssql_fetch_row($select_wcoinc_check);
$select_wcoing_check= mssql_query("Select WCoinG from GameShop_Data where MemberGuid='".$idw_c[0]."'");
$s_wg_checks= mssql_fetch_row($select_wcoing_check);

        echo'
<tr align="center">
<td>'.$s_c_checks[0].'</td>
<td>'.$s_wp_checks[0].'</td>
<td>'.$s_wc_checks[0].'</td>
<td>'.$s_wg_checks[0].'</td>
</tr>'; ?>
</tbody></table></article>         



Offline Audioz #1 Posteado: November 14, 2016, 06:44:57 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 20
  • Gracias recibida: 500
  • cl
Citar
$idw = mssql_query("Select memb_guid , memb___id from MEMB_INFO where memb___id ='".$user_auth_id."'");
$idw_c = mssql_fetch_row($idw);       
$select_cred_check= mssql_query("Select credits from MEMB_CREDITS where memb___id='".$user_auth_id."'");
$s_c_checks= mssql_fetch_row($select_cred_check);
$select_wcoinp_check= mssql_query("Select WCoinP from GameShop_Data where AccountID='".$idw_c[0]."'");
$s_wp_checks= mssql_fetch_row($select_wcoinp_check);
$select_wcoinc_check= mssql_query("Select WCoinC from GameShop_Data where AccountID='".$idw_c[0]."'");
$s_wc_checks= mssql_fetch_row($select_wcoinc_check);
$select_wcoing_check= mssql_query("Select WCoinG from GameShop_Data where AccountID='".$idw_c[0]."'");
$s_wg_checks= mssql_fetch_row($select_wcoing_check);

Si no resulta asi, trata cambiando $idw_c[0] por $user_auth_id


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
3 Replies
2161 Views
Last post February 03, 2017, 01:58:01 PM
by yeikerjr
1 Replies
1154 Views
Last post May 17, 2017, 09:22:46 PM
by Azzlaer
3 Replies
1430 Views
Last post July 24, 2018, 04:20:27 AM
by flaremu
11 Replies
2383 Views
Last post August 11, 2019, 07:55:06 PM
by nik2013
1 Replies
1130 Views
Last post December 23, 2022, 07:17:28 PM
by josef300