37603 all results found.

Request time (Page generated in 0.0904 seconds.)

Google Tag Manager Integration - PRO

https://addons.prestashop.com/en/analytics-statist...g-manager-integration-gtm.html

The most complete and advanced module to integrate the Google Tag Manager GTM script. Link your Prestashop store with Analytics and Adwords. Measure traffic, user activity, the impact of online advertising, .. 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 : 290 Last Update : 2022-02-25 19:22:43

Product Pack Advanced

https://addons.prestashop.com/en/modules-bundles/4...220-product-pack-advanced.html

Promote your products and make them more attractive: Product Label: Display customizable labels on the products of your choice Product Media (Audio / Video): Add videos to provide information describing your products Size Guide: Create a size .. 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 : 274 Last Update : 2022-02-28 19:00:39

Gift Wrapping Service Popup on Checkout Page

https://addons.prestashop.com/en/pop-up/40233-gift...ce-popup-on-checkout-page.html

This module allows you to offer your customers wrapping service for the products they are buying with optional postcard. Customers will be able to choose gift box in shopping cart page .. 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 : 519 Last Update : 2022-03-09 03:00:51

PrestaShop modules to add videos and music - PrestaShop Addons

https://addons.prestashop.com/en/videos-music/685-...product-media-audio-video.html

Videos, music… Find out how to optimize your PrestaShop store! .. 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 ..Videos & Music

Visits : 311 Last Update : 2022-03-10 06:14:34

Product Tabs

https://addons.prestashop.com/en/additional-inform...uct-tab/5070-product-tabs.html

Add custom tabs and neatly arrange product description, create extra text blocks with images, videos, upload documents, add a contact form. Use rules to implement tabs for some certain products, categories, .. 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 : 297 Last Update : 2022-03-09 07:28:38

Combinations & Product Customization - PrestaShop Modules - PrestaShop Addons

https://addons.prestashop.com/en/combinaisons-cust...on/20674-product-composer.html

Find out how to sell customizable products and manage versions on your store! .. 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 ..Combinations & Product Customization

Visits : 296 Last Update : 2022-03-10 08:22:35

Product Page - PrestaShop Modules - PrestaShop Addons

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

Improve your product pages. Find the best modules on PrestaShop Addons ! .. 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 ..Product Page

Visits : 301 Last Update : 2022-03-10 12:07:31

Module Sitemap Generator for SEO (XML & HTML) - PrestaShop Addons

https://addons.prestashop.com/en/seo-natural-searc...ampaign=Sitemap&utm_content=en

Optimize the natural SEO of your site on all search engines by automatically generating your store's sitemaps in one click! .. 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 : 309 Last Update : 2022-03-01 03:46:57

How do I increase traffic to my online store? - PrestaShop Addons

https://addons.prestashop.com/en/content/46-how-do...ign=conseil-seo&utm_content=en

.. 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 : 289 Last Update : 2022-03-09 06:44:20

SEO - PrestaShop Modules - PrestaShop Addons

https://addons.prestashop.com/en/22_linea-grafica?...n=linea-grafica&utm_content=en

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 : 289 Last Update : 2022-03-09 06:58:00


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