37603 all results found.

Request time (Page generated in 0.1353 seconds.)

x.com

http://www.twitter.com/?lang=en-gb

.. ..

Visits : 428 Last Update : 2025-02-20 19:26:26

x.com

http://www.twitter.com/?lang=en

.. ..

Visits : 446 Last Update : 2025-02-20 19:26:23

x.com

http://www.twitter.com/?lang=da

.. ..

Visits : 206 Last Update : 2025-02-20 19:26:21

x.com

http://www.twitter.com/?lang=cs

.. ..

Visits : 204 Last Update : 2025-02-20 19:26:18

x.com

http://www.twitter.com/?lang=ca

.. ..

Visits : 212 Last Update : 2025-02-20 19:26:15

x.com

http://www.twitter.com/?lang=msa

.. ..

Visits : 231 Last Update : 2025-02-20 19:26:13

x.com

http://www.twitter.com/?lang=id

.. ..

Visits : 246 Last Update : 2025-02-20 19:26:10

x.com

http://www.twitter.com/#supported_languages

.. ..

Visits : 243 Last Update : 2025-02-20 19:26:07

RSS

https://www.hpe.com/us/en/solutions/service-provid...lutions/service-providers.html

Address customer demand and scale your operations efficiently with IT service provider solutions from HPE. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..hpe service provider, IT service Provider, service provider solutions

Visits : 304 Last Update : 2023-04-16 12:54:32

RSS

https://www.hpe.com/us/en/solutions/infrastructure...s/infrastructure-security.html

Discover HPE infrastructure security solutions that enable you to manage, monitor and protect your IT security systems and data. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..infrastructure security solutions, it security, it security solutions, secure it infrastructure, hpe security solutions, hpe it security solutions

Visits : 466 Last Update : 2023-05-23 00:21:05


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