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

by darkrad
Sun Oct 29, 2006 8:43 am
Forum: Script Requests
Topic: .chanset from tcl
Replies: 4
Views: 3583

and what does it means?
any code example?
by darkrad
Sun Oct 29, 2006 7:16 am
Forum: Script Requests
Topic: .chanset from tcl
Replies: 4
Views: 3583

.chanset from tcl

is there any way to do this in a tcl script:
check every 5 mins if a user is on a channel #x, if yes then .chanset #x -something, else .chanset #y +something.
Any help? thanks
by darkrad
Wed Apr 26, 2006 1:13 pm
Forum: Modules & Programming
Topic: Can't find mysqltcl package
Replies: 7
Views: 22696

i already did, and that's why i resumed this topic, because i searched in the forum, and this was the topic that looks more like to my problem... i have this problem after have upgraded the ubuntu dapper linux distro. It's not a script problem, just some linux package got upgraded or removed.. need ...
by darkrad
Wed Apr 26, 2006 6:40 am
Forum: Modules & Programming
Topic: Can't find mysqltcl package
Replies: 7
Views: 22696

hello, i have same problem with : [12:24] couldn't load file "/usr/local/lib/mysqltcl-3.01/libmysqltcl3.01.so": /usr/lib/libmysqlclient.so.15: version `MYSQL_5.0' not found (required by /usr/local/lib/mysqltcl-3.01/libmysqltcl3.01.so) while executing "load /usr/local/lib/mysqltcl-3.01...
by darkrad
Sat Nov 26, 2005 2:39 pm
Forum: Script Support & Releases
Topic: myquote2.tcl
Replies: 6
Views: 5161

if i do that from shell:

Code: Select all

xxx@ubuntu:~/xxx$ import mysql-dump "myquote.sql"
import: unable to open X server `'.
xxx@ubuntu:~/xxx$ 
by darkrad
Sat Nov 26, 2005 2:23 pm
Forum: Script Support & Releases
Topic: myquote2.tcl
Replies: 6
Views: 5161

i just said what happen sending that command in a shell console. it seems hanging and the cursor mouse change.
by darkrad
Sat Nov 26, 2005 2:13 pm
Forum: Script Support & Releases
Topic: myquote2.tcl
Replies: 6
Views: 5161

doing the import thing turn my mouse cursor into a cross and wait... when i click anything it makes 2 sounds and then return to prompt..
it does make any sense?
by darkrad
Sat Nov 26, 2005 1:29 pm
Forum: Script Support & Releases
Topic: myquote2.tcl
Replies: 6
Views: 5161

myquote2.tcl

hello, i installed mysql 5.0 and mysqltcl. Now what should i do to get the tcl working? i can't get the point of: # -------------------------------------------------------------------- # Install # -------------------------------------------------------------------- # - import mysql-dump "myquot...
by darkrad
Tue May 24, 2005 8:06 am
Forum: Archive
Topic: Let a tcl script comunicate with java program
Replies: 1
Views: 1014

Let a tcl script comunicate with java program

Is there a way to let a tcl script communicate with a java program? since it's quite difficult to find support about auth ssl ftp connection on tcl, maybe is easier to do the job with a java application. The idea was to catch the trigger from irc with tcl script, that starts the java application, an...
by darkrad
Tue May 24, 2005 7:52 am
Forum: Archive
Topic: Auth SSL FTP
Replies: 3
Views: 1529

how? any code example? since there is no ftp module for tcl that support ssl, maybe is not so easy
by darkrad
Sun May 22, 2005 3:55 pm
Forum: Archive
Topic: Auth SSL FTP
Replies: 3
Views: 1529

Auth SSL FTP

Is there a way to connect to a ftp that require AUTH SSL connection using tcllib? If not, is there any other ftp package that support it? thanks in advance
by darkrad
Sat May 21, 2005 12:09 pm
Forum: Archive
Topic: Fxp with tclib
Replies: 2
Views: 1656

well, i'm writing here since i didn't find any code example..
by darkrad
Sat May 21, 2005 5:27 am
Forum: Archive
Topic: Fxp with tclib
Replies: 2
Views: 1656

Fxp with tclib

Hello, i wonder if there is a way to fxp using ftp package of tclib. I want to transfer one file from a ftp location A to another ftp location B.
I saw post to transfer file from local to remote, but from remote to remote?
Anybody has a clue? Thanks in advance
by darkrad
Wed Jun 09, 2004 4:23 am
Forum: Archive
Topic: Help connecting windrop through psybnc please
Replies: 2
Views: 1796

Help connecting windrop through psybnc please

I downloaded psyBNC_v1.3.tcl and set it up with bnc password and all other options, i edited my conf file of windrop with : set servers { ip:port } where ip:port are ip and port of the bnc. But when i try it i get : [10:15] Identd was Already On, Listening On Port 113, Replying as ident [10:15] Tryi...
by darkrad
Fri Sep 12, 2003 5:55 am
Forum: Archive
Topic: redirection page
Replies: 0
Views: 627

redirection page

I have a problem with getting data from a redirection page : set url "<a url that point to a redirection page>" set http [ http::geturl $url ] putlog "[ http::code $http]" set html [ http::data $http ] set fs [open "test.txt" w+] puts $fs $html close $fs i get in logs :...