2
votes
1answer
64 views

Login to page with curl in php and then visit link “logged in”

I need to login (make post) with curl in php to a website, then save a cookie with authentication, and use it to visit normal link from same website. They have only half of text available in free ...
0
votes
1answer
47 views

Can't get Youtube access token with curl (PHP)

I'm following this guide to make a server side Youtube web app in PHP. I can't get past step 4. Everything up to that is good, it redirects to my script and I can obtain the authorization code no ...
0
votes
0answers
87 views

PHP Curl Login Returns Different Response Body

I want to do automatic login using PHP Curl to a website, say https://login.examples.com/home.do First i do analyse of the post message using firebug on Chrome. From there i know what exact header ...
0
votes
0answers
34 views

prolem on check mybb password throw App login with CURL

Guys i use curl protocol on my application. so the users in my forum only allow to use this App after logging throw this appto his account in my forum but i have a problem on php side with password ...
0
votes
1answer
23 views

cURL login hangs on curl_exec

I'm trying to login to a website using cURL. My code works on other websites, but on this one it hangs on curl_exec, Fatal error: Maximum execution time of 30 seconds exceeded. I know similar ...
1
vote
3answers
71 views

Php Curl Login Trouble

I'm really amateur to php curl. I would like to know how to login to a site with form like: <form method="post" action="/log.php"> <input type="hidden" name="sessionid" ...
0
votes
3answers
49 views

curl and php html not logging in correcty i know curl functions work

I know my curl script works correctly. I can hardcode the email and pass in curl and it works fine, but now I am trying to create a php script to input it and it doesn't work. I will post links and ...
0
votes
2answers
93 views

Can't login with curl

I've got a question about curl, i've searched everywhere en tried many things, but i can't login. I try to login to a page. I think it has something to do with the hidden fields, the hidden fields are ...
0
votes
1answer
129 views

cURL Login on Website

here´s my problem: I´m trying to get the content of a website that first needs a login. I wanted to solve this via cURL. First I´m connecting to the Login-Page, than to a page that requires the ...
1
vote
0answers
122 views

Use CURL in PHP to POST Login to a Remote auth function/php file

I am trying to make a Login system for my script and am stuck at a point. What I need to do is POST the login details of user he has submitted on login.php (server1) to my backend script's login ...
2
votes
3answers
295 views

Trying to connect to ASPX site using CURL?

I am trying to log into this url: http://www.kalahari.com/marketplace/default.aspx The two fields that are being submitted are labelled: ...
0
votes
1answer
121 views

PHP cURL can't login with cURL

I want login fashiondays.ro but error.This is my code I tried lots of script but I cant seem to get it to work... Current script: <?php $loginUrl = 'https://www.fashiondays.ro/login_check/'; ...
1
vote
2answers
167 views

login instagram with php curl

I want to login this page with php: But I get error when I try to login with php. When I try to login below code is always changing. So I cannot login. The code is: <input type="hidden" ...
0
votes
1answer
162 views

PHP cURL redirects to localhost

I'm trying to login to an external webpage using a php script with cURL. I'm new to cURL, so I feel like I'm missing a lot of pieces. I found a few examples and modified them to allow access to ...
0
votes
4answers
74 views

PHP Curl login to Tesco Mobile

I am trying to login into Tesco Mobile, using PHP curl, I have the following code: $postData='user=XXX&password=XXXXX'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ...
1
vote
2answers
129 views

curl autologin does not write cookies

I try to login with cUrl posting json-data, server responds that login is successful, but it does not write session into cookies, my code: <?php $json_url = 'https://www.site.com/Login'; ...
0
votes
0answers
102 views

curl login POST download CSV

I want use curl to connect one hosting and download a file .CSV but I have a problem, I can login correctly in the hosting and I can download .html files but when I try to download .CSV file I have an ...
1
vote
2answers
86 views

Logging in to ASP.NET website from a PHP page?

I have two websites, one is written in ASP.NET and the other in PHP. Have control over both sites. ASP.NET site has its own login page ,but I need users to log in to ASP.NET site from PHP site as ...
0
votes
1answer
57 views

Retrieving cookies from google using PHP/CURL

I'm trying to create a script that allows users to login once (using same username & password on the domain) so that they can access the portal and gmail, instead of signing in twice (one to the ...
0
votes
0answers
242 views

PHP cURL login to asp page

I'm trying to login in http://www.xxxxxxx.com/login.asp with cURL but it doesn't work. I can't find the source of the problem. I've compared the requests(mine and the one that browser makes) with ...
0
votes
1answer
63 views

issue logging in to website using curl

I need to login into a website to scrap data but I am unable to login. Below is my code Form in which I need to Put Values <FORM id=form1 style="BACKGROUND-COLOR: #ffffff" name=form1 ...
1
vote
2answers
321 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
1answer
154 views

Using Curl to Login to Vimeo

I'm trying to use CURL with PHP to login to Vimeo.com, Vimeo login. To provide the data for CURL to use (cookie and field data), I'm using a browser extension to read the field data off of the ...
-1
votes
1answer
77 views

Login via curl shows a blank page [closed]

I made a custom login page through php. Using CURL I crawled and logged in but I'm redirected to a blank page instead of home page. I verified the log table in database which shows that a login was ...
-2
votes
1answer
147 views

php cURL LOGIN does not work

Now I am trying to login to my account using PHP and CURL, but still I am not sure why is not working. The page I'm trying to login to is: http://lardi-trans.com/index.jsp After the execution of the ...
0
votes
0answers
64 views

Blank screen after curl login post

