This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Support & discussion of released scripts, and announcements of new releases.
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Wed Sep 06, 2006 10:10 pm
I don't customize my scripts to serve somebody's specific needs
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Synthare
Voice
Posts: 2 Joined: Wed Sep 06, 2006 6:11 pm
Post
by Synthare » Thu Sep 07, 2006 4:04 am
Hiya
what i can tell this script looks sweet.
however i keep getting this error, not sure if it me that some thing wrong.
rssnews-2.0: ERROR(****:#****): HTTP/1.0 302 Found
//cheers
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Thu Sep 07, 2006 5:30 am
this means temporary redirection which the script cannot handle as it's not a full-fledged http client like most web browsers
I'd suggest you specify feed's real URL - the one it's getting redirected to
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Synthare
Voice
Posts: 2 Joined: Wed Sep 06, 2006 6:11 pm
Post
by Synthare » Thu Sep 07, 2006 5:46 am
oh ok =)
as iam a total noob at this how may i find the real url ? =)
this is what i added http://***********.org/rss.php
//cheers
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Thu Sep 07, 2006 11:36 am
open that URL in your web browser and it will automatically navigate to the address you need
perhaps I should add support for this, but for now, the browser is your friend
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Thanhas
Op
Posts: 124 Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada
Post
by Thanhas » Thu Sep 07, 2006 1:10 pm
Do it need Setting any channel for News ? i didn't set any chnages in this TCL i just loaded do it need any chnages ? Please Help me with it Thanks
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Fri Sep 08, 2006 2:43 am
Thanhas wrote: Do it need Setting any channel for News ?
take a wild guess (hint: skip channels you don't want news on)
i didn't set any chnages in this TCL i just loaded do it need any chnages ?
the script's not a psychic; it can't guess what you have on your mind, it needs you to tell it somehow, and you tell it by setting settings
Please Help me with it Thanks
there is nothing to help on here, the settings are fully explained in plain english
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Thanhas
Op
Posts: 124 Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada
Post
by Thanhas » Fri Sep 08, 2006 3:36 am
i am new in this things if u Scroll Settings i will be thinkful
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Fri Sep 08, 2006 4:39 am
what exactly is your problem? if you can't understand plain english, I am sorry but I can't help you
please stop posting dumb questions (and don't PM me either); just OPEN AND READ the script's header, then follow those simple instructions
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Thanhas
Op
Posts: 124 Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada
Post
by Thanhas » Fri Sep 08, 2006 4:47 am
c0o0o0ol down man don't answer /...
Jagg
Halfop
Posts: 53 Joined: Sat Jan 24, 2004 11:32 am
Post
by Jagg » Fri Oct 20, 2006 4:03 am
@demond
Thank you very much for this great script. I have some questions
- the google rss feed in the code works just fine but when I add a yahoo stock rss feed for example this feed don't work!?
Code: Select all
set feeds(yahoo:#mychannel) {10 http://rss.news.yahoo.com/rss/stocks}
why? (no error appears)
- when a user do !news <feed> this user gets the headlines from this feed per notice. Is there any setting how much lines he will get maximal?
- where are the headlines stored so that this script can find out which news is new?
Thanks
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Sat Oct 21, 2006 3:06 am
see if you get any errors on bot's console (party-line); if not, that feed is probably redirected, and the script (still) can't handle redirection (it will be able to, from the next version)
there is no private notice limit when replying to !news , only when announcing new headlines publicly on the channel (maxnew setting)
the headlines are stored in an associative array
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Jagg
Halfop
Posts: 53 Joined: Sat Jan 24, 2004 11:32 am
Post
by Jagg » Sat Oct 21, 2006 4:40 am
demond wrote: see if you get any errors on bot's console (party-line); if not, that feed is probably redirected, and the script (still) can't handle redirection (it will be able to, from the next version)
The url still exists in adress field of the browser, so don't think it's redirected. Will again look if there are any errors in partyline....
demond wrote: there is no private notice limit when replying to !news , only when announcing new headlines publicly on the channel (maxnew setting)
An optional limitation would be a nice feature IMHO
demond wrote: the headlines are stored in an associative array
Thanks!
stalix
Voice
Posts: 23 Joined: Tue Sep 13, 2005 6:06 pm
Post
by stalix » Sat Oct 21, 2006 7:30 am
demond:
(With example)
[13:21:12] <NeWs> (1) F1: Toyota staff ambushed by gunmen in Brazil
( [13:21:12] <NeWs> (1) F1: Toyota staff ambushed by gunmen in Brazil xxxxxxxxxx ) is posible in xxx put the link of the new?
thanks
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Fri Oct 27, 2006 8:27 pm
stalix, I have already addressed that somewhere... scroll up
to repeat briefly, I don't like URLs being pasted in public; but you can easily implement the feature you want yourself
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use