You might want to look into a parser called HtmlAgilityPack (do a Google search). That's what I use for all of my bots. It turns the raw html from a webrequest into a nicely formatted xml document that you can search using XPath (another Google search) which I find to be much simpler than doing...
You can try the following code. Just change example_name to whatever you need. You'll end up with a string sCapture containing the value of the tag.
Dim sCapture As String = System.Text.RegularExpressions.Regex.Match(pageSourceCode...
To set up a domain redirect you'll need to login to your cPanel account and then look for Redirects under the Domains panel towards the bottom of the page. Click on that and then in the Add Redirect section set Type to 301 Permenant, select your domain from the drop down list, in the Redirects...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.