XenForo [OzzModz] Registration Invites 2.0.1 Patch Level 3 Download

File Size: KB

Download Count:

File Update Date:

You can free [OzzModz] Registration Invites


2.0.1 Patch Level 3 download the source from the button above

Requirements:
XenForo 2.2.0+

Description:

Paid registrations for new user by invitation keys.

Features:
  • Purchasing invite codes by guests (if permission set for guests group)
  • Purchasing invites by existing users (if permission set)
  • Adding free invite keys by existing users
  • Paid/Free invite key creation/purchase limits trough permissions (1 key per x days )
  • Configurable invite key usage limit trough permissions
  • Logging the usage of invitations
  • Invite key management & creation from ACP

[H1]Table of Contents[/H1]

Routes
  • registration-invite-logs
    • GET registration-invite-logs/
  • registration-invites
    • GET registration-invites/
    • POST registration-invites/
    • GET registration-invites/{id}/
    • POST registration-invites/{id}/
    • DELETE registration-invites/{id}/

Types

[H1]Routes[/H1]

[H2]registration-invite-logs[/H2]

[H3]GET registration-invite-logs/[/H3]

Gets the API list of registration invite usage log.

InputsTypeDescription
invite_idinteger
user_idinteger
invite_user_idinteger


OutputsTypeDescription
logsLog[]
paginationpagination


[H2]registration-invites[/H2]

[H3]GET registration-invites/[/H3]

Gets the API list of registration invites.

InputsTypeDescription
user_idinteger


OutputsTypeDescription
invitesInvite[]
paginationpagination


[H3]POST registration-invites/[/H3]

Creates the registration invite key.

InputsTypeDescription
invite_keyinteger[req]
activebool[req]
end_dateinteger[req]


OutputsTypeDescription
invitemixedInvite[]


[H3]GET registration-invites/{id}/[/H3]

Gets the API view for registration invite.

InputsTypeDescription
None.


OutputsTypeDescription
invitemixedInvite[]


[H3]POST registration-invites/{id}/[/H3]

Edits the specified registration invite key.

InputsTypeDescription
invite_keyinteger
activebool
end_dateinteger


OutputsTypeDescription
invitemixedInvite[]


[H3]DELETE registration-invites/{id}/[/H3]

Deletes the specified registration invite key.

InputsTypeDescription
None.


OutputsTypeDescription
successtrue


ri1-png.png


ri2-png.png


ri3-png.png


ri4-png.png


ri5-png.png


ri6-png.png


ri7-png.png


ri8-png.png


ri9-png.png


ri10-png.png
 
Back
Top