Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/plugins/knews/direct/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/knews/direct/knews_cron.php

<?php
//This file is maintained for old CRON configurations (1.0.x and 1.1.x Knews versions)
//New Knews submit system are called trough www.yourdomain.com/wp-admin/admin-ajax.php?action=knewsCron
if (!function_exists('add_action')) {
	$path='./';
	for ($x=1; $x<6; $x++) {
		$path .= '../';
		if (@file_exists($path . 'wp-config.php')) {
		    require_once($path . "wp-config.php");
			break;
		}
	}
}
global $Knews_plugin;

if ($Knews_plugin) {
	
	//global $knewsOptions;

	if ( get_current_blog_id() != $Knews_plugin->KNEWS_MAIN_BLOG_ID && $Knews_plugin->im_networked() ) die("You must call the main blog www.yourdomain.com/wp-admin/admin-ajax.php?action=knewsCron URL");

	$cron_time = time();
	update_option('knews_cron_time', $cron_time);

	//if (! $Knews_plugin->initialized) $Knews_plugin->init();
	
	require ('knews_cron_do.php');
}
die();
?>

Cyb3r Drag0nz Team • Google Edition