|
Ward's CallerID Superfecta - souped up!
I liked Titanous's Ultimate CNAM but its no longer supported and I dont know much about Perl. So, I've tweaked Ward's CallerID Superfecta and added the following changes. All you need to do is to rename the attached file to callerid.php and just replace the current version installed in your system. Existing instructions apply for turning on/off search sites.
- 2 more sites - Whocalled.us and Telcodata
- checks for valid US npa
- checks for toll-free npa
For Whocalled.us to work, you need to sign up at the site. Then search for the following in the code and change the 'xxx' to your username and password :
$WhoCalled_name = 'xxx' ;
$WhoCalled_pass = 'xxx' ;
$WhoCalled_threshold = '5' ;
$WhoCalled_CNAM = 'SPAM-CALLER';
Set this to 1 :
$WhoCalled = '1' ;
Thanks to Titanous for his ideas and Ward for the original codes. Hope this works for you. If you find any bugs, pls let me know.
Last edited by wardmundy : 02-13-09 at 12:37 PM.
Reason: Added new strip_tags() function to protect against HTML codes.
|