Websend
Websend
EOL notice:
After almost 6 years, this plugin has reached an end-of-life status.
I will no longer be maintaining this plugin. If you are a developer and are interested in the source code of this project, feel free to use it as it is published under an MIT license.
To all the great people in the community: Thank you for the wonderful time!
Documentation can be found on Github wiki. (Edit: 9/2/2017: link fixed)
Source code can be found on Github.
What does this plugin do?
This plugin enables PHP developers to access minecraft commands from a web-based script.
A scheme: Ingame command -> Your php-enabled server -> Your PHP file does stuff and provides output/commands -> Plugin executes commands and prints output. Or: Webpage command -> bukkit server -> Plugin executes commands and prints output.
A few of the possibilities:
Online adminstration screen Online console Membership system (become VIP with a donation) Paypal donation system ...
Features:
Seperate thread (no server lag because of the wait.) Commands (ingame or console emulation) Command to color output send from php. Secure connection (protected with password hash) Permissions support (just "websend") Both ways enabled (PHP -> bukkit | bukkit -> php (-> bukkit))
Head over to the files for the latest version, and here for installation instructions.
Documentation and more.
-
View User Profile
-
Send Message
Posted Mar 25, 2013@Ezriilc
-
View User Profile
-
Send Message
Posted Mar 25, 2013@hellowar
The error you've posted has nothing to do with Bukkit, it's version, or the server it runs on. It's being caused by the script you are using to call Websend().
I would need to see the code of that script to help you. ;)
-
View User Profile
-
Send Message
Posted Mar 25, 2013@Ezriilc
Yes I have used this example yes, but still the error recompile the plugin for bukkit 1.5 the most current! and still not connected and error, I've tried running on another server and the error continues! What do you use bukkit? Can you give me the link to download?
-
View User Profile
-
Send Message
Posted Mar 25, 2013@hellowar
It looks like you haven't passed the (correct) $host [, $port] into Websend() when you called it. The problem likely lies in the script that is including websend.php and calling Websend().
If you include the code for that script here, we should be able to see what the problem is.
The ExternalTimeSet.php file is a great example of how that works. You MUST change the IP ("123.456.789.123") to your own. Notice the quotes around the IP number.
-
View User Profile
-
Send Message
Posted Mar 24, 2013I am receive this error in PHP:
-
View User Profile
-
Send Message
Posted Mar 24, 2013@JWhy
Won't work for me. Is it supposed to make a WebSend folder? If it is. It didn't generate using CB v1.5.1
-
View User Profile
-
Send Message
Posted Mar 23, 2013@jujulogey97
This works perfect with 1.5, no need to recompile it just for the new CB versions
-
View User Profile
-
Send Message
Posted Mar 22, 2013Please update for 1.5! I really need this :)
-
View User Profile
-
Send Message
Posted Mar 19, 2013Awesome! I am new to PHP, so I think this would simplify my server website, as making less work for me.
-
View User Profile
-
Send Message
Posted Mar 19, 2013@Ownercz
How is it broken? Does it give an error? If so, please post it, because it works fine for me.
-
View User Profile
-
Send Message
Posted Mar 19, 2013Seems broken on the newest Bukkit build :( .
-
View User Profile
-
Send Message
Posted Mar 16, 2013Does this work with 1.5?
-
View User Profile
-
Send Message
Posted Mar 4, 2013This is my new favourite thing. Thank you.
-
View User Profile
-
Send Message
Posted Feb 21, 2013@Scrayos
I am getting this same error.
-
View User Profile
-
Send Message
Posted Feb 20, 2013Please update this plugin! This is very useful plugin! :(
-
View User Profile
-
Send Message
Posted Feb 18, 2013Any tutorial?
-
View User Profile
-
Send Message
Posted Feb 10, 2013Waterflames, my server host said that I should change the binding of the server and all plugins to a given ip address instead of defaulting to all interfaces, and that it it causing problems on the shared hosting, however I can not find the config option anywhere for websend.
Is it possible to get this added as an option?
-
View User Profile
-
Send Message
Posted Feb 2, 2013@bearbear12345
It looks to me that PHPsend includes just half of what WebSend does. They both provide PHP to Bukkit commands, but WebSend goes both ways ;) , from Bukkit to PHP as well.
I haven't used PHPsend, but I've been using Websend for quite a long time now, and so far it's flawless. I use it for remote interaction and monitoring from a custom web site. I find it reliable, powerful, and flexible.
-
View User Profile
-
Send Message
Posted Feb 2, 2013What's the difference between this and PHPsend
-
View User Profile
-
Send Message
Posted Jan 24, 2013@prattcmp
Is this on a Website?