![]() |
method= post problem - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60) +--- Thread: method= post problem (/showthread.php?tid=72668) |
method= post problem - drascom - 2010-04-23 Sorry guys i'm like an headache i know.i couldn't handle post method. i dont understand. http://www.....com/?option=xxxx&option=yyyy is it x =\1 y=\2 ? Please just prepare createsearch regexp for me. i can complete rest of code... "fox" searched movie name search page 1 Code: <form name=altyazi_org_form id=altyazi_org_form method=post action=?> Search page 2 Code: <form method="post" id="araform" name="araform" action="/altyazi/arama/"> no help ? - drascom - 2010-04-26 3 days 33 readings no post thanks for help.... ![]() - spiff - 2010-04-26 that form is unusable since it requires the javascript to be executed. ok thanks - drascom - 2010-04-26 well thereis special google search page for this web site Code: http://www.google.com/cse?cx=009015947334585847211%3A6djglhionb4&ie=ISO-8859-9&oe=ISO-8859-9&cof=FORID%3A9&hl=tr&q=[b][size=small]\1[/size][/b]&ad=w9&num=10 i can searh movies via this way and it's works in ScraperXMLEditor but xbmc return input name page every time.any suggestion? or there another page called "http://altyazi.org" can search my target web site. search code Code: <form name=altyazi_org_form id=altyazi_org_form method=post action=?> - spiff - 2010-04-26 make sure you have the escaping of the amps etc properly. no reason that page shouldn't work in xbmc. thanks so much - drascom - 2010-04-26 ok i'll try... |