Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
txt-file
- Page 1
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by MasoodDidThat
… it does not affect your ranking. You can upload the
file
of your disallowed backlinks to GSC (https://search.google.com…
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Olu_610
Errors in robots.
txt
file
settings and sitemap failures frequently trigger indexing issues. Verify if the robots.
txt
permits Googlebot to explore all pages and make sure your sitemap is fully updated with proper submission to Search Console.
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by ashleydent4u
… you're on the right track already, and your robots.
txt
file
actually looks okay at first glance. However, if 1.13K…
Re: Linking Sitemap to all the Webpages
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by adilhassan
You don’t need to link your sitemap to every webpage. It’s enough to submit your sitemap to Google Search Console and place a link to it in your robots.
txt
file
. This helps search engines discover and crawl your pages efficiently without needing direct links on your website.
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
… due to your crawl settings or restrictions. Check your robots.
txt
file
and meta tags to ensure SEMrush isn’t blocked from…
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by MasoodDidThat
> Found the solution I tried a method where I went to the Site Audit settings on Semrush, uploaded a .
txt
file
containing all the URLs I wanted to get indexed, and then re-ran the campaign. It worked.
Re: Page Crawling Issue
Digital Media
Digital Marketing
1 Month 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: Txt File
Programming
Software Development
18 Years Ago
by WaltP
…269940]Hi There, I am trying to open a
txt
file
with no header using vb6. my problem is that it… """ rs.Open "select * from file1.
txt
", cnn, adOpenStatic, adLockBatchOptimistic rs.MoveFirst MsgBox rs.Fields(0…Why so complicated? Just open it using text-
file
functions: [code] open "file1.
txt
" for input as #1 [/code] …
txt file
Programming
Software Development
13 Years Ago
by bonzo2008
… My friend have a little problem with a text
file
. as follows Monday Thuesday Wednesday Thursday Friday Saturday Sunday…Caption = iDag know he has the problem to link the
txt
file
with idag = format$(Date, "dddd") IDAG =…date in greece language he will that the text
file
should read correct name. and will be readabeld …
Txt File
Programming
Software Development
18 Years Ago
by NewVBguy
Hi There, I am trying to open a
txt
file
with no header using vb6. my problem is that … 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…
TXT file split routine
Programming
Software Development
17 Years Ago
by aclogics
Hi, I need to create multiple
TXT
files from splitting 1 single
TXT
file
that should look something like this: xyz;0;…data;data Let's say the original
file
was like above, and named original.
txt
, I would like the resulting files…be like so with the program generating the
file
names. filename : 1.
txt
xyz;0;12345;data;data;data;data xyz…
.txt File Handling in Java
Programming
Software Development
16 Years Ago
by LooN_iE
…have this code. The code reads a text
file
, stores the information into an array then …code. So basically what I have is a .
txt
file
with a list of users e.g: username,…the i-net and it seems that the .
txt
file
cannot be just edited. The information has to…array, then the array printed into a new .
txt
file
. How exactly can I modify the code to…
.txt file reading question
Programming
Software Development
15 Years Ago
by gotm
ok so i want to read a .
txt
file
line by line. I have the code for that BUT … the code for reading and parsing .
txt
file
and setting up survey (loading)
File
file
= new
File
(txtFile + ".
txt
"); FileInputStream fis = null; BufferedInputStream bis…
Re: .txt file reading question
Programming
Software Development
15 Years Ago
by ~s.o.s~
> ok so i want to read a .
txt
file
line by line. Since you are reading textual data, consider using a BufferedReader wrapper up in [URL="http://java.sun.com/j2se/1.5.0/docs/api/java/io/LineNumberReader.html"]LineNumberReader[/URL] to ease your task.
.txt file to object
Programming
Software Development
14 Years Ago
by Dean_Grobler
… that is VERY similiar. Say I have this in a
txt
file
: "Dean Grobler 0794400541 NA NA [email]dean3446@gmail.com…] How would I continue reading line by line in the
file
(regardless of how many lines of information there is in… the .
txt
) and keep on popping out 'Contact objects'? So then in…
Re: Txt file based tool tip
Digital Media
UI / UX Design
16 Years Ago
by sgweaver
…;?php // Write out ToolTip.
txt
file
if ($handle = opendir("path_to_dir_containing_file")) { while (false !== ($
file
= readdir($handle))) { if ($
file
== "ToolTip.
txt
") { echo ("…;<h2>Tool Tip</h2><p class=\"tooltip\">"); $file_contents =
file
($
file
…
Txt file data into array
Programming
Software Development
14 Years Ago
by moose333
Hello I have a
txt
file
with multiple values in six different columns. What I need … the arrays into integers. This is the contents of the
txt
file
. [CODE][HRData] 97 117 0 -117 0 50 97 117…
txt file list
Programming
Software Development
16 Years Ago
by mrjoli021
I have a
txt
file
that contains a list of files that i need to … void Main(string[] args) { StreamReader sr = new StreamReader("List.
txt
"); String line; while ((line = sr.ReadLine()) != null…
.txt File Reading Issue
Programming
Software Development
13 Years Ago
by jmurph333
I created a .
txt
file
with 20 lines of text. I need to read a … is a predefined variable StreamReader reader = new StreamReader("Answers.
txt
"); answer = reader.ReadLine(); string strAllFile = reader.ReadToEnd().Replace("…
Txt file reading a data storing
Programming
Software Development
16 Years Ago
by radnik
Hey guys i need some help. I have a
txt
file
which looks like this: 234 56 123 34 456 56 … x-point and so on. I need to read the
file
, and store the data. I would like to store it…
txt file data save in databse
Programming
Web Development
11 Years Ago
by bansarisavaliya
I want that when
txt
file
data save in database that time progress display that "… dt = new DataTable(); StreamReader sw = new StreamReader(CurrentPath); var linecount =
File
.ReadAllLines(CurrentPath).Length; //lblmsg1.Text = linecount.ToString(); while (!sw.EndOfStream…
Txt file based tool tip
Digital Media
UI / UX Design
16 Years Ago
by SameerMughal
Hi all, Question is, Is it possible to make a tool tip based on the content saved in a .
txt
file
? If yes, Can you please tell me how? Regards, Sameer.
Re: uploading .txt file via phpmyadmin to Mysql
Programming
Databases
20 Years Ago
by Monte
txt
file
.. why would you use that, why not a .sql?
How to sent the output into a txt file (with giving the destination path)
Programming
Software Development
9 Years Ago
by Niloofar24
Hi. I'm creating a web crawler, I want to send the output into a
txt
file
, how can I do it? And I also want to give a path to the script to set the directory. How can I do it now?
Re: Txt File
Programming
Software Development
14 Years Ago
by bhupeshsingal
… reply back with the blog... [code]filename1 = "c:\mail
file
.
txt
" Dim Data As String * 108 Dim recno As Long…
Re: txt file
Programming
Software Development
13 Years Ago
by bonzo2008
…") ', "d") Open App.Path & "\Days.
txt
" For Input As #Fnumeng Do Until EOF(Fnumeng) Line…$(namneng, strLen - 6) know he will that in the text
file
say FRIDAY be connected to the right date(dddd) as…
Re: txt file
Programming
Software Development
13 Years Ago
by hkdani
…(Date, vbMonday) lngFileEngland = FreeFile Open App.Path & "\Dani.
txt
" For Input As #lngFileEngland Do Until EOF(lngFileEngland) Line…
Re: Txt File
Programming
Software Development
18 Years Ago
by BinaryMayhem
…=NO;FMT=Delimited'" rs.Open "select * from file1.
txt
", cnn, adOpenStatic, adLockBatchOptimistic rs.MoveFirst MsgBox rs.Fields(0…
Re: .txt file to array.
Programming
Software Development
15 Years Ago
by fjrivash
Hi, Can you put an example of your .
txt
file
?, in order to know the format. :D
Employee Information System.Problem adding a new department in "dept.txt" file
Programming
Software Development
16 Years Ago
by anu123d
…values * DEP_FILE - reads from Department
file
(dept.
txt
) * EMP_FILE - reads from Employee
file
(emp.
txt
) * Returns: None ******************************************************************************/ void …(aCompare, DEPT_RECLEN, fpD)== NULL ) { printf(" dept.
txt
file
is empty"); } else { if(strstr(aCompare, Dept_Name…
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC