Old 09-25-2004, 11:48 AM   #61
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default

thx crone... this is helpfull info for me I'll take a look at it...
f0xn3t is offline   Reply With Quote
Old 10-02-2004, 07:44 AM   #62
Sikes
Junior Member
 
Join Date: Oct 2004
Posts: 4
Default

I was asked to set this script up on someone elses server. I haven't used an eggdrop much before and wanted to check to see if I have taken the right steps. The eggdrop is already setup and works fine with the scripts already loaded.

I am using;
EPGuru.3.2
tcl8.3
Eggdrop v1.6.8
on a Debian stable server

The last line of the eggdrop conf file reads.
source /usr/share/eggdrop/scripts/EPGuru.3.2.tcl

EPGuru.3.2.tcl is pretty much stock with just
set epguru(epgcache) "epguru.epg.cache" being changed. epguru.epg.cache is writeable by that user.

Typing "!ep -help" into the channel dosen't get a response. I can't see any errors being reported anywhere. Anyone have any ideas?
Sikes is offline   Reply With Quote
Old 10-02-2004, 11:09 AM   #63
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default

Quote:
Originally posted by Sikes
I was asked to set this script up on someone elses server. I haven't used an eggdrop much before and wanted to check to see if I have taken the right steps. The eggdrop is already setup and works fine with the scripts already loaded.

I am using;
EPGuru.3.2
tcl8.3
Eggdrop v1.6.8
on a Debian stable server

The last line of the eggdrop conf file reads.
source /usr/share/eggdrop/scripts/EPGuru.3.2.tcl

EPGuru.3.2.tcl is pretty much stock with just
set epguru(epgcache) "epguru.epg.cache" being changed. epguru.epg.cache is writeable by that user.

Typing "!ep -help" into the channel dosen't get a response. I can't see any errors being reported anywhere. Anyone have any ideas?
if you can't get any response from this script by typing e.g. !ep stargate it's due to not recognized trigger by your eggdrop, so try to add this special script: tcleggdrop_mcpsfuncs.zip (list through this thread)
...this problem is known and I'm doing my best to fix it so no extra files will be required anymore
f0xn3t is offline   Reply With Quote
Old 10-02-2004, 10:13 PM   #64
Sikes
Junior Member
 
Join Date: Oct 2004
Posts: 4
Default

Quote:
Originally posted by f0xn3t
if you can't get any response from this script by typing e.g. !ep stargate it's due to not recognized trigger by your eggdrop, so try to add this special script: tcleggdrop_mcpsfuncs.zip (list through this thread)
...this problem is known and I'm doing my best to fix it so no extra files will be required anymore
Thanks F0xn3t. That was it. Getting replies now.

Having the same problem as TiTbB though.

TCL error [epguru_proc]: wrong # args: should be "regsub ?switches? exp string subSpec varName"

When trying things like !ep stargate. nforce is working fine.

Keep up the good work.
Sikes is offline   Reply With Quote
Old 10-03-2004, 01:48 AM   #65
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default

Sikes: Try new testing version 3.3, pls... I've fixed there some regsub command buggies

this version should work without tcleggdrop_mcpsfuncs.zip as well, I hope
f0xn3t is offline   Reply With Quote
Old 10-06-2004, 02:30 AM   #66
Sikes
Junior Member
 
Join Date: Oct 2004
Posts: 4
Default

Hi F0xn3t,

Quote:
Originally posted by f0xn3t
Sikes: Try new testing version 3.3, pls... I've fixed there some regsub command buggies
With ver3.3 i'm getting;
TCL error [pub:epguru]: wrong # args: should be "regsub ?switches? exp string subSpec varName"

Thanks for your effort
Sikes is offline   Reply With Quote
Old 10-07-2004, 01:15 AM   #67
Bratell
Member
FlashFXP Registered User
 
Join Date: Feb 2003
Posts: 64
Smile

Funny.. this version works prefectly for me. I've had problems with all the latest versions.
Bratell is offline   Reply With Quote
Old 10-21-2004, 02:44 PM   #68
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default

So, here is final version 3.* with quite a huge changelog
Next will be version 4 with... no, no, it's a surprise

