VS 2010 Add Post In VBulletin By Program ?

Sep 22, 2010

i want add post in my vBulletin by my program

how i can't do that

View 1 Replies


ADVERTISEMENT

VS 2010 VBulletin Login System?

Dec 10, 2011

Currently i'm messing with some sort of login system. I've ran into some troubles hope & believes Here's my

Module Function:
Imports System.Security.Cryptography
Imports System.Text

[code].....

View 12 Replies

Post Xml To Php URL In Program?

May 7, 2011

I need to 'post' xml to [url]...

How can I accomplish this in VB.net?

View 1 Replies

How To Post An Executable Program

Oct 4, 2009

I want to share an executable program that I was working on.

View 3 Replies

Upgrade My App To Vbulletin?

Oct 9, 2011

I bought a script vbulletin for install it in my forum, now I have a discuzx forum on [url]...forum.php but I don't like this script. I trying to change my app from discuzx to vbulletin, I using this app for send pms to my members. The application is almost finished. only the last thing I need is that I can not fill the message. I still I have no forum installed and I am testing my app with another forum and I can not insert the message.[code]...

View 2 Replies

VBulletin Login Using WebBrowser?

Jan 20, 2012

I have tried But Couldn't login into vbulletin forum through webbrowser tool in vb.net 2010My Codes

WebBrowser1.document.GetElementById("vb_login_username").SetAttribute("Value", "admin")
WebBrowser1.document.GetElementById("vb_login_password").SetAttribute("Value", "7278647")

[code].....

View 1 Replies

VS 2008 Decrypting Vbulletin MD5?

Apr 5, 2009

I am trying to setup so a user can subscribe to my forums. When he/she does so, it puts them in the nec. group on the forum. This is all easy. Note: I am the owner of the site and the mysql db. So this isnt to decrypt them on other sites.

In short, all of my software will require a login / password to use the programs.

Now, on the mysql, the db encrypts the passwords. How would I go about decrypting it? I read somewhere that its a one way encryption. If this is the case, how does the site know if the password is right or wrong if it cant decrypt it?

View 9 Replies

Make A Program That Allow To Post A Quote Out Of A File?

Jan 16, 2010

how do make a program that allows me to post a quote out of a file and put it on todays quote and a new one will come up

View 2 Replies

VS 2010 : HTTP Webrequest Post Inside HTTP Webrequest Post?

Oct 6, 2011

Im trying to create a software which can post into yahoogroups.I've done trying to log in yahoomail but my problem is when I am going to post in yahoogroups, I am turning back in to yahoo log in page.

Here's my code so far:

Quote:

Imports System.IO
Imports System.Net
Imports System.Text

[code]....

View 1 Replies

Vbulletin 3rd Party Login Authentication In .net?

Dec 26, 2009

I have a vbulletin forum and want my program users to be able to use their same usernames and passwords they do to login my vbulletin forum. My program is done except for the user authentication. I have searched and googled for weeks now, here is what I know:

� vbulletin 3.8.4 uses, md5(md5($password) . $salt)

� I know how to get the Salt and stored hash from the mysql "user" table.

� I know how to connect to my database without any issues.

I used this code I found here and just modified 3 lines so I could try to get it to work. The code works fine for md5 + salt but as you know I need it to do this: md5(md5($password) . $salt)

Imports System
Imports System.Security.Cryptography
Imports System.Text
Public Class Form1

[code]....

After I can do this I will be able to code my program to retrieve the users salt and compare the hash to the one stored in my mysql database.

View 7 Replies

Create And Post An Html Page From Code Behind In Program?

Mar 30, 2011

I have a NameValueCollection in vb.net and I need to be able to iterate through it and create an html form that posts automatically to a 3rd party site.

I have this to go off of as an example, but I am not sure exactly how to do this from code behind and end up with an html page that actually posts.[code]...

View 1 Replies

Create A Program That Connects To Several Websites, Logins, Then Post Some Data?

Nov 29, 2009

I use Visual Basic.net to create a program that connects to several websites, logins, then post some data. I can't use the httpwebrequest, some java is required on those sites, so i use the webbrowser control.Now I created a form, some fields for input data and a submit button. The coding part is like this:

Code:
sub website1(vars)
'login here
'post some data

[code].....

The problem is that I can't control what happens after submit button is clicked. I need to pause or stop the process at any time. If I exit the program while processing, I can see that even if the window disappear, the program is still running!I tried to use a thread for this, but the subs only get called if I use begininvoke, or invoke on a starter thread.

View 1 Replies

How To Create A Small Program That Will Calculate The Miles Between To Post Codes

Feb 18, 2011

