Re: Disallowing links to other BBs? Digital Media Digital Marketing by harishankar Disallow it. Be firm but polite. In case of genuine spammers, warn them once and then ban. But turn that rule to your advantage. Ask people genuinely interested in promoting their site to advertise with you or exchange links. Point them out to your "links" directory page if you have one. disallow hidden directory access with httpd.conf Hardware and Software Linux and Unix by alternapop i'd like to disallow any hidden files and directories, and contents within a hidden …directory from being displayed. i know i can disallow hidden files with this: [CODE] <FilesMatch "^\.">…/logo.png[/url] what do i need to do to disallow anything from within ".hidden" and ".hide"… disallow more than one login Programming Software Development by ajithraj [B]is there any way to disallow more than one login [/B] I mean , in IE we can log in a yahoo Mail with a number of mail id at the same time...But this is not allowed in Mozilla..... I want to implement this(like that in Mozilla) restriction in our project by writing code...is there any ways to do so... Thanks in advance....... disallow keyboard input & only allow scan card to key in input (javascript) Programming Web Development by avocado_juice Hello, I wanna ask about scan card. Is there any way to disallow keyboard input and only allow scan card input to key in a field? FYI, I am using vbscript, html and javascript for this program. So, may be doing something with the javascript? How about limit the time of input? I really have no idea. Thank you so much how do i disallow the user from opening the same tab page Programming Software Development by c#dummie hi, 1) how can a user close a tab page including the tab after viewing it?? 2) how do i disallow the user from opening the 2 or more of the tab page? (my tab page is opened by button click) i dont want to disable the button after opening 1 tab page.. any other ways to disallow opening the same tab page? thanks filter crawling urls Programming Software Development by wailoon88 …) { String host = urlToCheck.getHost().toLowerCase(); // Retrieve host's disallow list from cache. ArrayList disallowList = (ArrayList) disallowListCache.get(host);… doesn't exist. */ return true; } } /* * Loop through disallow list to see if crawling is allowed for the * given… Re: filter crawling urls Programming Software Development by wailoon88 … host = urlToCheck.getHost().toLowerCase(); // Retrieve host's disallow list from cache. ArrayList disallowList = (ArrayList) disallowListCache.…. */ return true; } } /* * Loop through disallow list to see if crawling is allowed for the *… java- how2create webcrawler Programming Software Development by Priya Dharsini …LinkedHashSet toCrawlList = new LinkedHashSet(); // Cache of robot disallow lists. private HashMap disallowListCache = new HashMap(); // user…String host = urlToCheck.getHost().toLowerCase(); // Retrieve host's disallow list from cache. ArrayList disallowList = (ArrayList) disallowListCache.get… Front Page form Programming Web Development by malcolm2979 … Code" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select size=&…Validation" s-display-name="Qualification Code" b-disallow-first-item="TRUE" --><select size=&… Code" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select size=&… Googlebot ignores robots.txt Digital Media Digital Marketing Search Engine Strategies by Dani … robots.txt is in the following format: Sitemap: ... User-agent: * # ... Disallow: ... Disallow: ... etc. ~ 40 lines # ... Disallow: ... Disallow: ... etc. ~ 60 lines # ... Disallow: ... Disallow: ... etc. ~ 20 lines Re: Blocking directories in robots.txt with Apache Hardware and Software Linux and Unix by CimmerianX …and everything in it. Technically, without the trailing slash, Disallow blocks the 1 item, such as a single file. I… would *assume* this would indicate a disallow on a single file named foo not the directory /…foo/. You can also use "Disallow: /foo*/" to block any subdirectory that began with … Re: Googlebot ignores robots.txt Digital Media Digital Marketing Search Engine Strategies by Dani … bot may assume you've made a mistake if you disallow lots of content or if a restricted page receives a… Re: Remove url from bing Digital Media Digital Marketing Search Engine Strategies by shmegan8 …enter following --start of code--- User-agent: msnbot Disallow: / Disallow: /tmp/ Disallow: /~joe/ --end of code--- first User-agent…bing caseits msnbot User-agent: msnbot 2nd is Disallow: / you telling msn boot to not index…3rd if you want to disable any url Disallow: /temp in this case yourwebsite [url]http… Blocking directories in robots.txt with Apache Hardware and Software Linux and Unix by Dani …/2 www.daniweb.com/foo/3 If I want to disallow them all in robots.txt, are *both* of these valid… and will they do the same thing? Disallow: /foo Disallow: /foo/ Will the latter also block the URL www… Re: is my robots file not allowing bots to crawl my site? Programming Web Development by veedeoo …you can give the instruction like this User-agent: * Disallow: /images/ this User-agent: * is for all …the robots or spiders.. I would disallow a crawl from an evil spider such as slurp…this User-agent: * User-agent: Slurp Disallow: / The above will disallow the spider Slurp to crawl my site.… StockTrackerDB login error Programming Software Development by Matchuel …userID, symbol) " + "WITH PRIMARY DISALLOW NULL"); } catch (Exception e) { …, symbol) " + "WITH PRIMARY DISALLOW NULL"); } catch (Exception e) { … Disallowing Clicking in a WebBrowser Object? Programming Software Development by Wheen … no avail. An acceptable solution would be to disallow clicking (preferably) or to disallow mouse overs, just something that doesn't disrupt… robots.txt and sitemap.xml Digital Media Digital Marketing Search Engine Strategies by cmps … happens if I wrote in the robots.txt: User-agent: * Disallow: / Sitemap: http://www.example.com/sitemap.xml And in the… what robots.txt and sitemap.xml do; First, robots.txt disallow Search Engine (Let's talk about Google) to index any… robots.txt disallowing certain query stings... Digital Media UI / UX Design by NuGG I want to disallow certain query strings with robots.txt and I want to …check I am doing this correctly... I am using: Disallow: /browse.asp?cat=*-* I want to check that this rule… ASP.Net Security 101 Part 1 Programming Web Development by Paladine … build custom routines to authenticate users. Using this approach will disallow you from using the [i]Authenticate[/i] method to validate… Timer event doesn't get triggered Programming Software Development by DotNetUser …'t believe any process is holding up the code to disallow the timers from triggering. What can I do to debug… Control Access via group?? Hardware and Software Microsoft Windows by Bonnzo … know a combination in IIS that will enable me to disallow access to most domain users while picking and choosing who… Help me in username and password validation through accessing the database Programming Web Development by blitz2bleach … development. Visual Basic options: Set strict="true" to disallow all data type conversions where data loss can occur. Set… Robots Result Digital Media Digital Marketing Search Engine Strategies by harininet Hi, I have a quick question! I have implemeted robots.txt to disallow some of my pages! How long it will take to do this? whether i can get all my pages OUT OF INDEX all at a time or it will happen pages by pages. I'm confused Ideas are welcome Re: Robots Result Digital Media Digital Marketing Search Engine Strategies by nytrokiss when the seach engine crawls your site the first file it hits is robots.txt and if it sees to disallow any files it won't index them which means they should go off there index! Sitemap in robots.txt Digital Media Digital Marketing Search Engine Strategies by Dani I thought you were supposed to put a link to your sitemap in your robots.txt (isn't that what you said, stymiee?) My robots.txt now looks like the following: [code]Sitemap: http://www.daniweb.com/sitemap.xml User-agent: * Disallow:[/code] Google Webmaster Tools robots.txt says "Syntax not understood" for the sitemap line. Validating Form Input for HTML Tags but anchor tag Programming Software Development by aamirbabar … to parse the form field, say Description. I want to disallow all the html tags but anchor text. Basically i need… I want to ALLOW line feeds, etc. Programming Web Development by mkerrigan … from the "allow" side rather than the "disallow" side. How do I add support for line feeds… Re: I want to ALLOW line feeds, etc. Programming Web Development by digital-ether … from the "allow" side rather than the "disallow" side. How do I add support for line feeds… Displaying images retrieved from a mysql db using the image path Programming Web Development by colcar2008 … name as SQL table $password = 'kinefad';// simple upload restriction,// to disallow uploading to everyone if (!mysql_connect($db_host, $db_user, $db_pwd)) die("…