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.

Search found 68 matches

by NewzNZ
Thu Sep 30, 2010 1:02 am
Forum: Scripting Help
Topic: cookies & lynx problem
Replies: 0
Views: 2347

cookies & lynx problem

Hi - I've been using Lynx to retrieve news headlines from this site: http://www.claridenleu.com/research/index.cfm?fuseaction=research.reutnews&lang=en&cfid=350910&cftoken=23607227 ...which has been working fine until lately when they have put a country check which you have to click on t...
by NewzNZ
Fri Mar 05, 2010 2:13 am
Forum: Scripting Help
Topic: stopping old headlines
Replies: 0
Views: 1723

stopping old headlines

Hi there I have a series of scripts to pull headlines off various sites. To avoid repeating the previous item, each time the bot goes to send a story to the room it checks to see if it was the last story by: if {($news != $newslast)} { send to room and set $newslast etc The problem I'm having with s...
by NewzNZ
Sat Nov 28, 2009 10:49 pm
Forum: Scripting Help
Topic: removing end of a string
Replies: 4
Views: 3221

ah yep thanks speechles...that's cool. it's like the '$mid' use in mIRC scripting that I was looking for.

thanks also!
by NewzNZ
Sat Nov 28, 2009 9:53 pm
Forum: Scripting Help
Topic: removing end of a string
Replies: 4
Views: 3221

thanks for those ideas nml375...

I actually got it working using regexp by putting the data variable at the end...should have thought of it earlier!

thanks again =)
by NewzNZ
Fri Nov 27, 2009 2:52 am
Forum: Scripting Help
Topic: removing end of a string
Replies: 4
Views: 3221

removing end of a string

Hi - I'm trying to get rid of the date/month/year on the end of these news headlines: UK's Brown hopes Zimbabwe can rejoin Commonwealth 27 Nov 2009 At the moment I'm doing it by setting the 27 Nov 2009 part as a variable from another part of the webpage, and doing a string trimright to remove the va...
by NewzNZ
Sat Jun 06, 2009 10:36 pm
Forum: Scripting Help
Topic: catching error
Replies: 2
Views: 2562

Many thanks Offlo - have now integrated this in my scripts and I understand how catch works now...

Cheers!
by NewzNZ
Wed Jun 03, 2009 8:14 pm
Forum: Scripting Help
Topic: catching error
Replies: 2
Views: 2562

catching error

Hi - I'm just looking for a simple way to catch the log error:

"couldn't open socket: host is unreachable"

then, do "something".

I run many sockets so just want to run this check every so often for the errors.

Thanks in advance!
by NewzNZ
Tue Jun 02, 2009 9:41 am
Forum: Eggdrop Help
Topic: strange errors with latest eggdrop v1.6.19+ctcpfix version
Replies: 1
Views: 2546

strange errors with latest eggdrop v1.6.19+ctcpfix version

Hi. I recently updated my bots to the latest eggdrop version, but since the restarts I'm getting alot of errors that weren't there before. For one, this when trying to retrieve http data: Tcl error : Illegal characters in URL path All of a sudden it's rejecting URL's etc that were fine before. Would...