Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
CGI /
FormBuilder /
Messages /
[ HOME SHELL ]
Name
Size
Permission
Action
C.pm
748
B
-rw-r--r--
_example.pm
3.32
KB
-rw-r--r--
base.pm
842
B
-rw-r--r--
da.pm
2.7
KB
-rw-r--r--
da_DK.pm
2.7
KB
-rw-r--r--
de.pm
3.55
KB
-rw-r--r--
de_DE.pm
3.55
KB
-rw-r--r--
default.pm
3.13
KB
-rw-r--r--
en.pm
748
B
-rw-r--r--
en_US.pm
748
B
-rw-r--r--
es.pm
2.84
KB
-rw-r--r--
es_ES.pm
2.84
KB
-rw-r--r--
fr.pm
2.95
KB
-rw-r--r--
fr_FR.pm
2.95
KB
-rw-r--r--
ja.pm
3.17
KB
-rw-r--r--
ja_JP.pm
3.17
KB
-rw-r--r--
no.pm
2.68
KB
-rw-r--r--
no_NO.pm
2.68
KB
-rw-r--r--
ru.pm
3.65
KB
-rw-r--r--
ru_RU.pm
3.65
KB
-rw-r--r--
sv.pm
2.8
KB
-rw-r--r--
sv_SE.pm
2.8
KB
-rw-r--r--
tr.pm
2.88
KB
-rw-r--r--
tr_TR.pm
2.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : default.pm
########################################################################### # Copyright (c) Nate Wiger http://nateware.com. All Rights Reserved. # Please visit http://formbuilder.org for tutorials, support, and examples. ########################################################################### package CGI::FormBuilder::Messages::default; use strict; use utf8; use CGI::FormBuilder::Messages::base; use base 'CGI::FormBuilder::Messages::base'; our $VERSION = '3.10'; # Default messages (US English) __PACKAGE__->define_messages({ lang => 'en_US', charset => 'iso-8859-1', js_invalid_start => '%s error(s) were encountered with your submission:', js_invalid_end => 'Please correct these fields and try again.', js_invalid_input => '- Invalid entry for the "%s" field', js_invalid_select => '- Select an option from the "%s" list', js_invalid_multiple => '- Select one or more options from the "%s" list', js_invalid_checkbox => '- Check one or more of the "%s" options', js_invalid_radio => '- Choose one of the "%s" options', js_invalid_password => '- Invalid entry for the "%s" field', js_invalid_textarea => '- Please fill in the "%s" field', js_invalid_file => '- Invalid filename for the "%s" field', js_invalid_number => '- Invalid numerical entry for the "%s" field', js_invalid_date => '- Invalid date for the "%s" field', js_invalid_url => '- Invalid url for the "%s" field', js_invalid_email => '- Invalid email for the "%s" field', js_invalid_time => '- Invalid time for the "%s" field', 'js_invalid_datetime-local' => '- Invalid date for the "%s" field', js_invalid_default => '- Invalid entry for the "%s" field', js_noscript => 'Please enable Javascript or use a newer browser.', form_required_text => 'Fields that are %shighlighted%s are required.', form_invalid_text => '%s error(s) were encountered with your submission. ' . 'Please correct the fields %shighlighted%s below.', form_invalid_input => 'Invalid entry', form_invalid_hidden => 'Invalid entry', form_invalid_select => 'Select an option from this list', form_invalid_checkbox => 'Check one or more options', form_invalid_radio => 'Choose an option', form_invalid_password => 'Invalid entry', form_invalid_textarea => 'Please fill this in', form_invalid_file => 'Invalid filename', form_invalid_default => 'Invalid entry', form_grow_default => 'Additional %s', form_select_default => '-select-', form_other_default => 'Other:', form_submit_default => 'Submit', form_reset_default => 'Reset', form_confirm_text => 'Success! Your submission has been received %s.', mail_confirm_subject => '%s Submission Confirmation', mail_confirm_text => <<EOT, Your submission has been received %s, and will be processed shortly. If you have any questions, please contact our staff by replying to this email. EOT mail_results_subject => '%s Submission Results', }); 1; __END__
Close