uawdijnntqw1x1x1
IP : 216.73.216.168
Hostname : server.fattispazio.it
Kernel : Linux server.fattispazio.it 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
poliximo
/
public_html
/
modules
/
mod_widgetkit
/
..
/
mod_simplefileuploadv1.3
/
elements
/
donate.php
/
/
<?php /** * @version 1.5j * @copyright Copyright (C) 2010-2011 Anders Wasén * @license GNU/GPL */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); class JFormFieldDonate extends JFormField { /** * Element name * * @access protected * @var string */ //public $type = 'Donate'; //var $_name = 'Donate'; protected $type = 'Donate'; //the form field type //function fetchElement($name, $value, &$node, $control_name) protected function getInput() { $name = (string)$this->element['name']; if ($name === "cleanup") { ?> <script language="javascript" type="text/javascript"> window.onload = function () { document.getElementById("jformparamssettingidsudd").style.display = 'block'; document.getElementById("jformparamssettingidsudd_chzn").style.display = 'none'; } </script> <?php } else { $html = ''; $html = '<div class="clr"></div><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" alt="PayPal - The safer, easier way to pay online!" onclick="javascript: window.open (\'http://wasen.net/donate.html\', \'donate\',\'\');" />'; $html .= '<br />Well, I think it\'s worth AT LEAST 5 bucks!<br />What do you think? (Donate through PayPal. Thanks!)'; return $html; } } }
/home/poliximo/public_html/modules/mod_widgetkit/../mod_simplefileuploadv1.3/elements/donate.php