37603 all results found.

Request time (Page generated in 0.1088 seconds.)

Canonical SEO URLs + Google Hreflang Pro

https://addons.prestashop.com/en/url-redirects/217...oid-duplicate-content-seo.html

Add canonical tags to your homepage, product, category, CMS, manufacturer and supplier pages in order to avoid duplicate content and improve your SEO. .. 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-02-22 23:24:57

Form Builder - contact form, product, cms, quote Form

https://addons.prestashop.com/en/contact-forms-sur...ct-product-cms-quote-form.html

Allows you to create any kind of forms with Bootstrap & Responsive. Easy to use by drag & drop components to build your form.E.g: you can use the module to build .. 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 : 298 Last Update : 2022-03-08 22:48:59

Product Customization Designer - Custom Product Design

https://addons.prestashop.com/en/combinaisons-cust...igner-cdesigner-customize.html

Custom Product Designer offer an awesome visual online product customization, modern, elegant with unique design, The best tools that let your customers create their own custom products while seeing a dynamic .. 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-02-22 23:24:43

Average Cart Booster (Cross-selling)

https://addons.prestashop.com/en/cross-selling-pro...art-booster-cross-selling.html

Easily increase your average cart value by offering customized discounts to your client in the shopping cart summary ! .. 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 : 307 Last Update : 2022-03-04 01:43:41

Contact Forms & Surveys - PrestaShop Modules - PrestaShop Addons

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

Learn how to create and customize contact forms and surveys 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 ..Contact Forms & Surveys

Visits : 293 Last Update : 2022-03-09 21:38:42

Powerful Form Generator

https://addons.prestashop.com/en/contact-forms-sur...5-powerful-form-generator.html

Implement any kind of form in your website at ease and quickly. Works with form contact, documentation requesting, survey, anything you want!! .. 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 : 307 Last Update : 2022-02-22 23:24:25

CAPTCHA - reCAPTCHA - Anti spam - Anti fake account

https://addons.prestashop.com/en/contact-forms-sur...rms-surveys/26997-captcha.html

Get rid of spam emails and spam customer accounts with Google reCAPTCHA, IP blacklist and email blacklist. The best Prestashop CAPTCHA - reCAPTCHA module for contact form, login and registration form, .. 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 : 305 Last Update : 2022-02-22 23:24:19

Form Maker - custom contact forms and product forms

https://addons.prestashop.com/en/contact-forms-sur...t-forms-and-product-forms.html

With this module you can generate universal forms without limit. These forms can operate as diverse contact pages or also be integrated into product tabs. .. 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 : 284 Last Update : 2022-02-27 03:37:04

Legal - PrestaShop Modules - PrestaShop Addons

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

In order to be protected, ensure your e-commerce website is compliant: Ts & Cs, cookies, legal notices, the current applicable laws in your country, 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 ..Legal

Visits : 537 Last Update : 2022-03-09 15:36:08

PrestaShop Performance and Site Speed modules - PrestaShop Addons

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

See how to make your PrestaShop shop faster and more efficient: cache, cleaning, image optimization, 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 ..Website Performance

Visits : 316 Last Update : 2022-02-22 23:52:29


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