moozzl.com like - mp3 search engine

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

    #16
    ok, this is how far ive gone already in this script. havent check it though if its a valid page coz at the moment, thats not my concern. lol. but work in my phone using opera brower :D
    javascript and ajax havent remove yet. i dunno how to make it work if i remove those. lol
    and if you see the download link. its still a link from original script coz i cant find download.php file
    anyone who make it better. please be generous and post it here :p
    Attached Files

    Comment


      #17
      download.php only for jamglue source

      download.php only for jamglue source

      PHP Code:
       include "Snoopy.class.php";
      $snoopy = new Snoopy;
      $snoopy->agent "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)";
      $snoopy->referer "http://www.google.com/";

      $submit_url "http://www.jamglue.com/sign_in";
          
          
      $submit_vars["name"] = "hotsmusic";
          
      $submit_vars["password"] = "fareast91";
          
      $submit_vars["url"] = $_GET['url'];
          
      $submit_vars["commit"] = "Sign in";
              
          if(
      $snoopy->submit($submit_url,$submit_vars))
          {
              while(list(
      $key,$val) = each($snoopy->headers))
                  
      header ($val);
              
          }
          else
              echo 
      "error fetching document: ".$snoopy->error."\n";    
              
          print 
      $snoopy->results
      Advertise your mobile site for FREE with AdTwirl

      Comment


        #18
        oh my.. its not downloading the file but instead, signing in to jamglue site :D

        Comment


          #19
          change

          $link = '&src=jamglue&link='.$download.'&name='.$name;

          to

          $link = "url={$download}";


          in sources/jamglue/index.php

          Comment


            #20
            and now i get this
            InvalidArgumentEither the Signature query string parameter or the Authorization header should be specified, not bothBasic aG90c211c2ljOmZhcmVhc3Q5MQ==Authorization57823C469 895D67F6cZkf2eVxfhFEVwpTUz2HN48yA4obtjKg28Ox2Rd15b cpYAq1kfv/lCkYKnPoKi2

            Comment


              #21
              download snoopy class from here http://sourceforge.net/projects/snoopy/
              Advertise your mobile site for FREE with AdTwirl

              Comment


                #22
                and now this error appears :confused:
                Fatal error: Maximum execution time of 60 seconds exceeded in Snoopy.class.php on line 894

                but cant find where to set is to longer max execution time. And base on the time before the download appear in moozzl, it doesnt take more than 10sec.

                Comment


                  #23
                  what is the problem with this script ? it just refreshes all the time when you try download

                  Comment


                    #24
                    Originally posted by NoFx View Post
                    what is the problem with this script ? it just refreshes all the time when you try download
                    looks like the download.php is not working
                    Advertise your mobile site for FREE with AdTwirl

                    Comment


                      #25
                      how would you fix that ? haha thanks for the help by the way

                      Comment


                        #26
                        Originally posted by NoFx View Post
                        what is the problem with this script ? it just refreshes all the time when you try download
                        it working fine for me

                        Comment


                          #27
                          could you please post the complete version of the script ;) i have no idea why mines not working or what to do to fix it

                          Comment


                            #28
                            yup, if somebody could post the full edited version, it will be gud.

                            Comment


                              #29
                              W0w! Tnx nwei

                              Comment


                                #30
                                where is the link to download it?
                                mysterio.al - programming is a functional art

                                Comment

                                Working...
                                X