Filled Website Register Plugin

Discussion in 'Plugin Requests' started by thebrain978, Mar 21, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    thebrain978

    Hey! Im looking for someone to make a plugin for me!

    Plugin Name: SiteRegister

    What I want it to do: Id like to have players be able to use a command, enter their email and a password and it signs them up on a forums page with their minecraft username as their forums username.

    Commands: /register {email} {password}

    Permissions: siteregister.register

    When id Like it: Whenever someone can make it

    More Info: I need it compatible with myBB (forums service)

    If any more info is needed, let me know. Thanks!
     
  2. Offline

    DoggyCode™

    I think you need a web developer on here. Some PHP authentication
     
  3. Offline

    timtower Administrator Administrator Moderator

    @DoggyCode™ How about plain database access? Then there is no need for anything on the website side.
    Or HTML stripping.
    @thebrain978 Do you have direct access to the database? Is there an activation step for myBB?
     
  4. Offline

    thebrain978

    I have the php, html and css files if thats what your asking.
    EDIT: on their site to download the files they have a page for plugins and mods, no plugin for what I need though.
     
    Last edited: Mar 22, 2016
  5. Offline

    timtower Administrator Administrator Moderator

    @thebrain978 That is not what I mean.
    The database itself, mysql, is it reachable from outside the website?
    And when you register on myBB do you need to click an activation link in your email?
     
  6. Offline

    thebrain978

    @timtower no I believe you have to access it from the website, and yes it sends an activation link in email
     
  7. Offline

    timtower Administrator Administrator Moderator

    @thebrain978 Then the only step that this would take away is to fill in your username. Not very much.
    Not to mention that it is very unsafe to handle that from the server as any plugin can see the same as what this plugin can see.
     
  8. Offline

    thebrain978

    @timtower alright, in that case can you lock this?
     
Thread Status:
Not open for further replies.

Share This Page