|
| Author |
Message |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Wed Mar 03, 2004 7:29 am Post subject: |
|
|
Well, I am actually posting in this forum because it appeared to be the most suitable. I want people to give me ideas for commands to make. IM BORED!!
Please  -Gil |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Wed Mar 03, 2004 8:12 am Post subject: |
|
|
lol.....share them out with me...i need sommat do do as well!
hmm <_< |
|
| Back to top |
|
 |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Wed Mar 03, 2004 8:23 am Post subject: |
|
|
lol... well me first cos i asked first  |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Wed Mar 03, 2004 9:02 am Post subject: |
|
|
I agree...I'm all dried up for ideas as to what commands to make.
Its gotten to the point that I have completely redone my bot several times. Now everything is practically run solely through hashes (which is an improvement).
If I get any more bored...I may convert Andromeda to AIM...which I'm rather interested in trying. _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Wed Mar 03, 2004 9:03 am Post subject: |
|
|
| Yes, I actually got that idea like 2 hours ago, to do that. But I don't know aim at all. All i can do is $aim->send_im("hello"); and im not even sure that that will work. So ill leave it to someone that knows aim |
|
| Back to top |
|
 |
Juzz Senior Member

Joined: 28 Feb 2004 Posts: 190 Location: NSw, australia.
   
|
Posted: Wed Mar 03, 2004 10:04 am Post subject: |
|
|
how about a command where umm....sorry im dry to lol ill think of some  |
|
| Back to top |
|
 |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Wed Mar 03, 2004 10:07 am Post subject: |
|
|
ok  |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Wed Mar 03, 2004 3:47 pm Post subject: |
|
|
rss feed notes to give users who are offline when they come back on better notes system in general todo list favorites list _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
Sypher Senior Member

Joined: 01 Jan 2004 Posts: 233 Location: The Netherlands
    
|
Posted: Wed Mar 03, 2004 4:17 pm Post subject: |
|
|
script to "rip" text from a (html) site and strip the HTML-code ... Just a thought though  _________________ Sypher
Developer of Codera |
|
| Back to top |
|
 |
mat007 Almost An Agent

Joined: 12 Jan 2004 Posts: 1375
   votes: 2
|
Posted: Wed Mar 03, 2004 4:17 pm Post subject: |
|
|
If your bored teach me Hashes at the moment i no
# # ##### # # # #### # # # # # # ####
Oh yer btw its a joke ^o) Dont get worried im not thick  |
|
| Back to top |
|
 |
Atomix Young One

Joined: 24 Nov 2003 Posts: 67
   
|
Posted: Wed Mar 03, 2004 5:47 pm Post subject: |
|
|
| How bout makin a Pet for a bot? |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Wed Mar 03, 2004 6:25 pm Post subject: |
|
|
Atomix...try searching for "pet" on the forum...I released a code for AIMPet.
Sypher...try searching the forum for my "history" search command. It opens up www.historychannel.com and strips all the useless code out of there, giving only necessary links. But in general to get rid of html tags this will work: | Code: | | $html =~ s/\<[a-zA-Z0-9 ]+ \=\,\-\" \'\>//ig; | ...Will get rid of all the "opening tags" () | Code: | | <br />$html =~ s/\<\/ [a-zA-Z0-9 ]+ \>//ig; | ...Will get rid of all the "closing tags" () _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
Sypher Senior Member

Joined: 01 Jan 2004 Posts: 233 Location: The Netherlands
    
|
Posted: Wed Mar 03, 2004 7:19 pm Post subject: |
|
|
Tnx Tony, I'll have a look at it  _________________ Sypher
Developer of Codera |
|
| Back to top |
|
 |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Thu Mar 04, 2004 2:00 am Post subject: |
|
|
I have already made favourites and the todo list wouldnt be hard because i can just take the favourites code and then edit some of the words to make it a todo list. iw ouldnt even have to change half of the values... but oh well ill do it any way 
PS I bags the rss feed aswell. something new for me !! |
|
| Back to top |
|
 |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Thu Mar 04, 2004 4:57 am Post subject: |
|
|
| Oh and i fogot one thing that wouldnt go int he above message. Whats an rss feed? |
|
| Back to top |
|
 |
|