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.

hello

Old posts that have not been replied to for several years.
Locked
C
Carnage69
Halfop
Posts: 64
Joined: Sat Jun 07, 2003 8:25 pm

hello

Post by Carnage69 »

is it possible for when u type something the bot will like click a link that does something and it will log in

the url would be http://65.125.235.194:1337/admin.cgi?mode=kicksrc
and the username admin
pass: jonathon


If ANYONE Can Tell Me That Would BE Great!! Thanks
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

Code: Select all

::http::geturl http://admin:jonathon@65.125.235.194:1337/admin.cgi -timeout 9999 -query [::http::formatQuery mode kicksrc]
that will make the bot login and do the kicksrc-mode.... whatever that is :)
Elen sila lúmenn' omentielvo
C
Carnage69
Halfop
Posts: 64
Joined: Sat Jun 07, 2003 8:25 pm

ok

Post by Carnage69 »

ok thanks and should i just put that in a proc?
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

what you do with it I don't know... but that line will just return a "token" to let you further handle the info returned
read about the ::http:: commands here
Elen sila lúmenn' omentielvo
Locked