Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
How to create /aka command based on YINI. I have no idea how to make it, I need some guide.
- Thanks
Posts: 52
Threads: 13
Joined: Jun 2017
Reputation:
0
What you wanna the command to do exactly ?
Posts: 180
Threads: 3
Joined: Mar 2018
Quote:
Originally Posted by Nru
What you wanna the command to do exactly ?
|
I guess he wants to keep track of user previous names. Thats exactly what am I making right now but I use MySQL.
Posts: 1,506
Threads: 13
Joined: Jun 2015
Sorry, if you want the system to be easy to script and fast then you must use SQL since it has data relations and data lookup features. You can make a table where you can save all the Users' last IP and registration IP and run a query and find users with same IP etc.
Otherwise you can check out L-Admin, it runs on Dini but has a feature of AKA but it's too slow and why would you skip and not learn SQL? It's used everywhere and by everyone - It's a transferable skill as Southclaws said when I had a discussion with him on reasons to move to SQL.
I won't force you to move to SQL, it's purely your choice. If you ask for help we'll surely help you but I'll tell you what I did: I never learnt a saving system which were released here, the only one which I learnt is: SQL. It doesn't matter it's MySQL or SQLite. SQL is a language but not a programming language.
(( Credits: Southclaws and ****** for this knowledge ))