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 Jul 7, 2012@LanToaster
you can use the /tell command?
-
View User Profile
-
Send Message
Posted Jun 29, 2012Is there a way to Output the PHP response only to a specific User? (Even if its run by the Console?)
-
View User Profile
-
Send Message
Posted Jun 27, 2012This plugin is PERFECT how it is in 1.5.1! Except one thing! Colors! Colors! Colors! Many colors are missing and the dark ones dont work. If you could fix this ONE thing before you do 2.0, our system would be great. Please! I'll Donate!
-
View User Profile
-
Send Message
Posted Jun 25, 2012Hello. Maybe there is any tutorial to make SMS system or something like that?
-
View User Profile
-
Send Message
Posted Jun 18, 2012@shyaoeu
Use some firewall....
-
View User Profile
-
Send Message
Posted Jun 17, 2012This plugin listening all IP from the internet? so, if WEBLISTENER_ACTIVE = true, that's mean you are giving your server to everyone on the internet [?]
-
View User Profile
-
Send Message
Posted Jun 13, 2012@pkpatrick
Not exactly. http://en.wikipedia.org/wiki/Profiling_%28computer_programming%29
There are loads of good profilers, but you may need to specifically search for a command line profiler if you don't have access to a gui.
-
View User Profile
-
Send Message
Posted Jun 12, 2012Hmm what do you mean exactly by "profiling my server?" I hope I understood you right:
Thats my dedi:
Intel® Core™ i7-2600 Quad-Core inkl. Hyper-Threading-Technologie 16 GB DDR3 RAM 100mbit connection
The websend scripts are running at the same server as the minecraft server does, in the websend script it opens up the sockets to "127.0.0.1"
Regards, Pkpatrick
-
View User Profile
-
Send Message
Posted Jun 11, 2012@pkpatrick
Hmm, I havent encountered such thing. If it persists after a server restart, you could help me fix it by profiling your server so I can see whats taking so long.
-
View User Profile
-
Send Message
Posted Jun 11, 2012Is it normal that even when using the example scripts the loading this is ENOURMOUS high?
I have a really fast webserver but somehow it takes veeery long when someones issues a websend-powered action!
Regards, Pkp
-
View User Profile
-
Send Message
Posted Jun 8, 2012@Platinum_Apple
I have no experience with enjin, but if it support php sockets it will probably work.
-
View User Profile
-
Send Message
Posted Jun 8, 2012Hi, Is there any way I can embed this into enjin so users that sign up get ranked up?
-
View User Profile
-
Send Message
Posted Jun 4, 2012@jacklink01
I'm still working on the websend 2.0 update which will be released soonâ„¢. I have lots of school work atm, but Ill get an update out after my exams.
-
View User Profile
-
Send Message
Posted Jun 4, 2012Can you update the 1.5.1 version to work with the latest build of Bukkit 1.2.5? It yells at me when it runs events. Tells me to contact you. :)
-
View User Profile
-
Send Message
Posted May 31, 2012any updates?
-
View User Profile
-
Send Message
Posted May 23, 2012@PorpoiseBrock
It is possible if the user is actually logged in on the server to receive they goods. If the user isn't then theres a problem or you have to use schedules to check whether the user is online or not to give them their items.
-
View User Profile
-
Send Message
Posted May 22, 2012<<reply 718182="">>
Nope, I don't mind :)
Not sure about the bukkit staff tho...
-
View User Profile
-
Send Message
Posted May 21, 2012If anyone thinks they can make me a webstore that auto-updates in game with PHP, hit me up with a PM. I'm willing to pay of course.
Hope you don't mind me saying that on this page Waterflames, lol. If you do, I'll remove it.
-
View User Profile
-
Send Message
Posted May 8, 2012Ok, now all works :) Thanks
But i dont get, why in websend script isnt needed a password?? It is more unsecure now :(
-
View User Profile
-
Send Message
Posted May 8, 2012<<reply 695216="">>
My guess is you are using an old Websend script that is incompatible with the new 2.0 syntax.
Check the example script in the 2.0 alpha download.