[Release] Status2FTP - Version 2.0.3 |
Author: |
Message: |
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
RE: [Release] Status2FTP - Version 2.0.3
quote: Originally posted by NiteMare
ii keep getting "attepmt to connect to ftp failed", what does that mean, all my settings are right
Happened to me too for AGES and I can't remember how I fixed it
<Eljay> "Problems encountered: shit blew up"
|
|
09-24-2006 07:47 PM |
|
|
Salem
Senior Member
Posts: 769 Reputation: 16
37 / /
Joined: May 2004
|
RE: RE: RE: [Release] Status2FTP - Version 2.0.3
quote: Originally posted by sno
quote: Originally posted by Salem
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).
As soon as i have the Display Picture Status Changer installed, Status2FTP no longer uploads correctly, and when trying to upload my status change, causes Windows Live Messenger to freeze. I hope this is fixable, as i'd like to use it again along with Display Picture Status Changer, so that my Display Picture can be changed as my status changes, and also be the DP change also be reflected online so i can use it on Forums such as these.
~Salem
maybe just turn it off for auto-upload on dp change.
Tried that, but when it does try and upload later, it freezes anyway.
quote: Originally posted by SpunkyLoveMuff
quote: Originally posted by NiteMare
ii keep getting "attepmt to connect to ftp failed", what does that mean, all my settings are right
Happened to me too for AGES and I can't remember how I fixed it
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
This post was edited on 09-24-2006 at 08:16 PM by Salem.
Was i Helpful?[/url]
|
|
09-24-2006 08:15 PM |
|
|
NiteMare
Veteran Member
Giga-Byte me
Posts: 2497 Reputation: 37
37 / /
Joined: Aug 2003
|
RE: [Release] Status2FTP - Version 2.0.3
you know, i'd like to see the option to upload plan txt files
i don't have a clue how to use xml in php
|
|
09-24-2006 11:40 PM |
|
|
Salem
Senior Member
Posts: 769 Reputation: 16
37 / /
Joined: May 2004
|
RE: RE: [Release] Status2FTP - Version 2.0.3
quote: Originally posted by NiteMare
you know, i'd like to see the option to upload plan txt files
i don't have a clue how to use xml in php
same here, i usually ask for help where that is concerned
Is this script still being worked on? Or has it been abandoned?
~Salem
Was i Helpful?[/url]
|
|
09-26-2006 07:50 AM |
|
|
NiteMare
Veteran Member
Giga-Byte me
Posts: 2497 Reputation: 37
37 / /
Joined: Aug 2003
|
RE: [Release] Status2FTP - Version 2.0.3
also, there are problems with the PSM when your playing music
as you can see below:
Attachment: sig.png (49.38 KB)
This file has been downloaded 756 time(s).
|
|
09-27-2006 08:08 PM |
|
|
alexp2_ad
Scripting Contest Winner
Who love the chocolate?
Posts: 691 Reputation: 26
37 / / –
Joined: May 2004
Status: Away
|
RE: [Release] Status2FTP - Version 2.0.3
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.
|
|
09-27-2006 08:10 PM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
RE: [Release] Status2FTP - Version 2.0.3
quote: Originally posted by NiteMare
you know, i'd like to see the option to upload plan txt files
i don't have a clue how to use xml in php
Just edit the source code to remove any XML tags it adds to the file and then change the extension to txt.
<Eljay> "Problems encountered: shit blew up"
|
|
09-28-2006 04:17 PM |
|
|
SpikedEffect
New Member
Posts: 6
40 / / –
Joined: Aug 2005
|
RE: RE: [Release] Status2FTP - Version 2.0.3
quote: Originally posted by SpunkyLoveMuff
quote: Originally posted by NiteMare
you know, i'd like to see the option to upload plan txt files
i don't have a clue how to use xml in php
Just edit the source code to remove any XML tags it adds to the file and then change the extension to txt.
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)
This post was edited on 10-03-2006 at 07:23 AM by SpikedEffect.
There Is No Effect Like The " Spiked" Effect!
|
|
10-03-2006 07:21 AM |
|
|
Art Crazy
Full Member
WTH is "ENTER" anyway?
Posts: 133 Reputation: 2
– / / –
Joined: Jul 2003
|
RE: [Release] Status2FTP - Version 2.0.3
Hey, good job on this script, it rocks!
Anyways, I'd like to ask something...
Would it be possible to make the script upload the files in Passive mode? As my host wont accept non-passive uploading, and I can't really switch hoster... Thanks in advance!
PS: Using the debugger this is what happens... In the hoster site they say we should use Passive mode, or this'll happen:
quote: Uploading details.xml to FTP
Response:
200 Type set to I
500 Unable to service PORT commands
500 LPRT not understood
Uploading dp.png to FTP
Response:
200 Type set to I
500 Unable to service PORT commands
500 LPRT not understood
This post was edited on 10-15-2006 at 03:08 PM by Art Crazy.
|
|
10-15-2006 02:48 PM |
|
|
dax91
New Member
Halo 3 in 2007
Posts: 3
33 / / –
Joined: Apr 2006
|
RE: [Release] Status2FTP - Version 2.0.3
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: <Details>
<Username>[c=1]Master Chief[/c=10]</Username>
<CleanUsername>Master Chief</CleanUsername>
<PSM/>
<CleanPSM/>
<Status>Online</Status>
<LastUpdate>1162412596</LastUpdate>
</Details>
And I also translated the script to finnish (language file attatched)
Attachment: Lang_Finnish.ini (1.94 KB)
This file has been downloaded 213 time(s).
This post was edited on 11-01-2006 at 08:30 PM by dax91.
|
|
11-01-2006 08:29 PM |
|
|
Pages: (11):
« First
«
7
8
9
10
[ 11 ]
Last »
|
|