NIKMOB AutoIndex - V.2.3

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

    #16
    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.
    Buying mobile traffic, PM me with your traffic details

    Comment


      #17
      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

      Comment


        #18
        file preview like wallpaper previews are not working

        i think some files and folders are also missing
        Buying mobile traffic, PM me with your traffic details

        Comment


          #19
          Originally posted by razib View Post
          file preview like wallpaper previews are not working

          well here everyone is making mistake
          preview generation is two step process
          when you click generate button what it is actually doing is preparing images for preview generation
          then you have to just hit the address bar and click enter/go ( in - short reload the page without re-processing/submitting the form )
          then you'll see a popup over there , with info about how many file(s) preview(s) are possible to generate just click that link with "first" keyword
          this will generate file preview(s) for you ...

          Originally posted by razib View Post
          i think some files and folders are also missing
          ya customization folder with all its file(s) is missing i hope you can get your own css & rest of file(s)



          this is login page css i hope you know how to add it


          Code:
          form {
              width: 250px;
              padding: 20px;
              border: 1px solid #270644;
           
              /*** Adding in CSS3 ***/
           
              /*** Rounded Corners ***/
              -moz-border-radius: 20px;
              -webkit-border-radius: 20px;
           
              /*** Background Gradient - 2 declarations one for Firefox and one for Webkit ***/
              background:  -moz-linear-gradient(19% 75% 90deg,#4E0085, #963AD6);
              background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#4E0085));
           
              /*** Shadow behind the box ***/
              -moz-box-shadow:0px -5px 300px #270644;
              -webkit-box-shadow:0px -5px 300px #270644;
          }
          
          input {
              width: 230px;
              background: #8a33c6;
              padding: 6px;
              margin-bottom: 10px;
              border-top: 1px solid #ad64e0;
              border-left: 0px;
              border-right: 0px;
              border-bottom: 0px;
          
           
              /*** Adding CSS3 ***/
           
              /*** Transition Selectors - What properties to animate and how long ***/
              -webkit-transition-property: -webkit-box-shadow, background;
              -webkit-transition-duration: 0.25s;
           
              /*** Adding a small shadow ***/
              -moz-box-shadow: 0px 0px 2px #000;
              -webkit-box-shadow: 0px 0px 2px #000;
          }
          
          input.submit {
              width: 100px;
              text-transform: uppercase;
              text-shadow: #000 1px 1px;
              border-top: 1px solid #ad64e0;
              margin-top: 10px;
           
              /*** Adding CSS3 Gradients ***/
              background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#781bb9));
              background:  -moz-linear-gradient(19% 75% 90deg,#781bb9, #963AD6);
          }
          Last edited by StunningNick; 11.06.12, 18:27.

          Comment


            #20
            stunning where du i change the goto operatio 4 the index page to work 4 me.

            Comment


              #21
              try removing line no. 210 & 280 or just comment them out by "//" without quotes i guess this will be better

              Comment


                #22
                Hey bro where is : updates.html,fmanager.html, mysqli_stat.html etc when i access apanel log sucses but thats file mising

                Comment


                  #23
                  Originally posted by parpro8 View Post
                  Hey bro where is : updates.html,fmanager.html, mysqli_stat.html etc when i access apanel log sucses but thats file mising


                  does your server support .htaccess???

                  Comment


                    #24
                    Ya bro my server suport .Htaccess

                    Added after 3 minutes:

                    I am using 000webhost.Com now
                    Last edited by parpro8; 13.06.12, 17:39.

                    Comment


                      #25
                      Originally posted by parpro8 View Post
                      Ya bro my server suport .Htaccess

                      Added after 3 minutes:

                      I am using 000webhost.Com now



                      add this lines in htaccess then


                      Code:
                      Options +FollowSymlinks
                      RewriteEngine On
                      RewriteOptions MaxRedirects=10
                      #RewrieBase /
                      RewriteCond %{REQUEST_FILENAME} !-d
                      RewriteCond %{REQUEST_FILENAME} !-f
                      RewriteCond %{REQUEST_FILENAME} !-l
                      
                      RewriteRule ^(.*)/([0-9]+)/b([0-9]+)/(.*).html$ index.php?page=$1&id=$2&back_id=$3&type=$4 [NC,L]
                      RewriteRule ^(.*)/([0-9]+)/p([0-9]+).html$ index.php?page=$1&id=$2&onpage=$3 [NC,L]
                      RewriteRule ^(.*)/([0-9]+)/b([0-9]+).html$ index.php?page=$1&id=$2&back_id=$3 [NC,L]
                      RewriteRule ^category/(.*)/([0-9]+)/(.*).html$ index.php?page=$1&id=$2 [NC,L]
                      RewriteRule ^category/(.*)/([0-9]+).html$ index.php?page=$1&id=$2 [NC,L]
                      RewriteRule ^updates/p([0-9]+).html$ index.php?page=updates&onpage=$1 [NC,L]
                      RewriteRule ^(.*)/([0-9]+).html$ index.php?page=$1&id=$2 [NC,L]
                      RewriteRule ^(.*).html$ index.php?page=$1 [NC,L]

                      Comment


                        #26
                        Thanx bro nw its working but when i open home page then s0me eror come pls telme what should i do chk it here 000webhost.com - free web hosting provider

                        Added after 2 minutes:

                        Some error occured or have you followed all installation step, if still problem presents mail authoratbeingnikhild@gmail.com
                        Last edited by parpro8; 13.06.12, 18:35.

                        Comment


                          #27
                          Originally posted by arbind004
                          demo please.

                          demo is already there Arbind anyway i am re-linking for you VipKing.In :: Free Mobile Ringtones, Wallpapers, Games, Themes, Softwares, Video, MP3, Wav, Polyphonic, Old Songs, Romantic Hindi Music, Instrumentals, English, Tamil, Telugu, Malayalam MP3 Songs download, to download.. Free SMS, Mobile Tricks, Mobil or just visit any of my site most of them are running this front end only

                          Added after 3 minutes:

                          Originally posted by parpro8 View Post
                          Thanx bro nw its working but when i open home page then s0me eror come pls telme what should i do chk it here 000webhost.com - free web hosting provider

                          Added after 2 minutes:

                          Some error occured or have you followed all installation step, if still problem presents mail authoratbeingnikhild@gmail.com



                          place that .htaccess file in apanel folder not in root directory of script & then add atleast 1 folder & update feed to disappear that notification
                          Last edited by StunningNick; 13.06.12, 18:42.

                          Comment


                            #28
                            I knw bro ur script work nicely but what mistake i do i dnt undrsnd that can you telme detail instruction step by step? Pls bro i need it much

                            Comment


                              #29
                              Originally posted by parpro8 View Post
                              I knw bro ur script work nicely but what mistake i do i dnt undrsnd that can you telme detail instruction step by step? Pls bro i need it much

                              do first add this .htaccess line in script root directory
                              Code:
                              Options +FollowSymlinks
                              RewriteEngine On
                              RewriteOptions MaxRedirects=10
                              #RewrieBase /
                              RewriteCond %{REQUEST_FILENAME} !-d
                              RewriteCond %{REQUEST_FILENAME} !-f
                              RewriteCond %{REQUEST_FILENAME} !-l
                              
                              RewriteRule ^(.*)/download/([0-9]+)/(.*)/([0-9]+).html$ index.php?page=download&id=$2&resize=$4 [NC,L]
                              RewriteRule ^(.*)/([a-zA-Z0-9]+)/([0-9]+)/(.*)/([0-9]+).html$ index.php?page=$2&id=$3&onpage=$5 [NC,L]
                              RewriteRule ^(.*)/([a-zA-Z0-9]+)/([0-9]+)/(.*).html$ index.php?page=$2&id=$3 [NC,L]
                              RewriteRule ^(.*)/([a-zA-Z0-9]+)/([0-9]+).html$ index.php?page=$2&onpage=$3 [NC,L]
                              RewriteRule ^(.*)/([a-zA-Z0-9]+).html$ index.php?page=$2 [NC,L]


                              then add before given htaccess lines in script/apanel


                              then goto admin panel -> status manager -> add new -> add something there
                              then goto -> cpanel -> add a folder in script/files then update by scanning from apanel

                              hmm... hope this works for you

                              Comment


                                #30
                                bro in apanel dnt have status manger link theres only status update link and in status update link dnt have add new option nw i am realy gna be mad:s

                                Added after 2 minutes:

                                And when i open file manager link then eror cme like home page . I put htacess correctly
                                Last edited by parpro8; 13.06.12, 19:14.

                                Comment

                                Working...
                                X