74.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

02-05-2017, 05:39 PM
Post: #1
[GET] iBlog - Easy and Simple Blog (Update 17 November 2016)
[Image: qgrs0xf2sx1eoqmyng09.jpg]

Quote:
iBlog is the powerful tool Custom simple CMS for blogging. Its gives you light weight performance to your blog or website. iBlog is created with core php, no any frameworks or plugin used, its gives you to awareness of customisation. No need of coading or knowledge of html. If you are web designer you can edit contents by view source in editor, it gives you experience of notepad++. Editor have boostrap support you can add or edit,you can also add Glyphicon icons, buttons, forms, table, youtibe videos, or other videos and etc.

Permanently BANNED for sharing INFECTED SHARES
10-08-2017, 11:06 PM (This post was last modified: 10-08-2017 11:15 PM by silvery.)
Post: #2
RE: [GET] iBlog - Easy and Simple Blog (Update 17 November 2016)
Setup doesn't go second step after I type database settings. There are two files contains the error message. Maybe those files can be edited and skip the error message to success the installation. But I don't know any php. Can anyone help me to install this script?
Thanks..

(10-08-2017 11:06 PM)silvery Wrote:  Setup doesn't go second step after I type database settings. There are two files contains the error message. Maybe those files can be edited and skip the error message to success the installation. But I don't know any php. Can anyone help me to install this script?
Thanks..

Here's the error screen.. Freezes at this message.
[Image: t7v1172fdyhkys1wdzyb.jpg]
10-09-2017, 12:02 AM
Post: #3
RE: [GET] iBlog - Easy and Simple Blog (Update 17 November 2016)
OR CAN YOU EDIT TO SKIP THE ERROR IN THESE CODES:
notie.alert('info', 'Please wait, We are working on it.', 20);

PHP Code:
<script>
    $(
document).ready(function(){
    
    $(
"#setup_db").submit(function(event){
        
event.preventDefault();        
        
notie.alert('info''Please wait, We are working on it.'20);
        $.
ajax({
                
url:'validation/config_ajax.php',
                
type:'POST',
                
data:$(this).serialize(),
                
success: function(data){
                    if(
data == 1){
                        var 
root = $("#root").val();
                        var 
url window.location.host root "setup/completed.php";
                        
window.open("http://" url"_parent");
                    }
                    else{
                        
notie.alert('error'data3);
                    }    
                }
            });
            return 
false;
        });
    });
</
script




9.gif