Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
pixpost /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2018-01-15 11:05
php53
[ DIR ]
drwxr-xr-x
2018-01-15 11:05
php56
[ DIR ]
drwxr-xr-x
2018-01-15 11:05
php71
[ DIR ]
drwxr-xr-x
2018-01-15 11:05
edit.php
5.06
KB
-rw-r--r--
2018-01-15 00:14
edit.xml
433
B
-rw-r--r--
2015-04-11 07:28
fileindex.php
83
B
-rw-r--r--
2011-03-11 09:52
import.php
3.72
KB
-rw-r--r--
2018-01-15 00:14
info.xml
2.52
KB
-rw-r--r--
2018-01-13 05:58
install.js
921
B
-rw-r--r--
2013-02-14 04:49
install.php
4.06
KB
-rw-r--r--
2018-01-15 00:14
install.xml
1.06
KB
-rw-r--r--
2011-03-11 09:52
md5
4.75
KB
-rw-r--r--
2018-01-15 00:14
notes.txt
40
B
-rw-r--r--
2018-01-13 05:58
pixelpost.php
1.63
KB
-rw-r--r--
2011-03-11 09:52
upgrade.php
2.56
KB
-rw-r--r--
2018-01-15 00:14
upgrade.xml
312
B
-rw-r--r--
2012-01-13 09:08
Save
Rename
<?php /* Pixelpost version 1.73 Pixelpost www: http://www.pixelpost.org/ Version 1.73: Development Team: Ramin Mehran, Will Duncan, Joseph Spurling, Piotr "GeoS" Galas, Dennis Mooibroek, Karin Uhlig, Jay Williams, David Kozikowski Version 1.1 to Version 1.3: Linus <http://www.shapestyle.se> Contact: thecrew (at) pixelpost (dot) org Copyright 2009 Pixelpost.org <http://www.pixelpost.org> License: http://www.gnu.org/copyleft/gpl.html This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // database variables - this is info you've received from you hosting service // those are needed for the script to connect and use MySQL $pixelpost_db_host = "[[softdbhost]]"; // database host, often "localhost" $pixelpost_db_user = "[[softdbuser]]"; // database user $pixelpost_db_pass = "[[softdbpass]]"; // database user password $pixelpost_db_pixelpost = "[[softdb]]"; // database $pixelpost_db_prefix = "[[dbprefix]]"; // table prefix, leave as is unless you want to install multiple blogs on the same database ?>