[Dev] Character File Reading and Writing on Websites

Mikelmao

Active Members
Hey everyone,

Me and my best friend are writing a script to Load character files on a website and save character files too.

You will be able to read values of the character file on the website, change it and write it back. I hope with this people will start making more things for the website

Current Features:

- Reading file and inserting data into an array depending on category (Like [ACCOUNT] or [bANK]) - 100%

- Write to file (It writes the new values) - 100%

- Should support every server.

More features to come.

I'll also be making web pages wich work with this system

 

Mikelmao

Active Members
Thanks its going pretty well, i can already release it but i wanna make a few more features before i do.. I have no idea wich features tho xD
 

Mikelmao

Active Members
No intergration needed (Server Sided)

Should support any character file

Is much quicker then MySQL

And is easy to use (Basic PHP knowlage is REQUIRED)

 

GhostSnyper

Active Members
Not quicker than mySQL.

I guarantee that the advantage in speed through database software will grow exponentially as you add more load.

If you want me to break it down for you, I can. I've run the numbers and did the tests. NO flatfile algorithm can outmatch a database query. Disregarding the speed, the ease of access makes it a more logical choice

 

Jordan

Active Members
Not quicker than mySQL.
I guarantee that the advantage in speed through database software will grow exponentially as you add more load.

If you want me to break it down for you, I can. I've run the numbers and did the tests. NO flatfile algorithm can outmatch a database query. Disregarding the speed, the ease of access makes it a more logical choice
This man knows what he's talking about, cause, he's the man.

 

Tyler

Active Members
Not quicker than mySQL.
I guarantee that the advantage in speed through database software will grow exponentially as you add more load.

If you want me to break it down for you, I can. I've run the numbers and did the tests. NO flatfile algorithm can outmatch a database query. Disregarding the speed, the ease of access makes it a more logical choice
LOLwut?! Um... Yes?

 
Top Bottom