403Webshell
Server IP : 3.96.16.70  /  Your IP : 216.73.216.15
Web Server : Apache
System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/dumpchup.ca/behaviour-taco-bell/app/view/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/dumpchup.ca/behaviour-taco-bell/app/view/include/form-config.php
<?php

//	ID, method, action, lang, button
$register_form = new Form('register_form', 'post', '?save', 'en', 'Continue', $cfg['url'], true);

$register_form->addElements(
	array(
	//	element_name		=> css classes	//
        'firstname'         => array('full name'),
        'lastname'          => array('full name'),
		'email_address'		=> array('full email'),
        'rules_regs'        => array('full check'),
        'opt_in'            => array('full check')
	)
);

$register_form->setRequired(
	array(
	//	element_name		=> js_required	//
        'firstname'         => true,
        'lastname'          => true,
		'email_address'		=> true,
        'rules_regs'        => true,
        'opt_in'            => false
	)
);

$register_form->useAutoComplete(false);
$register_form->useFakeCheckboxes(true);
$register_form->useFakeRadioButtons(true);


//$register_form->addBeforeHTML();
/*
$liability_copy = requireToVar($cfg['server_path'].'/view/include/legal/'.STATE.'/liability-waiver-'.$lang.'.php');

$register_form1->addAfterHTML(
	array(
        'email_address'     => '<label class="neg_mar">'.$lang_label_release_liability.'</label><div id="liability" class="legal_copy neg_mar">'.$liability_copy.'</div>'
	)
);
*/

//var_dump(requireToVar($cfg['server_path'].'/view/include/rules_regs-'.$lang.'.php'));

//	ID, method, action, lang, button
$register_form2 = new Form('register_form2', 'post', '?save', 'en', 'Continue', $cfg['url'], true);

$register_form2->addElements(
	array(
	//	element_name		=> css classes	//
		'signature'		=> array('full')
	)
);

$register_form2->setRequired(
	array(
	//	element_name		=> js_required	//
		'signature'		=> true
	)
);

$register_form2->addAfterHTML(
	array(
        //'signature' => '<input id="signature_base64" name="signature_base64" type="hidden" value="0" />'
	)
);

?>

Youez - 2016 - github.com/yon3zu
LinuXploit