SolvedNeed Help With CBL Checker For Combat Arms

Posts 1–7 of 7 · Page 1 of 1
Need Help With CBL Checker For Combat Arms
I was making a Multi-Tool for Combat Arms I made a CBL checker with this code.

Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If RadioButton1.Checked = True Then
            PictureBox1.ImageLocation = "http://sig.thecbl.net/player/" & TextBox1.Text & ".jpg"
        End If
        If RadioButton2.Checked = True Then
            PictureBox1.ImageLocation = "http://sig.thecbl.net/clan/" & TextBox1.Text & ".jpg"
        End If
for some reason the image comes up as a cat(lol wtf) no matter what you type BUT if I use a webbrowser it shows the right image and I can't use a webbrowser because the stuff you release can't connect to the internet.
A cat..? Could you make a video or something, when I try to get an image, it works fine.
Yes, that cat appears when you try to host it somewhere else. If you embed that image in MPGH, the cat appears. It seems that you'll need to set some headers like refferer but I am not sure.
can u put a video???
Creating your own WebRequest and make sure to set a User Agent with the request so it doesn't think it's a bot.
Quote Originally Posted by Jason View Post
Creating your own WebRequest and make sure to set a User Agent with the request so it doesn't think it's a bot.

I fixed it. Admin close this thread.
Marked Solved. No more posting.
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?