----------
v3.3
- Fixed a bug in BIND PUB (no extra files are required anymore)
- Fixed a bug with series that has ended temporarily but have known titles of next episodes without dates. It means that the real LAST episode will be shown (and upcoming unaired episode) instead of LAST episode in a list on epguides.com (and "N/A" in NEXT episode).
- Fix of a previous fix Simply, the previous "old" part of script, which retrieves info about each episode, stopped after an episode with a missing date => bug (e.g. !ep love boat). So, I completely changed the code for retrieving episode info. Moreover, it offers two more INFO tags for BODY
- NEW BODY tags: %totalairedeps, %totalairedseasons
- Some $arg parsing changes
- Fixed some response buggies
- Again, fixed a bug in LAST+NEXT ep where was/wasn't missing a space char (depends on windrop version). Now it's universally fixed.
- Fixed a bug in Series Title (ampersand was changed into "and" otherwise it causes problems; e.g. !ep dungeons dragons)
- Question mark in episode title which is at the beginning will be shown as "(Uncertain air date)"; e.g. !ep dungeons dragons
- Fixed a parsing bug which caused that no info was retrieved (e.g. !ep amazing stories, !ep Ray Bradbury Theatre)
- Fixed special characters bug (e.g. !ep keen eddie, !ep clifford's puppy days)
- Fixed some regsub command buggies (thx crone)
- To unknown air dates is given "Air date: Unknown" instead of nothing by default
- Fixed a minor bug in series title (e.g. !ep life as we know it)
- Fixed a parsing bug of episode title (e.g. !ep clifford's puppy days)
- Some design changes in Extended Body
- Better replacing of html codes and problematic chars
----------
DOWNLOAD
f0xn3t is offline   Reply With Quote
Old 10-28-2004, 11:45 PM   #69
Sikes
Junior Member
 
Join Date: Oct 2004
Posts: 4
Default

Quote:
Originally posted by f0xn3t
So, here is final version 3.* with quite a huge changelog

Excellent work f0xn3t. Running great for me now.
Sikes is offline   Reply With Quote
Old 10-29-2004, 02:13 AM   #70
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default

Quote:
Originally posted by Sikes
Excellent work f0xn3t. Running great for me now.
It's nice to hear such thing that it works great
f0xn3t is offline   Reply With Quote
Old 11-07-2004, 02:08 PM   #71
onyx
Junior Member
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 9
Default

hy ... nice work but if i do !ep -dvd i get this

Tcl error [pub:epguru]: can't read "dvdnews(1,3)": no such element in array

I am using Windrop 1.6.17.

tnx
onyx is offline   Reply With Quote
Old 11-13-2004, 09:19 AM   #72
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default

Quote:
Originally posted by onyx
hy ... nice work but if i do !ep -dvd i get this

Tcl error [pub:epguru]: can't read "dvdnews(1,3)": no such element in array

I am using Windrop 1.6.17.

tnx
yep, you're right... the problem is that source code of tvshowsondvd.com has changed a bit.

Here is a quick solution
this script:
Code:
			} elseif {$tmpact==1 && [regexp {.*<td valign="top" width="240"><a href=".*" target="_blank".*return true;">.*</A></td>} $line]} {
				regsub {.*<td valign="top" width="240"><a href=".*" target="_blank".*return true;">(.*)</A></td>} $line {\1} tmpdesc
				regsub -all {(<i>)|(</i>)|(<b>)|(</b>)|(<B>)|(</B>)|(<I>)|(</I>)} $tmpdesc "" tmpdesc

				set dvd($tmpdvd,3) $tmpdesc
				regsub {.*<td valign="top" width="240"><a href="(.*)" target="_blank".*return true;">.*</A></td>} $line {\1} dvd($tmpdvd,4)
				incr tmpdvd
			}
change to this:
Code:
			} elseif {$tmpact==1 && [regexp {.*<td valign="top" width="240"><a href="newsitem.cfm\?NewsID=[0-9]{1,}">.*</A></td>} $line]} {
				regsub {.*<td valign="top" width="240"><a href="newsitem.cfm\?NewsID=[0-9]{1,}">(.*)</A></td>} $line {\1} tmpdesc
				regsub -all {(<i>)|(</i>)|(<b>)|(</b>)|(<B>)|(</B>)|(<I>)|(</I>)} $tmpdesc "" tmpdesc

				set dvd($tmpdvd,3) $tmpdesc
				regsub {.*<td valign="top" width="240"><a href="(.*)">.*</A></td>} $line {\1} dvd($tmpdvd,4)
				incr tmpdvd
			}
f0xn3t is offline   Reply With Quote
Old 11-30-2004, 11:23 AM   #73
sjabby
Junior Member
ioFTPD Foundation User
 
Join Date: Aug 2003
Posts: 20
Default

anyone else noticed that it takes ages to get info from bot now?
or is it my bot thats ****ed....?

«17:19:56» {@sjabby} !tv NCIS
«17:22:43» {@xxxxxx} Title: NCIS - http://epguides.com/NavyNCIS/
«17:22:45» {@xxxxxx} LAST Episode: Heart Break (2x08) . . . Air Date: Tue, 30 Nov 2004 (Today)
«17:22:51» {@Dxxxxxx} NEXT Episode: N/A
sjabby is offline   Reply With Quote
Old 12-08-2004, 03:24 PM   #74
darko
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: May 2004
Posts: 74
Default

same here slackware 9.1, eggdrop 1.6.13 (ipv6)
darko is offline   Reply With Quote
Old 12-13-2004, 07:54 AM   #75
f0xn3t
Member
ioFTPD Scripter
 
Join Date: Jul 2004
Posts: 55
Default SCRIPT PROBLEM, READ !!!

So, I've found out where the problem is. The problem stays on shoulders of epguides.com because epguides.com has deleted its own searching script and now uses GOOGLE searching, damn...

I will take a look at my script on friday and release a hot fix a.s.a.p., so check script page at weekend.
f0xn3t is offline   Reply With Quote
Reply

Tags
bugs, download, integration, script, v2.0

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 08:16 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)