Page 1 of 1
PHP Search Pro
Posted: Thu Feb 28, 2008 11:19 pm
by hawkenterprises
Hello All,
Hawk Enterprises has just released it's latest version of
PHP Search Pro
PHP Search Pro is a open source (free) script written in PHP that works off of keywords entered into it to pull up search terms. It's similar in the way google creates there indexes. This version offers some improvements such as an admin, install script and a few other goodies. Take a look and bring on the criticisms.
PHP Search Pro
Re: PHP Search Pro
Posted: Fri Feb 29, 2008 11:03 am
by pickle
The [url] tag doesn't need double-quotes around the actual url

. I've fixed your post.
Re: PHP Search Pro
Posted: Fri Feb 29, 2008 12:21 pm
by hawkenterprises
Thank you so much.
lol, yeah BBCODE makes me break pencils from time to time. I suppose an simple anchor syntax is too much to ask for.
Re: PHP Search Pro
Posted: Wed Mar 05, 2008 10:32 pm
by Ambush Commander
Open source = what license?
Re: PHP Search Pro
Posted: Thu Mar 06, 2008 7:23 pm
by hawkenterprises
I believe either on the site or in the readme in the zip should be information about my terms, I don't use GPL or anything like that, much more laid back.
Re: PHP Search Pro
Posted: Thu Mar 06, 2008 9:04 pm
by Christopher
"laid back" is not a license term I am familiar with. I checked the download and there does not appear to be a license associated with that code, nor on the page you link to. Is it in the Public Domain?
Re: PHP Search Pro
Posted: Thu Mar 06, 2008 9:27 pm
by hawkenterprises
I'm not really into the strict sense of legal jargon, I believe this is something equivalent use 'as is' if you modify it you may not remove the credit line without my permission.
Re: PHP Search Pro
Posted: Fri Mar 07, 2008 1:33 am
by Christopher
That would be either an MIT or BSD license. If that's what you want -- tell people by specifying the license. But since the software has no stated license, that either means proprietary or public domain. I would recommend that people consider it proprietary to be on the safe side.
Re: PHP Search Pro
Posted: Sat Mar 08, 2008 12:33 am
by hawkenterprises
Hmmm something like this BSD License
* Copyright (c) <year>, <copyright holder>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the <organization> nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY <copyright holder> ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Re: PHP Search Pro
Posted: Sat Mar 08, 2008 12:40 am
by Christopher
That would be good. You let people know exactly how they can use your software and that you need the copyright to stay with it if they use it. So you get the props. It also lets more people use your software, because if there is no license anyone with any sense won't use it because they don't know if they legally can. You look like you have some good stuff that is worth it.