CodeCanyon

Static HTML Website Search Tool

  • Has been a member for 1-2 years
SimChi says

I am wanting to purchase this script but it is not clear if there is any way to exclude pages from showing up in the search results.

Does anyone know if this is possible, and if so, what has to be done to accomplish it?

Thanks, Simeon

1 year ago
Author
dtbaker dtbaker replied

Yes pages can be excluded.

They can be excluded with regex which gives great control over choosing what file names to ignore.

1 year ago
Default-user SimChi replied

How is this being accomplished in the interface? Does it require programming or is a simple gui type of process?

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
leonardmichael says
Purchased

One more time…

Can someone explain to me how to do this?

How do you make the results show up “inside” your website “on its own page” instead of going to a new window with the results?

I frame? If so, how?

Thanks in advance.

1 year ago
Author
dtbaker dtbaker replied

You can copy the iframe demo:

<form method="post" action="search.php?iframe=true" id="searchform" target="iframesearch"> 
            Search Site Content: <input name="search" id="searchbox" value="test" type="text" /> <input name="go" value="Search" type="submit" />    
            </form> 
            <iframe name="iframesearch" scrolling="auto" src="search.php?iframe=true&search=test" id="iframesearch" frameborder="0" style="width:100%; height:500px;"></iframe> 
1 year ago
Author
dtbaker dtbaker replied

Or create customsearch.php with this content:

<iframe name="iframesearch" scrolling="auto" src="search.php?iframe=true&search=&lt;?php echo htmlspecialchars($_REQUEST['search']);?&gt;" frameborder="0" id="iframesearch" style="width:100%; height:500px;"></iframe>

then submit to this page with

<form method="get" action="customsearch.php">
<input name="search" type="text" /> 
</form>

that’s a bit more of an advanced setup – not supported out of the box

1 year ago
Author
dtbaker dtbaker replied

A third option is to put your website header and footer into the corresponding header.php and footer.php files (like you have done)

Just put more of the header into those files – so that the header shows the full website header, and the footer shows the full normal website footer.

Shouldn’t that work?

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
leonardmichael says
Purchased

Also, how do you exclude the menus from being indexed in the results?

Thanks.

1 year ago
Author
dtbaker dtbaker replied

Have added to fax

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
leonardmichael says
Purchased

Can I get a refund?

No support whatsoever.

I will buy a script from another author on this site.

Thank you.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
leonardmichael says
Purchased

I owe you a HUGE apology! All of this is my fault (not yours). If I would have paid better attention to your instructions and examples I wouldn’t have had the issues I had.

I am very sorry!

**Please remove the above comments by me.

I followed your instructions and now it works EXACTLY as it’s supposed to.

I was the one in the wrong – not you.

Please accept my sincerest apologies.

Respectfully, Leonard Michael

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Europe
zezinozen says

Hello dtbaker,

One question only, can I use this item out of the box in a site with a different language than english?.. I mean with letters like ñ, á, é, ...

I read in the comments about it and before purchasing it I thought it would be better to ask you.

Thank you and all the best.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Europe
zezinozen says

Hello, anybody there?! (please see the comment above)

Thank you!

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
wolfdogg says
Purchased

How do you block access to folders?

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Europe
zezinozen says

Anybody here could, please, answer this question:

can I use this item out of the box in a site with a different language than english?.. I mean with letters like ñ, á, é, ...

Author seems not to be over here (11 days after the first question)

Wolfdogg I think the answer is in the FAQ , have a look just in case.

Thank you!

1 year ago
Author
dtbaker dtbaker replied

It probably will work with a few slight tweaks.

1 year ago
zezinozen zezinozen replied

Thank you dtbaker!.

I will think about it, I can do a few things in html and php.. but not sure If I would be able of doing on my own. Thanks again and all the best.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
californiabao says
Purchased

Hi, I just bought your script and its very simple install too. How would I limit the search queries and if they want more, than it will be in the pagination number? Thanks

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
lbslaven says
Purchased

