----- Original Message ----- 
From: "Bogdan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 5:28 PM
Subject: [rlug] Re: PHP processes


> > Ai putea sa faci un php care sa-ti intoarca o lista cu toti userii, sa
> zicem
> > userlist.php.
> > Dupa asta poti sa folosesti un script simplu care sa-ti ia cate 10 (sau
> mai
> > multi) useri
> > deodata. De exemplu:
> > #!/bin/bash
> > i=1
> > wget http://server.com/userlist.php
> > for user in `cat userlist.php`
> > do
> >  wget -q http://server.com/actualizareu.php?user=$user &
> >  if [ $i -eq 10 ] ; then echo "gata inca 10" ; sleep 60 ; i=1 ;fi
> > done
> >
> > mache
> 
E gresit scriptul
mai trebuia si un ((i++)) inainte de if.



---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui