Link Placement suggestion:
Place it in the footer - with a conditional so that only admins can see it:
In the footer template look for:
Quote:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
|
and below it add:
Quote:
<if condition="$show['admincplink']"><a href="LINK TO YOUR SPIDERS.PHP FILE">Spiders</a> -</if>
|
You can put this same link anywhere else you would like, and only admins will see it.