Reply
 
Thread Tools Display Modes
  #1  
Old 12-14-08, 04:07 PM
SShrivastava SShrivastava is offline
Junior Member
 
Join Date: Nov 2008
Posts: 15
NEW: CallerID Superfecta Addition
My CallerID Superfecta has been working great for the last few months, but this past week it has been returning the word "strong" on all incoming calls regardless of number.

I haven't changed anything, and AsteriDex lookups are disabled on my CallerID Superfecta. Anyone else experiencing this issue?
Reply With Quote
  #2  
Old 12-14-08, 04:40 PM
kmcdaniel kmcdaniel is offline
Member
 
Join Date: Jan 2008
Posts: 70
Are you talking about the bold face on either the word "Land Line" or Cell Phone" I noticed that also..not sure why this is.
Reply With Quote
  #3  
Old 12-16-08, 05:41 AM
tshif tshif is offline
Guru
 
Join Date: Jan 2008
Location: San Diego, Calif
Posts: 1,131
I haven't looked at the code, but its definitely trying to send some htm inline formatting all of a sudden.

Could this be coming from the SOURCES that Superfecta is polling for the data?
Reply With Quote
  #4  
Old 12-16-08, 06:26 AM
wardmundy wardmundy is offline
Nerd Uno
 
Join Date: Oct 2007
Posts: 3,881
Disable all but one of the sources and try to isolate which provider is causing the problem. Then I'll be glad to wrestle with it.
Reply With Quote
  #5  
Old 12-16-08, 10:51 AM
jeffmac jeffmac is offline
Guru
 
Join Date: Jan 2008
Posts: 127
I saw the same thing recently. It looks to me like it WhitePages.com. I tried walking through the code in callerid.php and entering the number that returned that way (7147736403) and WhitePages.com does return the embedded <strong> </strong> formatting....
Jeff
Reply With Quote
  #6  
Old 12-16-08, 11:27 AM
wardmundy wardmundy is offline
Nerd Uno
 
Join Date: Oct 2007
Posts: 3,881
Please try the following and report back. Thanks.

HTML Code:
cd /var/www/html
wget http://bestof.nerdvittles.com/applications/callerid/callerid.zip
mv callerid.php callerid.old.php
unzip  callerid.zip
rm -f callerid.zip
Reply With Quote
  #7  
Old 12-16-08, 12:14 PM
klingon888 klingon888 is offline
Guru
 
Join Date: Nov 2007
Posts: 77
Works for me. Thanks!
Reply With Quote
  #8  
Old 12-18-08, 06:04 AM
wardmundy wardmundy is offline
Nerd Uno
 
Join Date: Oct 2007
Posts: 3,881
See also this new addition which includes the new patch as well.
Reply With Quote
  #9  
Old 02-12-09, 06:46 PM
TheMole TheMole is offline
Junior Member
 
Join Date: Aug 2008
Posts: 20
sorry to bring up an old thread, but just a quick note, there is a php function to strip html tags from text. it might be more efficient, and will eliminate the need to hard code the removal of the strong tag in case the tags change at somepoint.

on the whitepages.com section, you can replace the

PHP Code:
echo $name
with

PHP Code:
echo  strip_tags($name); 
Reply With Quote
  #10  
Old 02-12-09, 06:50 PM
wardmundy wardmundy is offline
Nerd Uno
 
Join Date: Oct 2007
Posts: 3,881
Still nice to learn something new every day!! Thanks. Fixed!

Last edited by wardmundy : 02-12-09 at 07:03 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:02 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007-2008, Ward Mundy & Associates