Jump to content
UBot Underground

Creating a list from saved file names


Recommended Posts

Alright I'm trying to finish up my RSS creation bot but I've hit a bit of a snag towards the very end, I cannot for the life of me figure out how to make a list of the files that I've downloaded from http://links2rss.com/.

 

Here's a screenshot of what I'm currently looking at.

http://img177.imageshack.us/img177/1751/helpforubot.png

 

What I want to do is save the list of files saved after downloading them from the site into a .txt list.

 

Example

 

1.xml

2.xml

3.xml

4.xml

 

The list should go on for as many files as I have created.

 

 

After I've created the list of url's I plan on building a string in front of them of my domain name.

 

Ex - http://lolubotissokewl.com/1.xml

 

 

Thanks for any and all help in advance.

Link to post
Share on other sites

Alright I'm trying to finish up my RSS creation bot but I've hit a bit of a snag towards the very end, I cannot for the life of me figure out how to make a list of the files that I've downloaded from http://links2rss.com/.

 

Here's a screenshot of what I'm currently looking at.

http://img177.imageshack.us/img177/1751/helpforubot.png

 

What I want to do is save the list of files saved after downloading them from the site into a .txt list.

 

Example

 

1.xml

2.xml

3.xml

4.xml

 

The list should go on for as many files as I have created.

 

 

After I've created the list of url's I plan on building a string in front of them of my domain name.

 

Ex - http://lolubotissokewl.com/1.xml

 

 

Thanks for any and all help in advance.

 

 

Your script looks fine. you are saving to the document folder, and creating a file name with a variable set to zero which you are incrementing.

 

What is the problem you are encountering exactly?

Link to post
Share on other sites

Your script looks fine. you are saving to the document folder, and creating a file name with a variable set to zero which you are incrementing.

 

What is the problem you are encountering exactly?

 

My xml files are all saving flawlessly, a big thanks to you for your previous threads.

 

What I'd like to do my good sir is save the names of my new .xml files (the ones now located on my hdd 1.xml, 2.xml, 3.xml, 4.xml etc) in a huge .txt file that would appear formatted like this.

 

(Notepad file)

1.xml

2.xml

3.xml

4.xml

5.xml

6.xml

 

 

Now the reason I want to do that is this. When I upload these files through my ftp to my throw away domain (lolubot.com) it becomes very tedious seeing as how I'm sending thousands of links to it to back into a text file and insert "/1.xml", "/2.xml" to the end of http://lolubot.com. What I'd like to do is save the files with the string I can designate at the beginning of the program, something like http://www.lolubot.com/rss/_______ (this blank is for where the feeds I've created will go).

 

So when it's all said in done it'll look like this.

 

http://www.lolubot.com/1.xml

http://www.lolubot.com/2.xml

http://www.lolubot.com/3.xml

 

Which I can then quickly manually enter into feedlisting.com

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...