FileServer Script - Suggestions ! - 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: FileServer Script - Suggestions ! (/showthread.php?tid=62193) FileServer Script - Suggestions ! by Pai on 07-01-2006 at 12:11 AM
I'm currently building (actually finishing) a FileServer script that will allow you to serve files from you PC through MSN. code: Configuration Window: RE: FileServer Script - Suggestions ! by cloudhunter on 07-01-2006 at 12:18 AM
Looks good Very full featured... Can't think of any suggestions! It seems you've already got the bases covered Good work! RE: FileServer Script - Suggestions ! by cooldude_i06 on 07-01-2006 at 12:21 AM How about ability to upload files to server... RE: FileServer Script - Suggestions ! by RaceProUK on 07-01-2006 at 12:33 AM
pwd (Print Working Directory)? RE: FileServer Script - Suggestions ! by upsfeup on 07-01-2006 at 12:58 AM
quote:I don't believe that this can be done. Script can't accept file sending invitations. (As far as I know). I would suggest a logging feature so that the fileserver owner can see the resume of what happened RE: FileServer Script - Suggestions ! by [Shadow] on 07-01-2006 at 01:04 AM Looks great, I hope this would work sometime. RE: FileServer Script - Suggestions ! by craig2k5 on 07-01-2006 at 01:06 AM
this sounds like a gr8 idea, RE: FileServer Script - Suggestions ! by stephen_wq on 07-01-2006 at 07:55 AM
If it can accept invitations, this would become an incredibly powerful script. RE: FileServer Script - Suggestions ! by b0rna on 07-01-2006 at 08:08 AM
hmm RE: FileServer Script - Suggestions ! by b0rna on 07-01-2006 at 08:11 AM
btw my script allows listing files properly of upto 10,000 files and folders in each folder at least and sending them with no truncation using timers and such so you dont flood the user and your able to send them all. you should test witha directory with more than 300 files as msn will not allow further messages...i think 16 messages or so. anyhow 100ms time between each set is fine but im sure you already went through all this. RE: FileServer Script - Suggestions ! by Pai on 07-01-2006 at 10:30 AM
Thanks guys, I'm aiming to make a complete file serving script, so your ideas and suggestions are always welcome quote:Well it *could* be possible, the script would check if MP!L can auto-accept files in that account, if it can you could upload using "upload <file>" and then sending the file after (MP!L would auto-accept it) and the script would listen for the file in the ReceivedFiles directory, and when completed would move it to you current fileserver directory. Will try to implement this quote:pwd » consider it done getm » seems possible to implement to me, will need added security so you don't just get sent 100 files at a time, but can be done quote:Will do ! quote:It will quote:No need for a separate account, you just fire it up in your normal MSN account (as you can turn it On and Off, so it can be Off while you're at MSN and On when you're out). You can create a separate MSN ccount for it, tho. quote:I bet we're not the only ones, this kind of script could be very useful and I was thinking there'd be one out by now. As there isn't, that's why I started to develop my own! Anyway, timed seperation (in my case I used 500ms) for very big directories is already in place (tho I don't see the need to serve a 10,000 files' directory ) There isn't a beta yet as I'm trying to make it the best I can before releasing it, but you can send me a PM with your e-mail and when I feel it's time to test I'd add you and we could test it |