method= post problem
#1
Smile 
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=?>
    <div class=bannerSmall onclick="javascript:document.location.href='?'" title="altyazi.org anasayfa">altyazi.org</div>
    <div ><input type=text id=str name=str value="[b]fox[/b]" size=20 class=inp onKeyPress="checkEnter(event)"> <input type=button class=but value="ara" onclick="form_submit()"></div>
    <input type=hidden name=sayfa id=sayfa>
</form>

Search page 2
Code:
<form method="post" id="araform" name="araform" action="/altyazi/arama/">
          <tr>
             <td width="20%" align=right>Film/Dizi</td>
             <td width="30%"><input type="text" name="ara_ad" value="[b]fox[/b]" size=30></td>
Reply
#2
Thumbs Down 
3 days 33 readings no post thanks for help.... Sad
Reply
#3
that form is unusable since it requires the javascript to be executed.
Reply
#4
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=?>
    <div class=bannerSmall onclick="javascript:document.location.href='?'" title="altyazi.org anasayfa">altyazi.org</div>
    <div ><input type=text id=str name=str value="lost" size=20 class=inp onKeyPress="checkEnter(event)"> <input type=button class=but value="ara" onclick="form_submit()"></div>
    <input type=hidden name=sayfa id=sayfa>
</form>
Reply
#5
make sure you have the escaping of the amps etc properly. no reason that page shouldn't work in xbmc.
Reply
#6
ok i'll try...
Reply

Logout Mark Read Team Forum Stats Members Help
method= post problem0