37603 all results found.

Request time (Page generated in 0.0884 seconds.)

Play

http://codecanyon.net//

Discover 34,828 Plugins, Code and Script for Bootstrap, Javascript, PHP, Wordpress, HTML5 and more. Save time, buy Code on CodeCanyon! .. Envato MarketForumsStart SellingMenu-DropdownMenuOur ProductsDigital assets subscriptionHire a freelancerTutorials & coursesCreate designs, videos & mockupsJoin the Envato communityLearn from others in the forumsCart_reverseCartSign InPersonHamburgerWeb Themes & TemplatesCodeVideoAudioGraphicsPhotos3D FilesAll Items Popular Files ..

Visits : 320 Last Update : 2020-11-19 01:05:35

Cart

http://videohive.net//popular_item/by_category?cat...ategory=premiere-pro-templates

Browse 2020s Best Selling Premiere Pro Templates from VideoHives global community of videographers and motion graphics designers. Our Best Premiere Pro Templates list is updated weekly. .. Envato Market Video Web Themes & Templates Code Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 257 Last Update : 2020-11-19 01:05:26

Chevron Right

http://videohive.net//attributes/video-project-req...-requires/Element 3D?sort=date

Get 2,174 video effects & stock videos element 3D. All from our global community of videographers and motion graphics designers. .. Envato MarketForumsStart SellingMenu-DropdownMenuOur ProductsDigital assets subscriptionHire a freelancerTutorials & coursesCreate designs, videos & mockupsJoin the Envato communityLearn from others in the forumsCart_reverseCartSign InPersonHamburgerWeb Themes & TemplatesCodeVideoAudioGraphicsPhotos3D FilesAll Items Popular Files ..

Visits : 327 Last Update : 2020-11-19 01:05:23

Cart

http://videohive.net//popular_item/by_category?cat...ry=after-effects-project-files

Browse 2020s Best Selling After Effects Templates from VideoHives Global Community of Videographers and Motion Graphics Designers. Our Best After Effects Templates list is updated weekly. .. Envato Market Video Web Themes & Templates Code Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 262 Last Update : 2020-11-19 01:05:22

Cart

http://videohive.net//category

Create a video with video templates. Browse high quality after affects templates, apple motion videos, Cinema4D files, video clips, royalty free stock footage, and more. .. Envato Market Video Web Themes & Templates Code Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 316 Last Update : 2020-11-19 01:05:20

Cart

http://videohive.net//collections

Browse through the best items across hundreds of collections, chosen by our users. Discover free files, stock audio tracks and website templates. .. Envato Market Video Web Themes & Templates Code Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 286 Last Update : 2020-11-19 01:05:16

Cart

http://videohive.net//page/top_new_sellers

Create a video with video templates. Browse high quality after affects templates, apple motion videos, Cinema4D files, video clips, royalty free stock footage, and more. .. Envato Market Video Web Themes & Templates Code Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 318 Last Update : 2020-11-19 01:05:14

Cart

http://videohive.net//authors/top

Create a video with video templates. Browse high quality after affects templates, apple motion videos, Cinema4D files, video clips, royalty free stock footage, and more. .. Envato Market Video Web Themes & Templates Code Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 328 Last Update : 2020-11-19 01:05:13

Play

http://videohive.net//follow_feed

Discover 1,984,400 Stock Footage, Video Effects and After Effects Templates on VideoHive. Buy Stock Footage and Video Effects from $4. .. Envato MarketForumsStart SellingMenu-DropdownMenuOur ProductsDigital assets subscriptionHire a freelancerTutorials & coursesCreate designs, videos & mockupsJoin the Envato communityLearn from others in the forumsCart_reverseCartSign InPersonHamburgerWeb Themes & TemplatesCodeVideoAudioGraphicsPhotos3D FilesAll Items Popular Files ..

Visits : 307 Last Update : 2020-11-19 01:05:09

Cart

http://videohive.net//feature

Create a video with video templates. Browse high quality after affects templates, apple motion videos, Cinema4D files, video clips, royalty free stock footage, and more. .. Envato Elements: Go Unlimited Envato Elements: Millions of creative assets. Unlimited downloads. One low cost. From $16.50/m Forums Start Selling Menu Our Products Digital assets subscription Hire a freelancer Tutorials ..

Visits : 334 Last Update : 2020-11-19 01:05:08


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