is it possible to run this script only for one server at a time and not for all servers?
this might help avoiding time outs.
			
									
									
						XFileSharing Pro - DB to File / Server Disk Space Update / File to DB etc.
when I see this on index.cgi
and I change it to this:
will that work only for server 12 then?
			
									
									
						Code: Select all
   my $servers = $db->SelectARef("SELECT * FROM Servers WHERE srv_status<>'OFF' ");
   for my $s (@$servers)Code: Select all
   #my $servers = $db->SelectARef("SELECT * FROM Servers WHERE srv_status<>'OFF' ");
$servers=12;
   for my $s (@$servers)
 Facebook
 Facebook Twitter
 Twitter