moozzl.com like - mp3 search engine

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

  • barkakati
    replied
    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

    Leave a comment:


  • barkakati
    replied
    Thanks for replying

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

    Leave a comment:


  • arnage
    replied
    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.

    Leave a comment:


  • barkakati
    replied
    Hi Gumslone...

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

    Leave a comment:


  • wapmad
    replied
    thankkkkkkkkkkkkkks

    Leave a comment:


  • wapmad
    replied
    please you post the full script here

    Leave a comment:


  • wapmad
    replied
    thanks............

    Leave a comment:


  • p2eware
    replied
    thax,............

    Leave a comment:


  • cobusbo
    replied
    k if I remove the javascript what should i add to fix it lol because javascript is needed to function correct?

    Leave a comment:


  • rh0bz
    replied
    try mine also without javascript and supported by all mobile Filemeter Search Mp3s

    Leave a comment:


  • amarjot
    replied
    good nice shaaring

    Leave a comment:


  • cobusbo
    replied
    k thanks for this will try it

    Leave a comment:


  • eeeh_aarrh
    replied
    I have removed the javascript. It's working perfectly now: thumbwap.com

    Leave a comment:


  • GumSlone
    replied
    its a mp3 search code for 4shared source

    Leave a comment:


  • cobusbo
    replied
    what does this code do gumslone?

    Leave a comment:

Working...
X