I am currently designing a personal website (starting page, when you open your browser). However I want to use several search functions.

But I am having some problems with getting it to work properly.

I want to use http://www.binsearch.info

Currently I have the following:

CODE
<form name="login" id="login" method="get" action="http://www.binsearch.info"><input type="text" name="q" class="ginput"></form>


This works fine, but it uses the standard search values.

I want it to use maximum settings:
- Results per page: 250
- Maximum age of post: show all

How do I achieve this?

The search string for this (with TEST) would be this:

CODE
http://www.binsearch.info/?q=TEST&max=250&adv_age=&server=


Any help with this would be appreciated!

Nevermind... I manged it myself! victory.gif