How can I search through a search results page?

Discussion in 'Plugin Development' started by CyLi, Aug 18, 2012.

  1. Offline

    CyLi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hi there,

    I was wondering how I might be able to go about making this plugin for my server:

    All players who want the member rank must register at our forum, at which point our staff has to physically navigate to said forum and check for their name. I want them to be able to do something like /check <name> which will return a boolean value of either yes, that name is registered or no, that name could not be found.

    Where should I start on my quest for parsing through the html search page and finding a name within it? Is there an API?

    Sorry for the basic questions. Thank you for your time.

    This post has been edited 1 time. It was last edited by CyLi Aug 18, 2012.
  2. Offline

    Mtihc

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    You'd need something else besides bukkit.

    I learned alittle about Web Services in school the other day.
    I'm noob at this. But I think that's where you need to look... not sure.

    Or.. maybe not. I've seen people use MySQL to save/load data.
    So if you can hook into your account database.... you can create this.
  3. Offline

    Mtihc

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    You'd say someone should have already created something like this. But I don't know of any examples.

Share This Page