I downloaded the Searchbox Anywhere mod and installed it yesterday.

The instructions seem to be a little vague to me. Can anuone help me get this onto a page and in working order too please.

Code:
USAGE INSTRUCTIONS:
 *   1. Upload this single_sidebox.php file to the same folder as your Zen Cart files.
 *   2. On a PHP page where you desire to show Zen Cart sidebox content, insert the following code:
 *        $zcSBmodule = 'name.php';  // name of sidebox or centerbox to be displayed (see filenames in the /includes/modules/sideboxes folder) (if not set, uses "whats_new.php")
 *        $zcSBlayout = 'left';      // 'left' or 'right' sidebox template style (if not specified, uses 'left')
 *        require ("path/to/zencart/single_sidebox.php");
Now can someone tell me what format the require ("path/to/etc should be?

Also when I put it into a page all that is displayed is the text quoted above.

Could someone help with the correct coding to have this displaying correctly?
The pages I am looking to insert this too are all similar. The code ends and thats where i want this box displayed then, at the end of the page.

Also would it be possible to have this displayed using HTML or BBC for use in forum boards and as part of an affiliate programme?

Thanks
Rob