[Release] Status2FTP - Version 2.0.3 - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Release] Status2FTP - Version 2.0.3 (/showthread.php?tid=61166) [Release] Status2FTP - Version 2.0.3 by Eljay on 06-25-2006 at 07:57 AM
Status2FTP - Version 2.0.3 code: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. This window can be accessed in 2 ways:
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
Enjoy! [Website] [Download] RE: [Release] Status2FTP by giac jr on 06-25-2006 at 07:58 AM Mm. I saw it before - seems a bit boring RE: [Release] Status2FTP by morbo on 06-25-2006 at 09:10 AM 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? RE: [Release] Status2FTP by Felu on 06-25-2006 at 09:11 AM Kool. I like it RE: [Release] Status2FTP by alexp2_ad on 06-25-2006 at 09:33 AM I'll look into adding this for MSIG... should be a simple matter of asking the user for the address of their xml file... RE: [Release] Status2FTP by csogilvie on 06-25-2006 at 12:21 PM 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 RE: [Release] Status2FTP by alexp2_ad on 06-25-2006 at 12:25 PM Yeah, I found the toasts excessive, easy to disable in the code, but an option would be welcome. RE: [Release] Status2FTP by csogilvie on 06-25-2006 at 12:28 PM
quote: Yep, a simple case of adding // to the code - but I'm sure an option would be better. RE: [Release] Status2FTP by sno on 06-25-2006 at 01:49 PM
maybe adapt it a little more too cause atm mcafee dosnt like letting it load lol RE: RE: [Release] Status2FTP by csogilvie on 06-25-2006 at 01:54 PM
quote: 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 RE: [Release] Status2FTP by sno on 06-25-2006 at 01:59 PM iv told mcafee to allow it, just keep coming up over and over again RE: [Release] Status2FTP by Eljay on 06-25-2006 at 06:52 PM new update, see first post RE: [Release] Status2FTP by sno on 06-25-2006 at 08:59 PM
updated version dosnt upliad the files. it says ftp was connected RE: RE: [Release] Status2FTP by Diti on 06-26-2006 at 09:18 AM
quote: ? Why it doesn't upload ? It's also the most interesting part of your script RE: [Release] Status2FTP by Eljay on 06-26-2006 at 12:41 PM
quote: I think this was a problem with me adding a new config setting to the xml file and still reading the old config. New version now rebuilds config file when its saved to avoid any missing settings. New version also now saves details.xml files as CDATA for unicode support, see first post as usual for download. RE: [Release] Status2FTP by sno on 06-26-2006 at 02:57 PM yep works RE: [Release] Status2FTP by backfisch on 06-27-2006 at 01:09 AM
hi RE: [Release] Status2FTP by upsfeup on 06-27-2006 at 12:44 PM Just was I looking for.. but it seems that is not uploading the information on DP change. That's the only event I really need. RE: [Release] Status2FTP by backfisch on 06-27-2006 at 12:50 PM
do you use firefox? RE: [Release] Status2FTP by Eljay on 06-27-2006 at 12:55 PM
quote: it doesnt automatically upload on dp change as there isnt a dp changing event triggered by msgplus. what i do is use a 30 second timer that checks if it has changed, so it should be uploaded within 30 seconds of you changing it. RE: [Release] Status2FTP by upsfeup on 06-27-2006 at 12:59 PM
yes.. i use firefox. and I also use Ctrl-F5 to force the reload. IE also shows my old DP. RE: [Release] Status2FTP by sno on 06-27-2006 at 01:02 PM
my dp does update within 30secs tth i changed it, there dosnt need to be a trigger event if it does it every30 does it. RE: [Release] Status2FTP by upsfeup on 06-27-2006 at 02:14 PM
OK! I've been playing a bit with it and I might have an answer to my problem. RE: [Release] Status2FTP by Eljay on 06-27-2006 at 02:27 PM
quote: d'oh. ive fixed this in latest version im working on, will update it when ive added a few new features from my to-do list RE: [Release] Status2FTP by upsfeup on 06-27-2006 at 02:32 PM
Hurray! RE: [Release] Status2FTP by JonnyT on 06-27-2006 at 04:07 PM not sure if someones already siad this but is there anyway to stop messenger freezing for a cople of seconds each time status2ftp is uploading? RE: [Release] Status2FTP by upsfeup on 06-27-2006 at 04:11 PM It was already said.. on post nr 1 actually! RE: [Release] Status2FTP by sno on 06-27-2006 at 05:26 PM JohhnyT im sure if the suggestion i posted a few posts ago was implenented it would be nicer, but i doubt it would stop it freezin otherwise hows it going ot upload it RE: [Release] Status2FTP by Eljay on 06-28-2006 at 03:40 PM New update, see first post or website for changes RE: [Release] Status2FTP by sno on 06-28-2006 at 04:13 PM hehe my idea got put into it RE: [Release] Status2FTP by backfisch on 06-28-2006 at 07:58 PM
if there's a possiblity to delete the <![CDATA[ [ tag in the *.xml file, because php can't read this tag... RE: [Release] Status2FTP by backfisch on 06-28-2006 at 08:04 PM
i've got the error... the cdata tag is on the wrong position in the xml file RE: [Release] Status2FTP by Eljay on 06-28-2006 at 08:15 PM
quote: no, my way is right. putting the tags inside <![CDATA[ ]]> is for including tags as content as an alternative to converting them to < etc. Theyre not parsed as markup at all inside CDATA. RE: [Release] Status2FTP by backfisch on 06-28-2006 at 08:19 PM
This Way is on selfhtml.de RE: [Release] Status2FTP by Eljay on 06-28-2006 at 08:25 PM
quote:http://www.w3.org/TR/2000/REC-xml-20001006 This means theyre not tags at all, simply character data. RE: [Release] Status2FTP by backfisch on 06-28-2006 at 08:27 PM
in the example stands: RE: [Release] Status2FTP by Eljay on 06-28-2006 at 08:35 PM
quote: in the example it also says: quote: CDATA is only used for supporting characters which would otherwise need to be converted to codes (like < to <, it is NOT for what you are saying. you will just need to parse the <![CDATA[ ]]> out with your php script. RE: [Release] Status2FTP by Diti on 06-29-2006 at 05:04 PM
Hi, RE: [Release] Status2FTP by Eljay on 06-29-2006 at 05:21 PM
quote: thats what the LastUpdate is for, if you want to check if it hasnt been updated in x minutes, you can set the status yourself. as for the psm with no wmp running, if you are using timer mode it wont update automatically, only when the timer runs out. RE: [Release] Status2FTP by Diti on 06-30-2006 at 07:57 PM
Okay, good replied RE: [Release] Status2FTP by speakez on 07-03-2006 at 03:58 AM
besides the one guy with the php script that no longer works... does anyone have a way to display the xml info into a forum signature or webpage so that the info is useful and understandable to the avg person? or a script that will convert it into an image, using php perhaps? RE: [Release] Status2FTP by Eljay on 07-03-2006 at 09:18 AM new update, see first post 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
hi, RE: [Release] Status2FTP by sno on 07-03-2006 at 10:32 AM
For IceCold: quote: uploaded the files from tht zip. did the php bit and wow. nothng works RE: [Release] Status2FTP by IcedCold on 07-03-2006 at 10:33 AM Some hosts dissallow running images etc as php files, try renaming status.png to status.php. RE: [Release] Status2FTP by sno on 07-03-2006 at 10:37 AM
quote:similar error ill try my other webhost a sec. well tht was stupid works fine on my other host. alll i can suggest is the text truinication or wht ever u call it, cause it displays my psm a bit too long i can add this function in my self tho so heres mine RE: [Release] Status2FTP by IcedCold on 07-03-2006 at 10:43 AM
Ah I see the error. If you view the source... code: This means that your host's version of GD does not have imagettftext() RE: [Release] Status2FTP by sno on 07-03-2006 at 10:45 AM kk RE: RE: [Release] Status2FTP by tamirciciragi on 07-03-2006 at 10:22 PM
hello all RE: [Release] Status2FTP by IcedCold on 07-04-2006 at 06:48 AM Small update, just unzip and upload over your old one... RE: RE: RE: [Release] Status2FTP by tamirciciragi on 07-04-2006 at 09:44 AM
quote:ok i wrote it but now i have a problem psm ( playing music) doesnt seemes ok \0Music\01\0{0} - {1}\0Acinin Rengi\0Ilkay\0Ciglik\0\0 but i had to be like Acinin Rengi - Ilkay how can i correct tihs? RE: RE: [Release] Status2FTP by sno on 07-04-2006 at 10:18 AM
quote:i noitced small update right away RE: [Release] Status2FTP by IcedCold on 07-04-2006 at 06:55 PM
Another update regarding media (songs). RE: [Release] Status2FTP by Pure_BY on 07-04-2006 at 09:45 PM
This is a very nice script, but it does not work well with my FTP server (I am using by.ru hosting). To make testing simpler, i disabled ditails.txt and left only dp.png option on. The problem is, that this FTP server accepts only 1 connection at a time. If more than 1 connections are detected, server becomes unaccassable, until they both are intirely closed, and becomes accassable only a couple of minutes later. With version 1.4 this was a big problem: after uploading of the firts DP, connection wasn't closed, so no updating of DP was possible, neither could I manually access my FTP server. I needed to exit WLM (disabling of a plugin or signing out was not enough ) When I read this: quote:I thought the problem would be solved. Tried the new version (1.5)... Now it seems that it uploads my DP every 2 first times (on sign-in and on firts manual DP change) without any problems, third time it tries to upload (on second DP change), server gets stuck again RE: RE: RE: [Release] Status2FTP by tamirciciragi on 07-04-2006 at 10:07 PM
quote:ok i solved the problem myself here it is if you want to look http://cagrikesen.w3turk.com ican post the asp page if anyone wants RE: [Release] Status2FTP by IcedCold on 07-04-2006 at 10:59 PM There currenly seems to be a multiple connection problem, Eljay is working on it. RE: [Release] Status2FTP by Pure_BY on 07-05-2006 at 01:29 AM
quote:Thanks really a lot for this offer, but as of now I would like it to appear on my own server and under my own domain name. But I appreciate your offer a lot. If I will really need an alternative webspace, I will contact you with pleasure quote:Yeah, I also thought of that. Hope this will be fixed in the next version. RE: RE: [Release] Status2FTP by speakez on 07-05-2006 at 07:02 AM
quote: Im getting this error too... now i know my server is capable of making images from php because i have another program that does just that...but it doesnt us the imagettftext() function... is this function necesarry or is there another that will work just as well? do the true type fonts need to be used? your help is appreciated, i really look forward to finding a wau around all this and getting it online. RE: [Release] Status2FTP by heissam on 07-05-2006 at 11:56 AM
is there a script to save text messages to ftp??? RE: RE: RE: [Release] Status2FTP by IcedCold on 07-05-2006 at 04:26 PM
quote: You could probablly use a different type of font but I was just trying to get the status image to look most realistic. You could try imagefttext() using freetype fonts or imagestring(). RE: RE: RE: RE: [Release] Status2FTP by speakez on 07-05-2006 at 05:01 PM
quote: Yeah, im using imagestring, is working alright, just customizing the layout a bit before i put it up... thank you. RE: [Release] Status2FTP by IcedCold on 07-06-2006 at 06:05 PM Yeh, the positioning will be more difficult as there is no way to find the length of text in imagestring() so the text will have to be in fixed positions. RE: [Release] Status2FTP by reborn-network on 07-07-2006 at 11:12 PM
Ive used XML export to get it into php values then use GD to make a image from Display Pic and also infomation. problem is you have to filter alot of chars out of the values RE: [Release] Status2FTP by IcedCold on 07-07-2006 at 11:15 PM
Reborn, if you look at my script ive used replacing and preg replace to remove the unneeded output. RE: [Release] Status2FTP by reborn-network on 07-07-2006 at 11:19 PM
quote: im replacing it. problems come with plus formatted names *custom colours bolds etc* getting them formatted in GD is a right b*tch im finding. Although to be honest. i love this script. but the ftp disconnect needs fixing. about it other then afew more values would be nice as i said (online since X time, X contacts online) would be nice to have... RE: [Release] Status2FTP by IcedCold on 07-07-2006 at 11:22 PM I'm currently implementing colours, aswell as emoticons, fun fun xD RE: [Release] Status2FTP by reborn-network on 07-08-2006 at 05:42 AM
managed to redo the script for my sig. now it looks good RE: [Release] Status2FTP by IcedCold on 07-08-2006 at 09:19 AM In my opinion your name should be bold, as that is how it is on the contact list. RE: [Release] Status2FTP by GibsonDude on 07-09-2006 at 02:26 PM
I love this script, but I have a slight problem with it... RE: [Release] Status2FTP by IcedCold on 07-09-2006 at 03:01 PM The author of the script has tried to implement a fix by closing the connection, but the connection does not want to close. :/ RE: [Release] Status2FTP by reborn-network on 07-12-2006 at 05:13 PM Any news on the fix yet?... starting to drive me insane.. RE: [Release] Status2FTP by IcedCold on 07-12-2006 at 05:34 PM Eljay seems to have wandered off somewhere... RE: [Release] Status2FTP by sno on 07-13-2006 at 03:27 PM works fine for me lol. RE: [Release] Status2FTP by Keikonium on 07-15-2006 at 04:28 AM
I kinda got it to work... but it fails after I set it up. Here is the error I get: RE: [Release] Status2FTP by sno on 07-15-2006 at 04:30 AM if it has said its setup correctly. i have noticed the script fails to connect when there is extreme delays in the internet connection due to downloading or uploading. apart from that i never seen the error. RE: [Release] Status2FTP by Keikonium on 07-15-2006 at 04:35 AM
I think it might just be my host . I had a look at what you were using to host your image, sno, and I made an account there, but was lost on how to set it up . I am going to try a few more hosts, and see what happenes. Funpic, as much as I hate the place, seems to beable to host anything...so I guess I'll give that a go and hope for the best. RE: RE: [Release] Status2FTP by sno on 07-15-2006 at 04:50 AM
quote:mines hosted on my clans website webspace lol. means that account u made dosnt giv u webspace P and yes lovely display pic RE: [Release] Status2FTP - Version 2.0.0 by Eljay on 07-17-2006 at 05:50 PM
After working on and off (mostly off ) on the new version for the last couple of weeks its finally done! RE: [Release] Status2FTP - Version 2.0.0 by -dt- on 07-18-2006 at 03:10 PM
this script is better than sex RE: [Release] Status2FTP - Version 2.0.1 by Eljay on 07-20-2006 at 03:46 PM
Another update
RE: [Release] Status2FTP - Version 2.0.1 by sno on 07-20-2006 at 04:44 PM mine refuses to say the ftp details are correct when infact i know they are because it works on a normaly ftp client. RE: [Release] Status2FTP - Version 2.0.1 by reborn-network on 07-20-2006 at 10:44 PM
CleanPSM is still dirty... i expect it should really be clean text only not values... but ftp seems to be fixed.. although it does sometimes fail to update the details file (says its uploading but the file doesnt actually change) RE: RE: [Release] Status2FTP - Version 2.0.1 by SpikedEffect on 07-21-2006 at 03:21 PM
quote: Wouldn't it be better to set MP!L's tag as a seperate node in the XML? as that Status Node is useful for determining MSN's actual status (regardless of if it's personalized or not) Just a thought... Great script though, have found it very useful. P.S. Your Site down? RE: [Release] Status2FTP - Version 2.0.1 by the andyman on 07-24-2006 at 10:29 AM
this script sounds so great but as yet i've not been able to see it working as it crashes messenger every time it tries to upload (not freezes, fully crashes) RE: [Release] Status2FTP - Version 2.0.1 by Diti on 07-24-2006 at 08:25 PM
Eljay, if there is a new version with other functions, use the Private Messages or email for the French translation RE: [Release] Status2FTP - Version 2.0.1 by Jeroen Noten on 08-07-2006 at 11:57 AM
Hallo, wie de Nederlandse vertaling wil, hier is ie. RE: [Release] Status2FTP - Version 2.0.1 by Eljay on 08-07-2006 at 01:19 PM
Version 2.0.2 Changelog
RE: [Release] Status2FTP - Version 2.0.2 by MX-G on 08-07-2006 at 03:01 PM Eljelly i sent you the spanish translation yesterday RE: [Release] Status2FTP - Version 2.0.2 by Thor on 08-07-2006 at 04:25 PM
Eljelly, why did you use ; instead of putting it in [ ]? RE: [Release] Status2FTP - Version 2.0.2 by Eljay on 08-07-2006 at 05:40 PM
quote: because ; is for comments and [ ] is for sections quote: ah whoops * Eljay releases another update... [Download] RE: [Release] Status2FTP - Version 2.0.3 by Thor on 08-07-2006 at 06:04 PM
quote:Yeah, can't sections be used? RE: [Release] Status2FTP - Version 2.0.3 by Spunky on 08-20-2006 at 11:52 PM
At first, I didn't know how I could possibly use this script or why I'd want to... I'm now SO glad that I tried it out. I built a small application in Flash that reads the XML file and displays the DP. RE: [Release] Status2FTP - Version 2.0.3 by Diti on 08-21-2006 at 01:28 PM
Errr, a number is missing in the second animation code quote: Good work ! How have you done ? RE: [Release] Status2FTP - Version 2.0.3 by Mablung on 08-21-2006 at 02:33 PM Swedish translation RE: [Release] Status2FTP - Version 2.0.3 by bleezer on 08-24-2006 at 07:29 PM
hi folks,.. quote: but it still don't works.. why? something to change in the source-code? EDIT: i found out that my winamp plugin makes this buggy handling but using windows media player doesn't work 100% too.. it shows: anyone an idea? RE: [Release] Status2FTP - Version 2.0.3 by Salem on 09-01-2006 at 01:48 PM
I really liked this script, however i've decided not to use it anymore as it's been causing problems with another script i have (Display Picture Status Changer). RE: [Release] Status2FTP - Version 2.0.3 by Mayhem187 on 09-14-2006 at 03:14 PM
When I have configured status2ftp I get an error saying the connection to ftp failed.. check your settings RE: RE: [Release] Status2FTP - Version 2.0.3 by sno on 09-20-2006 at 11:31 AM
quote:maybe just turn it off for auto-upload on dp change. RE: [Release] Status2FTP - Version 2.0.3 by NiteMare on 09-24-2006 at 07:42 PM ii keep getting "attepmt to connect to ftp failed", what does that mean, all my settings are right RE: [Release] Status2FTP - Version 2.0.3 by Spunky on 09-24-2006 at 07:47 PM
quote: Happened to me too for AGES and I can't remember how I fixed it RE: RE: RE: [Release] Status2FTP - Version 2.0.3 by Salem on 09-24-2006 at 08:15 PM
quote: Tried that, but when it does try and upload later, it freezes anyway. quote: Do you have the trailing "/" at the end of the upload directory, coz i think that caused the error for me. I think i needed to removed it (can't fully remember though) ~Salem RE: [Release] Status2FTP - Version 2.0.3 by NiteMare on 09-24-2006 at 11:40 PM
you know, i'd like to see the option to upload plan txt files RE: RE: [Release] Status2FTP - Version 2.0.3 by Salem on 09-26-2006 at 07:50 AM
quote: same here, i usually ask for help where that is concerned Is this script still being worked on? Or has it been abandoned? ~Salem RE: [Release] Status2FTP - Version 2.0.3 by NiteMare on 09-27-2006 at 08:08 PM
also, there are problems with the PSM when your playing music RE: [Release] Status2FTP - Version 2.0.3 by alexp2_ad on 09-27-2006 at 08:10 PM That's just how plus / messenger returns it, you should be able to break it up easily in PHP or your chosen image generating language. RE: [Release] Status2FTP - Version 2.0.3 by Spunky on 09-28-2006 at 04:17 PM
quote: Just edit the source code to remove any XML tags it adds to the file and then change the extension to txt. RE: RE: [Release] Status2FTP - Version 2.0.3 by SpikedEffect on 10-03-2006 at 07:21 AM
quote: You don't actually need to do that, if your more comfortable with PHP/ASP than Javascript, then just strip the XML tags... Read the file as a plain text file (after all thats all XML is... a structured text file) and as you strip the tags take the content between the tags as seperate entities. (be aware though when handling it, that XML is not properly formed... as in its all just one single long string and not a line per tag as it normally is) RE: [Release] Status2FTP - Version 2.0.3 by Art Crazy on 10-15-2006 at 02:48 PM
Hey, good job on this script, it rocks! quote: RE: [Release] Status2FTP - Version 2.0.3 by dax91 on 11-01-2006 at 08:29 PM
I'm having a small problem with the script as when I listen to music all seems to be fine, the track is updated to the server. But when I stop the track or close the music player the psm changes, wml shows the normal psm I've got but the file on the server doesn't have the psm (example below). code:And I also translated the script to finnish (language file attatched) |