Adding Search Capabilities to my website [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Instead of writing a PHP script from scratch, I wanted to know if there are any free scripts, plugins, or APIs out there that allow me to add a search box to my website to search only content on my site.
Google's free version is ad-supported, and I am looking for a clean, simple, and non ad-supported solution. Any ideas?

Check out the zend lucene extension. It provides a PHP interface to the open source Apache Lucene search engine.
Zend_Search_Lucene Documentation:
http://framework.zend.com/manual/en/zend.search.lucene.html
Apache Lucene project:
http://lucene.apache.org/java/docs/index.html

There are a number of these, one of them are sphider.

Here is a super easy way that works pretty well:
http://sitecomber.com/getsitecomber/
You can create code to paste into your site in about 2 minutes. It doesn't get easier than that. Search is powered by Google, but results are isolated to your website.

Related

full feature multisite blogging engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
is there any full feature multisite blogging engine on ruby(rails)/php?
The standard Wordpress 3.0 installation contains Multisite Support (MS)
You can Download it here.
Here is a guide to migrating multiple sites to Worpress 3.0 Multisite.
I would use the product that John Nunemaker came out with, Harmony. App built very solid on Rails and makes blog creation a snap along with any type of customization you want to add.
Harmony App
In rails, mephisto is a one of good blogging engines which can be found here: http://mephistoblog.com/
And also one of good CMS is there- radiant: http://www.radiantcms.org/
Wordpress (The MU version) :)

Opensource Chat Application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 months ago.
Improve this question
I have a prosperity application written in-house in PHP for collaboration (Basecamp knock off). We're looking for a way to add IM chat (facebook or gmail style chat), is there a opensource solution we could use with great documentation and a easy to use API?
Platform:
Linux, PHP 5, MySQL, SmartyPHP and Zend Framework.
Maybe you could use Chris Coyier's Chat Room.
http://css-tricks.com/chat2/
Another might be Ajax IM
http://ajaxim.com/
Search for Jabber. It's an open standard based IM protocol. There are several open source implementations which you can use. Also, there are several PHP Client API's which you probably can suit to your needs.

SEO Score Script? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a PHP script that can:
Be downloaded and installed on my website
Give my site or any other entered url a SEO score
Suggest improvements for the entered site
Is there somethiing open-source available that does this? Maybe even a paid service that allows me to call a web service from my site?
Hardly as a script. Doing the kind of checks you talk about requires constant development and updating. I doubt anybody is going to hand out this kind of script for free. As for web services, you could ask the big "SEO checkers" whether they offer any licensing options.
Speaking of open source, there is a seo plugin for Wordpress "WordPress SEO by Yoast"
http://wordpress.org/extend/plugins/wordpress-seo/
there are two files class-metabox.php and TextStatistics.php which together score text, check for h2 tags, count keyword frequency and density, and a few other simple things. Best way to see it to install the plugin and play with it a little.
However you need to carve out the code yourself to make it work for you.
Sorry, there's no such script out there or open source. One of the reasons you won't find such script is that there's no money to be made from it. That said, some SEO companies have in-house tools built by their developers or custom built based on their specific requirements.
So, think about getting a developer to build one for you - it shouldn't take much to get one running.

asp to php translator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for some asp to php translator.
I tried http://www.design215.com/toolbox/translator/ it is totally buggy.
please suggest me good think.
Thanks in advance.
There is no commercially available or open source product that will turn classic ASP pages into PHP.
I've heard of companies rolling their own ASP to PHP compiler internally, but it always relies on keeping yourself to a particular subset of each language and/or external features (PHP Extensions, ASP Components, etc.)
You will not find what you're looking for.
This is something else that I found:
http://asp2php.naken.cc/docs.php
Haven't tried it out. But translation is probably not a very robust solution.

Opensource CMS that allows defining editable regions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for an opensource lightweight CMS for those situations where you would like to be able to set up a web site with some editable content regions, but don’t want to have to install a full-blown CMS or try to hack a blogging system in order to do the job. Something similar to Perch or Cushy CMS, but free and opensource ofcourse.
Thanks
Have you tried having a look at concrete CMS.
Has editable regions and is fairly easy to use.
http://www.concrete5.org/
Check out http://php.opensourcecms.com/ they have a lot of CMSs (all opensource), they all have demos or links to demos. Check out the lite categories and you should be able to find what you want.

Categories