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.

RSS news by demond

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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

Code: Select all

 tag when posting logs, code
S
Synthare
Voice
Posts: 2
Joined: Wed Sep 06, 2006 6:11 pm

Post by Synthare »

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
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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

Code: Select all

 tag when posting logs, code
S
Synthare
Voice
Posts: 2
Joined: Wed Sep 06, 2006 6:11 pm

Post by Synthare »

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
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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

Code: Select all

 tag when posting logs, code
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Help with this rss

Post by Thanhas »

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
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Re: Help with this rss

Post by demond »

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

Code: Select all

 tag when posting logs, code
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

well

Post by Thanhas »

i am new in this things if u Scroll Settings i will be thinkful :)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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

Code: Select all

 tag when posting logs, code
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

co0o0l

Post by Thanhas »

c0o0o0ol down man don't answer /...
J
Jagg
Halfop
Posts: 53
Joined: Sat Jan 24, 2004 11:32 am

Post by Jagg »

@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
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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

Code: Select all

 tag when posting logs, code
J
Jagg
Halfop
Posts: 53
Joined: Sat Jan 24, 2004 11:32 am

Post by Jagg »

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!
s
stalix
Voice
Posts: 23
Joined: Tue Sep 13, 2005 6:06 pm

Post by stalix »

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
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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

Code: Select all

 tag when posting logs, code
Post Reply