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

Pages: (11): « First [ 1 ] 2 3 4 5 » Last »
[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
giac jr
Junior Member
**

lol

Posts: 43
– / Male / –
Joined: Jun 2006
RE: [Release] Status2FTP
Mm. I saw it before - seems a bit boring :P
06-25-2006 07:58 AM
Profile E-Mail PM Find Quote Report
morbo
New Member
*


Posts: 2
Joined: Jun 2006
RE: [Release] Status2FTP
is it only supposed to upload an xml file & a png? If so, how could I turn this into a sig for a forum or something?
06-25-2006 09:10 AM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Release] Status2FTP
Kool. I like it (Y)
06-25-2006 09:11 AM
Profile E-Mail PM Web Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: [Release] Status2FTP
I'll look into adding this for MSIG... should be a simple matter of asking the user for the address of their xml file...
06-25-2006 09:33 AM
Profile E-Mail PM Find Quote Report
csogilvie
New Member
*

Avatar

Posts: 3
40 / Male / –
Joined: Jun 2006
RE: [Release] Status2FTP
I like this extension... however, it could do with an option to turn off the Toast popup as I have a script to update my "Personal Message" from my music played, and every 4mins or so a toast message pops up :)
06-25-2006 12:21 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: [Release] Status2FTP
Yeah, I found the toasts excessive, easy to disable in the code, but an option would be welcome.
06-25-2006 12:25 PM
Profile E-Mail PM Find Quote Report
csogilvie
New Member
*

Avatar

Posts: 3
40 / Male / –
Joined: Jun 2006
RE: [Release] Status2FTP
quote:
Originally posted by alexp2_ad
Yeah, I found the toasts excessive, easy to disable in the code, but an option would be welcome.


Yep, a simple case of adding // to the code - but I'm sure an option would be better.
06-25-2006 12:28 PM
Profile E-Mail PM Find Quote Report
sno
Junior Member
**


Posts: 65
Joined: Oct 2005
RE: [Release] Status2FTP
maybe adapt it a little more too cause atm mcafee dosnt like letting it load lol

i have run it without mcafee on and i like what it does. i have also made it into a sig for my status.

just annoying that mcaffee dosnt like it cause it detects it as malicuous scriptware or something like that,
[Image: wlm.php]
06-25-2006 01:49 PM
Profile E-Mail PM Find Quote Report
csogilvie
New Member
*

Avatar

Posts: 3
40 / Male / –
Joined: Jun 2006
RE: RE: [Release] Status2FTP
quote:
Originally posted by snojust annoying that mcaffee dosnt like it cause it detects it as malicuous scriptware or something like that,


I had to allow Norton Internet Security to run the script because it makes use of the File System Object, but other than that it works great :D
06-25-2006 01:54 PM
Profile E-Mail PM Find Quote Report
Pages: (11): « First [ 1 ] 2 3 4 5 » Last »
« Next Oldest Return to Top Next Newest »


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