Jump to content

opstabom

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

opstabom's Achievements

Member

Member (2/5)

0

Reputation

  1. I use PHP curl to automaticly login on kijiji.com but when i try without Except header http error 417 is returned and when i set "Except:" page is returned but i am not logged. What is purpose of this header and how to solve problem.
  2. I am working on craigslist.org autoposter but I have problem with captcha can load on the page with curl because there is some javascript which calling recaptcha.net. I think that is imposible to bypass captcha code what you think ?
  3. I am developing craiglist autoposter using culr to ligin to site post data to site and to get captcha form .Problem is that captcha form can be loaded by curl because contain javascript code .I have cookie for cite stored in cookie.txt and i need to load captcha is someone has idea how to do this !
  4. I have to load page from remote server which has form into iframe and to get data from the form to send to my database and to remote site database.I need to use curl How to accomplish this ?
  5. I have to load page from remote server into iframe.Page contains html form and i have to get this form when submited to mysql baze on my server.and to submit to remote server.I used curl to get form paremters load iframe and then to change action method to my server where i get form data save data to mysql base and post data to remote server.And I must set tracking pixel how and what is tracking pixel.My javascript code looks like : <script type="text/javascript"> <?php echo "var id='".$niz['id']."';"; echo "\r"; ?> alert(""); var page=window.frames['page']; var form=page.document.getElementById(id); form.action="<?php echo HOST."save.php"; ?>"; </script> When I remove alert from page script dont works when i return alert("") script works what is problem.
  6. I have to change iframe form action from javascript I load iframe and then write javascipt var page=window.frames['page']; alert(page); var form=page.document.getElementById(id); form.action="<?php echo HOST."save.php"; ?>"; When i move alert script don't work with alert works fine How to change iframe form action method when iframe loads from javascript
×
×
  • 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.