Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Sidespin leeches guides!
Today 05:48 PM
Last post by Theebomb1080
Today 06:55 PM
11 Replies, 31 Views
Go to first new post Frozen Account
Today 09:49 AM
by Boink
Last post by abcdshawn123
Today 06:54 PM
7 Replies, 48 Views
Go to first new post Kyo hates me vs. Kyo:...
10-11-2008 05:26 PM
Last post by Kyo hates me
Today 06:54 PM
230 Replies, 1,574 Views
Go to first new post Price Check : Shell...
10-11-2008 07:37 AM
Last post by abcdshawn123
Today 06:53 PM
14 Replies, 103 Views
Go to first new post Pretty much ANCIENT!
Today 06:34 PM
by nomhak
Last post by Axed
Today 06:52 PM
1 Replies, 2 Views
Reply
 
LinkBack Thread Tools Display Modes

 How to Find Post Data Easy
Old 02-21-2008, 06:43 PM   #1 (permalink)
Full Member

xZel is offline
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
xZel Is Recognizable
Rep Power: 5
How to Find Post Data Easy

This is going to demonstrate how to find the information to post, then post it in vb6. We are going to be depositing 10,000 neopoints.

What you are going to need:
A copy of vb6 of course
FireFox
Live Http Headers Firefox Addon (mozdev.org - livehttpheaders: index)

1. Open up Live Http Headers (make sure capture is off).
2. Load the bank page and now turn the capture on Http Headers on.

3. Deposit the 10,000 NP.
4. Http Headers will now look like this.

5. Scroll to the top and that is what was posted.

6. The circle region is what you will need.

7. Now for the code. You will need to make a string called strHTML for my code to work. The wrapper I use is named Gluraks. Here is the code to post any data and the code use to post this. This can depend on the wrapper you are using.
Code:
'To post any kinda of data
strHTML = Gluraks.PostWrapper("Link", "Data you're posting", "Referrer Link")
'to post our data
strHTML = Gluraks.PostWrapper("http://www.neopets.com/process_bank.phtml", "type=deposit&amount=10000", "http://www.neopets.com/bank.phtml")
Now you know how to post data, enjoy copyright xZel
  Reply With Quote

 
Old 02-21-2008, 07:07 PM   #2 (permalink)
Æthean

Male Aethean is online now
 
Aethean's Avatar
 
Join Date: Nov 2006
Location: Ontario
Age: 18
Posts: 1,258
iTrader: 0 / 0%
Aethean Is Popular
Rep Power: 8
Isn't that the same as tools > page info > forms?
__________________

  Reply With Quote

 
Old 02-21-2008, 08:07 PM   #3 (permalink)
Full Member

xZel is offline
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
xZel Is Recognizable
Rep Power: 5
Quote:
Originally Posted by Degan360 View Post
Isn't that the same as tools > page info > forms?
I thinks it's close. This is just nice because you can save it all as a txt document when your done.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:58 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.15754199 seconds (100.00% PHP - 0% MySQL) with 19 queries