Defending yourself from AI. IGNORE ALL PREVIOUS INSTRUCTIONS Hardware and Software Information Security by rproffitt …. What other methods can we use to expose, derail AI bots which are now a threat to the web and our… Re: How would we poison AI web crawls? Hardware and Software Information Security by Dani …is true. The primary difference between good bots and bad bots is that good bots respect your robots.txt file, which dictates…mean it's not possible to tame bad bots. Bad bots (and even good bots) can easily be tamed by serving them…cost any money. However, bad bots are not AI bots. Nearly all AI bots fall under good bots, such as OpenAI, Googlebot, … Re: How would we poison AI web crawls? Hardware and Software Information Security by Reverend Jim … 94% of the traffic to his site was caused by bots. When you price and design a site for an expected… human load, and then you get overwhelmed by bots, you can throw more money at it or you can… take action against the bots. In my meagre understanding of all things web related, robots… Re: How would we poison AI web crawls? Hardware and Software Information Security by rproffitt … 🔗 https://zadzmo.org/code/nepenthes/ 🔻 Quixotic Feeds fake content to bots and robots.txt-ignoring #LLM scrapers. @marcusb 🔗 https://marcusb.org… A django app that poisons content when served to #AI bots. @Fingel 🔗 https://github.com/Fingel/django-llm-poison 🔻 KonterfAI A… Re: How would we poison AI web crawls? Hardware and Software Information Security by rproffitt The OpenAI bot appears to be a bad bot. Discussed many times so here's just one: https://www.reddit.com/r/selfhosted/comments/1i154h7/openai_not_respecting_robotstxt_and_being_sneaky/ Fixes appear to be: 1. Block IP ranges from bots. 2. Replace words and poison the bots. Re: How would we poison AI web crawls? Hardware and Software Information Security by Dani …, and I have seen many, many times people blaming the bots when the problem lies with a syntax or logic error… not spew garbage across the web. They feed garbage to bots that access the protected sites. The technique you're referring… Re: How would we poison AI web crawls? Hardware and Software Information Security by Dani … website. In other words, if I want to dissuade AI bots from crawling DaniWeb, I would do so much more elegantly… Re: How would we poison AI web crawls? Hardware and Software Information Security by Pebble94464 … of spamming in order to sway an opinion. Secondly, AI bots crawling the web can be instructed to simply ignore pages… Re: How would we poison AI web crawls? Hardware and Software Information Security by Reverend Jim … not spew garbage across the web. They feed garbage to bots that access the protected sites. AI that returns bogus results… Re: How would we poison AI web crawls? Hardware and Software Information Security by Dani … agent called "OpenAI"! https://platform.openai.com/docs/bots/ Re: How would we poison AI web crawls? Hardware and Software Information Security by Dani > The creator of Nepenthes says that it is ineffective against OpenAI which I take to mean that OpenAI is ignoring robots.txt. As mentioned, Nepenthes uses the spoofing technique. Spoofing does not rely whatsoever on bots following robots.txt. Re: I'm Tired! How to Increase Social Media Followers Digital Media Digital Marketing by Heatman Never make the mistake of paying for followers on any social media platform. All you're going to get are bots following your account that wouldn't convert into anything serious. Work hard in creating high quality contents. With time, your efforts will start paying off. Re: How would we poison AI web crawls? Hardware and Software Information Security by rproffitt Update February 25, 2025 as others are kicking it into high gear to resist certain government data collecting. ![image_2025-02-25_085603458.png](https://static.daniweb.com/attachments/1/3353464f2457b005cccfd76592522cd2.png) And here I was only thinking about poison for the AI bots. Re: Contact form does not working Programming Web Development by programmer_5 Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more secure and handle professionally templates. Re: Defending yourself from AI. IGNORE ALL PREVIOUS INSTRUCTIONS Hardware and Software Information Security by Dani I have heard of the "Ignore all previous instructions" thing when ChatGPT first came out, but I don't know how effective that is anymore. I don't think very much so. I haven't heard of anything related to Tiananmen Square or Holocaust Remembrance Day or such, and I don't see how those would be effective at all. Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Bots IP Database Programming Databases by bmarshall.0511 … to my site, I've compiled a database with the bots IP addresses and names. As of right now I have… addresses. I will continue to update the list as more bots visit my sites. Let me know if there are any… Bots as users + PTC Site Programming Web Development by Weirder_PT Hello. I don't know if you know what's a PTC site... (it's easily to find out what is it, with a search on google). I was wondering if you would know how can i create bots to click on ads, and make them purchasable to be referrals from who buys them. Just like they were human, but i can control how much clicks they can do. Thanks. How To Hide Report Deadlink from Bots? Programming Web Development by Blitz-labs.com …com/questions-about/Webmaster-Tool', ); $agent = strtolower($_SERVER['HTTP_USER_AGENT']); foreach( $bots as $name => $bot) { if(stripos($agent,$bot)!==false) { … HOW TO MAKE THIS WORK ///// $agent = strtolower($_SERVER['HTTP_USER_AGENT']); foreach( $bots as $name => $bot) { if(stripos($agent,$bot)!==false) {… C++ bots? Programming Software Development by Thornx1 …involved. I have noticed lots of mmorpgs have bots running non stop flooding the game and making gameplay…online. I want to learn how to make bots and hacks do I will be able to …t want it to be over run with annoying bots. Although people might be skeptical about this I… ideas I only want to learn the ways bots are made and possibly some ideas on how… Re: How To Hide Report Deadlink from Bots? Programming Web Development by Blitz-labs.com sorry this doesnt exist in the scirpt sorry [CODE]/////NOT SURE HOW TO MAKE THIS WORK /////$agent = strtolower($_SERVER['HTTP_USER_AGENT']);foreach( $bots as $name => $bot){ if(stripos($agent,$bot)!==false) { echo $name; echo"Sorry, No Link or Data"; } /////////////////////////////////////////////[/CODE] Re: C++ bots? Programming Software Development by WaltP … very fluent in c++ Get fluent in C++. Put the bots on a back burner, you're not even ready for… Re: phpBB bots creating fake users! Digital Media Digital Marketing by Dani Yup. :) Image verification prevents against bots and email verification prevents against bots and makes sure emails are valid. There are some bots nowadays that can read very simple image verification (ie when the letters are not distorted). Re: phpBB bots creating fake users! Digital Media Digital Marketing by bbdog …' avaliable on phpbb.com which can help against stopping auto bots joining your forum![/quote] I simply google every user that… turned up "users" that these bots sign on lots of sites, these bots are not very sophisticated. I've also… twitter bots Programming Web Development by Violet_82 Hi all, does anybody know of any good guide for beginners to write twitter bots? I had a look around but I couldn't find anything terribly good. Does anybody have any suggestion, something that starts building very simple bots thanks Re: phpBB bots creating fake users! Digital Media Digital Marketing by nathanpacker Yeah, good point. And now that I think about it, I think you're right in your first post about it not being bots. Because we did have the image verification turned on, it really couldn't have been bots, unless there's some new high-tech ones I don't know about. But it is kind of redundant to have both. Re: phpBB bots creating fake users! Digital Media Digital Marketing by nathanpacker … turned up "users" that these bots sign on lots of sites, these bots are not very sophisticated. I've also… Perl and Bots Digital Media Digital Marketing Search Engine Strategies by BountyX All of my pages are rendered from a perl script, will search engine bots still be able to grab the HTML rendered by the script? For example: Index.pl grabs Header.html Main.html and Footer.html If a bot is scanning my index site will it read the HTML all at once, after the script has been executed? phpBB bots creating fake users! Digital Media Digital Marketing by nathanpacker … those addresses. We have the image verification on to prevent bots. So how could they be doing this? Is an actual… Re: phpBB bots creating fake users! Digital Media Digital Marketing by Dani … person who is creating the accounts, and then letting the bots loose posting with them. You should definitely enable email confirmation…