Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
I know lot of server have ban list, but same as using y_ini file system, not Mysql.
I searching that for y_ini but i don't find anything.
I want make ban list when player was banned that information showing on page.
Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
I want list with ban time, ban reason...
Posts: 1,113
Threads: 127
Joined: Jul 2008
Reputation:
0
In that case you probably will need y_ini then. You want all of them in one file?
Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
Yes i using Y_ini, and i think that is possible to do in one file.
I need some example..
Posts: 1,113
Threads: 127
Joined: Jul 2008
Reputation:
0
That's more than a simple text file. You will need to store the data, that can be some sort of database or even a text file. Then you will need html and PHP knowledge to create that kind of file.
I can't know how it works, but if even if it stores the data in text files, you will still need PHP to create the search.
Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
Do you know which php or html reader is good for reading that stored file..
I found some ftp php which reading all things from samp.ban, but in samp.ban we don't have ban reason or ban date..
Only ip if im correct..