37603 all results found.

Request time (Page generated in 0.1039 seconds.)

Site is under maintenance

https://www.prestashop.com/forums/profile/1195932-...orums/profile/1195932-curious/

.. Scheduled maintenance Were sorry for the inconvenience, but were currently performing scheduled maintenance. Please refresh this page in a couple of minutes. Sincerely, your PRESTASHOP engineering team. ..

Visits : 410 Last Update : 2026-03-03 02:41:29

Installing PrestaShop for the first time - PrestaShop Forums

https://www.prestashop.com/forums/forum/7-installi...prestashop-for-the-first-time/

Questions and information about PrestaShop Download's installation and hosting issues. Remember: the last stable release of PrestaShop Download can be found at http://www.prestashop.com/en/download . .. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 1528 Last Update : 2026-03-02 11:21:13

Al Stone - PrestaShop Forums

https://www.prestashop.com/forums/profile/1543599-...rums/profile/1543599-al-stone/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 393 Last Update : 2026-03-02 13:00:17

Fab456 - PrestaShop Forums

https://www.prestashop.com/forums/profile/1540709-...forums/profile/1540709-fab456/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 410 Last Update : 2026-03-02 05:18:05

PixGeek - PrestaShop Forums

https://www.prestashop.com/forums/profile/920267-o...forums/profile/920267-one_man/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 380 Last Update : 2026-03-01 14:46:18

Recherche module taille/pointure - Recherche d'un module ou d'un thème - PrestaShop Forums

https://www.prestashop.com/forums/topic/949420-rec...llepointure/?do=getLastComment

Bonjour à tous Je cherche un module permettant de présenter les pointures de la page produit comme sur la photo : Merci d'avance bonne journée .. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 428 Last Update : 2026-02-21 19:16:37

Mediacom87 - PrestaShop Forums

https://www.prestashop.com/forums/profile/672955-m...ums/profile/672955-mediacom87/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 442 Last Update : 2026-03-02 05:18:13

limitedshop - PrestaShop Forums

https://www.prestashop.com/forums/profile/1295026-...s/profile/1295026-limitedshop/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 422 Last Update : 2026-03-02 08:36:25

Recherche module taille/pointure - Recherche d'un module ou d'un thème - PrestaShop Forums

https://www.prestashop.com/forums/topic/949420-rec...cherche-module-taillepointure/

Bonjour à tous Je cherche un module permettant de présenter les pointures de la page produit comme sur la photo : Merci d'avance bonne journée .. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 388 Last Update : 2026-03-02 09:31:38

Wsparcie i pomoc użytkowników - PrestaShop Forums

https://www.prestashop.com/forums/forum/228-wsparc...-pomoc-u%C5%BCytkownik%C3%B3w/

Wszystkie pytania i odpowiedzi na temat instalacji, modernizacji, konfiguracji lub użytkowania PrestaShop. Poproś o pomoc! .. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 371 Last Update : 2026-03-02 09:31:26


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