Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN

Status
Not open for further replies.
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
I'm currently rewriting the whole API system from aspx and mssql to php and mysql.

Why am I doing this?
Because in my opinion it's way faster AND it's a great way to create PORTABLE warZ servers without the IIS and MSSQL poop stuff.

What have been done so far:
- Launcher has full functionality (Login, register, serialkey check)
- Client can login
- Chars are loading
- marketplace fully works (buying stuff)
- server can save players
- Loot system works.
- Item transfer (BackpackToInv, BackpackFromInv)
- Revive now fully works.
- Leaderboard works
- Clan System (Only ClanApply.php for now)
- ConvertM.php works

ToDo:
- Clan System -> (ClanCreate.php, ClanGetInfo.php, ClanGetStatus.php, ClanInvites.php, ClanMgr.php)
- SrvAddCheatAttempts.php
- SrvAddWeaponStats.php
- SrvGroupAdd.php
- SrvSkills.php
- SrvUploadLogFile.php
- WGLoginSession.php -> ???
- ChangeName.php
- CharOutfit.php

Images:
warz-ph - [Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN - RaGEZONE Forums warz-php-files - [Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN - RaGEZONE Forums warz-php-getshop-api - [Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN - RaGEZONE Forums confi - [Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN - RaGEZONE Forums
GigaToni - [Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN - RaGEZONE Forums
GigaToni - [Development] [PHP-API / MYSQL DATABASE] WarZ / Infestation - BACK AGAIN - RaGEZONE Forums


__________________________________________________________________

Download:
Soon

Beta Tester & Bug reporting?
Yep. Write me a PM and we can talk. I ONLY SEND THE FILES ENCRYPTED AND ONLY FOR TESTING! NOT FOR PUBLIC USES.

My password always is:
GigaToni_ragezone.com

Please report Bugs, WITH r3dLog.txt AND request.txt!
(request.txt can be found in the root directory of the Webserver) - (It auto creates itself.)
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Elite Diviner
Joined
Jan 11, 2011
Messages
464
Reaction score
216
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

Good luck man. You can do it! :D
 
Newbie Spellweaver
Joined
Apr 30, 2013
Messages
6
Reaction score
0
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

Great work!

Will it be then something like One-Click Server?

I just need it to make LAN Partys :)
 
Joined
Jun 30, 2013
Messages
421
Reaction score
157
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

Hi Tony)) You need a helper? I'm bad at programirovanii, but I know how much. And quite well studied components of the server))
 
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

done everyting?

and the WarZ Server but then.. yes thats all. (All of these applications exists as portable programs)

Hi Tony)) You need a helper? I'm bad at programirovanii, but I know how much. And quite well studied components of the server))

nope. I'm since day one with WarZ no one know's more about the server then me^^

EDIT:

btw: I'm currently streaming on my ! - old news. I'm off now!
 
Last edited:
Newbie Spellweaver
Joined
Apr 30, 2013
Messages
6
Reaction score
0
AW: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

You can do this yes.

- A Webserver with PHP (I'm using USBWebserver)
- A MySQL Server (included in USBWebserver)

and done :)

But it isnt possible to let the server run on Windows 7, right?

2
 
Newbie Spellweaver
Joined
Apr 30, 2013
Messages
6
Reaction score
0
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

So it should be possible, to make LAN Parties right?.
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

@Siv
as I said.. yes.

------------

Demo is now online!

Please report Bugs, WITH r3dLog.txt AND request.txt!
(request.txt can be found in the root directory of the Webserver) - (It auto creates itself.)

Thanks for demo, i'll try find to bugs. And please make a small guide, my English isn't better i don't understand how i can use this program :(
 
Newbie Spellweaver
Joined
Apr 30, 2013
Messages
6
Reaction score
0
AW: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

So it should be possibl to let it run on Windows right?

Will be intel i5 and 4gb ram enough?

2
 
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Re: AW: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

So it should be possibl to let it run on Windows right?

Will be intel i5 and 4gb ram enough?

2

As a said hundred times. YES IT WORKS ON WINDOWS.

2nd Dude. even 512 MB Ram and a dual core processor is enough. It's only a Webserver nothing CPU or GPU intensiv.
 
Newbie Spellweaver
Joined
Sep 13, 2013
Messages
7
Reaction score
1
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

Do I need to change or run anything in the usb-webserver? Any can I change things in the database like isdeveloper and so on?

And can you say me? when i start usbwebserver then the mysql is started but the apache is offline and i cant start it?
 
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Re: [PHP-API / MYSQL DATABASE] WarZ / Infestation - Rewritten

Apache and mysql must be running in USBWebserver. If it's not working try deleting the httpd.conf (in bin/apache/) if its still not working try downloading USBWebserver:

If you want to change anything in the Database use phpmyadmin ( )
 
Status
Not open for further replies.
Back
Top