Jump to content

[Share] Telnet Actions Via Php


mend3

Recommended Posts

Hey guys, this is my first contribution for this forum, so I hope you like =)
 
I've made a simple PHP script to run server commands through telnet. Is simple, fast and functional.
 
It's only the code, don't have any interface because it was extracted from another system I've made.
 
"What?"
- A script tu run your server's commands via telnet.
 
"How?"
- You set according to the options of your server, access the page and be happy.
 
"Why?"
- You can give items, jail players, restart / shutdown the server, have real-time information about server performance and more.
 
"Is there a new command?"
- You can just run commands that already exists in your server. If you implement any new commands into your core, you'll be able to use them too.
It does not create any new commands, just run the existing ones.
 
"I do not know to work with java. What commands can I use? How to use?"
- There is a file 'telnet.ini' within the file with all the basic commands available on any server. Just read, see how to use and what it does.
 
"Can I share the script?"
- Please! The only thing I ask is that you keep the original credits. It helps me to want to help you.
 
You can use free, but please, keep the credits.
 
Enjoy =)
 
PS.: Instructions in readme.txt file.
 
Some screens (browser and gameplay)

 

Login -> help

login-10.png

 

Login -> status

login-11.png

 

Login -> restart

login-12.png

 

Game -> status

game-s10.png

 

Game -> mem usage

game-m10.png

 

Game -> performance

game-p10.png

 

Game -> gmlist

game-g10.png

 

Game -> pm

game-p10.jpg

 

Game -> announce

game-a10.jpg

 

Game -> give item

game-g10.jpg

 

Game -> enchant

game-e10.jpg

 

Game -> shutdown

game-s11.png

 

 

  • Upvote 1
Link to comment
Share on other sites

Is it using database connection or networking? I've been trying a UDP PHP -> Gameserver communication, I always failed the PHP read part since there's no possible way to read udp packets individually for sessions with pure php

Link to comment
Share on other sites

There are no database connection, the flow is:

 

socket -> connect to host

socket -> auth (user and pass)

socket -> send command (server receive and do what must do)

socket -> close

Link to comment
Share on other sites

There are no database connection, the flow is:

 

socket -> connect to host

socket -> auth (user and pass)

socket -> send command (server receive and do what must do)

socket -> close

 

Yea, sending a UDP packet via PHP is easy, but reading from the gameserver is not, did you try it?

Link to comment
Share on other sites

Yeah, I had some trouble with that. Some cases the response is too long or too slow (sometimes a damn loop that blocked me to handle the stream).

 

So, all I've did is: send message: Server received it? Ok. So send me a unique response so I can log it to user.

 

It's faster. Execution time (except when send shutdown command) is almost instantaneous.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock