NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Directory Search

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 11-05-2006, 01:55 PM THREAD STARTER               #1 (permalink)
Account Closed
Join Date: Sep 2006
Location: Missouri
Posts: 9
backlasher55 is an unknown quantity at this point
 



Directory Search


New to search codes,
Any help would be appreciated,
Looking for a free insite directory search code and search script
Thanks in advance,
backlasher55 is offline  
Old 11-05-2006, 02:30 PM   #2 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future
 


Autism Autism Autism Autism Autism Autism Autism
What exactly do you want to search?
Dan is offline  
Old 11-05-2006, 07:18 PM   #3 (permalink)
 
BillyConnite's Avatar
Join Date: Jul 2005
Location: Coffs H, Australia
Posts: 3,456
BillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond repute
 


Wildlife Parkinson's Disease Parkinson's Disease
Hhhmmm, I think he's talkin about searching a php coded directory script... Not sure though . A lil more info would be nice backlasher55.
BillyConnite is offline  
Old 11-05-2006, 07:35 PM   #4 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 276
xeno439 is a jewel in the roughxeno439 is a jewel in the roughxeno439 is a jewel in the rough
 



Put a Google search on your site. You could monetize it and give the visitor the ability to search your site.
xeno439 is offline  
Old 11-05-2006, 08:08 PM THREAD STARTER               #5 (permalink)
Account Closed
Join Date: Sep 2006
Location: Missouri
Posts: 9
backlasher55 is an unknown quantity at this point
 



What I'm looking for is an directory search for my own site
Yes I guess it would be a PHP coded script
I'm wanting to search keywords for material on my site
I'm not up on it enough to make one myself and would really appreciate any help
Not even sure how to apply it
Thanks
backlasher55 is offline  
Old 11-05-2006, 08:12 PM   #6 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future
 


Autism Autism Autism Autism Autism Autism Autism
Are you saying you want to search things such as file names or content in the files?

Elaborate on "directory search."
Dan is offline  
Old 11-05-2006, 08:18 PM THREAD STARTER               #7 (permalink)
Account Closed
Join Date: Sep 2006
Location: Missouri
Posts: 9
backlasher55 is an unknown quantity at this point
 



I guess it would be termed a directory search of file names
Sorry but I'm very new to search information
backlasher55 is offline  
Old 11-05-2006, 08:29 PM   #8 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future
 


Autism Autism Autism Autism Autism Autism Autism
example name: search.php
PHP Code:
<?php

$dir 
"./"// Directory path

$search $_POST['search'];
if (
$search) {
    
$d dir($dir);
    while (
false !== ($entry $d->read())) {
        if (
strpos($entry$search) === false) {} else
????: NamePros.com http://www.namepros.com/programming/254719-directory-search.html
        echo 
$entry."<br />";
    }
    
$d->close();
}

?>
<form action="" method="post">
    <input type="text" name="search" value="" /> <input type="submit" value="submit" />
</form>
I still don't really know what you want to do, but that searches the file names in the folder.
Dan is offline  
Old 11-05-2006, 08:35 PM THREAD STARTER               #9 (permalink)
Account Closed
Join Date: Sep 2006
Location: Missouri
Posts: 9
backlasher55 is an unknown quantity at this point
 



What I'm doing is wanting to build a directory of sites on the net and be able to search for the (keywords or names)links after they have added theirselves to the directory, each site will of course first be approved to be added to the directory list in certain categories.
Similar to many of the directorys you already see on the net.
backlasher55 is offline  
Old 11-05-2006, 08:39 PM   #10 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future
 


Autism Autism Autism Autism Autism Autism Autism
So you're looking for this.
Dan is offline  
Old 11-05-2006, 09:13 PM   #11 (permalink)
 
BillyConnite's Avatar
Join Date: Jul 2005
Location: Coffs H, Australia
Posts: 3,456
BillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond reputeBillyConnite has a reputation beyond repute
 


Wildlife Parkinson's Disease Parkinson's Disease
Originally Posted by backlasher55
What I'm doing is wanting to build a directory of sites on the net and be able to search for the (keywords or names)links after they have added theirselves to the directory, each site will of course first be approved to be added to the directory list in certain categories.
Similar to many of the directorys you already see on the net.
Originally Posted by Dan
So you're looking for this.
That's what I thought lol.
????: NamePros.com http://www.namepros.com/showthread.php?t=254719

backlasher55, there are free web directory scripts available for download that include a search function already .

The one suggested by Dan would be ideal.

Unless you're suggesting that you have custom coded a web directory, and would like to add a search function to it now?
BillyConnite is offline  
Old 11-06-2006, 12:13 PM THREAD STARTER               #12 (permalink)
Account Closed
Join Date: Sep 2006
Location: Missouri
Posts: 9
backlasher55 is an unknown quantity at this point
 



Thank You All for your help,
I really appreciate everything

Now if I can just figure out how to apply it all ..... LOL
Thanks Again
backlasher55 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 01:16 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger