moozzl.com like - mp3 search engine

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

    #61
    thax,............

    Comment


      #62
      thanks............

      Comment


        #63
        please you post the full script here

        Comment


          #64
          thankkkkkkkkkkkkkks

          Comment


            #65
            Hi Gumslone...

            A little help please...... I can't make the script to work... Thank you!

            Comment


              #66
              Originally posted by cobusbo View Post
              Wapfever.com search full mp3 for mobile
              Change in /audio/index.php
              PHP Code:
              <?php

              if (!isset($_GET[search]) OR $_GET[search] == "" OR $_GET[search] == "Type Artis Name or Song") {

              $_GET[search] = "muse";
              include(
              "includes/layout_main.php");

              }else{
              if(!
              $_GET[page]) {
                  include(
              "includes/searchtracking.php");
                }
              include(
              "includes/layout_main.php");

              }


              ?>
              to 4 example

              PHP Code:
              <?php
              if (!isset($_GET[search]) OR $_GET[search] == "" ) {
              echo 
              'Type the name of artist, song title or keyword!';
              } else {
              if(!
              $_GET[page]) {
                 include(
              "includes/searchtracking.php");
                }
                 include(
              "includes/layout_main.php");
              }
              ?>
              Last edited by arnage; 03.12.09, 22:13.
              <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

              Comment


                #67
                Thanks for replying

                Can you please send me the working download.php file that works for 4shared source? Thank you so much in advance.......

                Comment


                  #68
                  Hi guys!

                  I made this work! The only thing that I'm totally confused is the pagination for search results.. A little help please? Ayone? Thank you

                  Comment

                  Working...
                  X