|
| Author |
Message |
DoGNL Newbie

Joined: 15 Jul 2005 Posts: 3
         
|
Posted: Fri Jul 22, 2005 8:25 am Post subject: MSN BOT sending files... |
|
|
Hi all,
I'm trying to build a MSN Bot, who can send music to people...
I tryed one music file to test a script, but it all doesn't work
Somebody knows how to fix this?! I tryed this:
--------------------------------------------------------------------------------
# Mus!c BOT!
#White Warrior template
if($msg eq '!download')
{
open (FILE, "/muziek/Bløf - Holiday in Spain/");
@download = <FILE>;
close(FILE);
$self->sendmsg("@download");
}
----------------------------------------------------------------------------------
I know that this isn't working :p It just says '1' in conversation...
Somebody knows how to script this for sending a file?!
Greetings,, DoG
Forget:
I know it's easy to let people download stuff from internet... But i want my BOT to send files from my computer ! |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Fri Jul 22, 2005 11:06 am Post subject: |
|
|
You need to do advance programming to make file transfers work. I think Matt Austin has done this, and released it, but I'm not sure. Try looking on his site: http://msndev.com _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
ceceboyken Newbie

Joined: 29 Jun 2005 Posts: 18
 
|
Posted: Fri Jul 22, 2005 1:56 pm Post subject: |
|
|
he did indeed..
but it's still beta, i have a beta copy,
but youll have to wait for the final version.
Or you can request your copy of the file  |
|
| Back to top |
|
 |
DoGNL Newbie

Joined: 15 Jul 2005 Posts: 3
         
|
Posted: Fri Jul 22, 2005 3:22 pm Post subject: |
|
|
so you mean that i can't download this ? (( Looked @ the site... ))
I have to wait for the real version or i have to ask somebody for a copy of the BETA?!
Well, i really need it Don't care it's a BETA version... I just want V1.0 of Mus!c BoT running... and when the real version is out, it Will automatically be one of the updates for the next version!
Greetings,,
DoG
P.S. : justinharings@home.nl
^^^^^^^^^^^^^^
Mus!c BoT version 1.0 |
|
| Back to top |
|
 |
tomdarkness Newbie

Joined: 21 Jul 2005 Posts: 1
         
|
|
| Back to top |
|
 |
Addict Not Yet a God

Joined: 21 Jan 2004 Posts: 473
   
|
Posted: Fri Jul 22, 2005 5:55 pm Post subject: |
|
|
You will get it when Matt releases it. Shhessh begging for stuff won't get you anything.  |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Fri Jul 22, 2005 6:06 pm Post subject: |
|
|
Also, I doubt he will release it if you are going to be distributing illegal music =] _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
mattaustin Sentinel

Joined: 19 Jul 2004 Posts: 556 Location: Los Angeles, CA
  votes: 1
|
Posted: Sat Jul 23, 2005 6:10 am Post subject: |
|
|
| lol one of the exact reason i haven't, because people will abuse it. |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Jul 24, 2005 4:38 pm Post subject: |
|
|
So check hypothetic's docs or packet sniff if you really want to have file transfers. Probably if you're a good enough programmer to figure it out you should have enough general respect for things not to abuse it.
i.e. it's usually the newbies who abuse stuff like that, if one learned to program it on their own they'd have more appreciation for it. Or something. I'm just rambling.  _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Mon Jul 25, 2005 9:38 am Post subject: |
|
|
| teehee, i've haven't been around for a couple of months, but the n00b posts haven't changed! |
|
| Back to top |
|
 |
|