<?php
$query = $db->simple_select('threads', 'COUNT(tid) AS threads', "uid='{$memprofile['uid']}'" AND pid='X');
<?php
$plugins->run_hooks("member_profile_end");
<?php
$query = $db->simple_select('threads', 'COUNT(tid) AS aportes', "uid='{$memprofile['uid']}'" AND prefix='X');
$memprofile['aportes'] = my_number_format(intval($db->fetch_field($query, 'aportes')));
$query = $db->simple_select('threads', 'COUNT(tid) AS aportes', "uid='{$memprofile['uid']}'" AND prefix='12');
$memprofile['aportes'] = my_number_format(intval($db->fetch_field($query, 'aportes')));
Cita:Parse error: syntax error, unexpected '=' in /home/forcegam/public_html/member.php on line 2033