Re: [Phpip-support] Search function shows nothing
Brought to you by:
trilexcom
From: <php...@li...> - 2007-06-05 10:41:22
|
Hi Bill, Can you post screen shots before and after? Please add the follow @ line number 268 right before the $listSearch = mysql_query. Are you using groups (http://www.phpip.net/documentation/chapter-9/)? echo "SELECT * FROM `addresses` WHERE $filter and `groupid` = '$_SESSION[groupid]'"; This will echo out the sql statement being used within the search function. Example output: SELECT * FROM `addresses` WHERE ( (ip LIKE "%192%") ) and `groupid` = '1' Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Tuesday, June 05, 2007 6:30 AM To: php...@li... Subject: Re: [Phpip-support] Search function shows nothing Hi There, Thx for replying so quick. The version of phpip I am using is phpip-4.3.2-build-200611081420.tar.gz And I do search as you suggested. SEARCH [IP] [contains the string] [192.168.1.1] Thx again for your help. Bill Re: [Phpip-support] Search function shows nothing From: <phpip-support@li...> - 2007-06-05 10:17 Hi Bill, What version of phpip are you using and please make sure you have the default search set to IP. example: SEARCH [IP] [contains the string] [192.168.1.1] SEARCH [MASK] [contains the string] [255.255.0.0] SEARCH [DESCRIPTION] [contains the string] [router ________________________________ Be a better Heartthrob. Get better relationship answers <http://us.rd.yahoo.com/evt=48255/*http://answers.yahoo.com/dir/_ylc=X3oDMTI 5MGx2aThyBF9TAzIxMTU1MDAzNTIEX3MDMzk2NTQ1MTAzBHNlYwNCQUJwaWxsYXJfTklfMzYwBHN sawNQcm9kdWN0X3F1ZXN0aW9uX3BhZ2U-?link=list&sid=396545433> from someone who knows. Yahoo! Answers - Check it out. |