i am trying to create a small program that will calculate the miles between to postcodes.The way im doing this is to fill out a webform for each postcode and collect the returned Long/Lat values (i will then calculate the miles from that)

This all works well until my program freezes with no error message. It's after the same number of records as well and I don't know why.[code...]

View 2 Replies

VS 2010 Post In Forum (SMF)?

Aug 6, 2010

I tried this code but it shows me errors:Picture:

[Code]...

View 20 Replies

VS 2010 Use An Http Post?

Feb 7, 2012

how to use an http post using this code? This code is given by nowsms to use their mms sending but I don't know how to use it in my vb.net application. Here's the

[Code]...

View 1 Replies

DB/Reporting :: Authentication - Login Using Your VBulletin Username And Password

Aug 6, 2009

I'm trying to make an authentication before my visual basic 2008 project, a login window. You have to login using your vBulletin username & password. The username and password from my community, which is a vBulletin forum. So, I'd like a form that ask you to login using your username and password from my vBulletin forum, so you'd have to register before...

View 1 Replies

Make Login For Vbulletin Through Windows Application Using Mysql

Jul 17, 2011

I am trying to make a login for vbulletin through a windows application using mysql but whatever i tried has failed, i can connect with the database but i cannot find the password table, since vbulletin has md5 on their passwords.

View 3 Replies

Database Connection - Post-install - Created A Fairly Substantial Program

Aug 7, 2009

Over the last couple months I've created a fairly substantial program for a friend in vb 2008 express to deal with the management of a fantasy football league, for its data storage it uses mainly an sql server 2008 express database for all the data, however there are a couple of text files for some unrelated fixed values.

I have spent the last week or so putting some vague finishing touches on it so that I can give it to said friend to test for me. However after working perfectly fine for me for the duration of the construction and also working fine on a couple of computers I installed and tested it on, upon giving it to my friend I find that (after installing) as soon as he opens up any form which relies on database data it spits out an error akin to the following:

Exception Text:

System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

[CODE]...

Loaded Assemblies:

Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
CodeBase: file:/Q:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

[CODE]...

I have used a combination of LINQ and SQL statements to query and and update the database, with LINQ for querying and SQL for the updating, due to this most of the database communication is done through a LINQ to SQL datacontext using the pre-generated connection string in my app.config file: <add name="FFL.My.MySettings.FFLv2ConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\FFLv2.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />

The only other time a connection string for the database is used is in an SQL execution function which uses the following: Dim connectionString As String = "Data Source=.\SQLEXPRESS;AttachDbFilename='" + Application.StartupPath + "\FFLv2.mdf';Integrated Security=True;User Instance=True"

The textfiles are also referred to using the 'Application.StartupPath + "folders/filename"' method

As for other details; I started this program on vb 2008 express but upon finding that the express version didn't have much in the manner of deployment facilities, downloaded a 90 day trial of visual studio 2008 pro to deploy the program as an msi install file. Operating system wise, I started the project on XP before converting over to Vista home premium + latest service pack (I think) which is what I've finished it on and am using currently, the 2 computers I successfully installed it on were both running XP SP3 and my friend runs a dualboot of Windows 7 and Vista (not sure what edition), he's tried it on both to no avail.

And for reference; to the above code/error, the database is called FFLv2.mdf and the project FFL.

The pre-requisites for my program (as highlighted by vb) are as follows:

.Net Framework 3.5 SP1
Windows installer 4.5
SQL Server 2008 express edition

I've tried changing the connection strings to specify a specific filepath, but that didn't help.

View 2 Replies

Make A VBulletin System That Checks What Users Are Online And Displays Them?

Dec 25, 2011

I've been wondering, how would you make a vBulletin system that checks what users are online and displays them?

I already know how to make a login system, but can't figure this out.

View 4 Replies

POST And GET For A VB 2010 Desktop Application

Aug 28, 2010

I'm creating a desktop application that will update my IPv6 tunnel with my current IPv4 address. I've coded a couple of POST and GET statements years ago, but honestly I don't know how to do this in VB2010. The url is [URL] (I broke the url, so it would show in it's entirety). and I know that I'll have to create a string with the information in it. I just don't know what I need to use to code the POST to the website, or retrieve the server response (and place it into a label).

[Code]...

View 1 Replies

VS 2010 How To Post To Facebook Notes

Dec 27, 2011

I was looking at the Facebook Developers page trying to find out how to post notes from my VB desktop app. However, I could only seem to find info on how to have users log into websites using Facebook and info on building Facebook friendly iPhone apps. Does anyone have any idea how to do this from a desktop app?

View 5 Replies

VS 2010 Httpwebrequest / POST / 404 Not Found?

Nov 21, 2011

