robots.txt is a way to stop most robots from visiting your site, most will respect your choice to NOT allow them to visit your site.

Simply create a file named robots.txt and enter:
Code
User-agent: Mozilla/5.0 (Twiceler-0.9 http://www.cuill.com/twiceler/robot.html)
Disallow:/

Keep in mind that most bots have a cache of your robots.txt which they update on a regular basis into their database, i believe Twinceler uses a 7 day cache.

If you wanted to block them by say a .htaccess file (if you're on an apache webserver and have applicable permissions), you could do so as:
Code
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Twiceler
RewriteRule ^.* - [F]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!