|Released| Global Account System "GAS" - (PHP + MySQL) - Asset Store


Asset Store Link
Global Account System “GAS” is a powerful tool
that helps you create a database dependant login
and an account manager system. GAS doesn’t
require programming skill it is an easy to use,
friendly tool, GAS includes commonly used
panels and examples such as : Login Panel,
Profile Manager, Admin Panel, Register Panel.

Included Admin Panel :

some of GAS features :

•Easy to use and custom made Database panel
to control account by admins(On the Browser)

•Toggle-able the need to activate the new
registered account using the e-mail

•Account Ban function(Mac Address) - Bans all
account for the choosen address

•Account Ban function(IP Address) - Bans all
account for the choosen address

•Forget Password Function(send a re-set
password to the email)

•User’s are able to update their Account(Such as
Password, e-mail, first name, …etc) - Updated at Runtime

•Easy to create custom windows for login,
register, …etc(Drag & Drop)

•Toggle-able to allow multiple account on same
device

•Fields required to fill (such as e-mail field in
the register panel)

•Age allowed to register(Configuerable)

•Country Selection

•Re-Send E-mail activation (Activating account
need to be enabled)

•Edit & Delete Account using the admin panel

Trailer :
https://www.youtube.com/watch?v=T2brIy2OVDs

Demos
Web Player - WebGL

Support
Link

1 Like

video tutorials : https://www.youtube.com/playlist?list=PL9Ii2n68q6NqpVGPwdbBuhFgAdKuAO7ET

Global Account System , Download free! Asset Store Link

1 Like

Hello, thanks for sharing this. I am having a little issue. I am getting the error “There is a problem in the database, please try again later” I am not sure why this is happening i’ve looked over the code and checked everything seems good any ideas as to why im getting that error?

Hello @lebenharvest ,

Sorry for the late replay ,

this problem mean can’t insert or update on the database ,

Some tricks maybe help you :
1- check types of attributs on database .
2- are you sure you are setup database correctly?
3- when you send data please sure you send correct types

id int(255)
2 firstname varchar(15)
3 lastname varchar(15)
4 age int(2)
5 country varchar(20)
6 username varchar(15)
7 email varchar(45)
8 password varchar(40)
9 active int(11)
10 macAddresses varchar(500)
11 banned int(1)


if this problem is still , please contact us on our support section
to help you better .
http://windforceworld.com/

Thank you :slight_smile:

We solved the problem “There is a problem in the database, please try again later!”, the problem from database "Miss ip attribute from users table " , to solve this problem download
this new database from here : https://drive.google.com/open?id=0B4P7UuhLhJhAeFZGNEFWalhkT1U and update your database , or watting update asset from the store.

Thank you.

new update now is available on asset store

Hello stefan i have same problem on setup mail server in windows if u use linux i will help you better.

1 Like

@Stefan-Weegink @clockfree
What is in the error log?, have you enabled less secure apps access on your gmail account ?. If haven’t try a look at here.

1 Like

Hello @

please download this files from here:

and replace files , this files completable with phpmailer and gas.

if this work please dont forget to rating global account system :slight_smile:

Thank you

1 Like

yeah thanks,

however this still ain’t working. It creates the account in my database but it doesn’t send the email, you have any idea what could be causing this?

Hello @Stefan-Weegink

i test it in my local pc and its work fine and send to the email , please open register.php and change MyMail to your email and MyPass to your email password if is still not work send us thank you

@clockfree does this work for you then?

Hello @Stefan-Weegink ,

are you sure when you register on gas you set correct email?

if yes after register on gas the window change to login? or stay on register window

thank you

It stays on the register window, forgot to tell you that

@ , ok this mean not send to email , ok change $mail->SMTPDebug = 0; to $mail->SMTPDebug = 2;

and tell me what the problem whan you register

wait wtf I maybe got it figured out! will tel you in a few minutes what I have done

yes it works you are a legend @clockfree without your help I wouldn’t have been able to! thank you so much and I will write you a good review :wink:

1 Like

@Stefan-Weegink thank you :slight_smile:

just 2 quick questions, does your screen return directly to the login system after you have registered or do I have to include this myslef and the other question is that when I login and come into the afterlogin screen my country is not filled in while it says on my account that I filled it in (database) what could be causing this?

1 Like