Results 1 to 10 of 10
  1. #1
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine

    Question [Req]Extracting Web Content Tutorial[VB]

    A while back one of you explained how you extracted the facts off didyouknow.org and I asked you to explain it, they did but didn't explain on how to do it with other websites. . .Could anyone ether post a tutorial on how to extract different web content into your programs and projects, or at least share some links to learn how? It would be very helpful And I'm asking to really explain it in detail, others may not know the web coding/talk so yeah. . .Noob friendly might get more thanks and rep.

    (Or just teach me xD)



    Thanks. Anyone who actually helps = +Rep +1 Thanks and goes into my soon to be made respected list (Which I don't think means anything really lol)

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    /Moved to tutorial request section.

    What are you looking to extract? You can use Elements Collection or RegEx

    But, easier to write a sample or a tut if I know what you are looking for.
    (by the way, the tut will be in the tuts section, or snippet in the snippets vault)

    You can use my example in the snippets vault (towards the end) which shows you how to use elements collection to extract users online at mpgh.

    Basic logic once you get that far.


    Last edited by NextGen1; 09-28-2010 at 12:16 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  3. #3
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    Well I wanted to make a program for runescape, the cheapest game out there lol. . .

    I wanted to have it to where I could have The Grand Exchange into my program, like the search and all the items, you search for XX Item and it'll show up on my program. . .I thought about a web browser but I wanna customize it. . .But I also want the first page of it, not just the search. . .This I think would be a lot easier then starting on making my own database of a few million items xD


    But I just wanna learn how you do take things off websites, thats basically what I wanna learn. . .Just the overall "How-to"
    Last edited by Web-Designer; 09-28-2010 at 11:38 PM.

  4. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Quote Originally Posted by Web-Designer View Post
    Well I wanted to make a program for runescape, the cheapest game out there lol. . .

    I wanted to have it to where I could have The Grand Exchange into my program, like the search and all the items, you search for XX Item and it'll show up on my program. . .I thought about a web browser but I wanna customize it. . .But I also want the first page of it, not just the search. . .This I think would be a lot easier then starting on making my own database of a few million items xD


    But I just wanna learn how you do take things off websites, thats basically what I wanna learn. . .Just the overall "How-to"
    When I explained it to you, I also spoke about the methods I used to extract that particular info i.e What to look for? what's common? Where can I find a unique start/end point?

    You should be able to apply those concepts to most webpages, I know I do.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Feel free to write a tut in the tut section and put a link here
    Trying to get all these sections used.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Quote Originally Posted by NextGen1 View Post
    Feel free to write a tut in the tut section and put a link here
    Trying to get all these sections used.
    Haha I'm not even sure the way I do it is the best way to do it

    I'll try dig up the thread and you tell me if my method is effective/correct before I think about writing up a tut. And the whole post was pretty much a tut on it, I explained what concepts I was applying and how I knew what to do what I did etc, I just happened to use didyouknow.org as the example for the tut.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #7
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    Okay well I just want some kinda tutorial, Ill look up that post where you explained it and go over it again and see if it helps any. . .
    Code:
    Looking for some project(s) to dedicate my time to! I know HTML, PHP, MySQL and JavaScript.
    
    
    - Message me if I can help you with something, all I want is some credit!

  8. #8
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Quote Originally Posted by Web-Designer View Post
    Okay well I just want some kinda tutorial, Ill look up that post where you explained it and go over it again and see if it helps any. . .
    Well I don't think there is much more to say, if you want a tut it'll have to have a sample project/website you're extracting information from, so it can't be super general. There are main concepts which I explained but that's about it, you just need to find the information and figure out how to get it!

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #9
    NextGen(1)'s Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    If I have a chance, I will write one as well.

    A) Using Regular Expressions
    B) Using "HtmlCollections"
    C) HTMLAgilityPack (My Favorite)


    If you wannacode? For free - Click Here
    FOLLOW THE DIRECTIONS IN THE FIRST POST

    Working On
    -------------------
    [IMG]https://i111.photobucke*****m/albums/n121/golmor/trueity.jpg[/IMG]
    Truly The Most Complete Application MPGH will offer - 90%


  10. #10
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    Nextgen1 congraz on 4k post and yes that sounds like it'll help, whenever you get a chance no rush. I got like 5 other things to do so yeah lol
    Code:
    Looking for some project(s) to dedicate my time to! I know HTML, PHP, MySQL and JavaScript.
    
    
    - Message me if I can help you with something, all I want is some credit!

  11. The Following User Says Thank You to Web-Designer For This Useful Post:

    NextGen1 (09-30-2010)

Similar Threads

  1. [Release] Web Development Tutorials & Resources
    By s0ap in forum Web Languages
    Replies: 1
    Last Post: 07-26-2011, 07:13 AM
  2. [Tutorial]Saving/Loading a Listbox Contents
    By Bombsaway707 in forum Visual Basic Programming
    Replies: 13
    Last Post: 02-26-2010, 03:57 PM
  3. [REQ] Sign Up Tutorial
    By adamleslie0 in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 06-08-2008, 12:03 PM
  4. [Req] Tutorial On Rendering Images :)
    By adamleslie0 in forum Art & Graphic Design
    Replies: 9
    Last Post: 03-21-2008, 10:51 AM
  5. (Request) A tutorial on how to extract addresses from trainers
    By englishpom in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-19-2007, 10:14 PM