Jump to content
UBot Underground

Bind 2 different parts of URL's


Recommended Posts

I want to know how i can do the following:

 

I have 2 lists with usernames and url's.

 

Example:

 

URL = twitter.com/

Username = blablabla

 

I want ubot to bind them together : twitter.com/blablabla

 

I have tried it with the Set feature and it made me confused.

All end up in errors...

Link to post
Share on other sites
  • 4 weeks later...

Set two variables with:

$URL = twitter.com

$Username = blablabla

 

Then, set a third variable:

$combined = $URL/$Username

 

If your still confused, post an image of your code.

 

Thanks IRobot.

Will try this tomorrow :)

Link to post
Share on other sites

Set two variables with:

$URL = twitter.com

$Username = blablabla

 

Then, set a third variable:

$combined = $URL/$Username

 

If your still confused, post an image of your code.

 

Works buddy ;)

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