MP3 Search script i'm giving out

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buzzy
    Confirmed User
    • May 2007
    • 2606

    #1

    MP3 Search script i'm giving out

    I bought this with resell rights for a project but it never materialised. It's christmas and it was just laying around so i thought i'd share it with you guys.

    It's a really good script, has ajax, search cloud, seo friendly URL's, and a good looking base template. The configuration is all done with one php file, very easy.

    http://filevegas.com/file/48/mp3-search-script-rar.html

    Enjoy & Merry christmas
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77390

    #2
    have a demo
    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

    Comment

    • buzzy
      Confirmed User
      • May 2007
      • 2606

      #3
      can't be assed, if someone on here wants to set a demo up they can, but it is a nice script

      Comment

      • buzzy
        Confirmed User
        • May 2007
        • 2606

        #4
        mabye ill make a demo later

        Comment

        • candyflip
          Carpe Visio
          • Jul 2002
          • 43073

          #5
          I tried to set it up but no luck.

          Are there any special instructions aside from setting up a database, editing the config file, uploading and setting permissions?

          Spend you some brain.
          Email Me

          Comment

          • buzzy
            Confirmed User
            • May 2007
            • 2606

            #6
            try editing configxr4 so its just called config

            Comment

            • buzzy
              Confirmed User
              • May 2007
              • 2606

              #7
              nvm. what error are you getting? it should work.

              Comment

              • Naughty
                Confirmed User
                • Jul 2001
                • 6482

                #8
                Going to try this too, any place to find the tables that we need to add to the dbase?
                seks.ai for sale - ping me

                Comment

                • candyflip
                  Carpe Visio
                  • Jul 2002
                  • 43073

                  #9
                  No errors, just no search results provided. Everything else seems to be working.

                  Spend you some brain.
                  Email Me

                  Comment

                  • TeenCat
                    Too lazy to set a koala
                    • Jan 2007
                    • 16131

                    #10
                    script for searching mp3s? where? at rapidshare? and why only mp3? every script can be edited, so why only for mp3? and is there any original url where you bought it from? any reply is much appreciated thanks and merry xmas!

                    6bot
                    / Coming again very soon!
                    Svit Zlin Radio 24/7!

                    Comment

                    • candyflip
                      Carpe Visio
                      • Jul 2002
                      • 43073

                      #11
                      Originally posted by TeenCat
                      script for searching mp3s? where? at rapidshare? and why only mp3? every script can be edited, so why only for mp3? and is there any original url where you bought it from? any reply is much appreciated thanks and merry xmas!
                      Not sure if this helps, but the script seems to search and scrap the results from here:

                      http://mp3realm.org

                      Spend you some brain.
                      Email Me

                      Comment

                      • tranza
                        ICQ: 197-556-237
                        • Jun 2003
                        • 57559

                        #12
                        bumppppp
                        I'm just a newbie.

                        Comment

                        • Naughty
                          Confirmed User
                          • Jul 2001
                          • 6482

                          #13
                          Seriously, i see al kinds of refrences to lyrics_tags, but not a single file to create these table(s). I downloaded it again just now figuring i must be missing a file, but no;-)
                          seks.ai for sale - ping me

                          Comment

                          • jimbona
                            Confirmed User
                            • Jan 2007
                            • 190

                            #14
                            @naughty, the sql is in tagcloud_sql.sql

                            Code:
                            SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
                            
                            
                            
                            CREATE TABLE `lyrics_tags` (
                              `tag_id` int(11) NOT NULL auto_increment,
                              `tag_name` text NOT NULL,
                              `count` int(11) default '0',
                              `search_date` datetime NOT NULL default '0000-00-00 00:00:00',
                              PRIMARY KEY  (`tag_id`)
                            ) ENGINE=INNODB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1615 ;
                            
                            --
                            -- Dumping data for table `lyrics_tags`
                            --
                            
                            INSERT INTO `lyrics_tags` VALUES(1432, 'rihanna', 40, '2008-03-11 16:06:52');
                            INSERT INTO `lyrics_tags` VALUES(1519, 'take+my+breath+away', 71, '2008-03-14 23:37:27');
                            INSERT INTO `lyrics_tags` VALUES(1518, 'michael+jackson', 31, '2008-03-14 23:35:44');
                            INSERT INTO `lyrics_tags` VALUES(1521, 'linkin+park', 168, '2008-03-14 23:42:08');
                            INSERT INTO `lyrics_tags` VALUES(1522, 'metallica', 11, '2008-03-14 23:57:42');
                            INSERT INTO `lyrics_tags` VALUES(1523, 'andain', 15, '2008-03-15 09:26:23');
                            Thanks
                            Paul
                            Thunder-Ball.net - Member

                            Comment

                            • buzzy
                              Confirmed User
                              • May 2007
                              • 2606

                              #15
                              did any of you get it working?

                              Comment

                              • brassmonkey
                                Pay It Forward
                                • Sep 2005
                                • 77390

                                #16
                                i hevent looked at it i dont drink and install hehehe
                                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                Comment

                                • Naughty
                                  Confirmed User
                                  • Jul 2001
                                  • 6482

                                  #17
                                  Originally posted by jimbona
                                  @naughty, the sql is in tagcloud_sql.sql

                                  Code:
                                  SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
                                  
                                  
                                  
                                  CREATE TABLE `lyrics_tags` (
                                    `tag_id` int(11) NOT NULL auto_increment,
                                    `tag_name` text NOT NULL,
                                    `count` int(11) default '0',
                                    `search_date` datetime NOT NULL default '0000-00-00 00:00:00',
                                    PRIMARY KEY  (`tag_id`)
                                  ) ENGINE=INNODB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1615 ;
                                  
                                  --
                                  -- Dumping data for table `lyrics_tags`
                                  --
                                  
                                  INSERT INTO `lyrics_tags` VALUES(1432, 'rihanna', 40, '2008-03-11 16:06:52');
                                  INSERT INTO `lyrics_tags` VALUES(1519, 'take+my+breath+away', 71, '2008-03-14 23:37:27');
                                  INSERT INTO `lyrics_tags` VALUES(1518, 'michael+jackson', 31, '2008-03-14 23:35:44');
                                  INSERT INTO `lyrics_tags` VALUES(1521, 'linkin+park', 168, '2008-03-14 23:42:08');
                                  INSERT INTO `lyrics_tags` VALUES(1522, 'metallica', 11, '2008-03-14 23:57:42');
                                  INSERT INTO `lyrics_tags` VALUES(1523, 'andain', 15, '2008-03-15 09:26:23');
                                  Ugh, i did an extended search in all php files, hence skipping the sql file. Thanks.
                                  seks.ai for sale - ping me

                                  Comment

                                  • Naughty
                                    Confirmed User
                                    • Jul 2001
                                    • 6482

                                    #18
                                    Ok, still no results though. Just a big page with

                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!


                                    Bitrate:
                                    Playtime:

                                    download | Listen and Share it!

                                    Page: 0 of 0

                                    << FIRST < PREVIOUS NEXT > LAST >>
                                    seks.ai for sale - ping me

                                    Comment

                                    • buzzy
                                      Confirmed User
                                      • May 2007
                                      • 2606

                                      #19
                                      Can anyone else try and get it to work?

                                      Comment

                                      • candyflip
                                        Carpe Visio
                                        • Jul 2002
                                        • 43073

                                        #20
                                        Originally posted by Naughty
                                        Ok, still no results though. Just a big page with
                                        That's what I get as well.

                                        Spend you some brain.
                                        Email Me

                                        Comment

                                        • jimbona
                                          Confirmed User
                                          • Jan 2007
                                          • 190

                                          #21
                                          If you check your error log, you will probably find that you cant use a url wrapper with file_get_contents which means you would have to convert it to use a curl lookup instead.
                                          Thanks
                                          Paul
                                          Thunder-Ball.net - Member

                                          Comment

                                          Working...