plzzzzzzz fix other lang
plzzzzzzz fix other lang
Nice ! 10/10 !
And if this ports already used for server?
what happens when you put ทดสอบการพิมข้อความ ?
i wouldn`t have an unexperience person edit "php.ini"
i`d rather tell that person to addin a new line afterPHP Code:dl("php_sockets.dll");
so php can load that extension for him to play with :)PHP Code:<?php
More here : PHP: dl - Manual
Nice work 10/10
javaz97 i dont know why its not doing that :/
i think i am gonna need you to do some packet sniffing to see what packet your client is sending and make some modification to the script...do you know how to do that ?
thank u.
sandbird: what about commands messages, which starts from '/' i mean /post, /reload, /disconnect etc? Maybe do you have a needed string?
i've tried with /post, couldnt get it to work...i dont know about the others. I am still trying on the DC client packets....i've postponed this script for a bit
Ok, thank you. But more interesting admin commands like a Luciano server:
Code:/gmove <nick> map x y Move player to the specified map at coords. x,y /chaton <nick> Enable chat for that player /chatoff <nick> Disable chat for that player /trace <nick> Warp to the map and coords. of the specified player /track <nick> /disconnect <nick> Disconnect a player /dc <nick> /pk <nick> Makes PK a player /pkclear <nick> Clear PK status of the specified player /fire Showing firecracker effect /reload 0 = Options 1 = Monster.txt & Monstersetbase.txt 2 = Shops 3 = Events 4 = Misc. options & MY NEW commonserver.cfg options
The only commands that could be useful to do from PHP is the /reload option and the /dc
All the others can be done from any normal Website.
Lets come some exploits too. Try implement packets for AUTH to JoinServer as a "Remote USER" also you must be LOCAL to send some actions.
For the record, this is totally insecure, i mean i see people using your script for do LAME things, WARN on the first post about block the port 55970.
Thanks.