Jump to content
UBot Underground

Recommended Posts

i have a list of urls

 

i understand how to make the end of the url increase if its a number

like http://www.website.com/list?=1 using inc venerable in a loop of how many urls i want

 

but i can not figure out how to do is using a list of names

like http://www.website.com/list?=hats to http://www.website.com/list?=bighats

i do not wish to import a text or cvs file or scrap a web page im sure this is a way to put items in a list im just not sure how to do it

 

any help would be great

 

P.S. im just trying to avoid adding 80+ nav comands for the same website

Link to post
Share on other sites

Hi daddydanimal,

 

I attached a picture of how you can try it. give it a go :)post-839-12766507466129_thumb.jpg

 

thanks for trying i understand that but perhaps i was unclear i need to know how to add items in %keywords with out pulling them from a file or scraping them

Link to post
Share on other sites

oh! I'm sorry! I misunderstood. so then where are the keywords you want to add onto the website urls use coming from?

 

they are coming from a text file i have but i don't want to include a bunch of text files with a compile bot as the finish bot will use over 100 different websites

 

i would like to have all the list in the bot itself and not in text files

 

say i have a sub for each site

each site needs its own list/%keywords

each list/%keywords will have different list items

 

so http//www.website1/list?={1}

 

{1}

%keywords1

and

http//www.website2/list?={1}

 

{1}

%keywords2

 

if i have the bot pull the list items from a files then i would have to include a lot of text files with the compile bot

perhaps what i wish to do is not possible? i would think their would be a way to add items to a list with out having to pull them from a file or scraping them off a web page

Link to post
Share on other sites

they are coming from a text file i have but i don't want to include a bunch of text files with a compile bot as the finish bot will use over 100 different websites

 

i would like to have all the list in the bot itself and not in text files

 

say i have a sub for each site

each site needs its own list/%keywords

each list/%keywords will have different list items

 

so http//www.website1/list?={1}

 

{1}

%keywords1

and

http//www.website2/list?={1}

 

{1}

%keywords2

 

if i have the bot pull the list items from a files then i would have to include a lot of text files with the compile bot

perhaps what i wish to do is not possible? i would think their would be a way to add items to a list with out having to pull them from a file or scraping them off a web page

 

Attached is an example of how I'd approach it. The example stores keywords within your bot so you can load them into a list for processing with a single run sub command. It is an easy matter to do this for urls, etc too.

 

storekeywordsinbot.ubot

 

Andy

Link to post
Share on other sites

Attached is an example of how I'd approach it. The example stores keywords within your bot so you can load them into a list for processing with a single run sub command. It is an easy matter to do this for urls, etc too.

 

storekeywordsinbot.ubot

 

Andy

 

Thanks Andy that's exactly what i need to know

set

venerable

#keywords

content

word1,word2,ect basically just separate words with a comma

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...