Pagina 2 din 2

Re: Problema statistici

Scris: 26-Aug-2012, 11:33:56
de DreAm
ee foarte bine multumesc pt...mai nimic...am zis le-am comparat degeaba...asta e.

Re: Problema statistici

Scris: 26-Aug-2012, 11:52:30
de bogdan
Ai incercat si inlocuirea succesiva a fisierelor ca sa identifici cauza?

Re: Problema statistici

Scris: 27-Aug-2012, 10:09:43
de DreAm
am incercat de asta am creszut ca e din common.php si am lasat codu....credeamca poate vedeti greseala am specificat ca am si chat si top5 si mau multe de asta

Re: Problema statistici

Scris: 30-Aug-2012, 09:41:33
de DreAm
scz va rog de duble post nu mai vreau inca un warn dar va anunt ca am rezolvat efectiv nu maia vem codurile astea in index.php
multumesc de ajutor puteti da t/c

Cod: Selectaţi tot

Set some stats, get posts count from forums data if we... hum... retrieve all forums data
$total_posts	= $config['num_posts'];
$total_topics	= $config['num_topics'];
$total_users	= $config['num_users'];

$l_total_user_s = ($total_users == 0) ? 'TOTAL_USERS_ZERO' : 'TOTAL_USERS_OTHER';
$l_total_post_s = ($total_posts == 0) ? 'TOTAL_POSTS_ZERO' : 'TOTAL_POSTS_OTHER';
$l_total_topic_s = ($total_topics == 0) ? 'TOTAL_TOPICS_ZERO' : 'TOTAL_TOPICS_OTHER';