37603 all results found.

Request time (Page generated in 0.0813 seconds.)

SourceForge.net: Log In to SourceForge.net

https://sourceforge.net/auth//

.. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..

Visits : 184 Last Update : 2024-11-19 18:18:22

SourceForge.net: Log In to SourceForge.net

https://sourceforge.net/auth/?css-reload=1

.. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..

Visits : 179 Last Update : 2024-11-12 16:05:29

Best Open Source Scientific/Engineering Software 2024

https://www.sourceforge.net///directory/science-en...directory/science-engineering/

Compare the best free open source Scientific/Engineering Software at SourceForge. Free, secure and fast Scientific/Engineering Software downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software scientific/engineering software, free scientific/engineering software, best open source scientific/engineering software, compare open source scientific/engineering software

Visits : 278 Last Update : 2024-11-22 07:58:25

Best Open Source Office Suites 2024

https://www.sourceforge.net///directory/business-e...ry/business-enterprise/suites/

Compare the best free open source Office Suites at SourceForge. Free, secure and fast Office Suites downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software office suites, free office suites, best open source office suites, compare open source office suites

Visits : 286 Last Update : 2024-11-22 08:12:25

Best Open Source Security Software 2024

https://www.sourceforge.net///directory/security-u.../directory/security-utilities/

Compare the best free open source Security Software at SourceForge. Free, secure and fast Security Software downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software security software, free security software, best open source security software, compare open source security software

Visits : 276 Last Update : 2024-11-22 08:55:13

Best Open Source System Software 2024

https://www.sourceforge.net///directory/system-adm...rectory/system-administration/

Compare the best free open source System Software at SourceForge. Free, secure and fast System Software downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software system software, free system software, best open source system software, compare open source system software

Visits : 257 Last Update : 2024-11-22 08:38:35

Best Open Source Human Resources Software 2024

https://www.sourceforge.net///directory/business-e...ise/enterprise/humanresources/

Compare the best free open source Human Resources Software at SourceForge. Free, secure and fast Human Resources Software downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software human resources software, free human resources software, best open source human resources software, compare open source human resources software

Visits : 339 Last Update : 2024-11-22 12:27:46

Best Open Source ERP Software 2024

https://www.sourceforge.net///directory/business-e...ess-enterprise/enterprise/erp/

Compare the best free open source ERP Software at SourceForge. Free, secure and fast ERP Software downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software erp software, free erp software, best open source erp software, compare open source erp software

Visits : 280 Last Update : 2024-11-23 18:19:59

Best Open Source eCommerce Software 2024

https://www.sourceforge.net///directory/business-e...business-enterprise/ecommerce/

Compare the best free open source eCommerce Software at SourceForge. Free, secure and fast eCommerce Software downloads from the largest Open Source applications and software directory .. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..open source software ecommerce software, free ecommerce software, best open source ecommerce software, compare open source ecommerce software

Visits : 311 Last Update : 2024-11-22 11:51:33

SourceForge.net / URL shortener / Link is not configured

https://p.sf.net/sourceforge//

.. Join/Login Open Source Software Business Software For Vendors Blog About More Articles Create SourceForge Podcast Site Documentation Subscribe to our Newsletter Support Request For Vendors Help Create Join Login Open ..

Visits : 153 Last Update : 2024-11-07 19:06:07


Easy Web Search is engine to use inside a web site. Simple Crawling System is available to submit URLs and Links from submitted URL will be automatically added to search database when admin run crawling. Once crawling is done the links with their contents (Plain text from web link) will be available to search. If the total web site is linked to it's home page, you need jut give home page url to the sytem and run crawling once. You do not need to much work to implement a search system inside your web site.

Discover great features.


  • Responsive Search Page
  • Crawl Unlimited Pages
  • Link Submit for Crawling
  • Admin Area to Manage Links
  • Easy to Use in your web
  • Installation Documentatio Available
  • Full Page Search and Quick Search
  • Start Search from html Page
  • PHP / MySQL Based
  • Simple to Install
  • PHP 5 and PHP 7

Usage

PHP Code (Put This Code before <html> tag or at very begining of the page

<?php require_once('Connections/saha.php'); ?>
<?php require_once('inc-main.php'); ?>
<?php require_once('inc.search.php'); ?>

HTML Header (Put this code within <head> to </head>)

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">

HTML Body (with PHP embeded)

<div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="inqbox float-e-margins"> <div class="inqbox-content"> <div class="search-form"> <form action="" method="get"> <div class="input-group"> <input type="text" placeholder="Search Web" name="q" class="form-control input-lg" value="<?php echo @$cid; ?>"> <div class="input-group-btn"> <button class="btn btn-lg btn-primary" type="submit"> Search </button> </div> </div> </form> </div>...
.... Copy and Paste Entire Body from sample1.php ....