Jump to content
UBot Underground

How to convert words into URLs


Recommended Posts

Hi. Im currently using this to further automate a cloaking script.

I have a UI box that takes the keywords im targetting. For example buy acai, acai reviews, acai pure etc.

What I want is to convert them to http://mysite.com/buy-acai.html, http://mysite.com/acai-reviews.html etc.

 

 

How do I do this?

 

Also is there a way to copy paste individual nodes?

 

I can copy paste Subs fine, but individual nodes have their place too!

Link to post
Share on other sites

Hi. Im currently using this to further automate a cloaking script.

I have a UI box that takes the keywords im targetting. For example buy acai, acai reviews, acai pure etc.

What I want is to convert them to http://mysite.com/buy-acai.html, http://mysite.com/acai-reviews.html etc.

 

 

How do I do this?

 

Also is there a way to copy paste individual nodes?

 

I can copy paste Subs fine, but individual nodes have their place too!

 

Copy and paste nodes via keyboard shortcuts eg Select then Control-C for Copy, Control-V for Paste.

 

You need $replace in a loop to do the above. I've attached an example script

string-replace.ubot

Link to post
Share on other sites

WOW THANKS!

 

 

I have another problem.

So Im going to be working with thousands of keywords that becomes URLs.

 

Its going to be one kw per line.

Its not doing so well and can only pull the #1 position. It doesnt cycle to the next.

 

 

 

 

 

 

Copy and paste nodes via keyboard shortcuts eg Select then Control-C for Copy, Control-V for Paste.

 

You need $replace in a loop to do the above. I've attached an example script

someshit.ubot

Link to post
Share on other sites

BTW

what I meant by copy and paste is like in windows explorer where you can highlight multiple files and copy paste them all.

 

I've been doing that and its a pain to one by one copy paste.

 

Also is there a way to pull data line by line, from a regular text file?

Link to post
Share on other sites

To pull in data - eg a list of keywords

 

Do "add to list"

Then set the contents of the list to "list from file".

 

You can then process them via a loop and the replace function and finally save the list to a different file.

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