Installation

Installation:

  • Download PHPsend1.0.zip.
  • Unzip it.
  • You will have few files:
    • PHPSend.php - API file
    • PHPSendConf.php - API config
    • PHPsend.jar - Plugin
    • PHPsendJava6.jar - Plugin for JRE1.6 users
  • Put PHPsend.jar into plugins folder of your server.
  • Reload/Restart your server.
  • PHPsend will generate config in plugins/PHPsend named config.yml
  • Change config (more info in config)
  • You can change password, but it's recomneded to stay with the secure, auto-generated one.
  • Change port if needed (remember to forward port if required)
  • Upload PHPSend.php and PHPSendConf.php on your website to folder where your server-connecting script is.
  • When you need to use API, on the beggining of the php code include PHPSend.php
  • Write your code and use it as you wish!
  • When connecting make sure that PHPsend logs: 'PHPsend started hosting.' (If log level is high enough)

Comments

Posts Quoted:
Reply
Clear All Quotes