Sea auto index HTML Verson updated

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

    #16
    you need to edit some files, as view.php removed ip address for download the files. and edit index files for logo, facebook code ads etc

    Comment


      #17
      Originally posted by akela View Post
      you need to edit some files, as view.php removed ip address for download the files. and edit index files for logo, facebook code ads etc
      bro m try but same problem.. all file reedit

      and view.php sucses remove ip address?

      Comment


        #18
        Reply this line


        echo '<div class="devider">&nbsp;</div>Download Link: <a class="dwnLink" rel="nofollow" href="http://88.198.196.110/load.php?id='.$id.'"><strong>[ Download File ]</strong></a><div class="devider"></div>';





        add this this
        echo '<div class="devider">&nbsp;</div>Download Link: <a class="dwnLink" rel="nofollow" href="load.php?id='.$id.'"><strong>[ Download File ]</strong></a><div class="devider"></div>';

        Comment


          #19
          latest updates is not working, updates table is missing
          any1 made it working???

          http://WapTops.com- Get Real High Traffic
          http://WapFun.info-Fun 4 Wap

          Comment


            #20
            It Says, http://downloads.*******.com/1-Hindi+mp3+Songs.html is not found ...
            it cant find any file or folder !
            everything is working smoothly without it ! plz reply me how to fix it ? :|

            Comment


              #21
              hey, any1 plz tell me how to add file name as page title in view.php??????????

              http://WapTops.com- Get Real High Traffic
              http://WapFun.info-Fun 4 Wap

              Comment


                #22
                One way is to remove < require 'moduls/header.php'; > from top of view.php and instead add

                PHP Code:
                #-----------------------------------------------------#
                #     ============ЗАГРУЗ-ЦЕНТР=============           #
                #                  Автор  :  Sea                        #
                #               E-mail  :  x-sea-x@ya.ru              #
                #                  ICQ  :  355152215                  #
                #   Вы не имеете права распространять данный скрипт.  #
                #           По всем вопросам пишите в ICQ.        #
                #-----------------------------------------------------#

                // mod Gemorroj
                $HeadTime microtime(true);

                session_start();

                header('Content-type: text/html; charset=utf-8');
                header('Expires: Thu, 21 Jul 1977 07:30:00 GMT');
                header('Last-Modified: ' gmdate('r') . ' GMT');
                header('Cache-Control: post-check=0, pre-check=0'false);
                header('Pragma: no-cache');

                echo 
                '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                <html>
                <head>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
                <link rel="stylesheet" type="text/css" href="./style.css"/>
                <title>' 
                $setup['zag'] . '|' $file_info['name'] . '</title>
                </head>
                <body>'

                Last edited by arnage; 16.10.11, 10:22.
                <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                Comment


                  #23
                  Here is the partners & Updates table
                  Attached Files

                  Comment


                    #24
                    Originally posted by arnage View Post
                    One way is to remove < require 'moduls/header.php'; > from top of view.php and instead add

                    PHP Code:
                    #-----------------------------------------------------#
                    #     ============ЗАГРУЗ-ЦЕНТР=============           #
                    #                  Автор  :  Sea                        #
                    #               E-mail  :  x-sea-x@ya.ru              #
                    #                  ICQ  :  355152215                  #
                    #   Вы не имеете права распространять данный скрипт.  #
                    #           По всем вопросам пишите в ICQ.        #
                    #-----------------------------------------------------#

                    // mod Gemorroj
                    $HeadTime microtime(true);

                    session_start();

                    header('Content-type: text/html; charset=utf-8');
                    header('Expires: Thu, 21 Jul 1977 07:30:00 GMT');
                    header('Last-Modified: ' gmdate('r') . ' GMT');
                    header('Cache-Control: post-check=0, pre-check=0'false);
                    header('Pragma: no-cache');

                    echo 
                    '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                    <html>
                    <head>
                    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
                    <link rel="stylesheet" type="text/css" href="./style.css"/>
                    <title>' 
                    $setup['zag'] . '|' $file_info['name'] . '</title>
                    </head>
                    <body>'

                    not working
                    $file_info['name'] is showing nothing

                    http://WapTops.com- Get Real High Traffic
                    http://WapFun.info-Fun 4 Wap

                    Comment


                      #25
                      Because $file_info['name'] has not defined yet.
                      $file_info contain no value
                      start your your html allocation after database connection.

                      Comment


                        #26
                        Yes, not just copy-paste... or read it again for title.
                        PHP Code:
                        $file mysql_fetch_array(mysql_query('SELECT * FROM `files` WHERE `id` = '.$id));
                        $file_title $file['name']; 
                        ---
                        Or add in header.php something like:
                        PHP Code:
                        if (strpos($_SERVER['PHP_SELF'], 'view.php') !== false) {
                        $file mysql_fetch_array(mysql_query('SELECT * FROM `files` WHERE `id` = '.$id));
                        $file_title $file['name'];
                        } else {
                        $file_title '';

                        ... to avoid coping DTD header in view.php.
                        There is several ways to achieve this.
                        Last edited by arnage; 16.11.11, 14:05.
                        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                        Comment


                          #27
                          can any body do it in this sea script!

                          | Non-resumable multi stream download
                          | generate unique link for every download, but no variation in file name

                          Comment


                            #28
                            nice gud script.

                            gud script.

                            Comment


                              #29
                              run install.php, you will be asked to put your database login details
                              put it correctly & install it

                              Bro, This script working perfectly.. make a folder, named "files" make subfolder into it to make section
                              Last edited by metulj; 19.12.11, 20:47.

                              Comment

                              Working...
                              X