I've already posted something simular in another thread, no need to change any thing just put this code where you want the search box to show, like forum home
Code:
<form action="search.php" method="get" name="name">
<input type="hidden" name="do" value="getdaily">
Search for posts from the last <input type="text" value="1" name="days" size="3"> day(s) <input type="submit" value="Search">
</form>