Results 1 to 5 of 5
  1. #1
    pushdis15's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    spokane washington
    Posts
    923
    Reputation
    20
    Thanks
    170
    My Mood
    Twisted

    [Help]Cbl Checker help

    ok i coded this alright u want me to prove it lol bcz it dont work lol ok i made this i get no error as im doing it i go to run it and it says the wc ( webclient) cant run any help on wat i got to do ty
    Code:
     label1.Hide()
            Dim Strings As String
            Dim wc As New WebClient
    
            Strings = wc.DownloadString("https://thecaconline.net/cbl/player/" + TextBox1.Text + ".html")
            wc.Dispose()
            If Strings.Contains("https://thecaconline.net/cbl/images/dirty.png") Then
                'PLAYER IS CBL DIRTY
                label1.Show()
                Return
            Else
           If Strings.Contains("https://thecaconline.net/cbl/images/clean.png") Then
                'PLAYER IS CBL CLEAN
                label2.Show()
                label1.Hide()
    
    
                Return
            End If
    
        End Sub
    PlayStation ID:
    Boxing509

    Quote Originally Posted by pushdis15
    Women now have choices. They can be married, not married, have a job, not have a job, be married with children, unmarried with children. Men have the same choice we've always had: work, or prison.

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Invalid url maybe?



  3. #3
    pushdis15's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    spokane washington
    Posts
    923
    Reputation
    20
    Thanks
    170
    My Mood
    Twisted
    goin to have to agree bcz i went and look and its says page can not be displayed wow this was a epic fail lol
    PlayStation ID:
    Boxing509

    Quote Originally Posted by pushdis15
    Women now have choices. They can be married, not married, have a job, not have a job, be married with children, unmarried with children. Men have the same choice we've always had: work, or prison.

  4. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Ha, So solved then. Just test another URL and post results as working or not.
    Assume it will be though.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #5
    pushdis15's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    spokane washington
    Posts
    923
    Reputation
    20
    Thanks
    170
    My Mood
    Twisted
    yea dont think im goin to get get that to work lol
    PlayStation ID:
    Boxing509

    Quote Originally Posted by pushdis15
    Women now have choices. They can be married, not married, have a job, not have a job, be married with children, unmarried with children. Men have the same choice we've always had: work, or prison.