Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.217.64
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
georgeto /
wp-content /
plugins_old /
dorve_tolm /
Delete
Unzip
Name
Size
Permission
Date
Action
backend
[ DIR ]
drwxr-xr-x
2026-02-25 18:38
css
[ DIR ]
drwxr-xr-x
2026-02-25 18:38
frontend
[ DIR ]
drwxr-xr-x
2026-02-25 18:38
js
[ DIR ]
drwxr-xr-x
2026-02-25 18:38
.DS_Store
10
KB
-rw-r--r--
2026-02-25 18:38
README.md
0
B
-rw-r--r--
2026-02-25 18:38
functions.php
11.45
KB
-rw-r--r--
2026-02-25 18:38
functions.php.bak
11.25
KB
-rw-r--r--
2026-02-25 18:38
index.php
979
B
-rw-r--r--
2026-02-25 18:38
install.php
1.04
MB
-rw-r--r--
2026-02-25 18:38
uninstall.php
66
B
-rw-r--r--
2026-02-25 18:38
Save
Rename
<?php defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); // define('WP_DEBUG', true); /* Plugin Name: TOLM Get a Quote Plugin Plugin URI: https://tolmco.leadspediatrack.com/ Description: TOLM Get a Quote Form Plugin Version: 1.0 + added functionality & CSS Author: Dorve & Ann Author URI: http://dorve.com/ License: No Can Do. */ // CONFIG // require_once(ABSPATH . 'wp-content/plugins/dorve_tolm/install.php'); register_activation_hook(__FILE__,'install_veh_make_model'); register_activation_hook(__FILE__,'install_veh_make_model_data'); // CONFIG // // MENU // require_once(ABSPATH . 'wp-content/plugins/dorve_tolm/backend/admin_menu.php'); // MENU // // HELPERS // include_once(ABSPATH . 'wp-content/plugins/dorve_tolm/functions.php'); // HELPERS // // SHORTCODE (FRONT) // include_once(ABSPATH . 'wp-content/plugins/dorve_tolm/frontend/form_get_a_quote.php'); include_once(ABSPATH . 'wp-content/plugins/dorve_tolm/frontend/helpers.php'); // SHORTCODE (FRONT) //