'name' => array( 'header' => array( 'value' => $txt['spider_name'], ), 'data' => array( 'db' => 'spider_name', ), 'sort' => array( 'default' => 's.spider_name', 'reverse' => 's.spider_name DESC', ), ), 'page_hits' => array( 'header' => array( 'value' => $txt['spider_stats_page_hits'], ), 'data' => array( 'db' => 'page_hits', ), 'sort' => array( 'default' => 'ss.page_hits', 'reverse' => 'ss.page_hits DESC', ), ), ), 'form' => array( 'href' => $scripturl . '?action=admin;area=sengines;sa=stats', 'name' => 'spider_stat_list', ), 'additional_rows' => empty($date_select) ? array() : array( array( 'position' => 'below_table_data', 'value' => $date_select, 'style' => 'text-align: right;', ), ), ); createToken('admin-ss'); require_once($sourcedir . '/Subs-List.php'); createList($listOptions); $context['sub_template'] = 'show_spider_stats'; $context['default_list'] = 'spider_stat_list'; } /** * Callback function for createList() * Get a list of spider stats from the log_spider table * * @param int $start The item to start with (for pagination purposes) * @param int $items_per_page The number of items to show per page * @param string $sort A string indicating how to sort the results * @return array An array of spider statistics info */ function list_getSpiderStats($start, $items_per_page, $sort) { global $smcFunc; $request = $smcFunc['db_query']('', ' SELECT ss.id_spider, ss.stat_date, ss.page_hits, s.spider_name FROM {db_prefix}log_spider_stats AS ss INNER JOIN {db_prefix}spiders AS s ON (s.id_spider = ss.id_spider) ORDER BY {raw:sort} LIMIT {int:start}, {int:items}', array( 'sort' => $sort, 'start' => $start, 'items' => $items_per_page, ) ); $spider_stats = array(); while ($row = $smcFunc['db_fetch_assoc']($request)) $spider_stats[] = $row; $smcFunc['db_free_result']($request); return $spider_stats; } /** * Callback function for createList() * Get the number of spider stat rows from the log spider stats table * * @return int The number of rows in the log_spider_stats table */ function list_getNumSpiderStats() { global $smcFunc; $request = $smcFunc['db_query']('', ' SELECT COUNT(*) AS num_stats FROM {db_prefix}log_spider_stats', array( ) ); list ($numStats) = $smcFunc['db_fetch_row']($request); $smcFunc['db_free_result']($request); return $numStats; } /** * Recache spider names? */ function recacheSpiderNames() { global $smcFunc; $request = $smcFunc['db_query']('', ' SELECT id_spider, spider_name FROM {db_prefix}spiders', array() ); $spiders = array(); while ($row = $smcFunc['db_fetch_assoc']($request)) $spiders[$row['id_spider']] = $row['spider_name']; $smcFunc['db_free_result']($request); updateSettings(array('spider_name_cache' => $smcFunc['json_encode']($spiders))); } ?> Post recenti - Page 9
  • Welcome to S.E.L.D. - Sole Elettrico Lan Division.
 

Post recenti

#81
RUBIERA GAMES 2010 WINTER EDITION / FOTO part 1 by MacGyver
Last post by MacGyver - 08 Novembre 2010, 10:42:51
ECCOLE!  ;D

Queste sono le foto fatte con la mia macchina, chi ne avesse altre ? pregato di aprire una nuova discussione e aggiungerle col suo nome...

Grazie
#82
RUBIERA GAMES 2010 WINTER EDITION / Re: Organizzazione finale torn...
Last post by sonny - 07 Novembre 2010, 15:15:28
Volevo fare anche io i complimenti,ottima organizzazione,perfetta la location..assomigliava vagamente a una mappa di cod 4 :) ....e stata veramente una bella giornata. Grazie!!
#83
Grazie a voi ragazzi... per noi la soddisfazione non ? giocare... anche perch? siamo nabbi... ma vedere che si son divertiti tutti! Anche perch? in 2 persone e mezzo vien sempre pi? dura far tutto...  ;)

Appena ho tempo carico le foto...
#84
RUBIERA GAMES 2010 WINTER EDITION / Re: Organizzazione finale torn...
Last post by IO666 - 07 Novembre 2010, 10:45:42
gg a tutti! Siamo stati benissimo, location spettacolare, ottima l'organizzazione e la compagnia!!! Un arrivederci a tutti e un ringraziamento speciale ai SELD dal clan zAr. Se volete vedere qualche foto questo ? il link:  http://www.facebook.com/zAr.cod4
#85
RUBIERA GAMES 2010 WINTER EDITION / Re: Organizzazione finale torn...
Last post by Zava - 06 Novembre 2010, 23:47:45
io direi un gg a tutti ci sta, bravi gli zar  che hanno vinto! ;)

ci becchiamo l'anno prossimo grazie ancora al team seld :)

saluti

#86
Argomenti Vari / Re: lo spam di strappa - discu...
Last post by MacGyver - 04 Novembre 2010, 09:38:39
Questo ? il n? 2000 messaggio del forum e lo uso per dire che hai postato un bel pezzo nello spam! :D
#87
AGGIORNAMENTO PREMI DELLO SPONSOR COOLERMASTER:

2? TEAM CLASSIFICATO: 5 MAGLIETTE COOLERMASTER BLACK EDITION

3? TEAM CLASSIFICATO: 5 CAPPELLI COOLERMASTER BLACK EDITION

4? TEAM CLASSIFICATO: 5 TAPPETINI SINTETICI COOLERMASTER
#88
Ciao a tutti,
finalmente ci siamo! Mancano 3 giorni al torneo 4 fun di COD4 del 6 novembre e con questo post intendo riassumere sintenticamente quanto detto fin'ora:

1) Saremo 9 team (avremo un turno di riposo a squadra se non decidiamo di dividere il girone in 2)
2) Il torneo inizia alle ore 11:00, perci? cercate di essere alla Corte Ospitale per le 10:00 circa
3) Testate il server on-line come indicato qui: http://forum.seld.it/index.php?topic=278.0
4) A pranzo con 6 euro a testa avremo bere, pizza o piadine (stiamo ancora contrattando)
5) Ricordatevi di portare tutto il necessario per giocare ovviamente
6) Sono stati aggiornati i premi! http://forum.seld.it/index.php?topic=270.0
7) Al momento non mi viene in mento altro... :D Se mi ? sfuggito qualcosa ricordatemelo in questo post...

Ciao e a sabato!
#89
Informazioni generali e News / Re: Aggiornamento Forum SM
Last post by MacGyver - 01 Novembre 2010, 16:53:22
per aggiornare alla 1.1.11 c'? da seguire questa guida

http://docs.simplemachines.org/index.php?topic=1079.msg2548#msg2548

... fatto  ;)
#90
Citazione da: ajononno - 30 Ottobre 2010, 14:26:08
guardate che mac va avanti a liquido di refrigerazione per pc non a vino...gli basta quello...ahahahahahahahahahahah

moleg!  :P  cvuc