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.
Old posts that have not been replied to for several years.
-
A
Arnaudg
Post
by Arnaudg »
Anyone can help me please ?
bind pub - "!discount" ftp
proc ftp {maileuh tele messagez} {
if {![llength [info commands "::http::geturl"]]} {
if {[catch {source scripts/http.tcl} t]} {
putlog "Can't load the required http module"
return
}
}
set q [::http::formatquery maileuh $maileuh tele $tele messagez $messagez]
set t [::http::geturl "
http://www.hi.com/dfsd.asp" -query $q]
::http::cleanup $t
}
Doesn't work !
-
Petersen
- Owner
- Posts: 685
- Joined: Thu Sep 27, 2001 8:00 pm
- Location: Blackpool, UK
Post
by Petersen »
declaring the proc properly would be a start (read the definitions for bind pub in doc/tcl-commands.doc)
-
A
Arnaudg
Post
by Arnaudg »
yes but it doesn't work
-
A
Arnaudg
Post
by Arnaudg »
HELP ME
-
Petersen
- Owner
- Posts: 685
- Joined: Thu Sep 27, 2001 8:00 pm
- Location: Blackpool, UK
Post
by Petersen »
does it give any error messages?
-
ppslim
- Revered One
- Posts: 3914
- Joined: Sun Sep 23, 2001 8:00 pm
- Location: Liverpool, England
Post
by ppslim »
Arnaudg - Attatude gets you nowhere.