sorry if this doesn't go here
how can i fix that?Code:Line 13: Property PropertyPages in HTTPWrapper had an invalid file reference.
Results 1 to 33 of 33
Thread: HTTP Wrapper error
- 23 Dec. 2009 06:41pm #1
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 Dec. 2009 08:01pm #2
- 23 Dec. 2009 08:23pm #3
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 Dec. 2009 08:31pm #4
- 23 Dec. 2009 09:06pm #5
What version of vb?
- 23 Dec. 2009 09:06pm #6
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 Dec. 2009 09:15pm #7
- 23 Dec. 2009 09:17pm #8
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 Dec. 2009 09:19pm #9
- 23 Dec. 2009 09:22pm #10
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 Dec. 2009 09:26pm #11
- 23 Dec. 2009 09:49pm #12
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 23 Dec. 2009 09:59pm #13
- 24 Dec. 2009 12:40am #14
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 24 Dec. 2009 01:07am #15
Why do you need to type into a booty Grab Bot?
Anyway I may be able to help, depending on what it is exactly. I think I am about to turn in for the night (Haven't gotten much sleep lately), I can help tomorrow and do everything I can for you. (Any free time tomorrow, will be dedicated to the help with this bot for you.)
Could you PM me a source or something? (I won't rip from you.) Just so then I can understand what you are talking about.Last edited by Eternal Darkness; 24 Dec. 2009 at 01:11am.
- 24 Dec. 2009 01:19am #16
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
i haven't started yet because i don't know how to do that part xD
but this site here tells you if your tank is glowing (Gaia Aquarium Analyzer not my tank) and how many people are playing it
so the program i ant to make will have a text box that you type the tanks id into so the http wrapper will go to absol.site88.net/gtools/glowTime.php?id= TANKID and refresh every minute to find out if your tank is glowing and if it is make a beeping sound
- 24 Dec. 2009 03:25am #17
- 24 Dec. 2009 07:25am #18PHP Code:
Dim StrHTML as String
Refresh:
StrHTML = Wrapper.GetWrapper ("http://absol.site88.net/gtools/glowTime.php?id=" & txtID.Text)
Call Wrapper.Wait(1) 'Might be different in your own wrappers.
If (Instr(StrHTML, "True")) Then
Beep
Call Wrapper.OpenSite ("http://gaiaonline.com/images/Gaia_Flash/aquarium/SignatureView.swf?gsiUrl=www&userEnvironmentId=" & txtID.Text & "&version=118&quality=low&location=forum")
'Once again, you wont have this option it's from my own custom wrappers.
'Your gonna need a different way to open up sites in default web browser.
Else
GoTo Refresh
End if
my 300th post!
- 24 Dec. 2009 10:31am #19
- 24 Dec. 2009 10:50am #20
- 24 Dec. 2009 11:09am #21
- 24 Dec. 2009 08:51pm #22
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 24 Dec. 2009 10:13pm #23
put this some were on your wrappers code at the very top
Code:Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Code:Public Sub Open Site(StrURL as String) ShellExecute 0, "open", StrURL, vbNullString, vbNullString, 1 End Sub
- 24 Dec. 2009 10:29pm #24
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
when i add
Code:Public Sub Open Site(StrURL as String) ShellExecute 0, "open", StrURL, vbNullString, vbNullString, 1 End Sub
Public Sub Open Site(StrURL as String)
ShellExecute 0, "open", StrURL, vbNullString, vbNullString, 1
End Sub
WDIT: ohh i forgot to take out the space lmfao
- 24 Dec. 2009 11:09pm #25
- 24 Dec. 2009 11:13pm #26
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
i took the space out from "Open Site" and it worked
now that everything should work but it doesn't D:
nothing happens after i start it set the tank ID and click the button... the numbers on the hpptwrapper change but even if the tank has booty grab it wont do anything
- 24 Dec. 2009 11:46pm #27
- 24 Dec. 2009 11:52pm #28
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Dec. 2009 12:11am #29
- 25 Dec. 2009 12:19am #30
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Dec. 2009 07:34pm #31
- 25 Dec. 2009 09:18pm #32
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Dec. 2009 09:34pm #33