Home
last modified time | relevance | path

Searched refs:searchip (Results 1 – 1 of 1) sorted by relevance

/web-master/manage/
H A Duser-notes.php162 …$searchip = (int) ip2long(filter_var(html_entity_decode($_GET['votessearch'], ENT_QUOTES, 'UTF-8')… variable
163 …votes JOIN(note) ON (votes.note_id = note.id) WHERE hostip = ? OR ip = ?", [$searchip, $searchip]);
166 $isSearch = '&votessearch=' . hsc(long2ip($searchip));
172 [$searchip, $searchip, $limitVotes]);

Completed in 13 milliseconds