Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fetching POSTKEY
#11
I think this will do:

Code:
var Data = new System.Collections.Specialized.NameValueCollection();
Data.Add( "action", "shout" );
Data.Add( "submit", "shouting-status" );
Data.Add( "postcode", "YOUR_KEY" );
Data.Add( "shout_data", "YOUR_TEXT" );
byte[] Bytes = new WebClient().UploadValues( "http://www.itsmods.com/forum/pspshoutbox.php", "POST", Data );

VB:

Code:
Dim Data As New System.Collections.Specialized.NameValueCollection()
Data.Add( "action", "shout" )
Data.Add( "submit", "shouting-status" )
Data.Add( "postcode", "YOUR_KEY" )
Data.Add( "shout_data", "YOUR_TEXT" )
Dim wb As New WebClient()
Dim bytes As Byte() = wb.UploadValues( "http://itsmods.com/forum/pspshoutbox.php", "POST", Data )
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#12
You know you loved my method tho.
And you guys better start thanking me for this awesomeness.

lol!!!
crAyon makes no warranty with respect to documents or other information available from this place, assumes no legal liability or responsibility whatsoever for the accuracy, completeness, or usefulness of any such information, and does not represent that its use would not infringe privately owned rights. crAyon disclaims all warranties, express and implied, including the warranties of merchantability and fitness for a particular purpose.
Reply

#13
Last time I used this @AZUMIKKEL and @Nukem could for some reason spam with it and I couldn't. That's why they have a shoutbox ban and I don't Troll
[Image: MaEIQ.png]
Reply

#14
crAyon makes no warranty with respect to documents or other information available from this place, assumes no legal liability or responsibility whatsoever for the accuracy, completeness, or usefulness of any such information, and does not represent that its use would not infringe privately owned rights. crAyon disclaims all warranties, express and implied, including the warranties of merchantability and fitness for a particular purpose.
Reply

#15
you are such a badass, like a Like a sir
Reply

#16
Then Y U NO thank me? lol
crAyon makes no warranty with respect to documents or other information available from this place, assumes no legal liability or responsibility whatsoever for the accuracy, completeness, or usefulness of any such information, and does not represent that its use would not infringe privately owned rights. crAyon disclaims all warranties, express and implied, including the warranties of merchantability and fitness for a particular purpose.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.