[hack] web server

Pietro Saccone pedro.s@neomedia.it
Mar 18 Gen 2011 11:12:05 CET


>> per quanto riguarda ordine crescente/decrescente, non saprei dirti, 
>> non so cosa c'è nel file zls.php, se lo mandi ti do una mano....
>>     
>
> potresti vederlo dal link lista ed è "zls.php.txt"
>   
All'inizio del file:

// Set sorting properties.
$sort = array(
	array('key'=>'lname',	'sort'=>'asc'), // ... this sets the initial sort "column" and order ...
	array('key'=>'size',	'sort'=>'asc') // ... for items with the same initial sort value, sort this way.

cambia in 


// Set sorting properties.
$sort = array(
	array('key'=>'lname',	'sort'=>'desc'), // ... this sets the initial sort "column" and order ...
	array('key'=>'size',	'sort'=>'desc') // ... for items with the same initial sort value, sort this way.

Ho cambiato la parte 'sort'=>'asc' in 'sort'=>'asc' ovvero da crescente a descrescente

Potevi farlo anche tu però :-)
Comincia ad imparare a leggere il codice, i commenti ci sono sempre :-)

ciao




>
> ciao
>
>
> m.banda@alice.it ha scritto:
>   
>> Innanzi tutto grazie per le informazioni
>>
>>  Qualcosa non va ...
>> se ho capito bene alla fine devono risultare 3 file + zls.php che 
>> già c'èra, giusto?
>> e tutto deve stare nella stessa dir che poi è quella da far leggere?
>> le credenziali come si forniscono?
>>
>> e poi il file zls.php fa una lista dei file contenuti nella dir per 
>> ordine crescente, come potrei fare ad avere l'ordine decrescente?
>>
>> ciao
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> hack mailing list
>> hack@firenze.linux.it
>> https://lists.firenze.linux.it/mailman/listinfo/hack
>>
>>     
> _______________________________________________
> hack mailing list
> hack@firenze.linux.it
> https://lists.firenze.linux.it/mailman/listinfo/hack 
>
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> hack mailing list
> hack@firenze.linux.it
> https://lists.firenze.linux.it/mailman/listinfo/hack
>   



Maggiori informazioni sulla lista golem-hack