Guest User

Untitled

a guest
Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. site {url=hot.net.il|timezone=UTC+02:00|maxdays=7|cultureinfo=he-IL|charset=UTF-8|titlematchfactor=90}
  2. site {ratingsystem=IL|episodesystem=onscreen}
  3. url_index{url|http://www.hot.net.il/PageHandlers/LineUpAdvanceSearch.aspx?text=&channel=|channel|&genre=-1&ageRating=-1&publishYear=-1&productionCountry=-1&startDate=|urldate|%2000:00:00&endDate=|urldate|%2000:00:00&startTime=01/01/2000%2000:00:00&endTime=23:59&currentPage=1&pageSize=10&isOrderByDate=false&lcid=1037&pageIndex=|subpage|}
  4. url_index.headers {customheader=Accept-Encoding=gzip,deflate}
  5. urldate.format {datestring|dd/MM/yyyy}
  6. // The line I'm trying to understand
  7. subpage.format {list(format=D1 step=1 count=3)|1}
  8.  
  9. <?php
  10.  
  11. $start = date("d/m/y", strtotime('today'));
  12. $end = date("d/m/y", strtotime('tomorrow'));
  13.  
  14. echo "http://www.hot.net.il/PageHandlers/LineUpAdvanceSearch.aspx?text=&channel=506&genre=-1&ageRating=-1&publishYear=-1&productionCountry=-1&startDate=$start&endDate=$end&startTime=00:00:00&endTime=23:59&currentPage=1&pageSize=10&isOrderByDate=false&lcid=1037&pageIndex=";
  15.  
  16. ?>
Add Comment
Please, Sign In to add comment