GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   cronjob help (https://gfy.com/showthread.php?t=614686)

freesexxwebsite 05-26-2006 07:54 PM

cronjob help
 
my host dont support cronjobs, so i tried to use pseudo-cron v1.3 ( www.bitfolge.de/pseudocron ) but it also not working .If anyone using this script please guide me to make it work. or suggest me any alternative script(without mysql support) to run cronjobs.


here is my cofig


Quote:

// The file that contains the job descriptions.
// For a description of the format, see http://www.unixgeeks.org/security/ne...ix/cron-1.html
// and http://www.bitfolge.de/pseudocron
$cronTab = dirname(__FILE__)."/cronjobs/crontab.txt";

// The directory where the script can store information on completed jobs and its log file.
// include trailing slash
$writeDir = dirname(__FILE__)."/cronjobs/";

// Control logging, true=use log file, false=don't use log file
$useLog = true;

// Where to send cron results.
//$sendLogToEmail = "[email protected]";
$sendLogToEmail = "";

// Maximum number of jobs run during one call of pseudocron.
// Set to a low value if your jobs take longer than a few seconds and if you scheduled them
// very close to each other. Set to 0 to run any number of jobs.
$maxJobs = 1;

// Turn on / off debugging output
// DO NOT use this on live servers!
$debug = false;

2HousePlague 05-26-2006 08:05 PM

bump!

2hp

freesexxwebsite 05-26-2006 08:11 PM

thanks for bump,

freesexxwebsite 05-26-2006 10:31 PM

bump for answer

flashbang 05-26-2006 11:19 PM

you put the code in your index.php or whatever that calls this script?

Nookster 05-26-2006 11:56 PM

Quote:

Originally Posted by flashbang
you put the code in your index.php or whatever that calls this script?

I concur. If you have a site with lots of traffic you could put the code in the index and have it execute at the certain times you need the jobs done. I don't know any other way around it if your host doesn't allow them. Maybe you should switch hosts to one that supports them? :2 cents:

ffmihai 05-27-2006 01:54 AM

if your host does not support cronjobs, change host

woj 05-27-2006 01:56 AM

Quote:

Originally Posted by ffmihai
if your host does not support cronjobs, change host

:thumbsup

toddler 05-27-2006 02:06 AM

Quote:

Originally Posted by ffmihai
if your host does not support cronjobs, change host

exactly. what kind of host doesn't support cronjobs?


All times are GMT -7. The time now is 10:29 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123