Best Blackhat Forum

Full Version: [GET] iBlog - Easy and Simple Blog (Update 17 November 2016)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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.

Quote:https://codecanyon.net/item/iblog-easy-s...g/18770209
Quote:download free
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]
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
Reference URL's