fixed mp3 search

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

    #61
    Originally posted by manavworld View Post
    nice job man

    thank you dude!
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #62
      Originally posted by ranzit2 View Post
      its javascript and without javascript already shared.do read whole topic.
      http://coding-talk.com/attachments/f...search-mp3.zip
      thanks a lot

      Comment


        #63
        Originally posted by ranzit2 View Post
        its javascript and without javascript already shared.do read whole topic.
        http://coding-talk.com/attachments/f...search-mp3.zip
        i just upload your script sir but i got error when im going to brows link or going to search it turns to blank page.. Can anyone post the solution here.. Thanks i dont know anyting in coding.. Lol here the link Site Title

        Comment


          #64
          Originally posted by komiko View Post
          i just upload your script sir but i got error when im going to brows link or going to search it turns to blank page.. Can anyone post the solution here.. Thanks i dont know anyting in coding.. Lol here the link Site Title
          damn guys buy some Good hosting.the script is Working fine .i tested at localhost.
          she is beautifull than php.and i love her more than php.
          sigpic

          Comment


            #65
            Originally posted by ranzit2 View Post
            damn guys buy some Good hosting.the script is Working fine .i tested at localhost.
            you right dude, thanks it works now with me..

            Comment


              #66
              Gr8..Which files working 100%

              Comment


                #67
                The Fully Fixed Version is At pocketwap.net

                View Demo Here : POCKETWAP.NET : MP3 Music Search Engine

                Comment


                  #68
                  if this dont working just create php.ini file in /audio :

                  [PHP]
                  ;system settings

                  ;load globals
                  register_globals = On

                  ;display errors must be off to hide your errors lol
                  display_errors = Off

                  ; load curl if your idiot server don't let you have curl..
                  extension=php_curl.dll

                  ; Made by SUB-ZERO
                  ; Do not EDIT THIS !!
                  ; ENJOY !!

                  with this file it working in my srcript..
                  DONT REMEBMER TO SAY THANKS TO SUBZERO :D
                  http://www.youtube.com/watch?v=vsLkpcFKbOk

                  Comment


                    #69
                    Originally posted by rap-4ever View Post
                    if this dont working just create php.ini file in /audio :

                    [PHP]
                    ;system settings

                    ;load globals
                    register_globals = On

                    ;display errors must be off to hide your errors lol
                    display_errors = Off

                    ; load curl if your idiot server don't let you have curl..
                    extension=php_curl.dll

                    ; Made by SUB-ZERO
                    ; Do not EDIT THIS !!
                    ; ENJOY !!

                    with this file it working in my srcript..
                    DONT REMEBMER TO SAY THANKS TO SUBZERO :D
                    ; load curl if your idiot server don't let you have curl..
                    extension=php_curl.dll

                    With this I got error 500.
                    -----------------------------
                    ;load globals
                    register_globals = On ???? No-no.

                    Script have function.php with >>>

                    PHP Code:
                    <?php
                    /////////// Work register_global = Off
                    foreach($_POST AS $key => $value)
                    {
                    ${
                    $key} = $value

                    foreach(
                    $_GET AS $key => $value
                    {
                    ${
                    $key} = $value
                    }  

                    function 
                    potong($content,$start,$end){
                      if(
                    $content && $start && $end) {
                        
                    $r explode($start$content);
                        if (isset(
                    $r[1])){
                            
                    $r explode($end$r[1]);
                            return 
                    $r[0];
                        }
                        return 
                    '';
                      }
                    }
                    ?>
                    Soon I will post a link of my (unfinised) version and working script.
                    Last edited by arnage; 16.12.09, 12:43.
                    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                    Comment


                      #70
                      hehe,this is for idiot servers :D
                      http://www.youtube.com/watch?v=vsLkpcFKbOk

                      Comment


                        #71
                        Here are the scripts for music with Java and simple search,
                        a lyric is more or less the same as the Hotsmusic, still, so I will not upload it.

                        My unfinished version is at m.wapforum.rs.

                        Im preparing exams at university and finishing the scripts takes a lot of time 4 me...

                        When everything is set up Ill upload the entire script.

                        Copy-paste this form, I forgot the xhtml MP rule for valid markup.
                        HTML Code:
                        <form method="get" action="audio/index.php">
                        <div>
                        <hr/>
                        <span class="csi">Type the name of artist, song title or keyword</span><br/>
                        <img src="../images/speaker.png" alt="music"/>
                        <input name="search" type="text" maxlength="30"/>
                        <input type="hidden" name="source" value="jamglue"/>
                        <input type="submit" value="Search"/>
                        <hr/>
                        </div>
                        </form>
                        Attached Files
                        Last edited by arnage; 17.12.09, 16:17.
                        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                        Comment


                          #72
                          Originally posted by arnages View Post
                          ; load curl if your idiot server don't let you have curl..
                          extension=php_curl.dll

                          With this I got error 500.
                          -----------------------------
                          ;load globals
                          register_globals = On ???? No-no.

                          Script have function.php with >>>

                          PHP Code:
                          <?php
                          /////////// Work register_global = Off
                          foreach($_POST AS $key => $value)
                          {
                          ${
                          $key} = $value

                          foreach(
                          $_GET AS $key => $value
                          {
                          ${
                          $key} = $value
                          }  

                          function 
                          potong($content,$start,$end){
                            if(
                          $content && $start && $end) {
                              
                          $r explode($start$content);
                              if (isset(
                          $r[1])){
                                  
                          $r explode($end$r[1]);
                                  return 
                          $r[0];
                              }
                              return 
                          '';
                            }
                          }
                          ?>
                          Soon I will post a link of my (unfinised) version and working script.
                          I remember this code. I get it from Gum when all my script was coded to work with register_global set to on and suddenly as my server upgrade and impose of not turning it on, this works like a magic. so yeah, you dont have to set it in php.ini for it was already in function.php

                          Comment


                            #73
                            If I understood you well, it means that in every script that works with globals on, can place this code and reg globals set to off. Cool.

                            And the code, I do not understand exactly what it do but it does not matter, I just diging holes around it.
                            <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                            Comment


                              #74
                              this better without javascripts . .vid,mp3 or lyrics lol Post HardCore - Emo - Punk METAL ZONE [tarima el zagrado]
                              com site: http://vampist.net
                              download site: http://wapdloads.net
                              fb: http://www.facebook.com/pmplx

                              Comment


                                #75
                                Tested the script posted by Gums (post #1) & arnages (post #71), iPhone safari browser unable to play the MP3. Can you guys help to fix this? Thanks!!!

                                Comment

                                Working...
                                X