|
-
May 10th, 2011, 05:52 AM
#1
Thread Starter
Fanatic Member
Strange Site
buffer1 = webClient.DownloadString("http://google.com") 'this code is not problematic just for testing
'buffer1 = webClient.DownloadString("http://api.bodis.com/domainclassification?domain=" + CurrentBlog.Domain)
For i = 1 To 10 'just to show the bug not trying to abuse or anything
buffer1 = webClient.DownloadString("http://api.bodis.com/domainclassification?domain=" + CurrentBlog.Domain) 'This code will break when i =2
Next
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|