View Single Post
  #1  
Old 11-23-2010, 09:20 AM
tmirek tmirek is offline
 
Join Date: Feb 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default login to vbulletin using curl

I tried to login curl using this code

PHP Code:
$urlroot 'http://robert.deveon/forum/login.php';
        
$vbulletin1 = array(
            
'vb_login_username' => 'mirek2',
            
'vb_login_password'=> '123qwe',
            
's' => '',
            
'securitytoken' => 'guest',
            
'do'=> 'login',
            
'cookieuser' => '1',
            
'vb_login_md5password' => md5('123qwe'),
            
'vb_login_md5password_utf' => md5('123qwe')
        );

$this->do_vbulletin_login($urlroot$vbulletin1); 
where

PHP Code:
function do_vbulletin_login($url$post) {
        
$curl=curl_init();
        
curl_setopt($curlCURLOPT_URL$url);
        
curl_setopt($curlCURLOPT_FOLLOWLOCATION1);
        
curl_setopt($curlCURLOPT_USERAGENT'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12');
        
curl_setopt($curlCURLOPT_COOKIEFILEdirname(__FILE__) . '/cookies.txt');
        
curl_setopt($curlCURLOPT_COOKIEJARdirname(__FILE__) . '/cookies.txt');
        
curl_setopt($curlCURLOPT_TIMEOUT30);
        
curl_setopt($curlCURLOPT_HEADER0);
        
//if(strlen($post)>0){
            
curl_setopt($curlCURLOPT_POST1);
            
curl_setopt($curlCURLOPT_POSTFIELDS$post);
        
//}
        
        
$strona=curl_exec($curl);
        echo 
$strona;
        
curl_close($curl);
        die();
    } 
mirek2 is a login and 123qwe a password. I get a message "wrong login and/or password".
What do I do wrong?

--------------- Added [DATE]1290511593[/DATE] at [TIME]1290511593[/TIME] ---------------

and this is a standard form
PHP Code:
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
            <
input type="hidden" name="do" value="login" />
            <
input type="hidden" name="url" value="/forum/newreply.php?do=newreply&amp;noquote=1&amp;p=3" />

            <
input type="hidden" name="vb_login_md5password" />
            <
input type="hidden" name="vb_login_md5password_utf" />
            

            <
input type="hidden" name="s" value="" />
            <
input type="hidden" name="securitytoken" value="guest" />

            <!-- 
permission error message user not logged in -->


            <
div class="smallfont">Nie jeste&#347; zalogowany lub nie masz dostępu do tej strony. Prawdopodobne powody to:</div>

            
<ol>
                <
li class="smallfont">Nie jeste&#347; zalogowany.</li>
                
<li class="smallfont">Nie masz wystarczaj&#261;cych uprawnień aby otworzyć stronę.</li>

                
<li class="smallfont">Twoje konto czeka na aktywacj&#281; lub zostało wyłączone przez administratora forum.</li>
            
</ol>

            <
fieldset class="fieldset">
                <
legend>Zaloguj si&#281;</legend>
                
<table cellpadding="0" cellspacing="3" border="0" align="center">

                <
tr>
                    <
td>Nazwa u&#380;ytkownika:<br /><input type="text" class="bginput" name="vb_login_username" size="50" accesskey="u" tabindex="1" /></td>
                
</tr>
                <
tr>
                    <
td>Has&#322;o:<br /><input type="password" class="bginput" name="vb_login_password" size="50" tabindex="1" /></td>
                
</tr>
                <
tr>

                    <
td>
                        <
span style="float:right"><a href="login.php?do=lostpw">Zapomnia&#322;eś hasła?</a></span>
                        
<label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" />Zapami&#281;taj mnie</label>
                    
</td>
                </
tr>

                <
tr>
                    <
td align="right">
                        <
input type="submit" class="button" value="Zaloguj się" accesskey="s" tabindex="1" />
                        <
input type="reset" class="button" value="Wyczyść" accesskey="r" tabindex="1" />
                    </
td>
                </
tr>
                </
table>
            </
fieldset>

            <
div class="smallfont">Aby przegl&#261;dać to forum musisz się najpierw <a href="register.php?do=signup">ZAREJESTROWAĆ</a>.</div>
            
</form
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01723 seconds
  • Memory Usage 1,848KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete