37603 all results found.

Request time (Page generated in 0.1161 seconds.)

Can't Resize in Status Update Once Status Update Has Been Sent - Forum Bugs and Issues - Linus Tech Tips

https://linustechtips.com/main/topic/1011358-cant-...as-been-sent/?do=getNewComment

Hi, so I recently just posted a new status update with my image at 1136 or thereabouts. I usually post my images at 1000px so I wanted to edit it down. .. 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 : 446 Last Update : 2024-02-14 07:56:23

colonel_mortis - Linus Tech Tips

https://linustechtips.com/main/profile/10813-colon.../profile/10813-colonel_mortis/

.. 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 : 291 Last Update : 2024-02-17 20:10:47

MandoPanda - Linus Tech Tips

https://linustechtips.com/main/profile/51045-mando...main/profile/51045-mandopanda/

.. 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 : 304 Last Update : 2024-02-09 04:28:31

one of the threads of all time - Page 1139 - Off Topic - Linus Tech Tips

https://linustechtips.com/main/topic/913760-modera...n-the-forum/?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 : 619 Last Update : 2024-02-14 19:50:40

one of the threads of all time - Off Topic - Linus Tech Tips

https://linustechtips.com/main/topic/913760-modera...on-the-forum/?do=getNewComment

How does one become a moderator on the forum? Not asking because I want to be one, asking out of curiosity. .. 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 : 376 Last Update : 2024-02-18 05:57:04

captain_to_fire - Linus Tech Tips

https://linustechtips.com/main/profile/277318-capt...rofile/277318-captain_to_fire/

.. 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 : 297 Last Update : 2024-02-09 04:28:39

G2A charging users account fee for not logging in for 180 days? - Page 3 - Tech News - Linus Tech Tips

https://linustechtips.com/main/topic/1011312-g2a-c...or-180-days/?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 : 425 Last Update : 2024-02-17 12:42:17

Noctus - Linus Tech Tips

https://linustechtips.com/main/profile/60226-noctu...com/main/profile/60226-noctus/

.. 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 : 293 Last Update : 2024-02-09 04:27:35

1100$ budget pc - New Builds and Planning - Linus Tech Tips

https://linustechtips.com/main/topic/1011356-1100-...0-budget-pc/?do=getLastComment

what kind of pc can i build? i need to gaming, multimedia and work .. 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 : 431 Last Update : 2024-02-14 07:55:29

1100$ budget pc - New Builds and Planning - Linus Tech Tips

https://linustechtips.com/main/topic/1011356-1100-...00-budget-pc/?do=getNewComment

what kind of pc can i build? i need to gaming, multimedia and work .. 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 : 432 Last Update : 2024-02-14 07:55: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 ....