SA-MP Forums Archive
[DEV] User Panel website [DEV] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [DEV] User Panel website [DEV] (/showthread.php?tid=640747)



[DEV] User Panel website [DEV] - PartyPlugin - 06.09.2017

Hey people,

My name is Lex i am a Web Developer and currently i am working on a user panel system based on .ini files. (MySQLi version can be developed to).
In the user panel you can:

- User
. See your statistics
. Edit your skin
. Change email adress
. Ban Appeal
. Character Appeal
. View news

-Admin
. Ban users.
. Unban Users
. Create news
. Edit news


Screenshots:

Login Page ( Not final version but made a simple one)
https://i.gyazo.com/145ec0ecf1246e96...438fefd175.png

UCP-code auth system ( You will have to /activateucp ingame to login to ucp)
https://i.gyazo.com/091f1136c59e9686...741851ddb6.png

Statistics
https://gyazo.com/5b73621d516a5f7e003f9ef7cdbb87e1

News system ( Not done yet, style should be updated)
https://i.gyazo.com/27c1ddeab9375fcf...8f9f306493.gif

This is all i got now.

THE FRONT-end(Style) is a bootstrap theme. Back-end by me.

Any questions? Ask it here.
You want this for your server? Contact me on skype: lexinpyth.


Re: [DEV] User Panel website [DEV] - 10MIN - 06.09.2017

Sorry, but this section is for releasing SA-MP plugins made with C/++...
Also I don't think there is someone needing a UCP right now...


Re: [DEV] User Panel website [DEV] - PartyPlugin - 06.09.2017

Ah, thanks for your reply,

And yes people need a UCP. more than 5 people contacted me already.

Might be the wrong section indeed. WIll be fixed.

Also a plugin is in the side for the /activateucp command


Re: [DEV] User Panel website [DEV] - MrViolence101 - 11.09.2017

Quote:
Originally Posted by PartyPlugin
View Post
Ah, thanks for your reply,

And yes people need a UCP. more than 5 people contacted me already.

Might be the wrong section indeed. WIll be fixed.

Also a plugin is in the side for the /activateucp command
It looks good. Did you develop the UCP in MVC (Model View Controller) Framework?