Tagged Questions
0
votes
1answer
13 views
Getting blank page using cURL twitter
I'm trying to add a twitter account using PHP w/Codeigniter framework.
I'm getting a blank page with no error not even in my log. The bearer token is okay, I added it directly in the code for ...
1
vote
1answer
13 views
curl http handler for solarium solr error
I am trying to use solarium to run php code which uses solr for indexing data , I have done on my system , and its working fine , But when I run on my collegue's system i get the following error
...
-2
votes
2answers
24 views
Efficiently validate 20,000 image urls in PHP WITHOUT downloading
Note: This is a performance question
I have 20,000 image urls in mysql database, and I have a 1-minute interval cron running to check whether the image urls are valid and not broken. It's running on ...
-5
votes
3answers
30 views
PHP cURL - View page for x seconds [on hold]
For a customer, I have to develop a system that automatically clicks PTC (pay-to-click) links.
I figured out I'd do this with a cron-job, that runs a script every 24 hours and clicks all adverts.
The ...
0
votes
2answers
11 views
PHP and cURL in Amazon EC2 in www folder
PHP and cURL work fine in a non-webfacing directory in my amazon EC2 micro install, 12.04.2 LTS (GNU/Linux 3.2.0-40-virtual x86_64).
I'm able to run some scripts on the command line using cURL:
...
0
votes
0answers
10 views
Simperium username update doesn't require accurate password
I'm setting up custom account management for my Simperium app, based on the recommendation from the answer in Simperium - Can a user recover a forgotten password ..?, and referencing the API ...
0
votes
2answers
14 views
AJAX. PHP. CURL. Ajax request to site, with another encoding
I try to parse one page from my another site. For it i use cUrl
Request (send data to script):
$.ajax({
url: 'wordstat/ajax?query='+query+'&page='+page+'&id='+id,
...
0
votes
3answers
34 views
Are GET / POST params encrypted?
How safe is it to pass passwords / username in POST or GET requests to an external server?
I will use PHP / CURL and I have second toughts about security.
Alternatives will be considered aswell!
1
vote
1answer
49 views
why server could not fetch title of website?
I am trying to get the title of a website. This code works perfectly on my computer but on the server it is not running smoothly. On server it could not fetch the url content. On my computer it is ...
0
votes
1answer
11 views
SAASU API not returnig response using rest api
I sending request to SAASU to create new contact using REST API but i am not getting result.
Please help me.
Method-1
$web_service = ...
-1
votes
0answers
28 views
Log in users form website to another website using php?
imagine three roles, Admin, Reseller and User.
I'm the Admin and own a service provider website (e.g. provider.dev)
The Reseller owns another website on a separate server. (e.g. reseller.dev)
I want ...
0
votes
1answer
26 views
What does this CURL error #7 mean?
I am trying to get video stream information from justin.tv
I followed the code on wiki and ran into some errors. After outputing some errors here is what I got.
Curl: Enabled
Fatal error: Curl ...
0
votes
0answers
10 views
Curl Post of Multidimensional Array built from CSV
I'm trying to post the content of a multidimensional array that I build from a CSV file. I also need to urlencode the individual fields.
The csv file looks like this:
...
0
votes
0answers
25 views
Login to Google Developer Play with PHP and Curl
I'm trying to automate downloading of financial reports from the play.google.com/apps/publish site using PHP and Curl. I have been using the code that was mentioned in the following post:
Login to ...
0
votes
1answer
19 views
Getting XML response from PHP cURL method
I'm new to cURL (and using it for API calls). I've got this example API call to a system called 'idibu' and I need to get the response/result in XML format but it's just echo'ing out a text line that ...