I'm trying to send some data onto a server. The data is an XML in form of string and and image encoded to base64.The problem is that the server says '404 Not Found', just as if I had an incorrect URL, but my URL is 100% correct. I can get data from the server using GET, but when I try to POST it doesn't work.I checked it in Fiddler and it first gets z 401 error (not logged in) and then the 404 error, which results in an exception.Can anybody please have a look at the below code and tell me if there is something I'm doing wrong?

vb
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click

[code].....

View 1 Replies

VS 2010 Post A Form Without Browser?

Oct 5, 2010

i wish to use this form which returns a value true or false,

<form action="loginapp.php" method="post" name="logmein">
<table>
<tr>

[Code]....

i'm trying to do away with webbrowsers (IE required) from my vb project.

also whats a better alternative to ie browsers in vb.net, i been looking at gecko but people say it requires you to include 16mb+ worth of files?!?

there must be a way to include browser functionality, without the end user required to have IE Browser?

View 9 Replies

VS 2010 - Post Data To Different Upload Sites

Jan 23, 2010

I am creating a program that will assist users upload a file to a couple different upload sites. There will be RapidShare and Uploading. I want to keep the GUI clean and simple, so I do not want to use a web browser. I have not used much Post Data, but am wanting to use it for this job. What I want the program to do is after the user specifies a file, the program will automatically upload the file to the site.

Here is what I have so far:
Public Function MultiUpload(ByRef data As String, ByRef url As String) As String
Dim request As HttpWebRequest = DirectCast(WebRequest.Create(url), HttpWebRequest)
request.Method = "POST"
WebRequest.Create("[URL]")
request.ContentType = "application/x-www-form-urlencoded"
Dim postData As String = data
request.ContentLength = PostData.Length
request.ContentLength = PostData.Length
End Function

View 1 Replies

VS 2010 Login To Server (Post Data)

Nov 8, 2010

i would like to ask for help, im trying to login to a server by httpresponse and http request. My code should get cookies and redirect to home page as login user, but for some reason i can't make it for.[code]

View 3 Replies

VS 2010 Post Data With System.Net.HTTPWebRequest?

Jun 30, 2010

vbnet
Public Class zWrapper
#Region " Variable Declaration "
Private _AllowRedirects = True, _UseGZIP As Boolean = True

[Code]....

It works fine for GET requests, but when I try a POST, it errors: Quote:

A first chance exception of type 'System.NullReferenceException' occurred in WindowsApplication1.exe
Request Error: Object reference not set to an instance of an object.

View 4 Replies

CURL HTTP Post For Visual Basic 2010?

Oct 7, 2010

Is it possible to use cURL and HTTP POST for visual basic?I am trying to make software version of my script to a client..I've created a system in PHP but I also want to let them use a software to post stuffs.

So the first thing I need is to login.

This is my form:

PHP
<form action="dologin.php" method="post">
Username: <input name="[b]myusername[/b]" type="text"><br>
Password: <input name="[b][COLOR="rgb(139, 0, 0)"]mypassword[/color][/b]" type="password"><br>
<input name="submit" type="submit">
</form>

How do I use VB to post my username and password to login?I tried download libcURL but i still do not get the gist from the example.Because usually u will need to define the field name of the post to execute the code. eg (myusername, mypassword)

View 2 Replies

VS 2010 HTTP Webrequest Post (Login To YAhooMail)

Oct 5, 2011

I finally logged in to yahoomail using httpwebrequest. my problem now is how I am going to put a messagebox saying my log in is successful or not. for now im trying to login using a correct username and pass. Here's my code so far.

[Code]...

View 7 Replies

VS 2008 - Make The Server Check It With The Local VBulletin MySQL Database For The Username And Password?

Nov 14, 2009

I have a chat server / client system running, but I want users to authenticate with my vBulletin forum database.I don't want the client to do it, because it is possible to fake the 'successful login' and connect with a fake username. I want to send the username and password details to the server, and make the server check it with the local vBulletin MySQL database for the username and password.Is there a way to do this? To my knowledge vBulletin has a username and a password entries in the database which is salted, and the salt varies from user to user.

View 7 Replies

VS 2010 Parse An Http Post - Get The Variables In This Text File

Jun 11, 2011

I want to read a HTTP Post that comes from a server to a website. I am trying to write a script that basically parse the HTTP post that comes in as text format and read the variables in the text file then add them to a database.

I know how to do the second part but I am unsure about how to read the text file variables that comes from the HTTP Post

The HTTP post that get sent looks as below

CODE:

No Insurance

I am trying to write a code for this and have the code below


CODE:

How do I get the variables in this text file, mainly start after ":" and the last 3

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved