| Server IP : 162.214.74.102 / Your IP : 216.73.217.111 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/softaculous/pixpost/ |
Upload File : |
<?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 ?>