AutoIndex :D

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

    AutoIndex :D

    >>>>>>>> 1.
    * 80 % OOPS Used
    * For Shared Hosts
    * Maximum Use Of 3 Mysql Connection After 1st Execution (Where for sea 8.1 depends on what directory you are aswell some other facts);
    * Minimal CPU & Server Resource Usage
    * Trys to Get Max Nth , Jar & Thm File Previews
    * Optimized Search Results
    * Order By Name, Size, Date, Views Working
    * Can Handle Over 1200 Online Users on Hostgator Baby Plan (@ max 19% cpu usage TESTED);
    * Uses native php function for nth preview generation
    * FFMPEG support Removed (itz made for v.shared host)
    * Easy Customization

    >>>>>>>>>> 2.
    * required php 5.0+ , MySQL
    * create database,uname,pswrd from admin area
    * goto created database from phpmyadmin
    * under export option , upload database.sql file
    * at-last edit libs/db.php & apanel/model/db.php with your database,uname & pswrd
    * default username & password is admin/admin accordingly (change it later from AdminPanel);
    * login from siteurl.com/apanel/index.php
    * copy All Files & Directory to files directory
    * upload default filetype previews with extension .jpg in thumbs directory (eg:- mp3.jpg , 3gp.jpg , nth.jpg);
    * index.php?page=bymode&mode=1 (LAST ADDED FILES)
    * index.php?page=bymode&mode=2 (TOP 21 FILES)
    >>> above two links are not visible , i hope you can do it on own :D


    >>>>>>>>>> 3. Things will add next time
    * if not someone , will make an seo friendly url version (.html version);
    * mp3 files id3 tag with icon editor (need to fully edit mp3idv3tag libs as they failed for 250+ files in forloop);
    * will use php native functions rather then external library for .thm previews
    * android preview (only if manifest.xml decoded successfully as am working on it);
    * search by type
    * comments , like & ratings
    * better AdminPanel
    * gif preview (not sure , removed from this as it failed on hostgator shared server cause of memory issue in forloop);


    >>>>>>>>>> 4.
    * My first share & did'nt had that much time to work on this
    * Shared because some helped ME when i used to be NOOB ... lolzzzzzzzz
    * Let me know if you find any bugs/errors ohh or whatever it is, will try to fix them as soon possible
    * Negative reviews are welcome (as still there are many of my old fanboys :P);


    >>>>>>>>>> 5.
    * CALL IT ANYTHING BUT NOT SEA CAUSE IT IS NOT...IF YOU FORGET REPEAT THIS LINE AGAIN ;) <<< REMEMBER



    DEMO : NikMob.Com - One Stop Download Portal
    Attached Files

    #2
    how to login admin panel ???
    Buying mobile traffic, PM me with your traffic details

    Comment


      #3
      Admin Panel login not working !

      May i know in detail what particular problems are you facing, have you done all the setup @ step 2,
      And also note the default username & password is "admin"
      & one more, you'll need cache enabled in your browser ( plz do verify it)
      for login as well as for search, order-by etc...

      Comment


        #4
        Good script author. Bt admin panel nt complete. Plz add file uploding option and file manager like sea @ admin panel

        Comment


          #5
          ........

          Comment


            #6
            Admin plz share ur htaccess file

            Comment


              #7
              htaccess

              Originally posted by Nepsalone View Post
              Admin plz share ur htaccess file


              thats it

              i think you will need something similar to this

              RewriteEngine on
              RewriteCond %{SCRIPT_FILENAME} !-f
              RewriteCond %{SCRIPT_FILENAME} !-d
              RewriteRule ^(.*)$ index.php?$1 [L]


              i hope you google it :D





              & who wants nikmob script i don't think there a bit of possibilities/chance that u may ever use it
              it it based on PiP for more PiP - Python in PHP it
              no further discussion on this, u want me to add any feature let me know
              Attached Files
              Last edited by StunningNick; 04.03.12, 11:27.

              Comment


                #8
                Error, changing Username &amp; Password

                for those who are unable to change there username and password do
                change the updateUser() Function with this in apanel/models/db.php


                function updateUser( $username , $password )
                {
                return mysql_query( "UPDATE user SET uname = '$username' , pswrd = SHA1('$password')" )
                or die ( mysql_error() );
                }


                or simply, remove where block from mysql query .

                Comment

                Working...
                X