Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
/**
* CommonPlugin for phplist
*
* This file is a part of CommonPlugin.
*
* @category phplist
* @package CommonPlugin
* @author Duncan Cameron
* @copyright 2011-2012 Duncan Cameron
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3
*/
/**
* This class overrides some methods of the WebblerListing class
*
*/
class CommonPlugin_WebblerListing extends WebblerListing
{
public function __construct($title = '', $help = '')
{
parent::__construct($title, $help);
}
public function setTitle($title)
{
$this->title = $title;
}
/*
* Override parent methods to convert value and url to html entities
*/
public function addElement($element, $url = '', $colsize = '')
{
parent::addElement($element, htmlspecialchars($url), $colsize);
parent::setClass($element, 'row1');
}
public function addColumn($name, $column_name, $value, $url = '', $align = '')
{
parent::addColumn($name, $column_name, htmlspecialchars($value, ENT_QUOTES), htmlspecialchars($url), $align);
}
public function addRow($name, $row_name, $value, $url = '', $align = '', $class = '')
{
parent::addRow($name, $row_name, nl2br(htmlspecialchars($value, ENT_QUOTES)), htmlspecialchars($url), $align, $class);
}
/*
* Additional convenience methods
*/
public function addColumnEmail($name, $column_name, $value, $url = '', $align = '')
{
parent::addColumn($name, $column_name, str_replace('@', '@​', htmlspecialchars($value, ENT_QUOTES)), htmlspecialchars($url), $align);
}
public function addColumnHtml($name, $column_name, $value, $url = '', $align = '')
{
parent::addColumn($name, $column_name, $value, htmlspecialchars($url), $align);
}
public function addRowHtml($name, $row_name, $value, $url = '', $align = '', $class = '')
{
parent::addRow($name, $row_name, $value, htmlspecialchars($url), $align, $class = '');
}
}
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat