Jump to content

simple search


jamie123

Recommended Posts

I don't really know where to start, I'll start by saying that I know decent knowledge about sqlserver, vb.net, and html, but I know nothing of php.  I have a php script right now that searches sites like esnips for mp3 files  (http://www.majormp3.com/ is a demo of the script).

 

What I want to do is ONLY keep the necessary source that searches esnips and the other file hosting services, where would I even start?  I know this is a very vague question, but I know the searches for different file hosting services are in separate folders, (ex. esnips, jamglue, tagoo all have separate folders with their sources). Inside each of these folders is a set of php files (for esnips, it includes download.php, function.php, function_core.php, function_get.php, index.php, listen.php)  Now I'm guessing that when the majormp3 script searches for music, it goes into this folder and does various things with these files and returns the result, what should I be looking for in these?  Again, what I want to do is strip this script completely so that it is plain and simple, searches these resources and returns plain basic html results..what else should I provide you for help with this?  I realize that this is a hard question to answer based on the information I'm giving so any help in where to start would be appreciated, thanks!

Link to comment
https://forums.phpfreaks.com/topic/162864-simple-search/
Share on other sites

Hi Jamie

 

Yes this is really vague. what exact is your requirements are: I believe we can break them down and you can start writing a new php script according to your need. it will be neat and you can get hold of this script and modify as and when required.

 

It will be difficult for you to clean the script as per your need but as you have the hold on other programming you can also do the same . As per the description it seems there are many scripts working?? Can you share your main file so one can help you thru this after looking at main file.

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/162864-simple-search/#findComment-859421
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.