37603 all results found.

Request time (Page generated in 0.0864 seconds.)

Official GDPR Compliance by PrestaShop (1.5 & 1.6)

https://addons.prestashop.com/en/legal/32323-offic...iance-by-prestashop-15-16.html

Bring your online store into compliance with the General Data Protection Regulation (GDPR)! Module developped by the PrestaShop team. .. close Necessary update of your password on PrestaShop Addons Hello, You are currently the holder of an Addons account created from your Paypal account, which allows you to connect to ..

Visits : 328 Last Update : 2022-03-10 10:54:51

Maintenance in Progress - PrestaShop Marketplace

https://addons.prestashop.com/en/502-

PrestaShop Marketplace is currently under maintenance. Well be back soon! .. Maintenance in Progress Hold tight! Were giving the PrestaShop Marketplace a quick refresh behind the scenes. Were working hard to get it running smoothly again. Thank you for your patience. ..

Visits : 326 Last Update : 2026-02-17 13:07:33

Maintenance in Progress - PrestaShop Marketplace

https://addons.prestashop.com/en/pop-up/21278-news...up/21278-newsletter-popup.html

PrestaShop Marketplace is currently under maintenance. Well be back soon! .. Maintenance in Progress Hold tight! Were giving the PrestaShop Marketplace a quick refresh behind the scenes. Were working hard to get it running smoothly again. Thank you for your patience. ..

Visits : 333 Last Update : 2026-02-17 15:48:51

Pop-in & Pop-up - PrestaShop Modules - PrestaShop Addons

https://addons.prestashop.com/en/pop-up/3733-home-...3-home-image-splash-popup.html

See how to add a pop-up for your sales or to sign up to your newsletter .. close Necessary update of your password on PrestaShop Addons Hello, You are currently the holder of an Addons account created from your Paypal account, which allows you to connect to ..Pop-up

Visits : 328 Last Update : 2022-02-25 03:08:49

Maintenance in Progress - PrestaShop Marketplace

https://addons.prestashop.com/en/pop-up/19431-pop-...-up/19431-pop-promo-popup.html

PrestaShop Marketplace is currently under maintenance. Well be back soon! .. Maintenance in Progress Hold tight! Were giving the PrestaShop Marketplace a quick refresh behind the scenes. Were working hard to get it running smoothly again. Thank you for your patience. ..

Visits : 631 Last Update : 2026-02-17 07:40:01

Maintenance in Progress - PrestaShop Marketplace

https://addons.prestashop.com/en/501-remarketing-s...ting-shopping-cart-abandonment

PrestaShop Marketplace is currently under maintenance. Well be back soon! .. Maintenance in Progress Hold tight! Were giving the PrestaShop Marketplace a quick refresh behind the scenes. Were working hard to get it running smoothly again. Thank you for your patience. ..

Visits : 3080 Last Update : 2026-02-17 13:07:13

eCommerce Guide - PrestaShop Addons

https://addons.prestashop.com/en/e-commerce-calend...62-2018-end-of-year-guide.html

Plan, manage and stand out thanks to our eCommerce guide! .. close Necessary update of your password on PrestaShop Addons Hello, You are currently the holder of an Addons account created from your Paypal account, which allows you to connect to ..e-Commerce Calendar

Visits : 345 Last Update : 2022-02-28 16:51:01

SEO - PrestaShop Modules - PrestaShop Addons

https://addons.prestashop.com/en/491-seo-natural-s...ral-search-engine-optimization

Discover the best indexing modules for PrestaShop: SEO, rich snippets, sitemap, etc. .. close Necessary update of your password on PrestaShop Addons Hello, You are currently the holder of an Addons account created from your Paypal account, which allows you to connect to ..SEO

Visits : 306 Last Update : 2022-02-23 18:55:21

PrestaShop Bundles - PrestaShop Addons

https://addons.prestashop.com/en/766-prestashop-bu....com/en/766-prestashop-bundles

PrestaShop Bundles .. close Necessary update of your password on PrestaShop Addons Hello, You are currently the holder of an Addons account created from your Paypal account, which allows you to connect to ..PrestaShop Bundles

Visits : 333 Last Update : 2022-02-28 08:07:37

Maintenance in Progress - PrestaShop Marketplace

https://addons.prestashop.com/en/35-services

PrestaShop Marketplace is currently under maintenance. Well be back soon! .. Maintenance in Progress Hold tight! Were giving the PrestaShop Marketplace a quick refresh behind the scenes. Were working hard to get it running smoothly again. Thank you for your patience. ..

Visits : 265 Last Update : 2026-02-17 13:03:13


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 ....