From my main admin panel I want to login automatically in the adminpanel of my other websites. I have the following: <a href='/continue.php?site=1' target='_blank'>CMS ADMIN 1</a> <a ...
0
votes
0answers
40 views

Need help using cURL on login form

I have command line only access on one of my systems but need to login to this site. I have been using http://curl.haxx.se/docs/manpage.html for help but nothing. I'm using the following but it ...
2
votes
1answer
461 views

[cURL/PHP] Login with Google Account

I'm writing a script which is connected with my google account. But I have problems at the beginning of this. Google blocks my logging. I receive this error: Your browser's cookie functionality ...
0
votes
1answer
206 views

CURL login & submit another post

In order to learn PHP my boss asked me to do some sort of project. I've done so far a To Do List & Reminder (www.frontpagewebdesign.com/newfolder) but what I'm trying to do right now is sending ...
1
vote
3answers
342 views

Login and get image from site using cURL [closed]

I am trying to get an chart image from a remote site. But the image seemed to be created dynamically from the site when called. It will return nothing when not logged in. This is the image URL ...
0
votes
0answers
113 views

Can not login php and curl [closed]

Well I'm trying to log in at my suppliers website using php / curl . Final webpage is showing , but there is no price listed , which I need to grap with curl. Have used the same code example , with ...
0
votes
1answer
539 views

php curl get does not work [closed]

I try to login to a website which works when i just paste code to browser, but not with my curl code. This code works when i just paste it to browser: ...
0
votes
0answers
136 views

Wordpress Login/Subscriber Registration AND Curl Form Submission

I have a Wordpress Website which I want to allow users to subscribe OR Login to (if returning) via the subscription form, BUT when the detail is entered I want to submit another form at another ...
0
votes
1answer
167 views

Using cURL to read, completing some steps, then posting [closed]

Solved: Yay. In addition to what you wrote Drew, I found this: http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/ session_write_close(); before initializing the next set. ...
0
votes
0answers
134 views

CURL with flash loader and redirect

OK, so I've been trying to search around and I've found info to get me started but I'm stumped at this part... here is the code I have been working with so far username="xxxxxxx"; // Can't give this ...
1
vote
3answers
426 views

Login to website using PHP and CURL

I'm attempting to autologin to https://www.myicomfort.com/ to retrieve data. Tried some of the examples posted but does not seem to work. Maybe I'm not using the correct field names when passing the ...
0
votes
1answer
109 views

Login a website from another webpage with PHP

So i have a website http://example.com And there is a website i would like to login; http://target.com I want a script that can fill the login form (username and password) at http://target.com FROM ...
1
vote
4answers
563 views

bash script to login to webpage

I am trying to login into this page but I cannot for the life of me get it to work. I have to login to this site when i connect to my school's wifi in order to start a session. So far ive tried to ...
-2
votes
1answer
114 views

login and fetch using curl [closed]

I need to login to https://login.naukri.com/nLogin/Login.php?URL=http%3A%2F%2Fjobsearch.naukri.com%2Fmynaukri%2Fjs_recommends.php and http://my.monsterindia.com/login.html?r=1346660476 using ...
1
vote
1answer
105 views

Using curl with PHP to authenticate - mysterious security

I'm trying to make a script that would run through some sites that I visit every day and get the most interesting info/statistics from them. I wanted to use curl for this purpose, because some of ...
0
votes
1answer
398 views

Remote Login With Curl

I making a bot for remote server login system.For this,I coding something, sample.php <?php $EMAIL = "***"; $PASSWORD = "***"; function cURL($url, $header=NULL, $cookie, $p=NULL) { $ch ...
0
votes
0answers
247 views

curl login site have captcha

I want to write code login site have captcha. in 2 step step 1 : get content site login with curl, i will get captcha link id, php session. step 2 : show captcha with me, and i type captcha, after ...
0
votes
0answers
180 views

Betfair login using simple cURL

I need to check certain prices at betfair.com couple times per day. The website scraping serves best for this purpose. The only extra thing I need is to be logged in the website because of no delay. ...
1
vote
0answers
674 views

cURL login session

I need to use a website as a logged user. The code below does the job well, however it has to log in every time the script is called. I'd like to log in just once and from then on use session cookies. ...
0
votes
2answers
379 views

How do I scrape from a website that requires a Facebook/Twitter/Linkedin login?

I want to scrape data from a website which requires the user to log in. I know I can use curl but the problem is that the site doesn't have a direct login - it supports login via ...
2
votes
3answers
2k views

Using Curl to login to a website, go to a link, again submit a form and get the output

I am trying to log into a website, then go to a link and then submit a form to get the desired data. I want to do it using cURL. I have achieved success in loggin into the website. The login redirects ...
0
votes
1answer
183 views

parsing a page that needs user login using PHP

I was trying to login to a page using Curl of php.. & then parse the data after login.. I posted the values of all the variables using Curl.. bt amnt able to login to the page.. pls help.. here's ...
0
votes
2answers
2k views

Php Curl Login Cookie How to set cookies

i have two sites A and B i would like to be able to have a verified user from site A log on to site B, Site A - uses php; Site B - uses Zend Framework. i would like to have a iframe on site A to ...
2
votes
1answer
559 views

Login to a site using cURL

I'm currently trying to write a script that will connect to a site using cURL. I lookod for the ways to do that, and tried cookies, but I didn't know what cookie is the login cookie... if anyone can ...
0
votes
0answers
180 views

NYTimes PHP Curl Login

I'm trying to log into my New York Times account using PHP. The error message I get is: The page expired. Please provide your login credentials again. Similar story with the header: HTTP/1.1 200 OK ...

1 2 3