Results 1 to 8 of 8
-
11th Jan 2012, 12:43 PM #1OPMember
[PHP] Add Time Limit
Hey guys , is there any way to add a time limit to a script :
e.g : 30 minutes & if the script still hasn't completed , it stops it .
There this function but don't know how it really works :
set_time_limit ();
viruz99 Reviewed by viruz99 on . [PHP] Add Time Limit Hey guys , is there any way to add a time limit to a script : e.g : 30 minutes & if the script still hasn't completed , it stops it . There this function but don't know how it really works : set_time_limit (); Rating: 5
-
11th Jan 2012, 12:48 PM #2MemberWebsite's:
Elite.SO Defendos.com Motionite.comPHP Code:<?php
// Set time limit before your code.
set_time_limit(1800);
// Your code below...
?>
-
11th Jan 2012, 01:14 PM #3
-
11th Jan 2012, 02:03 PM #4OPMember
I'm guessing after the time limit is over , it will immediately stops the script how it is. Is there any way for it to process certain functions before that ?
-
11th Jan 2012, 02:25 PM #5MemberWebsite's:
Elite.SO Defendos.com Motionite.comWhat are you coding exactly?
-
12th Jan 2012, 12:33 PM #6OPMember
Sort of an automated download script - when it stops the script due to the time limit , i need to make it run a function to delete the files .
Maybe something like this :
set_time =1 ; ( kind of starts a counter when the script starts )
If $set_time = (3600) // ( when the script reaches 3600 sec , it does the following )
{
function to delete file
Stop command
]
-
12th Jan 2012, 12:39 PM #7MemberWebsite's:
Elite.SO Defendos.com Motionite.comWhy not setting the time limit to 0/unlimited?
-
12th Jan 2012, 12:42 PM #8OPMember
For an unknown reason , sometimes the scripts keep running for days like its stuck
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Long time lurker, first time poster
By Opie in forum IntroductionsReplies: 1Last Post: 27th Sep 2012, 06:53 PM -
[Buying] Bypass PutLocker/SockShare Watch Time Limit Script
By ChaoscripT in forum Marketplace (Buy, Sell and Trade)Replies: 1Last Post: 7th Sep 2012, 10:16 AM -
Sheepser - Skip VideoBB | Megavideo | VideoZer Time limit
By hipo in forum Site ReviewsReplies: 9Last Post: 3rd Aug 2011, 02:13 PM -
NameCheap Domain Renwals - Time Limit ?
By nEw_boY in forum General DiscussionReplies: 3Last Post: 8th Jun 2011, 04:35 AM -
SQL error i get from time to time
By Raven Faust in forum vBulletinReplies: 11Last Post: 27th Aug 2009, 07:54 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...