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 5 matches

by retan
Tue Jul 31, 2007 8:55 am
Forum: Script Support & Releases
Topic: Need pubdate at rss-synd.tcl
Replies: 2
Views: 3655

Need pubdate at rss-synd.tcl

Hello, I'm using rss-synd.tcl for rss messages from: http://www.finanznachrichten.de/service/nachrichten.xml A cut of the source (xml) code is: <item> <title>UniCredit erhöht Kursziel von Kontron</title> <link>http://www.finanznachrichten.de/nachrichten-2007-07/artikel-8717427.asp</link> <descriptio...
by retan
Sat Jul 21, 2007 9:55 am
Forum: Scripting Help
Topic: Compare two date/time Strings
Replies: 1
Views: 1989

Compare two date/time Strings

Hello I have a date/time string like this: 30.12.2006 and 10:12:53 I want that this string is compared with the UNIX time (the time of the server where the eggdrop is running) and the difference to be outputted in this format: xx years xx months xx days xx hours xx minutes xx seconds How can I do th...
by retan
Thu Jun 14, 2007 11:26 pm
Forum: Script Requests
Topic: Site explorer
Replies: 1
Views: 2416

Site explorer

Hello I'm searching for a script, that searches a string on a webpage and posts it on my irc channel. Example: www.test.com/test.html looks like this: <html> <body> <h1>Animal Dog</h1> </body> </html> # How to output the string? (It has to be $startstring) When I use $text, it doesnt work! My Starti...
by retan
Tue Jun 12, 2007 2:08 pm
Forum: Script Requests
Topic: Timer Script
Replies: 2
Views: 2419

I dont understand you. Each eggdrop is running on another server, so the uptime of every eggdrop is different. I just want all three uptimes summed up. The script just has to search for the string "<Bot1>" and sum the letter after it ( 12 ) up with the other days (13 and 14). The total upt...
by retan
Mon Jun 11, 2007 11:23 pm
Forum: Script Requests
Topic: Timer Script
Replies: 2
Views: 2419

Timer Script

hello, I've got three eggdrops and when I type !uptime, every eggdrop is posting his serveruptime since he was started. It looks like this: <Bot1> 12 days up <Bot2> 13 days up <Bot3> 14 days up Now I need a script which shows me the total uptime of all servers. (it has to sum up 12,13 and 14) So whe...