|
| Author |
Message |
RobBoden Newbie

Joined: 31 May 2006 Posts: 7
  votes: 1
|
Posted: Thu Jun 08, 2006 12:19 am Post subject: Maya command for adding replies |
|
|
As you all know i have a maya bot and am trying to add things to it. I have the bot reading replies from a web folder and i dont really want to give my other admins access to that web folder. What i would like to do is have a command that allows admins to send a message like *addcommand Hello][Hi
That would then add it to my web file.
Is this possible and if so does anyone have the code for it? |
|
| Back to top |
|
 |
mat007 Almost An Agent

Joined: 12 Jan 2004 Posts: 1375
   votes: 2
|
Posted: Thu Jun 08, 2006 10:05 am Post subject: |
|
|
First of i didnt know so its obvious we all dont know
Second, Yes its possible -- No i aint going to code it for you. You need to learn to code for your self if you want to get anywhere. There are thousands of tutorials avilable (click here and type in perl tutorials)
Third, You will recieve help if you have problems and have at least put in some effort to learn and do it your self. |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Thu Jun 08, 2006 3:47 pm Post subject: Re: Maya command for adding replies |
|
|
| RobBoden wrote: | As you all know i have a maya bot and am trying to add things to it. I have the bot reading replies from a web folder and i dont really want to give my other admins access to that web folder. What i would like to do is have a command that allows admins to send a message like *addcommand Hello][Hi
That would then add it to my web file.
Is this possible and if so does anyone have the code for it? |
My first question is why in the world would you want to be accessing a file on the internet as your response file? Why not access a local file? That aside, if you want to modify the file on the web you'll need something on the server that will allow you to mofify the file. This could be FTP access to the file, a script on the server built to modify the file, or any number of other possibilities. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
RobBoden Newbie

Joined: 31 May 2006 Posts: 7
  votes: 1
|
Posted: Thu Jun 08, 2006 4:12 pm Post subject: |
|
|
| i am developing it for a game that i moderate and we need more than one person to be able to modify its replies so its on the net. I just want a command to add the replies to the script on my ftp server. |
|
| Back to top |
|
 |
mat007 Almost An Agent

Joined: 12 Jan 2004 Posts: 1375
   votes: 2
|
Posted: Thu Jun 08, 2006 7:06 pm Post subject: |
|
|
| RobBoden wrote: | | i am developing it for a game that i moderate and we need more than one person to be able to modify its replies so its on the net. I just want a command to add the replies to the script on my ftp server. |
Your obviously not developing it if you expect handouts, show some effort and you will be helped. |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Thu Jun 08, 2006 8:36 pm Post subject: |
|
|
| RobBoden wrote: | | i am developing it for a game that i moderate and we need more than one person to be able to modify its replies so its on the net. I just want a command to add the replies to the script on my ftp server. |
That doesn't hold water. If you where planning on editing it in with the bot then it just needs to be where the bot can get access to it, not on a web site. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Thu Jun 08, 2006 10:06 pm Post subject: |
|
|
Unless it needs to be centrally located for more than one node to use  _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
|