Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
txt
- Page 1
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
… agent type** crawl spike. You should thoroughly review your **robots.
txt
** file and check for any **noindex** tags that may have…
Re: Attn Publishers: Do you block AI bots?
Digital Media
1 Month Ago
by Dani
… of these crawlers by specifying their name in your robots.
txt
file. For good measure, Cloudflare also gives you the … error if they are misbehaving and not respecting your robots.
txt
(which, in my experience, they do adhere to). I …makes sense server-side, and blocking specific bots via robots.
txt
is the easiest way since the AI bots are self…
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by ashleydent4u
… you're on the right track already, and your robots.
txt
file actually looks okay at first glance. However, if 1…
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by ashleydent4u
… Google may still consider backlinks to URLs disallowed in robots.
txt
, but it doesn’t mean that the link juice (or…
Attn Publishers: Do you block AI bots?
Digital Media
1 Month Ago
by Dani
Digital Publishers: Do you block AI bots either via robots.
txt
, with HTTP 403s, or both? Why or why not? Currently on the fence about it and looking to get opinions from other publishers as to their reasoning and how it's influenced their SEO, etc.
Re: Need Coding Help With A Project
Programming
Software Development
1 Month Ago
by Enzo_3
… it using Python: from functools import reduce with open('numbers.
txt
', 'r') as file: content = file.read() number_strings = content.split() numbers…
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by jonathannweyer
If SEMRush is only crawling a few pages, it might be due to the crawl settings or limits in your SEMRush account. Check if there are any crawl restrictions set up and make sure your robots.
txt
file isn’t blocking any important pages.
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Month Ago
by Dani
… have their profiles at /profiles/ which is blocked via robots.
txt
, so crawlers never even go there. (In fact, we block…
Re: How to enable gpedit on Windows 10 & 11
Hardware and Software
Microsoft Windows
1 Month Ago
by AIO_803
Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system settings. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues.
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by MasoodDidThat
The sole purpose of disavowing a link is to stop Google from indexing the backlink so it does not affect your ranking. You can upload the file of your disallowed backlinks to GSC (https://search.google.com/search-console/disavow-links). This practice helps protect your site from potential penalties associated with low-quality or spammy links. So…
Re: Anti-Hotlinking Script for WP on Apache (.htaccess) - Linkspam Prevention
Programming
Web Development
1 Month Ago
by Dani
CDNs such as Cloudflare offer hotlink protection via a toggle switch you could enable. But, yeah, the primary benefit of hotlink protection is that a website doesn't upload images to *your* site, and then include them in their own site without having to pay for the bandwidth of hosting the images. Just make sure that if you turn on hotlink …
Re: Attn Publishers: Do you block AI bots?
Digital Media
1 Month Ago
by jkon
As I have mentioned before here, my company has its own (interconnected) firewall system on our servers. Currently, we don't have a strict policy for AI bots, but we do have a strict policy against flooding requests, especially when we see that the ISP behind the request's IP is either a VPN, transit, or data-collecting company. I've realized …
Re: Need Coding Help With A Project
Programming
Software Development
1 Month Ago
by Reverend Jim
I don't know why you would use `reduce` and `lambda` when you could just do sum(numbers) And the directive >You should make use of two higher-order functions (i.e., map and reduce, or something else) to simplify the design. is self-contradictory as using `map` and `reduce` instead of `sum` does not simplify the design. It …
Re: Need Coding Help With A Project
Programming
Software Development
1 Month Ago
by Reverend Jim
>Why put them down? Please explain to me how anything I said was a put down. If someone told me their methof of counting cows was "count the number of legs and divide by four", I would point out that it would be simpler just to count the number of cows. If I said "That's stupid, just count the cows", then that would be a …
Re: Need Coding Help With A Project
Programming
Software Development
1 Month Ago
by Dani
First of all, let me be blunt. I believe that Enzo only resurrected a 12 year old thread with the intent of spamming. You and I know that because, as moderators, we see in his profile his spamming attempts and his infractions. However, no one else coming across this thread sees that or knows that, so the other 2000 people reading this thread may …
txt files in pascal
Programming
Software Development
17 Years Ago
by Olsi009
…another file without repeating the word(file name finalfile.
txt
). Example: thetext.
txt
has this text in it: the quick brown fox… board. this is how the finalfile should look. finalfile.
txt
: the 1 quick 1 brown 3 fox 1 jumps 1… this exercise this way. 1st we read the thetext.
txt
letter one by one and merge them in a string…
.txt saving
Programming
Software Development
15 Years Ago
by Noob.exe
…Enter] . [Enter] [Enter] [Enter] intto thhee naame of
txt
.
txt
ffile [Enter] [Enter] [Enter] aandnd d i hahave limmediium…Enter] [Enter] [Enter] [Enter] intto thhee naame of
txt
.
txt
ffile [Enter] [Enter] [Enter] aandnd d i hahave …
TXT file split routine
Programming
Software Development
17 Years Ago
by aclogics
…original file was like above, and named original.
txt
, I would like the resulting files to be…program generating the file names. filename : 1.
txt
xyz;0;12345;data;data;data;data xyz;0…;12345;data;data;data;data filename : 2.
txt
xyz;0;67890;data;data;data;data xyz…;67890;data;data;data;data filename : 3.
txt
xyz;0;54321;data;data;data;data xyz…
Re: txt files in pascal
Programming
Software Development
17 Years Ago
by Olsi009
guys sorry, thetext.
txt
= tekst.
txt
finalfile.
txt
= fjaleden.
txt
Re: .txt saving
Programming
Software Development
15 Years Ago
by Oxiegen
…i make, that program will name .
txt
file like "29.3.20010.
txt
"?[/QUOTE] Try this: (FileMode…("C:\Key\" & fileName & ".
txt
", System.IO.FileMode.Append) [/CODE] [QUOTE] all keys…quot;C:\Key\" & fileName & ".
txt
", System.IO.FileMode.Append) RichTextBox1.Save(file, RichTextBoxStreamType.…
Re: TXT file split routine
Programming
Software Development
17 Years Ago
by aclogics
… set of data that is grouped and split into different .
txt
files. are you looking for a code example that you… open new file for writing called counter.
txt
write temp to counter.
txt
close counter.
txt
counter = counter+1 next close source text…
Re: TXT file split routine
Programming
Software Development
17 Years Ago
by NoobertGames
… As Integer Private Sub Command1_Click() Open "C:\original.
txt
" For Input As #1 'open original 'replace … Open "C:\" & intFile & ".
txt
" For Output As #iFile 'replace c:\ with location of…#iFile EndLoop: Next intCnt Kill "C:\original.
txt
" 'replace with location of file End Sub
Re: TXT Plays like a Music File?
Programming
Web Development
20 Years Ago
by Dragonbssj
Well actually i just wanna learn how to make the
TXT
file just the same but make my own out …WMA,OGG,whatever. But i did notice inside the
TXT
file that it had this line in it W i…thing While in Notepad or something type .
txt
and it will become a
TXT
file document. But it still dont play…someone please tell me how to Make my Own
TXT
file Music?
.txt/array problems
Programming
Software Development
18 Years Ago
by iaaan
…newbie at it. My task is to import a .
txt
document, store in an array which i must then…to add to these arrays and save to the .
txt
file when a new quote is made. The furthest…so far is to be able to add the .
txt
files line by line. I am not sure …them. At the moment my code just imports the .
txt
document line by line and then closes. Any help…
.txt File Handling in Java
Programming
Software Development
16 Years Ago
by LooN_iE
…String[N][]; try { lnr = new BufferedReader (new FileReader("LoginData.
txt
")); for (line = lnr.readLine(); line!=null; line = … the code. So basically what I have is a .
txt
file with a list of users e.g: username,… through the i-net and it seems that the .
txt
file cannot be just edited. The information has to…
Re: Txt File
Programming
Software Development
18 Years Ago
by WaltP
…New ADODB.Recordset cnn.Open "DRIVER={Microsoft Text Driver (*.
txt
; *.csv)};DBQ=c:\temp, "", ""…;" rs.Open "select * from file1.
txt
", cnn, adOpenStatic, adLockBatchOptimistic rs.MoveFirst MsgBox rs.Fields(0…it using text-file functions: [code] open "file1.
txt
" for input as #1 [/code] Look up …
Re: TXT file split routine
Programming
Software Development
17 Years Ago
by NoobertGames
what is the criteria or the variable that determines how the original file is split? in the example it is the 3rd set of data that is grouped and split into different .
txt
files. are you looking for a code example that you can alter for your needs or what are you looking for?
TXT Plays like a Music File?
Programming
Web Development
20 Years Ago
by Dragonbssj
Hi i was wondering how do i make a
TXT
play music because i was searching for a song site … URL its like this [url]http://kassierae.myknet.org/chevypr.
txt
[/url] but it still plays a song in Windows Media… can someone please tell me how to create my own
TXT
playing files? I also read that this was something like…
Re: TXT Plays like a Music File?
Programming
Web Development
20 Years Ago
by Dragonbssj
… file on your Desktop [url]http://kassierae.myknet.org/chevypr.
txt
[/url] Then do the same thing as in these pictures…. and the
TXT
file will play in Windows Media Player [img]http://img260…/3370/pic41lr.png[/img] Oh and when you open this
TXT
in NotePad or something this is what i get Sorry…
Txt Coordinates into chart...
Programming
Software Development
19 Years Ago
by lev_arris
…, 1}; I need it to take these coordinates from a
txt
file, which I'm having trouble with. So far I…'ve made it read in a
txt
file and output to a text area like this: public… need datax and datay to be read in from the
txt
file though which is formatted simply x val, y val…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC