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

by WazzaUK
Fri Oct 02, 2015 6:42 pm
Forum: Script Support & Releases
Topic: ourtubeXTRA new version using YT API... including comments
Replies: 3
Views: 9909

https / tls / full API support...

When i wrote that code i didnt have tls compiled. I use 'Eggdrop 1.8.0 pre-init' ( has tls support ) now. I think i will go back and sort that... The code atm works with the API part - best way to process the comments. Since the public search procedure doesnt use the API its broken since google chan...
by WazzaUK
Sun Jul 06, 2014 8:22 pm
Forum: Eggdrop Help
Topic: Eggdrop + SSL @ Debian 5.0 openssl + libssl-dev installed
Replies: 5
Views: 12433

SSL connections

Most IRCD have SSL open on port +6697 < note the plus - usually indicates a SSL enabled port. Im using Eggdrop 1.8.0 pre-init TLS enabled - connects to every SSL server ive tried. Botnet even connects via TLS. 01:11 WazBOT • [01:11:52] Trying server [irc.p2p-network.net]:+6697 01:11 WazBOT • [01:11:...
by WazzaUK
Sun Jun 29, 2014 3:52 am
Forum: Eggdrop Help
Topic: TLS negotiation failure - Eggdrop 1.8.0
Replies: 6
Views: 15026

TLS negotiation. SSL connections

I got eggdrop 1.8.0 with TLS connecting to servers via SSL port +6697 - no problems. [06:29:47] Trying server [irc.p2p-network.net]:+6697 [06:29:50] TLS: handshake successful. Secure connection established. [06:29:50] TLS: certificate subject: OU=Domain Control Validated, CN=irc.p2p-network.net [06:...
by WazzaUK
Sun Apr 06, 2014 3:59 pm
Forum: Script Support & Releases
Topic: ourtubeXTRA new version using YT API... including comments
Replies: 3
Views: 9909

ourtubeXTRA new version using YT API... including comments

THis version works, has ALOT of addititions.... including comments and badges..... namespace eval ourtubeXTRA { setudef flag ourtubeXTRA global tcl_platform #What language you can receive the youTube data? (if works heh) set lang en #youtube logo set youtubelogo "\002\00304,00You\00300,04Tube\0...
by WazzaUK
Tue Mar 04, 2014 3:28 pm
Forum: Script Support & Releases
Topic: ourtubeXTRA 1.0
Replies: 9
Views: 16905

new version of code - in namespace...

namespace eval ourtubeXTRA { setudef flag ourtubeXTRA global tcl_platform #What language you can receive the youTube data? (if works heh) set lang en #youtube logo set youtubelogo "\002\00304,00You\00300,04Tube\017" set outputline "$youtubelogo \00311:: \002\00309<title> \002\00311::...
by WazzaUK
Mon Mar 03, 2014 10:34 pm
Forum: Script Support & Releases
Topic: ourtubeXTRA 1.0
Replies: 9
Views: 16905

re: bunnybump

and now here what we got with your script: Code: Tcl error in file 'Eggdrop.conf': invalid command name "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" while executing ""text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"" (file "scr...
by WazzaUK
Sun Mar 02, 2014 11:26 am
Forum: Script Support & Releases
Topic: ourtubeXTRA 1.0
Replies: 9
Views: 16905

OurtubeXTRA search fix...

it seems youtube changed output data again... find the: set videos [ regexp -all -inline {<li class=\"yt-lockup clearfix yt-uix-tile result-item-padding yt-lockup-video yt-lockup-tile vve-check\"(.*?)<li class=\"yt-lockup clearfix yt-uix-tile result-item-padding yt-lockup-video yt-loc...
by WazzaUK
Wed Feb 26, 2014 1:10 pm
Forum: Script Support & Releases
Topic: ourtubeXTRA 1.0
Replies: 9
Views: 16905

OurTubeXTRA re-codes

Ok so there was a few errors in the last release. It didnt help that youtube changed theyre form data structure. I know this one works, im still working on the utf-8 encoding. :lol: setudef flag ourtubeXTRA global ourtubeXTRA tcl_platform #Flood Protection: after show a link, will ignore all links f...
by WazzaUK
Sun Jan 12, 2014 11:49 am
Forum: Script Support & Releases
Topic: ourtubeXTRA 1.0
Replies: 9
Views: 16905

ourtubeXTRA 1.0

A rework of ourtube with extra data. Lots of new additions including URL detection. Also removed some of the original functionality such as ability to turn on/off color and multi/single line. Deals with utf-8 via encoding function, i think eggdrop has to be properly patched. I use 1.6.21 and works n...
by WazzaUK
Tue Dec 31, 2013 1:40 am
Forum: Script Requests
Topic: Youtube tcl - duration option
Replies: 6
Views: 8681

Duration for Youtube

Only just realised the previous code i provided doesnt work. Get invalid variable type for use with expr and +. $data is http data, after proc completes $duration contains the duration. Im sure the following code works, i use it in my youtube script. if {[regexp -nocase {<meta itemprop=\"durati...
by WazzaUK
Tue Sep 03, 2013 7:54 am
Forum: Script Requests
Topic: Youtube tcl - duration option
Replies: 6
Views: 8681

Heres an improved version... i know the code is a touch messy... Previous code wasnt 100% depending on the data from youtube... if {[regexp -nocase {<meta itemprop=\"duration\" content=\"(.*?)\">.*} $youtubevar match youtubeduration]} { set youtubelength $youtubeduration if {[reg...
by WazzaUK
Sun Aug 25, 2013 4:56 am
Forum: Script Requests
Topic: Youtube tcl - duration option
Replies: 6
Views: 8681

youtube video duration

This should help: $youtubevar is the current line of http data set youtubeduration "" if {[regexp -nocase {<meta itemprop=\"duration\" content=\"(.*?)\">.*} $youtubevar match youtubeduration]} { set youtubeduration "Duration: $youtubeduration" set youtubedurat...
by WazzaUK
Mon Jun 25, 2007 10:45 pm
Forum: Script Support & Releases
Topic: TVRage Lookup by dlx v1.1
Replies: 12
Views: 11861

dlx tvrage

i never claimed this script was my own............ i just got it working nicely :) TV -> Lost (Returning Series) airs Wednesday, 10:00 pm on ABC (USA) | Genre: (Action | Adventure | Drama | Mystery) | Last Episode: 03x23: Through The Looking Glass (2) (May/23/2007) | Next episode: unavailable | URL:...
by WazzaUK
Thu May 17, 2007 6:20 am
Forum: Script Support & Releases
Topic: TVRage Lookup by dlx v1.1
Replies: 12
Views: 11861

tvrage dlx script

this seems to work ok......... not very effecient or tidy - sort later ######################## # tvrage LOOKUP SCRIPT # # v1.1 # # Fixed some regexps # ######################## bind pub - !tv dlx:tvrage proc dlx:tvrage { nick host hand chan arg } { if { $chan != "#5" && $chan != &...