You can add an item to the Auction by pressing the Register button. By default the number of hours is not set.
When adding a number of hours, the Auction Fee automatically gets adjusted as you type it. It's 12,000 Zeny per hour.
The maximum is 48 hours, so if you type in anything greater than that, it automatically caps it at 48.
On my server, we have a 2010-06-01 client, for which the following hex edit is used to set the fee to 0:
From: 8D 04 B6 8D 04 80 8D 14 80 C1 E2 05
To: BE 00 00 00 00 F7 E6 8B D0 90 90 90
Hope this helps!