37603 all results found.

Request time (Page generated in 0.1505 seconds.)

Multiple Product Features incl. Features Import

https://addons.prestashop.com/en/combinaisons-cust...ures-incl-features-import.html

With this module, you can assign multiple product features to a single value. You also can import a CSV with your features. .. 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 : 321 Last Update : 2022-03-07 15:56:58

Social Media Product Display Modules - PrestaShop Addons - PrestaShop Addons

https://addons.prestashop.com/en/products-on-faceb...fficial-pixel-facebook-17.html

Increase the visibility of your products by broadcasting them on social networks, directly from 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 ..Products on Facebook & Social Networks

Visits : 499 Last Update : 2022-03-08 11:31:23

One Click SSL Let’s Encrypt

https://addons.prestashop.com/en/website-security-...ne-click-ssl-lets-encrypt.html

Have your HTTPS website in just a few seconds. Zero costs for a certificate. You must have access to edit the SSL certificates from the server through control panel/cPanel/Plesk/etc. or through .. 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 : 436 Last Update : 2022-03-07 21:56:01

CAPTCHA Google reCAPTCHA PRO + anti Fake Accounts

https://addons.prestashop.com/en/website-security-...ha-pro-anti-fake-accounts.html

The most complete reCaptcha module that protect your Shop from spam and abuse while letting real people pass through with ease. It can be use for contact, login, back-end login, registration, .. 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 : 300 Last Update : 2022-03-08 20:53:14

PrestaShop website security & access modules - PrestaShop Addons

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

Learn how to improve the security of your e-commerce site and manage your site access. .. 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 ..Security & Access

Visits : 341 Last Update : 2022-03-09 07:15:53

PrestaShop modules for your e-commerce - PrestaShop Addons - PrestaShop Addons

https://addons.prestashop.com/en/2-modules-prestas...aign=gain-temps&utm_content=en

More than 3,000 available modules: customize, increase traffic and boost conversions with 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 ..PrestaShop Modules

Visits : 339 Last Update : 2022-03-06 06:28:59

Sales - Selection of the best modules - PrestaShop Addons

https://addons.prestashop.com/en/405-sales-selecti...campaign=soldes&utm_content=en

Be sure your sales will be a hit, with just a few clicks! Discover PrestaShop's modules for setting up an online sale: across the board price cuts, site speed, newsletters, flash .. 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 - Selection of the best modules

Visits : 318 Last Update : 2022-03-05 17:30:59

Module PrestaShop Checkout built with PayPal - PrestaShop Addons

https://addons.prestashop.com/en/payment-card-wall...ign=ps-checkout&utm_content=en

Download the PrestaShop Checkout module and benefit from an innovative, fast and secure payment solution: manage all types of payments from a single interface! .. 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 : 325 Last Update : 2022-03-08 06:41:51

Stock & Supplier Management - PrestaShop Modules - PrestaShop Addons

https://addons.prestashop.com/en/444-stock-supplie...n=gestion-stock&utm_content=en

Learn how to manage your stocks and suppliers and automate your procurement! .. 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 ..Stock & Supplier Management

Visits : 306 Last Update : 2022-03-05 22:28:27

Your Privacy Choices Opt-Out Icon

https://azure.microsoft.com/en-us/services/blockch...us/services/blockchain-tokens/

Create and drive transformative cloud analytics solutions like advanced analytics and real-time streaming with Data analytics for AI. .. This is the Trace Id: 3eb307bc325c7b9f5e1b3aa6867e72f2 Skip to main content Microsoft Azure Azure Azure Home Explore Products Popular Popular View all products (200+) Microsoft Foundry Foundry Agent Service Azure Copilot ..

Visits : 492 Last Update : 2026-04-10 19:41:09


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