403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/ptcfinance/application/modules/admin/forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/ptcfinance/application/modules/admin/forms/Edithome.php
<?php
class Admin_Form_Edithome extends Zend_Form
{
	public function __construct($params = null)
	{                           
            $id = $this->createElement('hidden','id',
                                array(
                                     'value' => '',
                                     'class' => 'input-xlarge',
                                        'id' => 'level',
                                    'required'=>false,
                                    'filters' => array('StringTrim'),
                                    //'validators' => array(array('StringLength', false, array(3, 100))),
                             ))	 
                            ->setErrorMessages(array('Please enter level name'))
                            ->removeDecorator('label')
                            ->removeDecorator('HtmlTag')
                            ->removeDecorator('DtDdWrapper');
            
            
            
            /************ Home marquee  *****************/
            $home_marquee = $this->createElement('textarea','home_marquee',
                                array(
                                     'value' => trim($params['home_marquee']),
                                     'class' => 'fckeditor',
                                        'id' => 'home_marquee',
                                    'required'=>true,
                                    'filters' => array('StringTrim'),
                                    //'validators' => array(array('StringLength', false, array(3, 100))),
                             ))	 
                            ->setErrorMessages(array('Please enter title'))
                            ->removeDecorator('label')
                            ->removeDecorator('HtmlTag')
                            ->removeDecorator('DtDdWrapper');
                           

                        
            /************ home about  *****************/				
            $home_about= $this->createElement('textarea','home_about',
                        array(
                              'required'     => false,
                              'autocomplete' => 'off',
                                     'class' => 'fckeditor',
                                        'id' => 'home_about',
                                   'filters' => array('StringTrim'),
                            ))
                            ->setErrorMessages(array('Please enter Home description'))
                            ->removeDecorator('label')
                            ->removeDecorator('HtmlTag')
                            ->removeDecorator('DtDdWrapper');
            
            /************ HOme Video *****************/				
            $home_video = $this->createElement('file','home_video',
                        array(
//                              'required'     => true,
                              'MaxFileSize' => 2097152,
                              'autocomplete' => 'off',
                                     'class' => 'input-xlarge',
                                        'id' => 'image',
                                'validators' => array(
                                array('Count', false, 1),
                                array('Size', false, 2097152),
                                array('Extension', false, 'gif,jpg,png'),
                                array('ImageSize', false, 
                                          array('minwidth' => 200,
                                                'minheight' => 200,
                                                'maxwidth' => 400,
                                                'maxheight' => 400)),    
                              )
                            ))
                            ->setErrorMessages(array('Please choose file'))
                            ->removeDecorator('label')
                            ->removeDecorator('HtmlTag')
                            ->removeDecorator('DtDdWrapper');
            
                        /************ Url *****************/				
            $url = $this->createElement('text','video_url',
                           array(
                              'required'     => false,
                              'autocomplete' => 'off',
                                     'class' => 'input-xlarge',
                                        'id' => 'url',
                                   'filters' => array('StringTrim'),
                            ))
                            ->setErrorMessages(array('Please enter url'))
                            ->removeDecorator('label')
                            ->removeDecorator('HtmlTag')
                            ->removeDecorator('DtDdWrapper');
            
           
            $this->addElements(array(  
            $id,  
            $home_marquee,
            $home_about,
            $home_video,
            $url
            )); 
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit