Author
Message
Liam
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 11:32 am
Joined: Mon Feb 04, 2008 3:57 am
Posts: 2492
Location: Wales
If its private then you look for Sorry No Can Do
[toxic]
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 11:33 am
Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
Liam wrote:
If its private then you look for Sorry No Can Do
no becuase when a page is deleted it still says Sorry No can do so i look for a unquie string like you are not authorised that dont appear when a account is deleted..
_________________
Glitcher
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 11:41 am
Joined: Fri Feb 08, 2008 11:51 pm
Posts: 385
sounds like good work
_________________A ciid
E lite
P wnz
1.Earn aciid vip 2.learn to code my first bot
[toxic]
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 11:42 am
Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
got it working!
WOOOOOOOOOOOOOO
it gets private profile ids and public but dont get cancelled or deleted accounts WO
i made it for friend adder so i wont change it it staying how it is
dont like it tough
_________________
Glitcher
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 11:49 am
Joined: Fri Feb 08, 2008 11:51 pm
Posts: 385
wen yaa gona release any way +rep for it anyway good idea
_________________A ciid
E lite
P wnz
1.Earn aciid vip 2.learn to code my first bot
[toxic]
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 11:51 am
Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
umm weekend or next week at latest
i still rekon bebo blaster is faster
_________________
[toxic]
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 12:29 pm
Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
FFS wont work, someone edit code to make it work for me
Code:
Dim strHTML As String strHTML = Wrapper.GetWrapper("http://www.bebo.com/Profile.jsp?MemberId=" & txtID.Text & "") If InStr(strHTML, "Members who have made their profiles accessible at") Then ListView1.ListItems.Add = (txtID) Label1.Caption = Label1.Caption + 1 txtID.Text = txtID.Text + 1 chameleonButton1_Click Exit Sub ElseIf InStr(strHTML, "Member Since") Then ListView1.ListItems.Add = (txtID) Label1.Caption = Label1.Caption + 1 txtID.Text = txtID.Text + 1 chameleonButton1_Click Exit Sub Else txtID.Text = txtID.Text + 1 chameleonButton1_Click End If Exit Sub
i want it to get private profiles and public profiles but when it visits a private profile it wont add the id to the listview1
_________________
Liam
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 12:59 pm
Joined: Mon Feb 04, 2008 3:57 am
Posts: 2492
Location: Wales
Code:
ListView1.ListItems.Add = (txtID)
WTF? it should be
Code:
ListView1.ListItems.Add = txtID.Text
[toxic]
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 1:00 pm
Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
Liam wrote:
Code:
ListView1.ListItems.Add = (txtID)
WTF? it should be
Code:
ListView1.ListItems.Add = txtID.Text
alright look i do it different does it matter it still works with the brackets lol
_________________
Liam
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 1:01 pm
Joined: Mon Feb 04, 2008 3:57 am
Posts: 2492
Location: Wales
it wont work with brackets because you aint even got .text
-McGuinn-
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 1:09 pm
Joined: Mon Nov 19, 2007 7:57 pm
Posts: 978
How about :
Code:
If InStr(strHTML, "Sorry, No Can Do") Then
?
_________________
[toxic]
Post subject: Re: what would u call this bot?
Posted: Thu Aug 21, 2008 10:24 pm
Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
-McGuinn- wrote:
How about :
Code:
If InStr(strHTML, "Sorry, No Can Do") Then
?
that prob work but then if the account is cancelled or is private they all have that "no can do" i might just take this bit out its being a pain
and um liam it does work otherwise it wouldnt add it to the listview lol
you dont need the .text if it has brackets
_________________
Lordgirl
Post subject: Re: what would u call this bot?
Posted: Mon Aug 25, 2008 6:01 pm
Joined: Sun Aug 24, 2008 2:44 pm
Posts: 28
Location: Portugal
Hey guys... Can you tell me, please, how can I see private profiles? thnkx.. xx
_________________ »»»»» http://www.bebo.com/Caroolina «««««The modern woman doesn´t want the Prince Charming anymore, she prefer the bad wolf, coz he listen to her, and in the end still eats her
Noel-2k8
Post subject: Re: what would u call this bot?
Posted: Mon Aug 25, 2008 6:16 pm
Joined: Sun Jul 27, 2008 1:51 pm
Posts: 174
Location: Republic Of Ireland
ID Crawler's Good Lol
_________________Fucking Neowwm
Lordgirl
Post subject: Re: what would u call this bot?
Posted: Mon Aug 25, 2008 9:13 pm
Joined: Sun Aug 24, 2008 2:44 pm
Posts: 28
Location: Portugal
Hey ya... With ID Crawler I can see private Bebo profiles? And where can I find ID Crawler? ty..xxxx
_________________ »»»»» http://www.bebo.com/Caroolina «««««The modern woman doesn´t want the Prince Charming anymore, she prefer the bad wolf, coz he listen to her, and in the end still eats her
zetec
Post subject: Re: what would u call this bot?
Posted: Mon Aug 25, 2008 9:17 pm
Joined: Wed Mar 19, 2008 4:13 am
Posts: 59
i dont think you can see private profiles
also use search at the top of the page
Who is online
Users browsing this forum: itube and 1 guest
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 post attachments in this forum