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

by Bitto
Thu Aug 09, 2007 2:59 am
Forum: Scripting Help
Topic: Script to call a php-script but not grabbing a parameter
Replies: 5
Views: 4324

The question is, how are you getting the status at all? If you're trying to get the status from a webpage, obviously you cannot use a url requiring the status *beforehand* http://mysite/irckey.php?nick=$nick&status=$userstatus That expects you to already have the status when you make the geturl...
by Bitto
Tue Aug 07, 2007 1:00 pm
Forum: Scripting Help
Topic: Script to call a php-script but not grabbing a parameter
Replies: 5
Views: 4324

thx for answer.. so that means, I have nothing in $text... I thinked, that proc getnick with the call putquick "PRIVMSG nickserv :status $nick" give me the response text where the "STATUS nick whatever" is in..I am wrong... How do I get this response then into $text? TCL is brand...
by Bitto
Tue Aug 07, 2007 10:00 am
Forum: Scripting Help
Topic: Script to call a php-script but not grabbing a parameter
Replies: 5
Views: 4324

Script to call a php-script but not grabbing a parameter

Hi, after searching 4 days the forums and trying a few code-snippets, I am giving up and need some help on a tiny script. 1. I call a php-script: http://mysite/irckey.php?nick=$nick&status=$userstatus I got the nick but not the Status. The Script: package require http bind pub - !getkey get_key ...