Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 61
  1. #16
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Don't spam the thread.

  2. #17
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by ilikewaterha View Post
    Don't spam the thread.
    He's kinda right though.
    /jk

    BTW there will be a signature reward for winning the competition, and possibly your name will be added to a list of winners.

  3. #18
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Answer a few Questions and Comments, Lolland is on, So I will talk to him a bit about it, if you read through the extensive first post, You have exactly one week, that makes this contest end tues. morning, another will begin tues evening.

    Winner will be announced after submission closings and all things are reviewed.

    Some Ideas...Really , all any (even beginner) developer has to do is look through the list of API's and Ideas should spark.

    If I was joining this contest (hint alter ) I would take the week to develop a application that has a functional user interface which is sleek and "candy like to the eye" , I would then (if it was me) Develop multiple mini applications inside of a single application (similar to that of a phone, like android, iphone, or widgets {except localized inside the application}) I would add speech SDK to allow the user the option of typing and or speaking thier search queries, and I would probally add a Yelp and Yellow Book API , The UPS API , Google Maps API, Google Search API, Bing API, and a few others that exist, then combine all the API's into creating a "decent" Single application which will allow you to search the net for ANYTHING based on speech or type and would return the appropriate results without ever having to open a browser, Imagine saying Find Pizza, and it will locate (based on IP) pizza places locally and return the results with yellow book information, yelp information and Show thier locations on the map. Etc. Etc. , Yes some phones (androids) do alot of this alone, but as a AIO package for your PC, it would be fun.

    So anyway, that is a example, somewhat extensive, but a example.

    Yes, You can create a simple Google Search APP, or Google Maps APP, but there is no need for a browser at all, Web Service API's allow you to integrate web features into a platform other then a browser.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  4. #19
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    yeah im not really a beginner but i quit on this one cause well idk how to use an api lolland tried helping but he couldn't help me.

  5. #20
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    API is easy. You import the .dll as reference or add the class, depending if you have a class or .dll.

    Afterwards you import it.

    Imports Youtube.Dll

    Dim yt as new youtube.dll("youtubelink")

    Listbox1.Items.Add("Name: " & yt.title)

    Just an quick example.



  6. #21
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    Quote Originally Posted by Blubb1337 View Post
    API is easy. You import the .dll as reference or add the class, depending if you have a class or .dll.

    Afterwards you import it.

    Imports Youtube.Dll

    Dim yt as new youtube.dll("youtubelink")

    Listbox1.Items.Add("Name: " & yt.title)

    Just an quick example.
    ... what dll all the api websites try doing is getting me to buy stuff, and lolland told me to google .net apis and it came up with porn so after that i quit.

  7. #22
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by trevor206 View Post
    ... what dll all the api websites try doing is getting me to buy stuff, and lolland told me to google .net apis and it came up with porn so after that i quit.
    Hahahaahhahaha \fail LolZ JK

  8. The Following User Says Thank You to Hassan For This Useful Post:

    Lolland (06-30-2010)

  9. #23
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Lol and here I was thinking that we had to WRITE our own API's for this, and those were gunna be judged.

    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)

  10. #24
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by J-Deezy View Post
    Lol and here I was thinking that we had to WRITE our own API's for this, and those were gunna be judged.
    Haha, oh wow.


    BTW if anyone cares this is a prototype of the siggy reward I made:

    [IMG]https://i659.photobucke*****m/albums/uu314/Roflolmao/test.png[/IMG]
    Last edited by Lolland; 06-30-2010 at 11:45 AM.

  11. #25
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Really quick guys.

    Using API is essentially the same as using a drag and drop component, just a few extra steps. I wrote a API tutorial a while back. But...

    there are 100s of lists of API , here is another API Dashboard: ProgrammableWeb

    another one of my favorite lists are https://techmagazine.ws/full-web-20-api-list/

    In either case, once you add the reference ( a wsdl /Soap file) you import the resource then use it like you would a component.

    Example

    Add Web Reference using the Add Web Reference Feature.
    Open up the Code View

    In the namespace (above Public Class FormName) Add Imports Web Reference Name

    Then create a new instance of the resource

    Public Youtube as New Webreferencename.YoutubeAPI (or whatever it is)

    now you can use the features

    Youtube.Download
    Youtube.Play
    Youtube.movie

    Or whatever they are.

    Point isn't to make a tutorial here, but to explain, it really is rather simple.

    and the possibilities. ...endless.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  12. The Following User Says Thank You to NextGen1 For This Useful Post:

    Lolland (06-30-2010)

  13. #26
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by J-Deezy View Post
    Lol and here I was thinking that we had to WRITE our own API's for this, and those were gunna be judged.
    for some reason i though that too ;o
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  14. #27
    omanel's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Portugal
    Posts
    93
    Reputation
    10
    Thanks
    4
    My Mood
    Inspired
    I'm doing some research and I'm starting to understand that I suck really bad lol...
    A lot of api's appear in a xml or html format I think, is there anyway I can use them in my application?Or am I just searching the wrong ones?

  15. #28
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    They should be in XML, But when you add them as a reference (the URL that displays the XML) You will have access to it's functions, You don't need to know XML at all.

    [IMG]https://i111.photobucke*****m/albums/n121/golmor.png[/IMG]


     


     


     



    The Most complete application MPGH will ever offer - 68%




  16. The Following User Says Thank You to NextGen1 For This Useful Post:

    Lolland (07-01-2010)

  17. #29
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by NextGen1 View Post

    [IMG]https://i111.photobucke*****m/albums/n121/golmor.png[/IMG]
    I like that signature, it's rad. Pwnt my shitty attempt:

    Last edited by Jason; 06-30-2010 at 09:43 PM.

    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)

  18. #30
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    I like yours

    Now about web services

    VB Tutorial

    https://www.devguru.com/features/tuto...ebService1.asp

    and some others.

    https://www.codeprojec*****m/KB/webser...econsumer.aspx

    it's C# but reading it you should get the idea, plus you can convert code to see how it is implemented in vb.net, this article is extremely small, and that puts how easy this is into perspective.


    Here is a more detailed explanation of the XML WSDL and creating a Weather Service API
    Again C# but understandable and convertible.

    https://msdn.microsof*****m/en-us/magazine/cc163819.aspx
    Last edited by NextGen1; 06-30-2010 at 09:59 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Big List of Free Web Services
    By sp5710 in forum Spammers Corner
    Replies: 20
    Last Post: 12-22-2018, 07:54 PM
  2. [Discontinued] Web Banner
    By -[standoff]- in forum Help & Requests
    Replies: 1
    Last Post: 07-22-2006, 10:18 AM
  3. Web Rank
    By Dave84311 in forum General
    Replies: 21
    Last Post: 07-20-2006, 05:18 AM
  4. Web Browsers
    By Jackal in forum General
    Replies: 19
    Last Post: 07-13-2006, 12:25 AM
  5. Web-based game hacking..
    By Krilliam in forum General Game Hacking
    Replies: 7
    Last Post: 02-20-2006, 01:12 PM