Cronjob on panel  [SOLVED]

Locked
User avatar
info@eurhosting.net
KeyHelp Translator
Posts: 45
Joined: Tue 24. May 2016, 15:17
Location: Brno
Contact:

Cronjob on panel

Post by info@eurhosting.net »

At the moment the only way to create a cronjob is using SSH

Would be great to be able to have the opportunity to create them via panel.
Stop stop stop
If hosting is not your main focus, I can be of help to mantain your servers
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Cronjob on panel  [SOLVED]

Post by Alexander »

Hello,

i'm happy to inform you, that we will release a new version of KeyHelp tomorrow
and the cron job feature ('scheduled task', as it is called in KeyHelp) is part of it.

This update will be automatically deployed on your KeyHelp server.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
info@eurhosting.net
KeyHelp Translator
Posts: 45
Joined: Tue 24. May 2016, 15:17
Location: Brno
Contact:

Re: Cronjob on panel

Post by info@eurhosting.net »

That's great, I even saw the news, but I still can not locate it on the panel

Do you have a screenshot to where have I to look for? (I have 14.6.3 ad KH version)
Stop stop stop
If hosting is not your main focus, I can be of help to mantain your servers
User avatar
info@eurhosting.net
KeyHelp Translator
Posts: 45
Joined: Tue 24. May 2016, 15:17
Location: Brno
Contact:

Re: Cronjob on panel

Post by info@eurhosting.net »

Found it

I had to clean the whitelabel, but I really don't get why this is happening.

I'm applying a very soft js to hide some menu

Code: Select all

$('document').ready( function () {
	
	var url      = window.location.href;
  
  	// il link whitelabel lo nascondo da tutte le pagine
  	$("div#overallwrapper div.nav ul li a:contains('White label')").closest('li').hide();
  	$("div#overallwrapper div.nav ul li a:contains('Брендирование')").closest('li').hide();
  	$("div#overallwrapper div.nav ul li a:contains('Whitelabel')").closest('li').hide();
  

	if (url.indexOf("admin_index") >= 0)
	{
		// remove news 
		$("div.page div.content th:contains('News')").closest('div').remove();
		$("div.page div.content th:contains('новости')").closest('div').remove();
		
		
		// rimuovo link changelog
		$("div.page div.content a:contains('See history of changes')").remove();
		$("div.page div.content a:contains('Änderungsprotokoll anzeigen')").remove();
		$("div.page div.content a:contains('История изменений')").remove();
	}
		
});

According to this code it simply remove the news and the white label menu, but I don't have the "scheduled Task" in the user interface
Stop stop stop
If hosting is not your main focus, I can be of help to mantain your servers
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Cronjob on panel

Post by Alexander »

Hello,

You have to make sure that the user limits of 'Scheduled Tasks' is greater than 0.
After that, the 'Scheduled Task' menu item will appear in the user area of the panel.
The whitelabel settings you have in place do not interfere with the visibility of the 'Scheduled Task' menu item.
user_limits.png
user_menu.png
user_menu.png (21.16 KiB) Viewed 11698 times
-----------

By the way, some spelling changed with KH 14.6.3, so please replace the following line:

Code: Select all

$("div#overallwrapper div.nav ul li a:contains('White label')").closest('li').hide();
with

Code: Select all

$("div#overallwrapper div.nav ul li a:contains('White Label')").closest('li').hide();
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Tobi
Community Moderator
Posts: 2812
Joined: Thu 5. Jan 2017, 13:24

Re: Cronjob on panel

Post by Tobi »

*can be deleted*
*wrong language*
Last edited by Tobi on Fri 6. Jan 2017, 10:38, edited 1 time in total.
Gruß,
Tobi


-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
User avatar
b0snaX
Posts: 261
Joined: Tue 26. Apr 2016, 20:18

Re: Cronjob on panel

Post by b0snaX »

Tobi wrote:Ist dieses Feature auch für den User "keyadmin" geplant, so daß man im Frontend root-Cronjobs anlegen kann?
Der Übersicht zu Liebe Poste bitte dein Anliegen im Deutschen Bereich, da wir hier im Englischen Support bereich sind.
Schöne Grüße,
b0snaX

Code: Select all

if ($ahnung == 'keine' ) { use ( Handbuecher ) && ( Google | | Suche ) }
if ($antwort == 0 ) { post ( Frage ) }
Thomas Alva Edison wrote:Ich habe nicht versagt. Ich habe mit Erfolg zehntausend Wege entdeckt, die zu keinem Ergebnis führen.
User avatar
Tobi
Community Moderator
Posts: 2812
Joined: Thu 5. Jan 2017, 13:24

Re: Cronjob on panel

Post by Tobi »

Is this feature in a future release planned for the user "keyadmin"?
I would like to manage root cronjobs in the KeyHelp webfrontend.
Last edited by Tobi on Fri 6. Jan 2017, 10:41, edited 2 times in total.
Gruß,
Tobi


-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
User avatar
Tobi
Community Moderator
Posts: 2812
Joined: Thu 5. Jan 2017, 13:24

Re: Cronjob on panel

Post by Tobi »

b0snaX wrote:
Tobi wrote:Ist dieses Feature auch für den User "keyadmin" geplant, so daß man im Frontend root-Cronjobs anlegen kann?
Der Übersicht zu Liebe Poste bitte dein Anliegen im Deutschen Bereich, da wir hier im Englischen Support bereich sind.
Sorry, I did not know there is a strict seperation.
I will remember this for further posts in this section.
Gruß,
Tobi


-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Locked