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.

Important, help me

Old posts that have not been replied to for several years.
Locked
A
Arnaudg

Post by Arnaudg »

I need it in the better time.
I wan't to the TCL if I type, !send granny 123654789 Hi granny !
I wan't to the TCL get this:
http://www.mysite.com/again.asp?email=g ... message=Hi granny !

Please create a code for me or help me :smile:

Thanks
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 !
P
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 :smile:
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

does it give any error messages?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Arnaudg - Attatude gets you nowhere.
Locked