0
votes
0answers
142 views

PHP/CURL scrape vBulletin forum and files [closed]

i wrote a CURL/PHP code that can login to vBulletin forum and scrape all pages/posts and save it to my local PC as .html files. Now my problem is that the HTML have links/images/css that pointing to ...
1
vote
2answers
315 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, ...
0
votes
0answers
71 views

VSa ChatBox scraping

I'd like to get either messages or the HTML code as browsers do of the AJAX vBulletin chat box (misc.php?do=cchatbox) using PHP. The JavaScript code of the chatbox is here ...
0
votes
1answer
174 views

vBulletin plugin with cURL

I've tried the following guide for including external files in a template using this manual. I've created a plugin with this code below and included it in a template using the $includedphp variable: ...
1
vote
2answers
103 views

General question about curl in php

It's simple question, can curl make posts on vBulletin forum? In PHP script so of course. I didn't try that so just if anyone now or ever tried, to spare me some time I would appreciate a lot :D ...