What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Status2FTP - Version 2.0.3

[Release] Status2FTP - Version 2.0.3
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. [Release] Status2FTP - Version 2.0.3
Status2FTP - Version 2.0.3

Features:

Status2FTP has only one feature, uploading your current WLM display name, PSM, status and display picture to a specified FTP server.

The following files are uploaded:
details.xml
An xml file containing your name, psm and status.
Example:
code:
    <Details>
  <Username>ˇ#ˇ$7Eljayˇ0</Username>
  <CleanUsername>Eljay</CleanUsername>
  <PSM>[b][c=4]England 1[/c] - [c=8]0 Ecuador[/c][/b][</PSM>
  <CleanPSM>England 1 - 0 Ecuador</CleanPSM>
  <Status>Online</Status>
  <LastUpdate>1151507320</LastUpdate>
</Details>
dp.png
your current display picture (if you have one)


Usage:

There is only one thing for you to use as such, the configuration window.

[Image: ConfigWindow.png]

This window can be accessed in 2 ways:
  • Type /ftpconfig in a conversation window
  • Go to Status2FTP -> Configure on the Plus! toolbar button on either the contact list or conversation windows
This window allows you to change the following settings:
  • Language: The language to use for the configuration window
  • Server window:
    • Server: FTP hostname (e.g. ftp.example.com)
    • Port: FTP server port number (default is 21)
    • Directory: Remote directory to store the files in (defaults to /public_html/)
    • "Server requires login": Check this if your FTP server requires a a username/password combination.
    • Username + Password: Username and password to be used for logging in to the FTP server
    • File Settings: Select which files to upload and what to call them.
  • Events: Allows you to choose when and when not to upload the files
  • Timer: Allows you to upload the files every x minutes
  • Toast: Allows you to enable/disable the toast that shows when you upload the files

If you want to manually force an update go to Status2FTP -> Upload Now in the Plus! Toolbar menu, or type /ftpupload in a conversation window.

Changelog:

Version 2.0.3
  • New Language: Spanish
Version 2.0.2
  • New Language: German
  • New Language: Dutch
Version 2.0.1
  • Fixed: LastUpdate wasnt updated at all when you uploaded, only on signin (d'oh :P)
  • New Language: French
  • Now uses MP!L's personalized status as <Status> in the uploaded xml file
Version 2.0.0
  • Everything made from scratch
  • New config window layout.. again.
  • Everything can now be translated by creating a copy of Languages\Lang_English.ini and translating all the variables in it (NOTE: do not change the variable names as this will break the script). I will add the translations to the download as people start translating (use the contact page on the website to send me translation files)
  • Timer mode and event mode can now both be used simultaneously.
  • Commands have changed to make them easier to remember:
    • /s2ftpconfig is now /ftpconfig
    • /s2ftpforceupload is now /ftpupload
Version 1.5
  • All internet connections used for uploading are now closed when theyre no longer needed.
Version 1.4
  • Added <LastUpdate> to details.xml (contains unix timestamp of upload time)
  • Added ability to choose which files to upload, and to rename them.
  • Added "Timer Mode". This allows you to set the files to upload every x minutes instead of on events.
  • Fixed error when user doesnt have a DP set.
Version 1.3:
  • All information stored in details.xml is now stored as CDATA for proper unicode support.
Version 1.2:
  • New event setting added: "Show a toast popup when uploading files" (note: this will still make Messenger freeze while its uploading, this is unavoidable without using an external dll for the uploading because JScript doesnt support multithreading)
  • Added <CleanUsername> and <CleanPSM> for people who want the names without formatting codes.
Version 1.1:
  • New config window layout
  • Color scheme now adapts better to the WLM color scheme.

Enjoy! :)

[Website]
[Download]

This post was edited on 08-07-2006 at 05:44 PM by Eljay.
06-25-2006 07:57 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Status2FTP - Version 2.0.3 - by Eljay on 06-25-2006 at 07:57 AM
RE: [Release] Status2FTP - by giac jr on 06-25-2006 at 07:58 AM
RE: [Release] Status2FTP - by morbo on 06-25-2006 at 09:10 AM
RE: [Release] Status2FTP - by Felu on 06-25-2006 at 09:11 AM
RE: [Release] Status2FTP - by alexp2_ad on 06-25-2006 at 09:33 AM
RE: [Release] Status2FTP - by csogilvie on 06-25-2006 at 12:21 PM
RE: [Release] Status2FTP - by alexp2_ad on 06-25-2006 at 12:25 PM
RE: [Release] Status2FTP - by csogilvie on 06-25-2006 at 12:28 PM
RE: [Release] Status2FTP - by sno on 06-25-2006 at 01:49 PM
RE: RE: [Release] Status2FTP - by csogilvie on 06-25-2006 at 01:54 PM
RE: [Release] Status2FTP - by sno on 06-25-2006 at 01:59 PM
RE: [Release] Status2FTP - by Eljay on 06-25-2006 at 06:52 PM
RE: [Release] Status2FTP - by sno on 06-25-2006 at 08:59 PM
RE: RE: [Release] Status2FTP - by Diti on 06-26-2006 at 09:18 AM
RE: [Release] Status2FTP - by Eljay on 06-26-2006 at 12:41 PM
RE: [Release] Status2FTP - by sno on 06-26-2006 at 02:57 PM
RE: [Release] Status2FTP - by backfisch on 06-27-2006 at 01:09 AM
RE: [Release] Status2FTP - by upsfeup on 06-27-2006 at 12:44 PM
RE: [Release] Status2FTP - by backfisch on 06-27-2006 at 12:50 PM
RE: [Release] Status2FTP - by Eljay on 06-27-2006 at 12:55 PM
RE: [Release] Status2FTP - by upsfeup on 06-27-2006 at 12:59 PM
RE: [Release] Status2FTP - by sno on 06-27-2006 at 01:02 PM
RE: [Release] Status2FTP - by upsfeup on 06-27-2006 at 02:14 PM
RE: [Release] Status2FTP - by Eljay on 06-27-2006 at 02:27 PM
RE: [Release] Status2FTP - by upsfeup on 06-27-2006 at 02:32 PM
RE: [Release] Status2FTP - by JonnyT on 06-27-2006 at 04:07 PM
RE: [Release] Status2FTP - by upsfeup on 06-27-2006 at 04:11 PM
RE: [Release] Status2FTP - by sno on 06-27-2006 at 05:26 PM
RE: [Release] Status2FTP - by Eljay on 06-28-2006 at 03:40 PM
RE: [Release] Status2FTP - by sno on 06-28-2006 at 04:13 PM
RE: [Release] Status2FTP - by backfisch on 06-28-2006 at 07:58 PM
RE: [Release] Status2FTP - by backfisch on 06-28-2006 at 08:04 PM
RE: [Release] Status2FTP - by Eljay on 06-28-2006 at 08:15 PM
RE: [Release] Status2FTP - by backfisch on 06-28-2006 at 08:19 PM
RE: [Release] Status2FTP - by Eljay on 06-28-2006 at 08:25 PM
RE: [Release] Status2FTP - by backfisch on 06-28-2006 at 08:27 PM
RE: [Release] Status2FTP - by Eljay on 06-28-2006 at 08:35 PM
RE: [Release] Status2FTP - by Diti on 06-29-2006 at 05:04 PM
RE: [Release] Status2FTP - by Eljay on 06-29-2006 at 05:21 PM
RE: [Release] Status2FTP - by Diti on 06-30-2006 at 07:57 PM
RE: [Release] Status2FTP - by speakez on 07-03-2006 at 03:58 AM
RE: [Release] Status2FTP - by Eljay on 07-03-2006 at 09:18 AM
RE: [Release] Status2FTP - by IcedCold on 07-03-2006 at 09:26 AM
RE: [Release] Status2FTP - by heissam on 07-03-2006 at 10:09 AM
RE: [Release] Status2FTP - by sno on 07-03-2006 at 10:32 AM
RE: [Release] Status2FTP - by IcedCold on 07-03-2006 at 10:33 AM
RE: [Release] Status2FTP - by sno on 07-03-2006 at 10:37 AM
RE: [Release] Status2FTP - by IcedCold on 07-03-2006 at 10:43 AM
RE: RE: [Release] Status2FTP - by speakez on 07-05-2006 at 07:02 AM
RE: RE: RE: [Release] Status2FTP - by IcedCold on 07-05-2006 at 04:26 PM
RE: RE: RE: RE: [Release] Status2FTP - by speakez on 07-05-2006 at 05:01 PM
RE: [Release] Status2FTP - by sno on 07-03-2006 at 10:45 AM
RE: [Release] Status2FTP - by IcedCold on 07-04-2006 at 06:48 AM
RE: RE: [Release] Status2FTP - by sno on 07-04-2006 at 10:18 AM
RE: [Release] Status2FTP - by IcedCold on 07-04-2006 at 06:55 PM
RE: [Release] Status2FTP - by Pure_BY on 07-04-2006 at 09:45 PM
RE: RE: RE: [Release] Status2FTP - by tamirciciragi on 07-04-2006 at 10:07 PM
RE: [Release] Status2FTP - by IcedCold on 07-04-2006 at 10:59 PM
RE: [Release] Status2FTP - by Pure_BY on 07-05-2006 at 01:29 AM
RE: [Release] Status2FTP - by heissam on 07-05-2006 at 11:56 AM
RE: [Release] Status2FTP - by IcedCold on 07-06-2006 at 06:05 PM
RE: [Release] Status2FTP - by reborn-network on 07-07-2006 at 11:12 PM
RE: [Release] Status2FTP - by IcedCold on 07-07-2006 at 11:15 PM
RE: [Release] Status2FTP - by reborn-network on 07-07-2006 at 11:19 PM
RE: [Release] Status2FTP - by IcedCold on 07-07-2006 at 11:22 PM
RE: [Release] Status2FTP - by reborn-network on 07-08-2006 at 05:42 AM
RE: [Release] Status2FTP - by IcedCold on 07-08-2006 at 09:19 AM
RE: [Release] Status2FTP - by GibsonDude on 07-09-2006 at 02:26 PM
RE: [Release] Status2FTP - by IcedCold on 07-09-2006 at 03:01 PM
RE: [Release] Status2FTP - by reborn-network on 07-12-2006 at 05:13 PM
RE: [Release] Status2FTP - by IcedCold on 07-12-2006 at 05:34 PM
RE: [Release] Status2FTP - by sno on 07-13-2006 at 03:27 PM
RE: [Release] Status2FTP - by Keikonium on 07-15-2006 at 04:28 AM
RE: [Release] Status2FTP - by sno on 07-15-2006 at 04:30 AM
RE: [Release] Status2FTP - by Keikonium on 07-15-2006 at 04:35 AM
RE: RE: [Release] Status2FTP - by sno on 07-15-2006 at 04:50 AM
RE: [Release] Status2FTP - Version 2.0.0 - by Eljay on 07-17-2006 at 05:50 PM
RE: [Release] Status2FTP - Version 2.0.0 - by -dt- on 07-18-2006 at 03:10 PM
RE: [Release] Status2FTP - Version 2.0.1 - by Eljay on 07-20-2006 at 03:46 PM
RE: RE: [Release] Status2FTP - Version 2.0.1 - by SpikedEffect on 07-21-2006 at 03:21 PM
RE: [Release] Status2FTP - Version 2.0.1 - by sno on 07-20-2006 at 04:44 PM
RE: [Release] Status2FTP - Version 2.0.1 - by reborn-network on 07-20-2006 at 10:44 PM
RE: [Release] Status2FTP - Version 2.0.1 - by the andyman on 07-24-2006 at 10:29 AM
RE: [Release] Status2FTP - Version 2.0.1 - by Diti on 07-24-2006 at 08:25 PM
RE: [Release] Status2FTP - Version 2.0.1 - by Jeroen Noten on 08-07-2006 at 11:57 AM
RE: [Release] Status2FTP - Version 2.0.1 - by Eljay on 08-07-2006 at 01:19 PM
RE: [Release] Status2FTP - Version 2.0.2 - by MX-G on 08-07-2006 at 03:01 PM
RE: [Release] Status2FTP - Version 2.0.2 - by Thor on 08-07-2006 at 04:25 PM
RE: [Release] Status2FTP - Version 2.0.2 - by Eljay on 08-07-2006 at 05:40 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Thor on 08-07-2006 at 06:04 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Spunky on 08-20-2006 at 11:52 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Diti on 08-21-2006 at 01:28 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Mablung on 08-21-2006 at 02:33 PM
RE: [Release] Status2FTP - Version 2.0.3 - by bleezer on 08-24-2006 at 07:29 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Salem on 09-01-2006 at 01:48 PM
RE: RE: [Release] Status2FTP - Version 2.0.3 - by sno on 09-20-2006 at 11:31 AM
RE: RE: RE: [Release] Status2FTP - Version 2.0.3 - by Salem on 09-24-2006 at 08:15 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Mayhem187 on 09-14-2006 at 03:14 PM
RE: [Release] Status2FTP - Version 2.0.3 - by NiteMare on 09-24-2006 at 07:42 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Spunky on 09-24-2006 at 07:47 PM
RE: [Release] Status2FTP - Version 2.0.3 - by NiteMare on 09-24-2006 at 11:40 PM
RE: RE: [Release] Status2FTP - Version 2.0.3 - by Salem on 09-26-2006 at 07:50 AM
RE: [Release] Status2FTP - Version 2.0.3 - by NiteMare on 09-27-2006 at 08:08 PM
RE: [Release] Status2FTP - Version 2.0.3 - by alexp2_ad on 09-27-2006 at 08:10 PM
RE: [Release] Status2FTP - Version 2.0.3 - by Spunky on 09-28-2006 at 04:17 PM
RE: RE: [Release] Status2FTP - Version 2.0.3 - by SpikedEffect on 10-03-2006 at 07:21 AM
RE: [Release] Status2FTP - Version 2.0.3 - by Art Crazy on 10-15-2006 at 02:48 PM
RE: [Release] Status2FTP - Version 2.0.3 - by dax91 on 11-01-2006 at 08:29 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On