Databases, and things
#1

Is it possible to make a site so people can edit details for the in game character, then certain users can search for peoples information ? sort of like a database?
Reply
#2

Yes it is. You will need some PHP knowledge and probably some MySQL knowledge as well, if your player base is stored in MySQL. Alternative you can read and save in .json files using Djson but you have to make a javascript or smth to read to the web.
Reply
#3

Use mysql. Using files can be very annoying and slow.
Reply
#4

Very common misconception, files are just as fast as MySQL.
Reply
#5

Quote:
Originally Posted by Grim_
Посмотреть сообщение
Very common misconception, files are just as fast as MySQL.
Wrong.

And saving files takes longer to load, and if the savings aint properly coded it can be bugged in multi ways. to crash a server.

Its recommended to use mysql saving.
Reply
#6

Quote:
Originally Posted by snoops
Посмотреть сообщение
Wrong.

And saving files takes longer to load, and if the savings aint properly coded it can be bugged in multi ways. to crash a server.

Its recommended to use mysql saving.
Clearly you have no idea what you're talking about, so I'll leave it at that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)