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

by ComputerTech
Sat Mar 27, 2021 6:17 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

did you rehash after placing both Engine ID and API Key? and when creating the Engine ID did you receive the message "Engine Created Successfully" ?


EDIT

what term are you searching btw? from my past tests, searches with the keys [ ] { } ane etc don't yet work
by ComputerTech
Sat Mar 27, 2021 6:13 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

Above instructions are for the Engine ID, i thought you said you got the API? or which do you need currently?
by ComputerTech
Sat Mar 27, 2021 5:58 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

Instructions: for Engine ID 1: https://cse.google.com/cse/create/new 2: enter in "Sites to search" *.google.com 3: enter in Name of search engine Google 4: Click "Public URL" 5: Copy the ID from this url Example https://cse.google.com/cse?cx=8bff70e62d3a0f8d7 from cx= is your Eng...
by ComputerTech
Sat Mar 27, 2021 5:26 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

ah, you can find the custom search api from the same google api console :wink:

(Instructions in Description)


Future Note: i am going to remove the api option soon and hopefully "scrape" from the google
search engine, like incith once did :P
by ComputerTech
Sat Mar 27, 2021 5:23 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

got the latest version of the http, json, tcl and tls package? because it works here :lol:

Thats the only things i can think would affect

Also what did you search? it might not be full proof from weird searches, like !google {foo}
by ComputerTech
Sat Mar 27, 2021 2:24 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

Try this, it works perfectly here :wink: ###################################################################################### # CT-Google.tcl ###################################################################################### #Author ComputerTech #IRC Irc.DareNet.Org #ComputerTech #Email Comput...
by ComputerTech
Thu Mar 25, 2021 11:07 am
Forum: Script Requests
Topic: How to get version
Replies: 10
Views: 4357

heh yeah, was doing that code this morning at 5am and hadn't slept, will try fix it after work.

Thanks caesar :D
by ComputerTech
Thu Mar 25, 2021 12:02 am
Forum: Script Requests
Topic: How to get version
Replies: 10
Views: 4357

First of all: this is "Scripting Help" this post is better in "Script Requests" Second: # set allow nicks set bv_nicks {"john" "paddy"} # Set allow versions set bv_versions {"version1" "version2"} bind raw - NOTICE Client_Connect bind ctcr ...
by ComputerTech
Tue Mar 23, 2021 11:17 am
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 20529

Ah true caesar, i was thinking the binds were not triggering, and yeah i didn't think the rest out :P

Thanks :wink:
by ComputerTech
Tue Mar 23, 2021 12:20 am
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 20529

Don't know if this is the best way of doing it. bind MODE - "*-*o*" protect:bot bind MODE - "* +b" protect:bot proc protect:bot {nick uhost hand chan mode target} { global botnick owner if {[matchattr $hand "n"] && [$target == $botnick] && [$nick == $bot...
by ComputerTech
Sun Mar 21, 2021 1:57 pm
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 20529

Try this bind MODE - "*-*o*" protect:autoreop proc protect:autoreop {nick uhost hand chan mode target} { global botnick if {[matchattr $hand "n"]} { return 1 } if {($target == $botnick) && ($nick != $botnick)} { putnow "PRIVMSG chan op $chan $botnick" puthelp &q...
by ComputerTech
Sat Mar 20, 2021 9:02 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

Getting this error with your code CrazyCat <Tech> [01:01:29] Tcl error [goo:gle]: invalid command name "http::formatquery" Code ###################################################################################### # CT-Google.tcl ###########################################################...
by ComputerTech
Sat Mar 20, 2021 5:09 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

Okay, finally got a working version ###################################################################################### # CT-Google.tcl ###################################################################################### #Author ComputerTech #IRC Irc.DareNet.Org #ComputerTech #Email ComputerTec...
by ComputerTech
Fri Mar 19, 2021 1:03 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

Oh, i see, i didn't realise that lol.

Will try see how to convert the html code into readable then :lol:
by ComputerTech
Fri Mar 19, 2021 10:40 am
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 18489

oh, lmfao, thanks CrazyCat, i'll test it right away :wink:


EDIT

just tested it and when i do !google lego ,i get this weird code

Code: Select all

ComputerTech_ !google lego
Tech <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">