Jump to content

d.shankar

Members
  • Posts

    535
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male

Contact Methods

  • Yahoo
    d.shankarnarayana

d.shankar's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. So is blatant advertising I was trying to help.. but he was trying to criticize. nothing else
  2. Oh really ?? Then dig it out Mr.Idiot Why this world is full of greedy people ?? When someone comes to help there are people like oni-kun who always criticize others. If you do find flaws then try to help my friend or else keep your mouth shut and dont boast your skills. its really unneccesary here.
  3. Ignace.. thats a good point i will tell him lol. He didnt charge anyone so far.. He is willing to give it people who can afford their best from their pockets. Not charging like all companies do. He wanted me to spread the word. thats it
  4. Hi pugjr. thats my friend company. he can offer it for free.
  5. Hi SSL thingy is not the issue dude.... i get this error
  6. Yes i changed the link, but now i am getting curl_setopt($curl, CURLOPT_URL, "https://www.amazon.com/gp/flex/sign-in/select.html"); curl_setopt($curl,CURLOPT_CONNECTTIMEOUT,20); //curl_setopt($curl, CURLOPT_USERAGENT, $useragent); curl_setopt($curl, CURLOPT_REFERER, "https://www.amazon.com/"); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_COOKIESESSION, TRUE); curl_setopt($curl, CURLOPT_POSTFIELDS, $data); curl_setopt($curl, CURLOPT_COOKIEFILE,$user . "cookie.txt"); curl_setopt($curl, CURLOPT_COOKIEJAR,$user . "cookie.txt"); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 3); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 0); // dfalse earlier curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); //1 not to disp curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); $result = curl_exec($curl); echo $result; curl_close($curl); I get this error Please Enable Cookies to Continue To continue shopping at Amazon.com, please enable cookies in your Web browser. Learn more about cookies and how to enable them. Once you have enabled cookies in your browser, please click on the button below to return to the previous page.
  7. Hi all... This is the form post link of amazon login https://www.amazon.com/gp/flex/sign-in/help-select.html/ref=ya_sign_in_ This is my script and i am unable to submit values . please help <?php $user="aaa@aaa.com"; $password="ssdddd"; $data="email=".$user."&password=".$password."useRedirectOnSuccess=1&path=https://www.amazon.com/gp/css/homepage.html&action=sign-in&protocol=https"; curl_setopt($curl, CURLOPT_URL, "https://www.amazon.com/gp/flex/sign-in/help-select.html/ref=ya_sign_in_"); curl_setopt($curl,CURLOPT_CONNECTTIMEOUT,20); curl_setopt($curl, CURLOPT_REFERER, "https://www.amazon.com/"); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $data); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 3); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); $result = curl_exec($curl); curl_close($curl); ?> Help will be appreciated
  8. yes sure. i have used cURL and fsock() both doesnt seem to work. but both works on local machine
  9. Hi dude.. i tried this but no effect.. But i appreciate your help// ini_set('disable_functions', 0); What could be the problem ???? code is working fine in localhost .. so there in no problem with code.. if it is a webserver issue, what is it ?? Thanks for your help dude... If you find any solution please let me know. Thanks once again !
  10. you mentioned x10hosting worked, so i created one your code works well in localhost.. but not in the webserver Dude i have uploaded your code here http://sh4nx0r.x10hosting.com/timer/timer.php try this input dude 24.46.154.228:6407 the above sock is live one
  11. My problem is my code that aint working and thats why i am here... Some good heart like ym_chaitu is helping with it .. If you cant help then please FO and stop fighting with people who are helping here... I posted the response back to you and you are still puzzled with it, but u started fightin here.. Lol whats the problem with you , if i used "Dude" .. do you feel pain anywhere ? or lol are you an English Teacher ?? This is PHPfreaks dude.. wake up !!!!!!!!!!!
  12. so what the problem with you ? did u see how much ym_chaitu was helping ??
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.