It is currently Wed Sep 08, 2010 2:13 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Getting packets
PostPosted: Thu May 10, 2007 4:14 am 
Offline
User avatar
.: Newbie :.

Joined: Wed Jan 31, 2007 11:43 pm
Posts: 1137
iTrader:
Gender: None specified
Reputation point: 0
omgcat is an unknown quantity at this point
How do you get packets from a thing..

Like I want to get it so I can play tombola in vb6.. o.o how I do that?

I tried to make it so it goes to get tombola in vb6


explain for me.. if you have msn add me.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 10, 2007 5:01 am 
Offline
User avatar
.: Level I :.

Joined: Sun Apr 29, 2007 9:07 pm
Posts: 124
iTrader:
Gender: None specified
Cash:143
Reputation point: 0
tac123 is an unknown quantity at this point
You shouldn't need to do anything on the packet level, the wrapper takes care of this for you. You simply tell the wrapper what links to get and what refers to use, also making sure it logs you in or has a login cookie first.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 10, 2007 6:35 pm 
Offline
User avatar
.: Admin :.

Joined: Mon Oct 30, 2006 12:35 pm
Posts: 1177
Location: UK
iTrader:
Gender: Male
Cash:1797
Reputation point: 213
expon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant future


Giveaway Donor Award Winner Award

mmh.. do you mean you want to get the packets so that you can see what referer/url/post data you need to use in your program?

If so you need to download a Packet Sniffer (there's one in the tools download section or you could find one on google easily). All you need to do is run the packet sniffer while you do the tombola using your browser, and it will capture the HTTP packets which you can look at and find out what you need to do in your program.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 10, 2007 10:15 pm 
Offline
User avatar
.: Level I :.

Joined: Sun Apr 29, 2007 9:07 pm
Posts: 124
iTrader:
Gender: None specified
Cash:143
Reputation point: 0
tac123 is an unknown quantity at this point
There arn't any special packets though that get sent in Tombola. It is just a typical HTTP page, with the normal HTTP headers. Just view the source to look at what you need to send in the form post message.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 12, 2007 4:26 am 
Offline
User avatar
.: Newbie :.

Joined: Wed Jan 31, 2007 11:43 pm
Posts: 1137
iTrader:
Gender: None specified
Reputation point: 0
omgcat is an unknown quantity at this point
tac123 wrote:
There arn't any special packets though that get sent in Tombola. It is just a typical HTTP page, with the normal HTTP headers. Just view the source to look at what you need to send in the form post message.


But how would you make it so it logs the stuff you get? Ive tried and it doesnt work o.0 E.g.

You pull out a ticket and get a Booby Prize!

Would you

Strhtml "Booby Prize"
log1.additem "You got a Booby Prize"

?

But what about things like Test your Strenth?


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 12, 2007 4:37 am 
Offline
User avatar
.: Evil Moderators :.

Joined: Wed Feb 21, 2007 3:55 am
Posts: 1854
iTrader:
Gender: Male
Cash:1062
Reputation point: 143
Billytart is a name known to allBillytart is a name known to allBillytart is a name known to allBillytart is a name known to allBillytart is a name known to allBillytart is a name known to all


Content Giveaway Donor Award Graphics Trader Winner Award

omgcat wrote:
tac123 wrote:
There arn't any special packets though that get sent in Tombola. It is just a typical HTTP page, with the normal HTTP headers. Just view the source to look at what you need to send in the form post message.


But how would you make it so it logs the stuff you get? Ive tried and it doesnt work o.0 E.g.

You pull out a ticket and get a Booby Prize!

Would you

Strhtml "Booby Prize"
log1.additem "You got a Booby Prize"

?

But what about things like Test your Strenth?
the log is more confusing... you need to use more if then statements like
Code:
if instr(*use code of what you want it to find*) then
log.additem(*insert text for log here*)

you need to do that or more advanced things like using the findstring to even see what that prize is that you won.. if you need more help, im on msn a lot...

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 14, 2007 3:40 pm 
Offline
User avatar
.: Level III :.

Joined: Mon Jan 29, 2007 11:36 pm
Posts: 464
Location: Georgia
iTrader:
Gender: None specified
Cash:47
Reputation point: 0
krazyhick is an unknown quantity at this point


Winner Award

A good packet sniffer is Cain and Able. Im not sure of the website but search that on google and you can find it. If yo uneed help running it just msg me.

_________________
Image

Image
+Rep if I helped you please.
BlackMarket

Sold:
malevolent- 3 year account. He went first. VERY SMOOTH
sickandtired- 4 month account. He went first. Really Smooth and Quick
Tharoux- 2 4 monthers. They went first. I was slow.
Konvict- FAST BUYER!
Looneytoon- Sold main Good Buyer


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 14, 2007 7:44 pm 
Offline
User avatar
.: Newbie :.

Joined: Wed Jan 31, 2007 11:43 pm
Posts: 1137
iTrader:
Gender: None specified
Reputation point: 0
omgcat is an unknown quantity at this point
krazyhick wrote:
A good packet sniffer is Cain and Able. Im not sure of the website but search that on google and you can find it. If yo uneed help running it just msg me.


You dont need a packet sniffer.. XD Now I am using Live Http Headers.. =3


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 14, 2007 9:43 pm 
Offline
User avatar
.: Admin :.

Joined: Mon Oct 30, 2006 12:35 pm
Posts: 1177
Location: UK
iTrader:
Gender: Male
Cash:1797
Reputation point: 213
expon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant futureexpon has a brilliant future


Giveaway Donor Award Winner Award

use a regex to extract the name of the prize/item.. not sure how that works in vb6 but google 'regex vb6'


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users 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

Search for:
Jump to:  
* FAQ

Powered by phpBB © 2000-2008 phpBB Group
NEOPETS, characters, logos, names and all related indicia are trademarks of Neopets, Inc., © 1999-2008. © denotes Reg. US Pat. & TM Office. All rights reserved.
Website © 2008 neofriends.net - this site is in no way affiliated with Neopets, Inc or Viacom International, Inc.

phpBB SEO