Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-09-21 (10 years ago) | Not enough user ratings | Total: 1,814 | All time: 2,098 This week: 970 |
Version | License | Categories | ||||
easycron 1.0 | GNU General Publi... | Time and Date, Systems administration |
Description | Author | ||||||||||||||||
This class can be use to schedule site down time period. Innovation Award
|
|
/************************************************************************ ========================================================= | @ Script Name : EasyCron | @ Version : 1.0 | @ Description : Open and Close your website in fixed times . | @ All rights reserved to : NaiF PHP | @ Created In : 8-9-2006 | @ Support Site : http://www.naifphp.net ========================================================= **************************************************************************/ # ABOUT THIS CLASS : - Use It to manage your open/close status for your website . - You can fix your start time for your website /open . - You can fix your close time for your website /close . - You can adding more hours for your website to open and close. - You can show the time which your website will be avaliable . - it's easy for using . # ABOUT USING : - go to make.php to make new cron - include the EasyCron.php in your website header - May you need to statement this folder 'easycron' (Chmod) the 777 . # Notes : - if you want to use EasyCron in another folder, just use $obj->cron_path = "path/to/EasyCron"; then add : include("path/to/easycron/example.php"); in the included page . for example : easycorn : "path/to/easycron/example.php" add this line in example.php : $obj->cron_path = "path/to/easycron"; you have another folder : "path/to/new_folder/index.php" add this code in index.php for included cron page : include("path/to/easycron/example.php"); thanks for you . |
Files |
File | Role | Description |
---|---|---|
admin.php | Aux. | for make a new cron |
easycron.class.php | Class | file : easy cron class |
EasyCron.cron | Data | EasyCron For Example |
EasyCron.js | Data | some JavaScript for EasyCron |
example.php | Example | Example fo Easy Cron |
readme.txt | Doc. | info about Easy Cron |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.