Recent content by Heranthius

  1. Heranthius

    Permanently Closed Marketplace Sales Thread

    Just placed an order and supplied my own article. Order # FO1A0D786E1 Article isn't spun, can you spin it or should I send another article?
  2. Heranthius

    Permanently Closed Marketplace Sales Thread

    Hi, I placed an order for one 1000 word article. TID#: **4245U Thanks
  3. Heranthius

    How do I Find CB Pre-Release Products?

    You can check out LaunchBoards, they list a lot of upcoming product releases including ones from CB. Just Google it, it's the first result.
  4. Heranthius

    Moving from WebBrowserControl to HttpWebRequest - bit of help needed

    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...
  5. Heranthius

    Moving from WebBrowserControl to HttpWebRequest - bit of help needed

    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...
  6. Heranthius

    Redirect - need some help

    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...
Back
Top