GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   MP3 Search script i'm giving out (https://gfy.com/showthread.php?t=877841)

buzzy 12-25-2008 08:04 PM

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 :thumbsup

brassmonkey 12-25-2008 08:07 PM

have a demo

buzzy 12-25-2008 08:12 PM

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

buzzy 12-25-2008 08:36 PM

mabye ill make a demo later

candyflip 12-25-2008 08:53 PM

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?

buzzy 12-25-2008 09:56 PM

try editing configxr4 so its just called config

buzzy 12-25-2008 09:56 PM

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

Naughty 12-26-2008 03:55 AM

Going to try this too, any place to find the tables that we need to add to the dbase?

candyflip 12-26-2008 06:16 AM

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

TeenCat 12-26-2008 06:22 AM

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 :winkwink: thanks and merry xmas! :thumbsup

candyflip 12-26-2008 06:24 AM

Quote:

Originally Posted by TeenCat (Post 15246639)
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 :winkwink: thanks and merry xmas! :thumbsup

Not sure if this helps, but the script seems to search and scrap the results from here:

http://mp3realm.org

tranza 12-26-2008 06:29 AM

bumppppp

Naughty 12-26-2008 01:53 PM

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;-)

jimbona 12-26-2008 04:36 PM

@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');


buzzy 12-26-2008 07:01 PM

did any of you get it working?

brassmonkey 12-26-2008 07:09 PM

i hevent looked at it i dont drink and install hehehe

Naughty 12-27-2008 02:27 AM

Quote:

Originally Posted by jimbona (Post 15248300)
@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.

Naughty 12-27-2008 02:50 AM

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

Quote:

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 >>

buzzy 12-27-2008 04:58 PM

Can anyone else try and get it to work?

candyflip 12-27-2008 07:39 PM

Quote:

Originally Posted by Naughty (Post 15249663)
Ok, still no results though. Just a big page with

That's what I get as well.

jimbona 12-28-2008 05:15 PM

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.


All times are GMT -7. The time now is 06:39 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc