37603 all results found.

Request time (Page generated in 0.1369 seconds.)

Contact Canonical | Ubuntu

https://www.ubuntu.com//contact-us

Get in touch with Canonical sales and support on the phone or online for all your Ubuntu questions. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 228 Last Update : 2025-09-12 09:37:51

Ubuntu 20.10: What’s new? | Ubuntu

https://www.ubuntu.com//engage/ubuntu-20.10?utm_so...tm_campaign=7013z000001WldOAAS

Learn about new features in Ubuntu Server, MAAS, Charmed OpenStack and Charmed Kubernetes .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 340 Last Update : 2025-09-08 14:41:23

Install Ubuntu on a Raspberry Pi | Ubuntu

https://www.ubuntu.com//raspberry-pi

Ubuntu is an open-source operating system for cross-platform development, theres no better place to get started than with Ubuntu on a Raspberry Pi .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 307 Last Update : 2025-09-12 09:41:11

Comparando la plataforma OpenStack de Red Hat y la Charmed OpenStack de Canonical | Ubuntu

https://www.ubuntu.com//engage/es/redhat-openstack...tm_campaign=7013z000001WkRmAAK

Reducir significativamente el coste total de propiedad con Charmed OpenStack .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 236 Last Update : 2025-09-12 09:37:30

Cinco estrategias para acelerar el despliegue de Kubernetes | Ubuntu

https://www.ubuntu.com//engage/es/kubernetes-despl...tm_campaign=7013z000001WkLAAA0

Cómo elegir el mejor enfoque de Kubernetes para su negocio .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 153 Last Update : 2025-09-12 18:37:05

Vergleich von Red Hat OpenStack Platform und Charmed OpenStack von Canonical | Ubuntu

https://www.ubuntu.com//engage/de/redhat-openstack.../de/redhat-openstack-vergleich

Senken Sie Ihre Gesamtkosten deutlich mit Charmed OpenStack .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 209 Last Update : 2025-09-12 16:47:53

Fünf Strategien zur Beschleunigung von Kubernetes in Unternehmen | Ubuntu

https://www.ubuntu.com//engage/de/kubernetes-imple...mplementierung-fur-unternehmen

Entscheidungskriterien zur optimalen Herangehensweise an Kubernetes für Ihr Unternehmen .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 179 Last Update : 2025-09-12 09:39:14

Guide pour réussir l’adoption et le déploiement d’OpenStack | Ubuntu

https://www.ubuntu.com//engage/fr/guide-adoption-o...tm_campaign=7013z000001WjOjAAK

Découvrez l’éprouvé processus d’implémentation OpenStack de Canonical .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 188 Last Update : 2025-09-12 09:50:12

Confronto fra “Red Hat’s Openstack platform” e Charmed Openstack di Canaonical | Ubuntu

https://www.ubuntu.com//engage/it/redhat-openstack...tm_campaign=7013z000001Wld9AAC

Charmed Openstack riduce significativamente il costo totale di proprietà .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 198 Last Update : 2025-09-12 17:38:06

Cinque strategie per accelerare l’implementazione di Kubernetes nell’impresa | Ubuntu

https://www.ubuntu.com//engage/it/deployment-azien...epaper_K8sEnterpriseChallenges

Come scegliere il miglior approccio Kubernetes per la tua azienda .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 316 Last Update : 2025-09-12 20:08: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 ....