����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// +-------------------------------------------------+
// © 2002-2014 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: docwatch_selector_rss.class.php,v 1.1 2015-03-02 14:41:42 vtouchard Exp $
if (stristr($_SERVER['REQUEST_URI'], ".class.php")) die("no access");
require_once($class_path."/docwatch/selectors/docwatch_selector.class.php");
/**
* class docwatch_selector_notice
*
*/
class docwatch_selector_rss extends docwatch_selector{
/** Aggregations: */
/** Compositions: */
/*** Attributes: ***/
/**
* @return void
* @access public
*/
public function get_value(){
if($this->parameters['rss_link']){
$this->value = $this->parameters['rss_link'];
return $this->value;
}
}
public function get_form(){
global $msg,$charset;
if(!$this->parameters['rss_link']){
$this->parameters['rss_link']= "";
}
$form ="
<div class='row'>
<label>".htmlentities($msg['dsi_docwatch_selector_rss'],ENT_QUOTES,$charset)."</label>
<input type='text' name='docwatch_selector_rss_url_link' value='".htmlentities($this->parameters['rss_link'],ENT_QUOTES,$charset)."'/>
</div>
";
return $form;
}
public function set_from_form(){
global $docwatch_selector_rss_url_link;
$this->parameters['rss_link'] = $docwatch_selector_rss_url_link;
}
} // end of docwatch_selector_notice
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| docwatch_selector.class.php | File | 3.18 KB | 0604 |
|
| docwatch_selector_articles_by_sections.class.php | File | 2.44 KB | 0604 |
|
| docwatch_selector_external_sources.class.php | File | 3.35 KB | 0604 |
|
| docwatch_selector_monitoring_website.class.php | File | 1.52 KB | 0604 |
|
| docwatch_selector_notices.class.php | File | 803 B | 0604 |
|
| docwatch_selector_notices_caddie.class.php | File | 2.5 KB | 0604 |
|
| docwatch_selector_notices_dsi.class.php | File | 1.15 KB | 0604 |
|
| docwatch_selector_notices_equation.class.php | File | 1.29 KB | 0604 |
|
| docwatch_selector_parent_sections.class.php | File | 2.21 KB | 0604 |
|
| docwatch_selector_rss.class.php | File | 1.4 KB | 0604 |
|