Looking for a coder that can code me a script that logs into Alertpay and automatically pays a specific person, using cURL to login.
Sidernik trust me, it can't be done. As I said, you need to post the randomly generated key with the form and you can't do that in one curl request.
A lot of sites include hidden inputs on their login/other forms with random strings that are either stored as a cookie or bound to your IP in some way. Therefore you need to make two cURL requests to login. One to get the key, and the other to actually login.
so? whats the problem ? you can simply simulate common user navigation. get the cookie/key/whatever, and post for login... then do the stuff. of course, if the guy has a decent budget for this... this ain't no $500 gig not from a mile.
I am assuming its too late for this task-- however I have experience with curl. See the geo coordinates retriever here [lower left]-- for future reference. Q...
Indeed but that wouldnt work because the 2nd time, the key is different once again because it keeps getting generated. Eh no, I never said that. However I said, that the key is randomly generated EVERY TIME YOU ACCES THE PAGE. It seems like both of you don't have much experience with cURL (EG: You can't simulate all user navigation Flak) because then you would know that the random key in the 2nd request will be different then in the 1st request. This is because the key is not generated based on IP or whatsoever, it's completely random. Let me give you a small summary if you stil don't get it: You start a cURL request to retrieve the login.aspx page, the server will return a normal html page with a hidden form in it. The value of this form is randomly generated. But if you use preg_replace or whatever you like most you can get the value of this form. Now, to post this data, you will need to initiate another cURL request; this time login.aspx needs to get loaded first just like the first time; this is where the problem occurs: the hidden key has changed because you reloaded the page, so the key that you stored in a variable is now completely useless. The only way to make a chance of gettting in, is by knowing how they generate their key.... Or just wait a few months till their api finally comes out
Ok since it seems it isn't possible to do with cURL due to random generated keys, I'd like to invite programmers/coders that have experience in other languages as well (Ruby, Python,...) , just make it work! I'll be buying your code for $140! This job is yet to be completed! Please only PM me to let me know you're starting on this, then I will get in touch with you.
Anything that you can do with your browser, you can do it with cURL. (Unless its an image verification, captcha or other type of verification system). Please pm me your contact details and i will do this for you.
hi.. how can i obtain that code?... please help me.. i'm trying to make something like this =) email me if you have a good proposal =)