Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
phpld /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-06-28 16:01
php53
[ DIR ]
drwxr-xr-x
2017-06-28 16:01
php56
[ DIR ]
drwxr-xr-x
2017-06-28 16:01
clone.php
5.1
KB
-rw-r--r--
2017-04-05 02:24
config.php
2.47
KB
-rw-r--r--
2011-03-11 09:52
edit.php
4.87
KB
-rw-r--r--
2017-04-05 02:24
edit.xml
433
B
-rw-r--r--
2016-05-03 08:30
fileindex.php
217
B
-rw-r--r--
2011-03-11 09:52
import.php
3.36
KB
-rw-r--r--
2017-04-05 02:24
info.xml
1.45
KB
-rw-r--r--
2017-03-31 07:58
install.js
921
B
-rw-r--r--
2013-05-31 08:05
install.php
4.31
KB
-rw-r--r--
2017-04-05 02:24
install.xml
1.29
KB
-rw-r--r--
2011-03-11 09:52
md5
5.34
KB
-rw-r--r--
2017-04-05 02:24
Save
Rename
<?php /* # ######################################################################################################################################## # Project: PHPLinkDirectory: Version 2.2.0 # # ********************************************************************** # Copyright (C) 2004-2008 NetCreated, Inc. (http://www.netcreated.com/) # # ********************************************************************** # # By using the software you agree to the terms: # You may not redistribute, sell or otherwise share this software in whole or in part without the consent of the # the ownership of PHP Link Directory. Please contact david@david-duval.com if you need more information. # You agree to retain a link back to http://www.phplinkdirectory.com/ on all pages of your directory. # If you wish to remove the link from the footer of the pages, You must purchase a license to do so. The license # is $50.00 USD and purchase can be arranged by emailing help@phplinkdirectory.com . # Removal of the link back without license purchase may be cause for permanent removal of permission to use this # script. # In some cases, users may be required to agree to changes in the software license before receiving updates to the software. # For questions, help, comments, discussion, etc., please join the # PHP Link Directory Forum http://www.phplinkdirectory.com/forum/ # # @link http://www.phplinkdirectory.com/ # @copyright 2004-2008 NetCreated, Inc. (http://www.netcreated.com/) # @projectManager David DuVal <david@david-duval.com> # @package PHPLinkDirectory # ######################################################################################################################################## */ error_reporting (E_ALL ^ E_WARNING ^ E_NOTICE); @ header ('Content-Type: text/html; charset=utf-8'); /** * Add our installation path to the include_path */ define ('INSTALL_PATH', substr (__file__, 0, -18)); if(!defined ('PATH_SEPARATOR')) define ('PATH_SEPARATOR', strtoupper (substr (PHP_OS, 0, 3)) == 'WIN' ? ';' : ':'); ini_set ('include_path', ini_get ('include_path').PATH_SEPARATOR .INSTALL_PATH); define('TABLE_PREFIX','[[dbprefix]]'); define('ADODB_ASSOC_CASE', 1); require_once 'include/tables.php'; define('DEMO', false); define('LANGUAGE', 'en'); define('DB_DRIVER', 'mysql'); define('DB_HOST', '[[softdbhost]]'); define('DB_NAME', '[[softdb]]'); define('DB_USER', '[[softdbuser]]'); define('DB_PASSWORD', '[[softdbpass]]'); ?>