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
moozzl.com like - mp3 search engine
Collapse
X
-
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:
-
Change in /audio/index.phpOriginally posted by cobusbo View PostWapfever.com search full mp3 for mobile
to 4 examplePHP 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");
}
?>
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:
-
Hi Gumslone...
A little help please...... I can't make the script to work... Thank you!
Leave a comment:
-
k if I remove the javascript what should i add to fix it lol because javascript is needed to function correct?
Leave a comment:
-
-
Leave a comment: