37603 all results found.

Request time (Page generated in 0.1164 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 : 296 Last Update : 2022-03-10 10:54:51

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

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

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 : 296 Last Update : 2022-03-09 02:54:32

Newsletter Popup Module - PrestaShop Addons

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

The most effective way to stay in touch with your customers! Pop Newsletter creates a popup inviting your visitors to sign up for 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 ..

Visits : 310 Last Update : 2022-03-04 21:47:03

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 : 301 Last Update : 2022-02-25 03:08:49

Pop Promo (Pop-in)

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

Increase the effectiveness of your promotions tenfold and sell more thnaks the Pop promo pop-in .. 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 ..sales, display, reception, informed, popup, popin, pop-up, pop, special, offer, promotion, promo, appear, home, create, design, ad, advertisment, box, window, notification, announcement, warning, message, foreword, modal, new, products, marketing

Visits : 581 Last Update : 2022-03-09 15:36:56

Remarketing & Shopping Cart Abandonment - PrestaShop Modules - PrestaShop Addons

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

Learn how to schedule your remarketing campaigns and remind your customers of their abandoned carts! .. 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 ..Remarketing & Shopping Cart Abandonment

Visits : 3032 Last Update : 2022-03-08 08:32:01

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 : 308 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 : 283 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 : 300 Last Update : 2022-02-28 08:07:37

PrestaShop Services - PrestaShop Addons

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

Whether you're a new or established e-merchant, we can all use a little help now and then. That's why PrestaShop has created these useful resources and training aimed at giving your .. 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 ..Services

Visits : 244 Last Update : 2022-02-25 16:44:01


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