Current Path: > > var > softaculous > phpwcms
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
images | Directory | - | - | |
php53 | Directory | - | - | |
php56 | Directory | - | - | |
php71 | Directory | - | - | |
php81 | Directory | - | - | |
php82 | Directory | - | - | |
.htaccess | File | 3247 bytes | August 26 2024 11:09:54. | |
__upgrade.php | File | 2584 bytes | December 23 2021 11:54:36. | |
__upgrade.xml | File | 321 bytes | December 23 2021 11:54:36. | |
clone.php | File | 3683 bytes | July 21 2025 11:33:18. | |
conf.inc.php | File | 14576 bytes | August 26 2024 11:09:54. | |
edit.php | File | 4493 bytes | July 21 2025 11:33:18. | |
edit.xml | File | 433 bytes | December 23 2021 11:54:36. | |
fileindex.php | File | 370 bytes | November 03 2022 10:48:04. | |
import.php | File | 3646 bytes | July 21 2025 11:33:18. | |
info.xml | File | 2552 bytes | July 21 2025 11:31:12. | |
install.js | File | 924 bytes | December 23 2021 11:54:36. | |
install.php | File | 6451 bytes | July 21 2025 11:33:18. | |
install.xml | File | 2366 bytes | December 23 2021 11:54:36. | |
md5 | File | 2608 bytes | July 21 2025 11:33:18. | |
notes.txt | File | 777 bytes | November 03 2022 10:48:04. | |
phpwcms.sql | File | 86314 bytes | July 21 2025 11:31:12. | |
phpwcms.zip | File | 9207178 bytes | July 21 2025 11:31:12. |
<?php ////////////////////////////////////////////////////////////// //=========================================================== // upgrade.php(For individual softwares) //=========================================================== // SOFTACULOUS // Version : 1.0 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } ///////////////////////////////////////// // All functions in this PAGE must begin // with TWO UNDERSCORE '__' to avoid // clashes with SOFTACULOUS Functions // e.g. __funcname() ///////////////////////////////////////// ////////////////////////////////////////// // Note : The path of the upgrade package // is $software['path'].'/' . So to // access other files use // $software['path'].'/other_file.ext' ////////////////////////////////////////// // NOTE: $__settings will contain the installation information like PATH, URL. They are : // $__settings['ver'] - The version of the current installation // $__settings['itime'] - When the software was installed // $__settings['softpath'] - The current PATH // $__settings['softurl'] - The URL of the software // IF database was made by Softaclous // $__settings['softdb'] - The Database name // $__settings['softdbuser'] - Database User // $__settings['softdbhost'] - Database Host // $__settings['softdbpass'] - Database Password //The Upgrade process function __upgrade($version_from){ global $__settings, $error, $software, $globals; } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; //If there are some shorfalls then pass it to $error and return false return true; } //=========================== // Software Vendors Functions //=========================== //Just Validate an email function __email_address($email){ global $error; if(!emailvalidation($email)){ $error[] = '{{err_wrongemail}}'; } return $email; } ?>
SILENT KILLER Tool