1
vote
0answers
87 views

vBulletin mobile API login_login?

I'm new bigginer in vBulletin and I can not find a solution for my problems, I explain, I would like to create an iOS application that runs with Mobile API vBulletin 5.0, but Now, leave aside iOS. I ...
1
vote
2answers
311 views

Login to site with curl in vBulletin

I been trying to login to a site (www.siamchart/forum) by following instruction on this link.. Login to remote site with PHP cURL. I cannot past through the login. After running the following script, ...
1
vote
2answers
274 views

Can't login with HttpWebRequests

i am trying to login to a forum with httpwerequests but i had no success so far, this is my code: string url = "http://www.warriorforum.com/"; var bytes = ...
1
vote
2answers
918 views

Logging in to vBulletin

I am trying to do a program in Python which logs in to a vBulletin forum. I need to access only one page, but in order to view that page I must be logged in. Here is my code: #-*- coding:utf-8 -*- ...
2
votes
1answer
414 views

vBulletin 4.x External Page Login and Variables

I've been searching around and experimenting with this for hours, with no success. I'm trying to login to vBulletin from an external page. I've managed to get this to work. However what I can't get ...
0
votes
1answer
654 views

Connecting vBulletin login/logout with Website

I have a website and it has a vBulletin forum. I need to make a single log in / log out for the entire website. I've already managed to check if the username/password matches but now I need to set ...
0
votes
1answer
387 views

login to Vbulletin And View Topic Using Java

Hi i want to login to Vbulleti**n Forum and save the first Topic of one thread which is in the " " html tag using **Java. i search the web and found many libraries that could login like ...
1
vote
2answers
1k views

Login to a vbulletin forum using Java

As part of my dissertation thesis I have constructed a "bot" that crawls the official forum of the course Programming in C and searches for frequently asked questions in order to post a reply. I am at ...
2
votes
1answer
333 views

Login to both CakePHP and vbulletin

I'm looking to get a single sign on set-up between a cakePHP (1.3) app and a vBulletin (4.0.2) forum. I've managed to get so far with it, i.e I've been able to get Auth to use the vB user table to ...