37603 all results found.

Request time (Page generated in 0.102 seconds.)

sexychimichanga - Linus Tech Tips

https://linustechtips.com/main/profile/52617-valdy...ain/profile/52617-valdyrgramr/

.. Jump to content Search In Everywhere More options... Find results that contain... All of my search term words Any of my search term words Find results in... Content titles and ..

Visits : 320 Last Update : 2022-01-30 00:03:28

Ghetto Intel Core i7 from CHINA for $100!! - Page 7 - LTT Releases - Linus Tech Tips

https://linustechtips.com/main/topic/993657-ghetto...ina-for-100/?do=getLastComment

.. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..ghetto, intel, core, i7, processor, mobile

Visits : 441 Last Update : 2024-02-16 04:25:04

Ghetto Intel Core i7 from CHINA for $100!! - LTT Releases - Linus Tech Tips

https://linustechtips.com/main/topic/993657-ghetto...hina-for-100/?do=getNewComment

Buy Core i7 4720HQ on Taobao: http://geni.us/gXspb Buy other Core i7 Processors on Amazon: http://geni.us/Sj3md25 .. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..ghetto, intel, core, i7, processor, mobile

Visits : 429 Last Update : 2024-02-15 07:41:14

You are trapped on a desert island with the above avatar... - Page 3 - Off Topic - Linus Tech Tips

https://linustechtips.com/main/topic/996624-you-ar...bove-avatar/?do=getLastComment

.. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..

Visits : 600 Last Update : 2024-02-14 07:02:36

You are trapped on a desert island with the above avatar... - Off Topic - Linus Tech Tips

https://linustechtips.com/main/topic/996624-you-ar...above-avatar/?do=getNewComment

What do you do? .. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..

Visits : 577 Last Update : 2024-02-15 09:07:20

GoldenLag - Linus Tech Tips

https://linustechtips.com/main/profile/509124-gold...main/profile/509124-goldenlag/

.. Jump to content Everywhere Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not recommended on shared computers ..

Visits : 284 Last Update : 2024-02-08 14:28:21

Battlefield V with DXR on tested from Techspot(Hardware Unboxed) - Page 19 - Tech News - Linus Tech Tips

https://linustechtips.com/main/topic/995067-battle...are-unboxed/?do=getLastComment

.. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..

Visits : 428 Last Update : 2024-02-15 08:27:41

seee the state im in nooow - Linus Tech Tips

https://linustechtips.com/main/profile/486687-vege...n/profile/486687-vegetablestu/

.. Jump to content Search In Everywhere More options... Find results that contain... All of my search term words Any of my search term words Find results in... Content titles and ..

Visits : 324 Last Update : 2021-03-11 08:57:13

Why Microsoft?! - Programs, Apps and Websites - Linus Tech Tips

https://linustechtips.com/main/topic/996702-why-mi...y-microsoft/?do=getLastComment

Anyone notice that Microsoft Office Home and School is about $160 and the Home and business one is $230?! I mean the only difference anybody cares about is that the business .. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..

Visits : 593 Last Update : 2024-02-19 23:34:02

Why Microsoft?! - Programs, Apps and Websites - Linus Tech Tips

https://linustechtips.com/main/topic/996702-why-mi...hy-microsoft/?do=getNewComment

Anyone notice that Microsoft Office Home and School is about $160 and the Home and business one is $230?! I mean the only difference anybody cares about is that the business .. Jump to content Everywhere This Forum This Topic Topics Status Updates Blog Entries Events Images Albums Files Products Pages Members Existing user? Sign In   Sign In Remember me Not ..

Visits : 608 Last Update : 2024-02-10 11:09:25


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