Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 610 Vote(s) - 3.55 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ HELP ] adding a set value to a URL

#1
So I am making/updating my proxy scraper and I want the user to set the timeout of a proxy with a track bar I have added.
and to make the value of the trackbar be the timeout value in the URL.

I am doing this in VB.Net and names the Trackbar to "tbTimeout"
inside the URL it shows this

Dim response As System.Net.HttpWebResponse = DirectCast(DirectCast(WebRequest.Create("https://api.proxyscrape.com/?request=getproxies&proxytype=http&timeout=10000&country=all&ssl=all&anonymity=all"), System.Net.HttpWebRequest).GetResponse(), System.Net.HttpWebResponse)


timeout=10000 and would like it to have it be set by the user using the value of the trackbar.
Reply

#2
I figured it out

[To see links please register here]

=" & tbTimeOut.Value & "&country=all&ssl=all&anonymity=all

all I had to add was "& tbTimeOut.Value & " to the timeout value.
Reply

#3
Quote:(04-26-2019, 02:52 AM)NullData Wrote:

[To see links please register here]

I figured it out

[To see links please register here]

=" & tbTimeOut.Value & "&country=all&ssl=all&anonymity=all

all I had to add was "& tbTimeOut.Value & " to the timeout value.

that good you figure out your problem.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through