37603 all results found.

Request time (Page generated in 0.0791 seconds.)

Aktualisiere deinen Browser

https://www.facebook.com/Big7BangTour/?ref=py_c

..Aktualisiere deinen BrowserDu benutzt einen Internetbrowser, der von Facebook nicht unterstützt wird.Für ein besseres Nutzererlebnis gehe bitte auf einer dieser Webseiten und lade dir die neuste Version deines bevorzugten Browsers herunter:Google ..

Visits : 561 Last Update : 2025-11-06 19:02:36

Privacy notice – Contact us and enquiries | Ubuntu and Canonical Legal

https://www.ubuntu.com//legal/data-privacy/contact

This privacy notice tells you about the information we collect from you when you submit your information to us via an enquiry or contact .. Skip to main content Your submission was sent successfully! Close Thank you for signing up for our newsletter! In these regular emails you will find the latest updates from Canonical ..

Visits : 256 Last Update : 2025-11-03 00:23:29

Enterprise Open Source and Linux | Ubuntu

https://www.ubuntu.com/

Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT. .. 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 : 470 Last Update : 2025-11-07 00:22:11

ESM for Ubuntu 14.04 LTS Trusty Tahr | Ubuntu

https://www.ubuntu.com//engage/14-04-esm?utm_sourc...mpaign=CY19_DC_UA_WBN_ESM14-04

Learn how to maintain ongoing security compliance for your 14.04 systems. .. 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 : 642 Last Update : 2025-10-26 14:21:33

Private cloud security | Ubuntu

https://www.ubuntu.com//engage/openstack-security-..._Openstack_Whitepaper_Security

Meeting the highest levels of enterprise requirements with 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 : 222 Last Update : 2025-11-01 21:48:28

Private cloud security Webinar | Ubuntu

https://www.ubuntu.com//engage/openstack-security-...penstack_WBN_OpenStackSecurity

How Charmed OpenStack is decreasing common security concerns .. 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 : 226 Last Update : 2025-10-16 16:04:22

Cloud init | Ubuntu

https://www.ubuntu.com//engage/cloud-init-whitepap...DC_Server_Whitepaper_CloudInit

.. 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 : 479 Last Update : 2025-11-06 16:03:49

Extension Sécurité et Maintenance pour Ubuntu 14.04 | Ubuntu

https://www.ubuntu.com//engage/fr/esm?utm_source=t...CY19_DC_UA_GenConForm_ESM14-04

.. 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 : 356 Last Update : 2025-11-02 03:12:25

Installez et mettez OpenStack à l’échelle en toute simplicité | Ubuntu

https://www.ubuntu.com//engage/fr/openstack-made-e...tack_Ebook_OpenStackMadeEasyFR

.. 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 : 254 Last Update : 2025-11-05 21:25:43

Get Ubuntu | Download | Ubuntu

https://www.ubuntu.com//download

Download Ubuntu desktop, Ubuntu Server, Ubuntu for Raspberry Pi and IoT devices, Ubuntu Core and all the Ubuntu flavors. Ubuntu is an open-source software platform that runs everywhere .. 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 : 517 Last Update : 2025-11-06 08:37:00


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