Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UltimaPHP - A brand new OpenSource Ultima Online Server
Author Message
escribano
Journeyman
*

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2

Dragon Shard

Post: #1
Brick UltimaPHP - A brand new OpenSource Ultima Online Server
Hi folks! whats up?

I'm here today to share with all Ultima Online fans an opportunity to help ultima online.

From the thread about let Sphere code OpenSource started, Ankron came talk to me about the project he had started called "MagicHat Server", an OpenSource PHP server, that could handle with Ultima Online communication packets... an simple, easy and a briliant code!!!

Since then we recoded the entire code to let it best for present programming days, also we tried to solve the compresison problem (huffman algorythin) which made us crazy for a couple of weeks before we solve!

Now we here to recruit volunteer to help us to develop the "core" of the server.

The server right now can do:
  • Complete login process (server list, server selection, character list, character login, create character)
  • Compress and decompress data from server/client (huffman algorythin)
  • Store/Read data from any PDO compatible database
  • Handle events with timer
  • Work with lot packets for low data transfer to the socket (sadly we can't change the same on the client Sad )

So far, so good... but actually there are thousands and thousands things to be done, like itens, npcs, base systems, dialogs, etc. Ankron and I could do but we probably be dead of oldness before we finish!

Thats why we are asking for your help!

The server runs on any standalone instalation of PHP 5.4 (or greater) with any database compatible with PDO and also is multi plataform (easly runs in Linux, Mac and Windows).

We are trying to make an simple and modern ultima online server, with an easy programation language.

Right now there is no pre-definition of what kind of server will be (RP, warshard, mystical, etc..) and maybe it never happen. The idea is to create the best server core, and later create some branchs with the "script pack" for your type of style... or you could do yours as you wish.. why not? it's OpenSource!

If you want some additional information, you can find information and even the entire code on my GitHub (on my signature) or you can just send me an PM.

I hope all the community enjoy the project and for those who want to help in anything, you will always be wellcome!

NOTE: Maybe the name will back to be MagicHat Server, we are talking about it!

UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
08-22-2015 02:45 PM
Find all posts by this user Like Post Quote this message in a reply
escribano
Journeyman
*

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2

Dragon Shard

Post: #2
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
I saw that some people already is working with the code in theirs GitHub accounts! Dudes, i would like to know you!

So we can share ideas and try to work together in the problems already founded and in the next ones in the future!

I'll buy an domain and host a forum to the project soon, so we can talk better!

For now, please fell free to create any "issues" you guys want in the git repository!
See yah!

UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
09-08-2015 04:34 AM
Find all posts by this user Like Post Quote this message in a reply
amonvangrell
Banned

Posts: 338
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012

britannia shard

Post: #3
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
amazing! keep it up! I dont know PHP so I dunno how to help. :[
09-08-2015 08:13 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
escribano
Journeyman
*

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2

Dragon Shard

Post: #4
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
Thanks amonvangrell! Thats the spirit se want ti create in this server.

Nobody needs to know PHP to help, as you can see here in sphere community (90% of the scripters dont know C#) they know ultima online and sphere scripting. Smile

We need ideas, we need to define what will be devoped, what kind of server UltimaPHP will be, test, find bugs, etc...

If you want to help, you will be wellcome in the community! (As we doens't have a "dev team")

See yah

UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
09-08-2015 09:46 AM
Find all posts by this user Like Post Quote this message in a reply
Ultima One
Journeyman
*

Posts: 238
Likes Given: 7
Likes Received: 10 in 6 posts
Joined: Jan 2013
Reputation: 6

Ultima One

Post: #5
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
Add some caching for database queries Smile

ULTIMA ONE
The modern, sphere powered Ultima Online server
09-10-2015 12:39 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
escribano
Journeyman
*

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2

Dragon Shard

Post: #6
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
Ultima One, i was thinking about to use some ORM as an "security-cache-oop" database class.. something like Doctrine 2... i don't know right now...

But this is a good idea.. this way the server will run even more quickly!
Thanks!

UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
09-10-2015 01:04 AM
Find all posts by this user Like Post Quote this message in a reply
escribano
Journeyman
*

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2

Dragon Shard

Post: #7
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
Hi guys, i've been out of Sphere Community and UltimaPHP project cuz i've broke my marriage and only now i had time to work on it...

I came here to say UltimaPHP have been updated, the character is already been rendered on the map, walking, talking, opening paperdool, status bar, skill info, etc...

So, now more then ever, we need people working on the code.
We're in only 3 people, i'm scripting and 2 other people helping with ideas.

Feel free to download, change, commit or fork the code... all i want is to develop a new kind of Ultima Online Server Emulator Smile

Free of hard coding language, badly documented syntaxe, poor performance and security.
All this can be done with a little help from you guys.

We need PHP Developers, Ultima Online Players, Security Professionals and any people that have any kind of hability with Ultima Online.

https://github.com/joaoescribano/UltimaPHP

Thanks!

UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
01-22-2016 11:45 PM
Find all posts by this user Like Post Quote this message in a reply
rastrero
Master
**

Posts: 250
Likes Given: 41
Likes Received: 28 in 24 posts
Joined: Jan 2016
Reputation: 3



Post: #8
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
sorry about your marriage. And great work buddy.
01-23-2016 01:46 AM
Find all posts by this user Like Post Quote this message in a reply
escribano
Journeyman
*

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2

Dragon Shard

Post: #9
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
Rastero, thanks dude! but now im fine as i never been.

The project still on, im working all the time i can (like now) on UltimaPHP.
It will be awesome if more and more people try to help us!

Thanks!

UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
01-23-2016 03:55 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes escribano's post
JeBu
Journeyman
*

Posts: 62
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Aug 2012
Reputation: 0



Post: #10
RE: UltimaPHP - A brand new OpenSource Ultima Online Server
why php? why not sphere or c++?
01-25-2016 02:15 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)