egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

!stats nick

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
MalMen
Voice


Joined: 08 Sep 2005
Posts: 1

PostPosted: Thu Sep 08, 2005 12:06 pm    Post subject: !stats nick Reply with quote

hello, i need a tcl for show the stats of the nick of my website
when the ppl do !stats <nick>
the script show in the channel this
http://torrentelite.com/ircstats.php?search=<nick>

The ppl may can not view the website, because he have a ip filter from non portuguese ips

But you can try use a portuguese proxys for view the site, try this http://www.atomintersoft.com/products/proxy/country.aspx/Portugal-pt


Wainting

Tanks.
Back to top
View user's profile Send private message
greenbear
Owner


Joined: 24 Sep 2001
Posts: 733
Location: Norway

PostPosted: Fri Sep 09, 2005 3:25 pm    Post subject: Reply with quote

Code:
package require http

bind pub - !stats foo
proc foo {n u h c a} {
 set nick [lindex [split $a] 0]
 if {$nick!=""} {
  set data [::http::geturl http://torrentelite.com/ircstats.php?search=$nick]
  foreach line [split [::http::data $data] \n] {
   putserv "PRIVMSG $c :$line"
  }
  ::http::cleanup $data
 }
}
Back to top
View user's profile Send private message Send e-mail
starpossen
Op


Joined: 10 Jan 2006
Posts: 139

PostPosted: Tue Apr 04, 2006 3:06 am    Post subject: Reply with quote

I know this is a bit of an old topic, but I too could use a script like this, I tried the one posted here, but nothing happens, any ideas?
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Tue Apr 04, 2006 5:47 am    Post subject: Reply with quote

Did you type !stats in your channel?
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber