P R A B L O
pragmatic blogging
If you have any questions that are beyond the scope of this help file,
please do not hesitate to contact me via
Support Form.
I am always happy to help if you have any questions relating to this script.
I put a lot of love into the new version of this script.
If you have any questions or would like to give me feedback,
I would love to hear them.
Your feedback is what inspires new ideas for future updates.
You can post your questions and feedback on my
Support Form.
As always, a BIG Thank You to all of my buyers,
I really appreciate your continued support & trust in me.
Unzip the ZIP file and take a look around at the file structure. You should see 3 folders and 3 files.
This is a new version, and not an update. You will want to install the script with a new database.
First step is to create a mySQL database,
and if you do not have a default one, a database user.
This process is explained in great detail on many websites
and web hosts.
Once you have the database setup, you will need:
Upload all the files you unzipped to your web host, keeping the file system intact.
You should now have the following folder and files on your host account:
Installation is quite easy and only takes a few minutes.
Once the script has finished uploading, simply go to
http://www.example.com/inc/install.php
(or http://www.example.com/SUBFOLDER/inc/install.php
wherever subfolder you uploaded it to)
and follow the on-screen instructions.
Easy to do, just follow the defaults and plug in your specific information.
The script REQUIRES PHP 5.3+ & MySQLi Connection.
There is a Server Configuration Check that will display errors
before you will be able to install the script.
If all checks out, great. If not, you will not see the form and
will not be able to install the script.
Check with you host, and see if there is anything they can do for you.
Once you have input your database informations, check the admin account.
Complete the admin account form. This is the administrator for the script.
This admin account cannot be deleted through any web UI,
only from within the /inc/settings.php file.
Download the File with your FTP Client,
use an Editor (i.e. Notepad++), make your changes and Upload the file by FTP.
Again, follow the defaults and plug in your site's specific information.
You can set your Administrator Account Data and Site Parameter to be anything you would like. See Settings Section for mor Details.
Once you have filled in the information for the Admin,
click the Go! Start the Installation
button to complete the installation.
If everything was configured correctly, you will see the following:
For mySQL:
If you do not see the messages above, and get a blank screen or an error —
check your error logs.
Most of the time this happens due to your web account/host
not supporting a needed function.
This can happen even if you pass the pre-installation check.
Check with your web host and see if there is any thing they can do to help.
If you have any questions on this, please do not hesitate to contact me via my Support Center.
Once installation is completed, you will need to go back into your FTP application, and rename the installation file before you log in as Admin.
Once the script is installed,
you can update the Site Settings after opening the /inc/settings.php
in your editor (e.g. Notepad++).
This are the Site Settings that you can use:
$mysqli_hostname="localhost";
$mysqli_database="PRABLO";
$mysqli_username="";
$mysqli_password="";
$admin_username="demo";
$admin_password="demo";
$page_language='english';
$page_tpl='milligram';
$page_title="PRABLO";
$page_tagline="pragmatic blogging";
$page_footer="powered by adilbo";
$page_truncate=256;
$page_analytics='UA-11223344-1';
$posts_per_page=7;
$page_uselightbox=true;
$page_usecat=true;
$page_sidebar=true;
$page_showdate=true;
$page_catinsb=true;
$page_nextprev=true;
$page_pingomatic=true;
$page_socialmedia=true;
$page_comments=true;
$page_urlblogger=true;
$page_crosslink=true;
$page_antiadblock=true;
$page_hotlinks=true;
$page_seekingslot=true;
$page_linkroll=true;
$page_linknumber=2;
$page_isinstalled=false;
Set up the script to fit your specific site's needs. All setting options have explanations over the specific field.
$page_isinstalled=false;
in the file
/inc/settings.php.
The script is translation ready.
The primary Localization files are located in the folder named /inc/lang/.
If you want to use a different language other then English, you will need to
translate the /inc/lang/english.php file and
save it under your language name e.g /inc/lang/german.php.
Once translated, you can then load that file via the Global Site Setting
$page_language='german';
in the /inc/settings.php file.
To change the way dates are formatted,
you will need to modify the /inc/date.php file.
Follow the instructions in the file.
Uncomment (remove the double slash - //)
from the date format you want to use
Comment (Add a double slash - //)
to the front of the date formats you do NOT want to use
While the script already has two modern interface you can develop your individual Template by your own!
The first Template based on
Milligramp
(version 1.3.0), a minimalist CSS framework under MIT Licence.
This is very easy, however, you will need to be able to write HTML/CSS code.
For those that aren't versed, here is a quick overview.
The easiest way to change the look is by editing the CSS file named custom.css.
These files can be found in the template folder /tpl/milligram/.
The milligram.min.css file is the original, unmodified style,
and you should not alter this file.
If you want to make any changes to the components,
you should add/modify the changes to the custom.css file only.
The script uses only two images:
search.png (21px x 21px)
magnifying glass in the seeking-sloticon.png (60px x 60px)
shortcut iconSome effects are integrated and they use JavaScript - all three files are found in the /tpl/gumba/js/ folder:
Fluidbox, is a jQuery plugin for beautiful lightboxes.
Check out all of details & usage at: http://terrymun.github.io/Fluidbox/.
If you want to use it remember to set the $page_uselightbox = true;
Parameter in the /inc/settings.php file.
The second Template based on
Gumba
, a minimalist HTML5 template.
This is very easy, however, you will need to be able to write HTML/CSS code.
For those that aren't versed, here is a quick overview.
The easiest way to change the look is by editing the CSS file named custom.css.
These files can be found in the template folder /tpl/gumba/.
The gumba.css file is the original, unmodified style,
and you should not alter this file.
If you want to make any changes to the components,
you should add/modify the changes to the custom.css file only.
The script uses only two images:
search.png (21px x 21px)
magnifying glass in the seeking-sloticon.png (60px x 60px)
shortcut iconSome effects are integrated and they use JavaScript - all three files are found in the /tpl/gumba/js/ folder:
Fluidbox, is a jQuery plugin for beautiful lightboxes.
Check out all of details & usage at: http://terrymun.github.io/Fluidbox/.
If you want to use it remember to set the $page_uselightbox = true;
Parameter in the /inc/settings.php file.
Please, if you have any questions, run into any issues or just need some help,
do not hesitate to contact me via my
Support Form.
I believe in providing the best support possible.
If you are thinking of giving this script anything less then 5 Stars,
please tell me what I can do to make it a 5 Star experience for you.
I love to hear feedback,
and welcome any suggestions you may have to make my software better.
If you are having problems with the script after successfully installing and
logging in the for the first time you should check your FTP software settings.
I have found in many cases that numerous FTP programs are not uploading files correctly.
Check your FTP program to see if it is uploading files in ASCII -
which is causing the file code to be uploaded in one long line.
Try changing it to Binary and uploading the files again.
Upload everything except the settings file
(or better yet, if you have not started using the script,
just wipe the install and the database and reinstall a fresh copy).
See the image how to set e.g.
FileZilla
to binary transfer mode.