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.

browser TCL

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
473X
Voice
Posts: 3
Joined: Fri May 11, 2007 7:07 pm
Location: Indonesia

browser TCL

Post by 473X »

Does anyone could help me to create browser TCL... please
the command is:

!browser http://egghelp.org
Bot will browsing to the web site and display 10 first line of web coding.
!stopbrowser http://egghelp.org
Bot will stop browser automatically.


Thanks & kind regards,
473X
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Making a script grab 10 lines from a webpage is easy, but I doubt you could make one with any type of interrupt to arbitrarily stop showing more of the page. Check the tcl archive for various example web scripts or the forum, where there are a ton of examples.
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

Maybe you could set a global var and check if its set to 1, on !stopbrowser you set it to 0..? still a pointless idea tbh
r0t3n @ #r0t3n @ Quakenet
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

It's not multi threaded. Nothing else is executed until the grab is finished.
Post Reply