View Single Post
  #2 (permalink)  
Old 06-05-2009, 05:08 AM
hzJayJ hzJayJ is offline
Registered User
 
Join Date: Nov 2008
Posts: 76
hzJayJ is on a distinguished road
If you have root access to the server, you can run the below script through shell to update the logs for all the cpanel users.

==
cd /var/cpanel/users;for i in *;do /scripts/runweblogs $i;echo logs done for $i;done;echo &all done &
==
__________________
Regards,
Jay J,
HostingZoom | ResellerZoom |
modVPS
Reply With Quote