NIKMOB AutoIndex - V.2.3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • StunningNick
    replied
    Originally posted by razib View Post
    when I am trying to clean deleted files for DB ia m getting this error

    Fatal error: Call to undefined method mysqli::free() in /public_html/go/_Class/Database.php on line 60

    Please let me know how can I fix this problem.

    remove that line no.60

    mysqli extension is still in beta stage, sometimes free() method should be called using mysqli object & sometime using query reference i didn't found any fix for this, as well as on some server it works with "()" & some just keyword, i think there was an bug report at php.net & i guess it is fixed in php 5.4+ haven't checked you can verify its status visiting php.net

    Leave a comment:


  • razib
    replied
    when I am trying to clean deleted files for DB ia m getting this error

    Fatal error: Call to undefined method mysqli::free() in /public_html/go/_Class/Database.php on line 60

    Please let me know how can I fix this problem.
    Last edited by razib; 11.06.12, 02:01.

    Leave a comment:


  • Wintch
    replied
    @Stunning i got '5.2.17' i guez its nt ok. Am i de 1 to upgrade? I sugezt itz my host provider...

    Leave a comment:


  • StunningNick
    replied
    Originally posted by Wintch View Post
    stunning am also facing the same issue, hw do i verify my ph instalation to suite the script.?


    create a .php file with anyname including "echo phpversion();" without quotes, check if it print 5.3+ if yes you're good to go
    or alternatively you can remove goto operator but this will lead you to major security issue or as ozziemale said try hiding errors i don't know if it will work or not but i guess it is same as removing goto operator , do what suits you best ... better upgrade to 5.3+

    Leave a comment:


  • ozziemale31
    replied
    re

    turn php errors off by posting this snippet on all your pages and your errors shall dissappear into the abiss

    ini_set("display_errors", "0");

    Leave a comment:


  • arnage
    replied
    Check it with:
    PHP: phpinfo - Manual

    Leave a comment:


  • Wintch
    replied
    stunning am also facing the same issue, hw do i verify my ph instalation to suite the script.?

    Leave a comment:


  • StunningNick
    replied
    Originally posted by djgolcom View Post
    error public_html/index.php on line 210

    its showing, cause line no. 210 is having goto operator goto view; , which is only supported by php version 5.3.x+

    please do verify your php installation.

    Leave a comment:


  • djgolcom
    replied
    error public_html/index.php on line 210

    Leave a comment:


  • StunningNick
    replied
    there are only 2 files you need to replace from previous , index.php & IndexModel.php

    use $variable_name->views to display downloads

    for most of it is $list->views
    you'll find how to use it on line no. 328 i guess in __Class/IndexView.php

    Added after 11 minutes:

    well well well .... i don't know who is this & what problem this person is having with me ....

    there is nothing deleting reply's from my posted threads, if you think am violating any Coding-Talk.Com Rule do point me out & if you don't want me to share script or post anything here delete this thread, if you don't like my attitude its your problem not mine .
    Attached Files
    Last edited by StunningNick; 03.06.12, 18:18.

    Leave a comment:


  • StunningNick
    replied
    Originally posted by Romi
    U mean Its Not Worked oN free HostinG ????


    that does not mean it will not run on free hosting, you'll have to wait until your host enables support for 5.3+
    or try adding the htaccess line i have given for hostgator shared server as hostgator maintain 3 copies of php installation as i know, furthermore you can verify your php version by creating a *.php file with containing following lines ,

    PHP Code:

    <?php

    echo 'Current PHP version: ' phpversion();

    Leave a comment:


  • StunningNick
    replied
    Originally posted by Ghost View Post

    but then i maybe wrong. ive seen another site today using the same css file i posted earlier

    JDKNET.TK - One Stop Download Portal

    which by the way:::

    @stunning they removed copyright and put

    © JDKNET.TK
    All Right Reserved By JDKHOST

    at end of pages

    hehehe i guess i have to re-think on my selfish line, btw have requested GPL, i think i should receive its copy with-in 24hrs so from then onwards script will copyrighted solely .

    Originally posted by Pain~Killer
    Plz Plz Plz add download hits counter on this script.
    ok i will re-upload script within sometime by adding download counter .

    Originally posted by Romi
    plz Solve my Problem .. its Not working
    >>>>>>>>> REQUIREMENTS <<<<<<<<<<
    + PHP 5.3.x +
    + HTACCESS SUPPORT
    + MYSQL 4.x +

    that simply means you don't have php 5.3.x + installed on server .
    Last edited by metulj; 03.06.12, 14:49.

    Leave a comment:


  • Ghost
    replied
    Originally posted by Wintch View Post
    @ghost i have d0ne exaltly that. But any time i upload the css to use, some DIV is always showing white. What culd b the probs?
    possibly cos his css file points to some other files on his "localhost" which
    you wont get without pointing to a proper ip address.

    PHP Code:
        background:#fff url([url]http://localhost/tester/nikmob/customizationFiles/password.png[/url]) repeat-x top; 

    so the css file will need modding in certain places.


    but then i maybe wrong. ive seen another site today using the same css file i posted earlier

    JDKNET.TK - One Stop Download Portal

    which by the way:::

    @stunning they removed copyright and put

    © JDKNET.TK
    All Right Reserved By JDKHOST

    at end of pages
    Last edited by Ghost; 03.06.12, 08:08. Reason: updated with info about site

    Leave a comment:


  • Wintch
    replied
    @ghost i have d0ne exaltly that. But any time i upload the css to use, some DIV is always showing white. What culd b the probs?

    Leave a comment:


  • Ghost
    replied
    Originally posted by Wintch View Post
    @stunning plz could u share me the ccs file of that nikmob. tanx
    really not hard to get.

    for future reference's

    go to site you want.
    view source.
    find code that looks like this
    <link href="http://vipking.in/customizationFiles/styles.css"
    type address to css file into address bar.
    view and get result.

    heres result from demo link pasted from original poster.
    PHP Code:
    body 
        
    {
        
    margin:0px
        
    padding:0px;
        
    font-family:verdana,"Comic Sans MS",Helvetica,sans-serif;
        
    font-size:13px;
        
    color:#000000;
        
    background-color:#ffffff;
        
    }
    .
    ad padding3px 5px; }
    .
    head { }
    .
    search background-color#f4f4f4; padding: 3px; margin: 1px 0px; }

    a img,:link img,:visited img
        
    {
        
    border:none;
        }

    a:link
        
    {
        
    text-decoration:none;
        
    color:#006699;
        
    }

    a:visited
        
    {
        
    text-decoration:none;
        
    color:#006699;
        
    }

    a:hover 
        
    {
        
    text-decoration:none;
        
    color:#006699;
        
    font-weight:bold;
        }

    a:active 
        
    {
        
    text-decoration:none;
        
    color:#000000;
        
    }

    img 
        
    {
        
    vertical-align:middle;
        }

    .
    left 
        
    {
        
    text-align:left;
        }

    .
    right 
        
    {
        
    text-align:right;
        }

    .
    center 
        
    {
        
    text-align:center;
        }

    .
    line 
        
    {
        
    padding:3px;
        
    border-bottom:1px dashed #D1D8DF;
        
    }
    .
    head
        
    {
        
    padding5px 5px 5px 8px;
        
    background:#F4F4F4 url(http://localhost/tester/nikmob/customizationFiles/headbg.png) repeat-x top;
        
    border:1px solid #ccc;
        
    font-weight:bold;
        
    color:#333333;
        
    margin-top:1px;
        
    text-transform:capitalize;
        }    
    .
    update 
        
    {
        
    border-bottom:1px dashed #D1D8DF;
        
    padding:3px 5px;
        } 

    inputtextareaselect 
        
    {
        
    color:#000000;
        
    background-color:#fff;
        
    border:1px solid #bbb;
        
    margin:1px;
        
    padding:2px;
        }

    input[type=password], input[type=text], input[type=file
        {
        
    max-width:100%;
        
    background:#fff url(http://localhost/tester/nikmob/customizationFiles/password.png) repeat-x top;
        
    }

    input[type=submit
        {
        
    background-color:#f4f4f4;
        
    padding:2px 8px;
        
    border:1px solid #cccccc;
        
    font-weight:bold;
        
    margin:1px;
        
    cursor:pointer;
        }
    .
    file
        

        
    border-bottom1px dashed #bbb;
        
    margin-top1px;
        
    margin-left:2px;
        
    padding3px;
        }

    .
    filesmoke
        
    {
        
    background-color#F5F5F5;
        
    border-bottom1px dashed #bbb;
        
    margin-top1px;
        
    margin-left:2px;
        
    padding2px;
        }

    .
    file a 
        
    {
        
    font-weight:bold;
        }
    .
    filesmoke a 
        
    {
        
    font-weight:bold;
        }
    .
    page 
        
    {
        
    font-weight:bold;
        
    color:#656565;
        
    }
    .
    page a
        
    {
        
    font-weight:normal;
        }

    .
    logo    
        
    {
        
    background:#595959 url(http://localhost/tester/nikmob/customizationFiles/headerbg.png) repeat-x;
        
    border-bottom:1px solid #cccccc;
        
    font-weight:bold;
        
    color:#666666;
        
    padding:4px;
        }
        .
    logo-head    
        
    {
        
    background-color:#eeeeee;
        
    border-bottom:1px solid #cccccc;
        
    font-weight:normal;
        
    color:#666666;
        
    padding:4px;
        }

    .
    jump 
        
    {
        
    padding:4px;
        
    text-align:center;
        }

    .
    backlink 
        
    {
        
    border:1px dotted #bbb;
        
    margin-top:1px;
        
    padding:3px;
        
    background-color:#eee;
        
    font-weight:bold;
        
    text-align:left;
        
    color:#000;
        
    }
    .
    backlink a
        
    {
        
    font-weight:bold;
        }


    .
    dis
        
    {
        
    padding:3px
        
    background-color:#eee;
        
    border:1px solid #ccc;
        
    margin-top:1px;
        }
    .
    uleft 
        
    {
        
    padding:4px 4px 4px 6px;
        
    width:1%;
        }
        
    .
    uright 
        
    {
        
    padding:4px;
        
    vertical-align:baseline;
        }
    .
    image 
        
    {
        
    border:1px solid #ccc; 
        
    margin:1px;
        
    padding:3px;
        }

    .
    headone span 
        
    {
        
    border-top:1px solid #ccc;
        
    border-right:1px solid #ccc;
        
    border-left:1px solid #ccc;
        
    border-bottom:1px solid #fff;
        
    position:relative;
        
    top:3px;
        
    padding:3px;
        
    background:#fff;
        
    }

    .
    head span 
        
    {
        
    border-top:1px solid #ccc;
        
    border-right:1px solid #ccc;
        
    border-left:1px solid #ccc;
        
    border-bottom:1px solid #fff;
        
    position:relative;
        
    top:3px;
        
    padding:3px;
        
    background:#fff;
        
    }
        .
    daily 
        
    {
        
    border:1px solid #ddd; 
        
    background:#eee; 
        
    padding:2px
        
    margin:5px
        }
        
    element.style {
        }

    .
    footer
        
    {
        
    padding:5px;
        
    background:#595959 url(http://localhost/tester/nikmob/customizationFiles/footerbg.png) repeat-x;
        
    color:#cccccc;
        
    border:1px solid #595959;
        
    font-weight:bold;
        
    margin-top:1px;
        }
    .
    footer a 
        

        
    color#fff;
        

    Leave a comment:

Working...
X