Requesting small edit for AuthMe

Discussion in 'Archived: Plugin Requests' started by Zeroi9, May 15, 2013.

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

    Zeroi9

    I need a small change for AuthMe Reloaded.

    I assume that the function at line 195, handles /register command.
    It currently INSERTS INTO users SET username='$username', password='$password'.
    What I want it to do, is aswell as inserting into users,
    INSERT INTO users_stats SET username='$username', member_id='fromUsers'
    with fromUsers, I mean that is should get the users member_id from "users" table (the query that just run), and insert into into users_stats along with username.

    Example:
    INSERT INTO users SET username='Zeroi9' password='sha1(password)'
    then, SELECT last_insert_id() as member_idFromUsers
    INSERT INTO users_stats SET username='Zeroi9', member_id=member_idFromUsers

    PM me or add me at Skype, Zeroi9.
     
  2. Offline

    timtower Administrator Administrator Moderator

    Zeroi9 We don't support offline servers,
    And create an ticket / comment at AuthMe Reloaded if you want this.
     
  3. Offline

    TnT

    Locked. AuthMe is still an active project, you should ask the developer for an update.
     
Thread Status:
Not open for further replies.

Share This Page