Current time: 04-17-2024, 06:26 AM Hello There, Guest! (LoginRegister)


Post Reply 
CronJobs whith hCron-daemon
Author Message
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #21
RE: CronJobs whith hCron-daemon
At last time I do 2 things:

1. Change cron variables in admin area.
2. Backlighting cron time in Edit mode.

Now I write correct multilang code. And after thet i can upload new full package.
But too many files are small changes in the panel. If the code is not integrated into the panel, I will not be able to continue this project for publication.
02-06-2010 07:54 PM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #22
RE: CronJobs whith hCron-daemon
In new version fot ispCP 1.0.3-1 -
1. Controll in admin area
2. Multilanguage support

Installation
cd /root (or /home etc)
wget {attached file}
unpack it
cd ./ispcp-cronjob-next
open install_eng.txt and follow the instructions
This is the end of my work.
I'm tired remake the new files again and again.
I did not find understanding among the developers of this panel.
If you do not have enough free codes and instructions for self-installation, but you want to install CoroJobs on your server, please write a personal message with your suggestions. But this is no longer free: (
Meanwhile, I'm switching to a interenye my company projects associated with ispCP.
And they also will be free. Some time ... If developers want to take their panel.

-----

My regrets and best wishes.


Attached File(s)
.gz  ispcp-cronjob-next.tar.gz (Size: 163.66 KB / Downloads: 37)
(This post was last modified: 03-19-2010 02:37 AM by data-stream_ru.)
03-19-2010 02:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Boter Offline
Junior Member
*

Posts: 42
Joined: Jan 2010
Reputation: 0
Post: #23
RE: CronJobs whith hCron-daemon
What about debian64? Can't compile this
03-19-2010 09:20 AM
Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #24
RE: CronJobs whith hCron-daemon
You can use 32x packet.
04-07-2010 03:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tango Offline
Member
***

Posts: 461
Joined: Jun 2007
Reputation: 0
Post: #25
RE: CronJobs whith hCron-daemon
when it is ispcp version 1.5?
04-07-2010 03:32 PM
Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #26
RE: CronJobs whith hCron-daemon
(04-07-2010 03:32 PM)tango Wrote:  when it is ispcp version 1.5?

It's Daemon for OS.
04-07-2010 04:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #27
RE: CronJobs whith hCron-daemon
I have install on ISPCP 1.0.5.
Hrcon is running since 1.0.2.

But with the new GUI files, i have a Problem.

If i add a CronJob,
MySQL write ARRAY into the Min /Hour / Day / Month / Weekdays.
Whats wrrong?

Greatz WuChEn


Attached File(s) Thumbnail(s)
   
(This post was last modified: 04-08-2010 05:51 PM by WuChEn.)
04-08-2010 05:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #28
RE: CronJobs whith hCron-daemon
(04-08-2010 05:48 PM)WuChEn Wrote:  If i add a CronJob,
MySQL write ARRAY into the Min /Hour / Day / Month / Weekdays.
Whats wrrong?

in /gui/client/cronjobs_add.php
comment lines

$min = explode(",", $min);
foreach($min as $k => $v)
{
$min[$k] = "TR_SELECTED_MIN_".$v;
$tpl->assign(array($min[$k] => tr('selected') ));
}

$hour = explode(",", $hour);
foreach($hour as $k=>$v)
{
$hour[$k] = "TR_SELECTED_HOUR_".$v;
$tpl->assign(array($hour[$k] => tr('selected') ));
}

$day_of_month = explode(",", $day_of_month);
foreach($day_of_month as $k=>$v)
{
$day_of_month[$k] = "TR_SELECTED_DOM_".$v;
$tpl->assign(array($day_of_month[$k] => tr('selected') ));
}

$month = explode(",", $month);
foreach($month as $k=>$v)
{
$month[$k] = "TR_SELECTED_MONTH_".$v;
$tpl->assign(array($month[$k] => tr('selected') ));
}

$day_of_week = explode(",", $day_of_week);
foreach($day_of_week as $k=>$v)
{
$day_of_week[$k] = "TR_SELECTED_DOW_".$v;
$tpl->assign(array($day_of_week[$k] => tr('selected') ));
}
04-09-2010 05:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #29
RE: CronJobs whith hCron-daemon
Thanks. Smile

New Error:

Editing Cronejob, After Submint:

Notice: Undefined variable: cron_id in /var/www/ispcp/gui/client/cronjobs_edit.php on line 320

Greatz WuChEn
(This post was last modified: 04-09-2010 08:07 PM by WuChEn.)
04-09-2010 04:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #30
RE: CronJobs whith hCron-daemon
Notis is not an Error.

What is in the panel?
04-09-2010 08:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)