37603 all results found.

Request time (Page generated in 0.1191 seconds.)

Cart

http://codecanyon.net//authors/top

Browse the largest script and code marketplace on the web. Find WordPress plugins, jQuery plugins, Javascript, CSS and more. Save time, Buy code. .. Envato Market Code Web Themes & Templates Video Audio Graphics Photos 3D Files Search Popular Files Featured Files Top New Files Follow Feed Top Authors Top New Authors Public Collections ..

Visits : 288 Last Update : 2020-11-19 01:05:43

Play

http://codecanyon.net//follow_feed

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 : 295 Last Update : 2020-11-19 01:05:39

Cart

http://codecanyon.net//feature

Browse the largest script and code marketplace on the web. Find WordPress plugins, jQuery plugins, Javascript, CSS and more. Save time, Buy code. .. Envato Elements: Go Unlimited Envato Elements: Plugins, WordPress themes, web templates & more! Unlimited Downloads Forums Start Selling Menu Our Products Digital assets subscription Hire a freelancer Tutorials & courses ..

Visits : 242 Last Update : 2020-11-19 01:05:38

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 : 302 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 : 242 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 : 308 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 : 243 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 : 296 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 : 256 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 : 300 Last Update : 2020-11-19 01:05:14


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