the reference manual contains a step by step "How to Set Up Replication" which helped us setting it up...
How to put search on slave :
edit includes/config.php
put your slave config into this:
if (THIS_SCRIPT == search)
{
slave config goes here...
}
in vb 3.5x we had to do it slightly different (use a second master config for THIS_SCRIPT == search)
http://www.vbulletin.com/forum/showp...93&postcount=9