I know I’l probably missed something simple, but i keep getting this error message at the top of my search results. I ‘m just testing on wamp server at the moment. But I’m still getting the the search results along with this message.

Any help gratfully received.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
cosmecom says
Purchased

Hi, i have a problem with special characters, please help!!

11 months ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 100 and 499 items
  • United Kingdom
  • Referred between 1 and 9 users
Moonworks says

Is it possible to edit this somehow to work with WordPress?

I like the way your results page looks, and it would be great on my WP site :)

8 months ago
Author
dtbaker dtbaker replied

No sorry, but if you are familiar with PHP you might be able to get my other dynamic php search engine working with wordpress. It searches a website just like google does, based on links.

8 months ago
  • Has been a member for 0-1 years
  • Bought between 50 and 99 items
rundmg says
Purchased

Brilliant this. So easy to get working and integrate within a site perfectly both on local then linux hosting. Slight problem with it not working on a windows base? Tried everything with permissions before trying it on my own linux based host to make sure I wasn’t going mental. Worked fine instantly. Any advice for using on windows hosting?

Cheers :)

3 months ago
  • Has been a member for 0-1 years
  • Bought between 50 and 99 items
rundmg says
Purchased

Right, forget that post above it was the actual search.php file that had to have permissions 644. Didn’t seem to bother the other domains but kept getting a SoftException in Application.cpp:256: group write error due to above not being set.

So to redeem myself I say – buy this thing now as it makes light work of the job! top work!

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
scoutstahl says
Purchased

Installed on my IIS7 server and it is working with the exception of I jet half a page of: “Warning: file_put_contents(phpsearch_files/search_cache/efba56bc8ec0829cac18461e9858fd0e): failed to open stream: Permission denied in C:\inetpub\wwwroot\Bachman\search.php on line 365 ” repeated over and over. How do I fix this? Also is there a way to prevent the search from searching my menus?

2 months ago
Author
dtbaker dtbaker replied

Please contact hosting provider and ask them to enable php write permissions on your search_cache/ folder.

Please check faq for menu.

2 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Estuardo says
Purchased

do not buy it! does not work and no support

2 months ago
Author
dtbaker dtbaker replied

Hello, I received your details 2 days ago. As per the auto responder there is up to 10 days to reply to free email ticket support questions.. I will do my best to resolve your questions as quickly as I can.

2 months ago
Purchased
Default-user Estuardo replied

yes, but I sent my first post on March 18, you take long to respond, but if I leave a negative comment you respond immediately.

I need this to work, so I’ll have to wait, if everything does work as promised I give you a good comment and 5 stars.

2 months ago
Purchased
Default-user Estuardo replied

works great!

thank you very much, you got your 5 stars.

users please please ignore the previous comment

2 months ago
  • Has been a member for 2-3 years
  • Author had a File in an Envato Bundle
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Romania
  • Referred more than 2000 users
Artorius says
Purchased

Problem no.1 – doesn’t search in php files (which have html content) Problem noi.2 – replaced code sections for utf-8 characted encoding but nothing changes.

8 days ago
Author
dtbaker dtbaker replied

please send in a support ticket if you require some modifications to get the script working: http://support.dtbaker.com.au/support-ticket.html

please also look at the php search engine if you wish to search php files: http://codecanyon.net/item/php-search-engine/89499

8 days ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
scottcgilmore says
Purchased

This is what I get when I test. Any help?

Warning: require_once(phpsearch_files/config.php) [function.require-once]: failed to open stream: Permission denied in /home/content/s/c/o/scottcgilmore/html/search.php on line 19

Fatal error: require_once() [function.require]: Failed opening required ‘phpsearch_files/config.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/s/c/o/scottcgilmore/html/search.php on line 19

2 days ago
Author
dtbaker dtbaker replied

Very weird errors. Send through FTP details and we can investigate: http://support.dtbaker.com.au/support-ticket.html

2 days ago
by
by
by
by
by